summaryrefslogtreecommitdiff
path: root/recipes/xorg-xserver
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-05 15:42:59 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-05 15:44:58 +0100
commit2b1a41cbb8297f4ba64cbcb99b50cae089d1cf5b (patch)
tree1b03d6da553a115454d0b4955da9776408d8e9e2 /recipes/xorg-xserver
parent38396f8aa5b75418232a799a9c515a96686efddd (diff)
xserver-xorg-conf: switch to fbdev driver for touchbook till the vrfb bug gets solved
Diffstat (limited to 'recipes/xorg-xserver')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/omap3-touchbook/xorg.conf3
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf_0.1.bb2
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 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"
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index ceaf199932..7a8e6e96c5 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"