xf86-video-nvidia: add some usefull options to xorg.conf, thanks much to newphreak_

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-12 14:29:39 +01:00
parent ade75b74c6
commit 495bd88b13

View File

@ -1,39 +1,27 @@
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"
Identifier "nvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "ConnectToAcpid" "0"
Option "DynamicTwinView" "False"
Option "NoFlip" "false"
Option "NoLogo" "true"
Option "DynamicTwinView" "false"
Option "ConnectToAcpid" "0"
Option "FlatPanelProperties" "Scaling = Native"
Option "ModeValidation" "NoVesaModes, NoXServerModes"
Option "HWCursor" "false"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
Identifier "screen"
Device "nvidia"
DefaultDepth 24
Option "NoLogo" "True"
Option "FlatPanelProperties" "Scaling = Native"
Option "HWCursor" "Off"
Option "ColorSpace" "RGB"
Option "ColorRange" "Limited"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Disable"
Option "Composite" "false"
EndSection