From 629a79a47dfc9d4d1ae5dabce7431bbb7857d6c4 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Tue, 10 Apr 2012 11:24:45 -0700 Subject: Cedartrail: split xorg.conf files. Have two xorg.conf files. One for pvr-graphics driver. One for vesa graphics driver. Signed-off-by: Kishore Bodke Signed-off-by: Tom Zanussi --- .../xserver-xf86-config/cedartrail-nopvr/xorg.conf | 26 ++++++++++++++++++++++ .../xserver-xf86-config/cedartrail/xorg.conf | 25 ++++++++------------- 2 files changed, 35 insertions(+), 16 deletions(-) create mode 100644 meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf diff --git a/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf b/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf new file mode 100644 index 00000000..da4fc3c6 --- /dev/null +++ b/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf @@ -0,0 +1,26 @@ +Section "Device" + Identifier "Generic VESA" + Driver "vesa" +EndSection + +Section "Monitor" + Identifier "Generic Monitor" + Option "DPMS" +EndSection + +Section "Screen" + Identifier "Default Screen" + Device "Generic VESA" + Monitor "Generic Monitor" + DefaultDepth 24 +EndSection + +Section "ServerLayout" + Identifier "Default Layout" + Screen "Default Screen" +EndSection + +Section "ServerFlags" + Option "DontZap" "0" + Option "AutoAddDevices" "False" +EndSection diff --git a/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf b/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf index da4fc3c6..d7c6a59a 100644 --- a/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf +++ b/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf @@ -1,26 +1,19 @@ Section "Device" - Identifier "Generic VESA" - Driver "vesa" -EndSection - -Section "Monitor" - Identifier "Generic Monitor" - Option "DPMS" -EndSection - -Section "Screen" - Identifier "Default Screen" - Device "Generic VESA" - Monitor "Generic Monitor" - DefaultDepth 24 + Option "DRIDisableVSync" "False" + Identifier "Card0" + Driver "pvr" + BusID "PCI:0:2:0" + Option "SoftEXA" "Off" + Option "FlipChain" "On" EndSection Section "ServerLayout" - Identifier "Default Layout" - Screen "Default Screen" + Identifier "default screen" + Option "AIGLX" "on" EndSection Section "ServerFlags" Option "DontZap" "0" Option "AutoAddDevices" "False" EndSection + -- cgit v1.2.3-54-g00ecf