[oe-commits] Koen Kooi : xserver-xorg-conf: switch to fbdev driver for touchbook till the vrfb bug gets solved

git version control git at git.openembedded.org
Sun Nov 8 16:28:14 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 2b1a41cbb8297f4ba64cbcb99b50cae089d1cf5b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2b1a41cbb8297f4ba64cbcb99b50cae089d1cf5b

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Nov  5 15:42:59 2009 +0100

xserver-xorg-conf: switch to fbdev driver for touchbook till the vrfb bug gets solved

---

 .../xserver-xorg-conf/omap3-touchbook/xorg.conf    |    3 ++-
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 2 files changed, 3 insertions(+), 2 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 446ac97..56425ab 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"
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index ceaf199..7a8e6e9 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r14"
+PR = "r15"
 
 SRC_URI = "file://xorg.conf"
 





More information about the Openembedded-commits mailing list