projects/ATV: add xorg defaults for Component/HDMI

ensures Xorg selects 1080p for HDMI and 720p for Component when available (Component 1080i can be selected within XBMC if the TV can handle it, not all can)
This commit is contained in:
Christian Hewitt 2013-03-27 08:44:17 +04:00 committed by Stephan Raue
parent f298846adb
commit 91aa5ed603

View File

@ -24,6 +24,7 @@ Section "Screen"
Option "ColorRange" "Full"
Option "ColorSpace" "RGB"
Option "TVStandard" "HD1080i"
Option "MetaModes" "DFP: 1920x1080; DFP: nvidia-auto-select; TV: 1280x720; TV: nvidia-auto-select"
SubSection "Display"
Depth 24
EndSubSection