Advertisement
Guest User

/etc/X11/mhwd.d/nvidia.conf

a guest
Nov 7th, 2022
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 520.56.06
  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. VendorName "Unknown"
  33. ModelName "Unknown"
  34. Option "DPMS"
  35. EndSection
  36.  
  37. Section "Device"
  38. Identifier "Device0"
  39. Driver "nvidia"
  40. VendorName "NVIDIA Corporation"
  41. Option "NoLogo" "1"
  42. EndSection
  43.  
  44. Section "Screen"
  45. Identifier "Screen0"
  46. Device "Device0"
  47. Monitor "Monitor0"
  48. DefaultDepth 24
  49. SubSection "Display"
  50. Depth 24
  51. EndSubSection
  52. EndSection
  53.  
  54. Section "Extensions"
  55. Option "COMPOSITE" "Enable"
  56. EndSection
  57.  
  58.  
  59. Section "InputClass"
  60. Identifier "Keyboard Defaults"
  61. MatchIsKeyboard "yes"
  62. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  63. EndSection
  64.  
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement