mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
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:
parent
7d9b936e6a
commit
71e8529e15
@ -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
|
||||||
|
|
@ -17,6 +17,7 @@ Section "Device"
|
|||||||
Driver "nvidia"
|
Driver "nvidia"
|
||||||
VendorName "NVIDIA Corporation"
|
VendorName "NVIDIA Corporation"
|
||||||
Option "ConnectToAcpid" "0"
|
Option "ConnectToAcpid" "0"
|
||||||
|
Option "DynamicTwinView" "False"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "Screen"
|
Section "Screen"
|
||||||
@ -27,7 +28,6 @@ Section "Screen"
|
|||||||
Monitor "Monitor0"
|
Monitor "Monitor0"
|
||||||
DefaultDepth 24
|
DefaultDepth 24
|
||||||
Option "NoLogo" "True"
|
Option "NoLogo" "True"
|
||||||
Option "DynamicTwinView" "False"
|
|
||||||
SubSection "Display"
|
SubSection "Display"
|
||||||
Depth 24
|
Depth 24
|
||||||
EndSubSection
|
EndSubSection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user