xf86-video-nvidia: update xorg.conf to fix some overscan issues

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-08-27 01:44:01 +02:00
parent 1e9668bd5b
commit 69a98f07af

View File

@ -1,6 +1,39 @@
Section "Device"
Identifier "Card0"
Option "NoLogo" "1"
Option "ConnectToAcpid" "0"
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "ConnectToAcpid" "0"
EndSection
Section "Screen"
Option "FlatPanelProperties" "Scaling = Native"
Option "HWCursor" "Off"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "True"
Option "DynamicTwinView" "False"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection