summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf')
-rw-r--r--meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf25
1 files changed, 9 insertions, 16 deletions
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 @@
1Section "Device" 1Section "Device"
2 Identifier "Generic VESA" 2 Option "DRIDisableVSync" "False"
3 Driver "vesa" 3 Identifier "Card0"
4EndSection 4 Driver "pvr"
5 5 BusID "PCI:0:2:0"
6Section "Monitor" 6 Option "SoftEXA" "Off"
7 Identifier "Generic Monitor" 7 Option "FlipChain" "On"
8 Option "DPMS"
9EndSection
10
11Section "Screen"
12 Identifier "Default Screen"
13 Device "Generic VESA"
14 Monitor "Generic Monitor"
15 DefaultDepth 24
16EndSection 8EndSection
17 9
18Section "ServerLayout" 10Section "ServerLayout"
19 Identifier "Default Layout" 11 Identifier "default screen"
20 Screen "Default Screen" 12 Option "AIGLX" "on"
21EndSection 13EndSection
22 14
23Section "ServerFlags" 15Section "ServerFlags"
24 Option "DontZap" "0" 16 Option "DontZap" "0"
25 Option "AutoAddDevices" "False" 17 Option "AutoAddDevices" "False"
26EndSection 18EndSection
19