mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 17:37:52 +00:00
xf86-video-nvidia: update xorg.conf to fix some overscan issues
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1e9668bd5b
commit
69a98f07af
@ -1,6 +1,39 @@
|
|||||||
Section "Device"
|
Section "ServerLayout"
|
||||||
Identifier "Card0"
|
Identifier "Layout0"
|
||||||
Option "NoLogo" "1"
|
Screen 0 "Screen0"
|
||||||
Option "ConnectToAcpid" "0"
|
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"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Screen"
|
||||||
|
Option "FlatPanelProperties" "Scaling = Native"
|
||||||
|
Option "HWCursor" "Off"
|
||||||
|
Identifier "Screen0"
|
||||||
|
Device "Device0"
|
||||||
|
Monitor "Monitor0"
|
||||||
|
DefaultDepth 24
|
||||||
|
Option "NoLogo" "True"
|
||||||
|
Option "DynamicTwinView" "False"
|
||||||
|
SubSection "Display"
|
||||||
|
Depth 24
|
||||||
|
EndSubSection
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Extensions"
|
||||||
|
Option "Composite" "Disable"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user