Advertisement
Guest User

xorg_conf

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