Advertisement
Guest User

xorg_edit.conf

a guest
Oct 5th, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 450.66
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Files"
  12. EndSection
  13.  
  14. Section "InputDevice"
  15. # generated from default
  16. Identifier "Mouse0"
  17. Driver "mouse"
  18. Option "Protocol" "auto"
  19. Option "Device" "/dev/psaux"
  20. Option "Emulate3Buttons" "no"
  21. Option "ZAxisMapping" "4 5"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. # generated from default
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "Monitor"
  31. Identifier "Monitor0"
  32. Modeline "1920x1080_79.00" 233.25 1920 2064 2264 2608 1080 1083 1088 1133 -hsync +vsync
  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. EndSection
  43.  
  44. Section "Screen"
  45. Identifier "Screen0"
  46. Device "Device0"
  47. Monitor "Monitor0"
  48. DefaultDepth 24
  49. SubSection "Display"
  50. Modes "1920x1080_79.00"
  51. Depth 24
  52. EndSubSection
  53. EndSection
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement