X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-generic-common.git;a=blobdiff_plain;f=init.sh;h=f759a1c639c54ceb5e68761bb6cf76f809c655c9;hp=82931269ecf1f3c86b26d8a2994ca74a29c6498b;hb=6d50976748ebc61030a91582a885b38283a2e2d2;hpb=bf8294ec98a4e10868a7c7c006d5c512653b5421 diff --git a/init.sh b/init.sh index 8293126..f759a1c 100644 --- a/init.sh +++ b/init.sh @@ -178,7 +178,7 @@ function init_hal_gralloc() [ "$VULKAN" = "1" ] && GRALLOC=gbm case "$(cat /proc/fb | head -1)" in - *virtiodrmfb) + *virtiodrmfb|*DRM*emulated) if [ "$HWACCEL" != "0" ]; then set_property ro.hardware.hwcomposer ${HWC:-drm} set_property ro.hardware.gralloc ${GRALLOC:-gbm}