From 4a4328e075d70ea557ce53c3d6870d22f8cd1c60 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Wed, 27 Mar 2013 08:44:17 +0400 Subject: [PATCH] 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) --- projects/ATV/filesystem/etc/X11/xorg-nvidia.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/ATV/filesystem/etc/X11/xorg-nvidia.conf b/projects/ATV/filesystem/etc/X11/xorg-nvidia.conf index da31c66a5d..f3b55dd425 100644 --- a/projects/ATV/filesystem/etc/X11/xorg-nvidia.conf +++ b/projects/ATV/filesystem/etc/X11/xorg-nvidia.conf @@ -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