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
parent ca93879577
commit 4a4328e075

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