Advertisement
Guest User

Untitled

a guest
Jun 14th, 2021
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig: version 460.84
  4.  
  5. # nvidia-settings: X configuration file generated by nvidia-settings
  6. # nvidia-settings: version 465.31
  7.  
  8. Section "ServerLayout"
  9. Identifier "Layout0"
  10. Screen 0 "Screen0" 0 0
  11. InputDevice "Keyboard0" "CoreKeyboard"
  12. InputDevice "Mouse0" "CorePointer"
  13. Option "Xinerama" "0"
  14. EndSection
  15.  
  16. Section "Files"
  17. EndSection
  18.  
  19. Section "InputDevice"
  20.  
  21. # generated from default
  22. Identifier "Mouse0"
  23. Driver "mouse"
  24. Option "Protocol" "auto"
  25. Option "Device" "/dev/psaux"
  26. Option "Emulate3Buttons" "no"
  27. Option "ZAxisMapping" "4 5"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31.  
  32. # generated from default
  33. Identifier "Keyboard0"
  34. Driver "kbd"
  35. EndSection
  36.  
  37. Section "Monitor"
  38.  
  39. # HorizSync source: edid, VertRefresh source: edid
  40. Identifier "Monitor0"
  41. VendorName "Unknown"
  42. ModelName "Samsung LC27G5xT"
  43. HorizSync 30.0 - 214.0
  44. VertRefresh 50.0 - 144.0
  45. Option "DPMS"
  46. EndSection
  47.  
  48. Section "Device"
  49. Identifier "Device0"
  50. Driver "nvidia"
  51. VendorName "NVIDIA Corporation"
  52. BoardName "NVIDIA GeForce GTX 1060 3GB"
  53. EndSection
  54.  
  55. Section "Screen"
  56.  
  57. # Removed Option "metamodes" "2560x1440_143 +0+0"
  58. Identifier "Screen0"
  59. Device "Device0"
  60. Monitor "Monitor0"
  61. DefaultDepth 24
  62. Option "CustomEDID" "DP-0:/home/mlogaut/x.bin"
  63. Option "Stereo" "0"
  64. Option "nvidiaXineramaInfoOrder" "DFP-2"
  65. Option "metamodes" "2560x1440 +0+0"
  66. Option "SLI" "Off"
  67. Option "MultiGPU" "Off"
  68. Option "BaseMosaic" "off"
  69. SubSection "Display"
  70. Depth 24
  71. EndSubSection
  72. EndSection
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement