From 20a16122537dc016603683339cd438157852d05c Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Fri, 22 Mar 2013 08:12:45 +0400 Subject: [PATCH] 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 --- projects/ATV/filesystem/etc/X11/xorg-nvidia.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/projects/ATV/filesystem/etc/X11/xorg-nvidia.conf b/projects/ATV/filesystem/etc/X11/xorg-nvidia.conf index 83a8ba9e5..da31c66a5 100644 --- a/projects/ATV/filesystem/etc/X11/xorg-nvidia.conf +++ b/projects/ATV/filesystem/etc/X11/xorg-nvidia.conf @@ -23,11 +23,8 @@ Section "Screen" DefaultDepth 24 Option "ColorRange" "Full" Option "ColorSpace" "RGB" + Option "TVStandard" "HD1080i" SubSection "Display" Depth 24 EndSubSection EndSection - -Section "Extensions" - Option "Composite" "false" -EndSection