Advertisement
Guest User

Untitled

a guest
Jul 27th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 440.82
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Mouse0" "CorePointer"
  9. Option "Xinerama" "0"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. # generated from default
  17. Identifier "Mouse0"
  18. Driver "mouse"
  19. Option "Protocol" "auto"
  20. Option "Device" "/dev/psaux"
  21. Option "Emulate3Buttons" "no"
  22. Option "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. # generated from default
  27. Identifier "Keyboard0"
  28. Driver "kbd"
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "Monitor0"
  33. VendorName "Unknown"
  34. ModelName "Unknown"
  35. Option "DPMS"
  36. EndSection
  37.  
  38. Section "Device"
  39. Identifier "Device0"
  40. Driver "nvidia"
  41. VendorName "NVIDIA Corporation"
  42. Option "NoLogo" "1"
  43. Option "TrippleBuffer" "True"
  44. Option "RegistryDwords" "OGL_MaxFramesAllowed=0x1"
  45. Option "MigrationHeuristic" "greedy"
  46. EndSection
  47.  
  48. Section "Screen"
  49. Identifier "Screen0"
  50. Device "Device0"
  51. Monitor "Monitor0"
  52. DefaultDepth 24
  53. Option "Stereo" "0"
  54. Option "nvidiaXineramaInfoOrder" "DFP-3"
  55. Option "metamodes" "HDMI-1: 1920x1080_60 +287+1440, DP-0: 2560x1440_165 +0+0"
  56. Option "SLI" "Off"
  57. Option "MultiGPU" "Off"
  58. Option "BaseMosaic" "off"
  59. SubSection "Display"
  60. Depth 24
  61. EndSubSection
  62. EndSection
  63.  
  64. Section "Extensions"
  65. Option "COMPOSITE" "Enable"
  66. EndSection
  67.  
  68.  
  69. Section "InputClass"
  70. Identifier "Keyboard Defaults"
  71. MatchIsKeyboard "yes"
  72. Option "XkbOptions" "terminate:ctrl_alt_bksp"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement