Last active
July 1, 2025 09:51
-
-
Save dch/3887dad42dd6049d74ebb59adee9a4fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# nvidia-xconfig: X configuration file generated by nvidia-xconfig | |
# nvidia-settings: version 460.73.01 | |
Section "ServerLayout" | |
Identifier "Layout0" | |
Screen 0 "Screen0" 0 0 | |
Option "Xinerama" "0" | |
EndSection | |
Section "InputClass" | |
Identifier "Keyboard0" | |
MatchIsKeyboard "1" | |
Driver "libinput" | |
EndSection | |
Section "InputClass" | |
Identifier "Mouse0" | |
Driver "libinput" | |
MatchIsPointer "1" | |
Option "LeftHanded" "1" | |
EndSection | |
Section "Monitor" | |
Identifier "Monitor0" | |
VendorName "Unknown" | |
ModelName "DELL U2715H" | |
HorizSync 30.0 - 113.0 | |
VertRefresh 56.0 - 86.0 | |
Option "DPMS" | |
EndSection | |
Section "Device" | |
Identifier "Device0" | |
Driver "nvidia" | |
VendorName "NVIDIA Corporation" | |
BoardName "GeForce RTX 3050" | |
BusID "1:0:0" | |
EndSection | |
Section "Screen" | |
Identifier "Screen0" | |
Device "Device0" | |
Monitor "Monitor0" | |
DefaultDepth 24 | |
Option "Stereo" "0" | |
Option "nvidiaXineramaInfoOrder" "DFP-0" | |
Option "metamodes" "DVI-D-0: nvidia-auto-select +0+0, DP-0: nvidia-auto-select +2560+0" | |
Option "SLI" "Off" | |
Option "MultiGPU" "Off" | |
Option "BaseMosaic" "off" | |
SubSection "Display" | |
Depth 24 | |
EndSubSection | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment