mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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"
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user