diff options
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg-conf')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg-conf/omap3-touchbook/xorg.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/omap3-touchbook/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/omap3-touchbook/xorg.conf index 446ac9777f..56425abf81 100644 --- a/recipes/xorg-xserver/xserver-xorg-conf/omap3-touchbook/xorg.conf +++ b/recipes/xorg-xserver/xserver-xorg-conf/omap3-touchbook/xorg.conf @@ -9,7 +9,8 @@ EndSection Section "Device" Identifier "Builtin Default fbdev Device 0" - Driver "omapfb" + Driver "fbdev" + Option "ShadowFB" "false" EndSection Section "Screen" |