Advertisement
szweri156

nvidia setting

Feb 7th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. Section "OutputClass"
  2. Identifier "nvidia"
  3. MatchDriver "nvidia-drm"
  4. Driver "nvidia"
  5. Option "AllowEmptyInitialConfiguration"
  6. ModulePath "/usr/lib/x86_64-linux-gnu/nvidia/xorg"
  7. EndSection
  8.  
  9. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  10. # nvidia-xconfig: version 470.161.03
  11.  
  12. # nvidia-settings: X configuration file generated by nvidia-settings
  13. # nvidia-settings: version 510.47.03
  14.  
  15. Section "ServerLayout"
  16. Identifier "Layout0"
  17. Screen 0 "Screen0" 0 0
  18. InputDevice "Keyboard0" "CoreKeyboard"
  19. InputDevice "Mouse0" "CorePointer"
  20. Option "Xinerama" "0"
  21. EndSection
  22.  
  23. Section "Files"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27.  
  28. # generated from default
  29. Identifier "Mouse0"
  30. Driver "mouse"
  31. Option "Protocol" "auto"
  32. Option "Device" "/dev/psaux"
  33. Option "Emulate3Buttons" "no"
  34. Option "ZAxisMapping" "4 5"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38.  
  39. # generated from default
  40. Identifier "Keyboard0"
  41. Driver "kbd"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor0"
  46. VendorName "Unknown"
  47. ModelName "BenQ G2400W"
  48. HorizSync 31.0 - 94.0
  49. VertRefresh 50.0 - 85.0
  50. Option "DPMS"
  51. EndSection
  52.  
  53. Section "Device"
  54. Identifier "Device0"
  55. Driver "nvidia"
  56. VendorName "NVIDIA Corporation"
  57. BoardName "NVIDIA GeForce GTX 760"
  58. Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3322"
  59. EndSection
  60.  
  61. Section "Screen"
  62. Identifier "Screen0"
  63. Device "Device0"
  64. Monitor "Monitor0"
  65. DefaultDepth 24
  66. Option "MetaModeOrientation" "clone"
  67. Option "Stereo" "0"
  68. Option "nvidiaXineramaInfoOrder" "DFP-0"
  69. Option "metamodes" "DVI-I-1: nvidia-auto-select +0+0, HDMI-0: nvidia-auto-select @1920x1200 +0+0"
  70. Option "SLI" "Off"
  71. Option "MultiGPU" "Off"
  72. Option "BaseMosaic" "off"
  73. SubSection "Display"
  74. Depth 24
  75. EndSubSection
  76. EndSection
  77.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement