diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-05 15:42:59 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-05 15:44:58 +0100 |
commit | 2b1a41cbb8297f4ba64cbcb99b50cae089d1cf5b (patch) | |
tree | 1b03d6da553a115454d0b4955da9776408d8e9e2 /recipes/xorg-xserver/xserver-xorg-conf | |
parent | 38396f8aa5b75418232a799a9c515a96686efddd (diff) |
xserver-xorg-conf: switch to fbdev driver for touchbook till the vrfb bug gets solved
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" |