mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
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:
parent
ade75b74c6
commit
495bd88b13
@ -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"
|
Section "Device"
|
||||||
Identifier "Device0"
|
Identifier "nvidia"
|
||||||
Driver "nvidia"
|
Driver "nvidia"
|
||||||
VendorName "NVIDIA Corporation"
|
|
||||||
Option "ConnectToAcpid" "0"
|
|
||||||
Option "DynamicTwinView" "False"
|
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
|
EndSection
|
||||||
|
|
||||||
Section "Screen"
|
Section "Screen"
|
||||||
Identifier "Screen0"
|
Identifier "screen"
|
||||||
Device "Device0"
|
Device "nvidia"
|
||||||
Monitor "Monitor0"
|
|
||||||
DefaultDepth 24
|
DefaultDepth 24
|
||||||
Option "NoLogo" "True"
|
Option "ColorSpace" "RGB"
|
||||||
Option "FlatPanelProperties" "Scaling = Native"
|
Option "ColorRange" "Limited"
|
||||||
Option "HWCursor" "Off"
|
|
||||||
SubSection "Display"
|
SubSection "Display"
|
||||||
Depth 24
|
Depth 24
|
||||||
EndSubSection
|
EndSubSection
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "Extensions"
|
Section "Extensions"
|
||||||
Option "Composite" "Disable"
|
Option "Composite" "false"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user