xserver-xorg-conf: switch to fbdev driver for touchbook till the vrfb bug gets solved
authorKoen Kooi <koen@openembedded.org>
Thu, 5 Nov 2009 14:42:59 +0000 (15:42 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 5 Nov 2009 14:44:58 +0000 (15:44 +0100)
recipes/xorg-xserver/xserver-xorg-conf/omap3-touchbook/xorg.conf
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb

index 446ac97..56425ab 100644 (file)
@@ -9,7 +9,8 @@ EndSection
 
 Section "Device"
         Identifier      "Builtin Default fbdev Device 0"
-        Driver  "omapfb"
+        Driver  "fbdev"
+        Option  "ShadowFB"              "false"
 EndSection
 
 Section "Screen"
index ceaf199..7a8e6e9 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r14"
+PR = "r15"
 
 SRC_URI = "file://xorg.conf"