mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
3d9072c883
commit
2e94d8b114
|
@ -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
|
24
meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf
Executable file → Normal file
24
meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf
Executable file → Normal 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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user