diff options
-rw-r--r-- | rootdir/init.omap4.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rootdir/init.omap4.rc b/rootdir/init.omap4.rc index 686a3d1..c9d0e9e 100644 --- a/rootdir/init.omap4.rc +++ b/rootdir/init.omap4.rc @@ -7,6 +7,12 @@ on boot restorecon /sys/devices/platform/omapdss/manager0/cpr_coef restorecon /sys/devices/platform/omapdss/manager0/cpr_enable +# Workaround slow llvmpipe at the expense of applications +# compatibility. While this defeats the point of using llvmpipe +# it enables all the devices (exynos and OMAP) to use llvmpipe. + setprop ro.kernel.qemu 1 + setprop ro.kernel.qemu.gles 0 + on fs # Load PVR module insmod /system/lib/modules/pvrsrvkm.ko |