Advertisement
nikoladsp

/etc/X11/xorg.conf

Jul 25th, 2021
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 470.57.02
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. Inactive "InactiveDevice1"
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. InputDevice "Mouse0" "CorePointer"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17.  
  18. # generated from default
  19. Identifier "Mouse0"
  20. Driver "mouse"
  21. Option "Protocol" "auto"
  22. Option "Device" "/dev/psaux"
  23. Option "Emulate3Buttons" "no"
  24. Option "ZAxisMapping" "4 5"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.  
  29. # generated from default
  30. Identifier "Keyboard0"
  31. Driver "kbd"
  32. EndSection
  33.  
  34. Section "Monitor"
  35. Identifier "Monitor0"
  36. VendorName "Unknown"
  37. ModelName "Unknown"
  38. Option "DPMS"
  39. EndSection
  40.  
  41. Section "Device"
  42. Identifier "Device0"
  43. Driver "nvidia"
  44. VendorName "NVIDIA Corporation"
  45. BusID "PCI:1:0:0"
  46. EndSection
  47.  
  48. Section "Device"
  49. Identifier "InactiveDevice1"
  50. Driver "modesetting"
  51. VendorName "Unknown"
  52. BusID "PCI:0:2:0"
  53. EndSection
  54.  
  55. Section "Screen"
  56. Identifier "Screen0"
  57. Device "Device0"
  58. Monitor "Monitor0"
  59. DefaultDepth 24
  60. Option "AllowEmptyInitialConfiguration" "True"
  61. SubSection "Display"
  62. Depth 24
  63. EndSubSection
  64. EndSection
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement