meta-cedartrail: seperate xorg.conf files for pvr and no-pvr cases

Seperate xserver configuration files, one file each for  the case of with pvr graphics
driver and for "no pvr" (i.e. with VESA driver)

Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Rahul Saxena 2012-03-19 17:58:38 -07:00 committed by Tom Zanussi
parent 3d9072c883
commit 2e94d8b114
2 changed files with 34 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,23 +1,15 @@
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"