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 <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Kishore Bodke 2012-04-10 11:24:45 -07:00 committed by Tom Zanussi
parent 6402a13cc4
commit 629a79a47d
2 changed files with 35 additions and 16 deletions

View File

@ -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

View File

@ -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