xf86-video-nvidia: add seperate config to use with CrystalHD installed, cleanup

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-07 16:38:17 +02:00
parent 7d9b936e6a
commit 71e8529e15
2 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,40 @@
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"
Option "RegistryDwords" "RMDisableRenderToSysmem=1
Option "DynamicTwinView" "False"
EndSection
Section "Screen"
Option "FlatPanelProperties" "Scaling = Native"
Option "HWCursor" "Off"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "True"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection

View File

@ -17,6 +17,7 @@ Section "Device"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "ConnectToAcpid" "0"
Option "DynamicTwinView" "False"
EndSection
Section "Screen"
@ -27,7 +28,6 @@ Section "Screen"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "True"
Option "DynamicTwinView" "False"
SubSection "Display"
Depth 24
EndSubSection