atv: xorg.conf improvements

changes:

a) nvidia-auto-select can detect presence of TV-0 or DFP-0, but without TVStandard the TV-0 modepool does not contain 1080i or 720p modes and users probably see a black screen. TVStandard is ignored if DFP-0: is the active device

b) removing the extension section and Composite="false" as this has not been supported for some time
This commit is contained in:
Christian Hewitt 2013-03-22 08:12:45 +04:00
parent 2e9cbc83e1
commit 20a1612253

View File

@ -23,11 +23,8 @@ Section "Screen"
DefaultDepth 24 DefaultDepth 24
Option "ColorRange" "Full" Option "ColorRange" "Full"
Option "ColorSpace" "RGB" Option "ColorSpace" "RGB"
Option "TVStandard" "HD1080i"
SubSection "Display" SubSection "Display"
Depth 24 Depth 24
EndSubSection EndSubSection
EndSection EndSection
Section "Extensions"
Option "Composite" "false"
EndSection