From 3db8d13e03840bf2dd16f1a89155553bb9c8f478 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Fri, 28 Jun 2013 21:16:20 +0400 Subject: [PATCH] atv: add TVOverscan comments to xorg.conf --- projects/ATV/filesystem/etc/X11/xorg-nvidia.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/ATV/filesystem/etc/X11/xorg-nvidia.conf b/projects/ATV/filesystem/etc/X11/xorg-nvidia.conf index f3b55dd425..bea34e6e92 100644 --- a/projects/ATV/filesystem/etc/X11/xorg-nvidia.conf +++ b/projects/ATV/filesystem/etc/X11/xorg-nvidia.conf @@ -10,7 +10,7 @@ Section "Device" Option "RegistryDwords" "RMDisableRenderToSysmem=1" # To put Xorg in debug mode change "false" to "true" in the line below: Option "ModeDebug" "false" - # To use a local /storage/.config/edid.bin file uncomment the 4 lines below + # To use a local /storage/.config/edid.bin file uncomment the 4 lines below: # Option "ConnectedMonitor" "DFP-0" # Option "CustomEDID" "DFP-0:/storage/.config/edid.bin" # Option "IgnoreEDID" "false" @@ -24,6 +24,8 @@ Section "Screen" Option "ColorRange" "Full" Option "ColorSpace" "RGB" Option "TVStandard" "HD1080i" + # If Component video does not fill the screen uncomment the line below: +# Option "TVOverscan" "0.8" # use values from 0.0 (min) to 1.0 (max) Option "MetaModes" "DFP: 1920x1080; DFP: nvidia-auto-select; TV: 1280x720; TV: nvidia-auto-select" SubSection "Display" Depth 24