mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
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:
parent
6402a13cc4
commit
629a79a47d
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user