From 2b1a41cbb8297f4ba64cbcb99b50cae089d1cf5b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 5 Nov 2009 15:42:59 +0100 Subject: xserver-xorg-conf: switch to fbdev driver for touchbook till the vrfb bug gets solved --- recipes/xorg-xserver/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(-) (limited to 'recipes/xorg-xserver') 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" -- cgit v1.2.3