Advertisement
Guest User

xorg nvidia

a guest
Mar 7th, 2015
1,870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0"
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/opt/nvidia/glx"
  10. ModulePath "/opt/nvidia/lib"
  11. ModulePath "/usr/lib/xorg/modules/"
  12. EndSection
  13.  
  14. Section "ServerFlags"
  15. Option "Xinerama" "on"
  16. EndSection
  17.  
  18. Section "InputDevice"
  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. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "Monitor"
  33. Identifier "Monitor0"
  34. VendorName "BenQ"
  35. ModelName "G2420HD"
  36. HorizSync 28.0 - 33.0
  37. VertRefresh 43.0 - 72.0
  38. Option "DPMS"
  39. EndSection
  40.  
  41. Section "Device"
  42. Identifier "deviceNvidia0"
  43. Driver "nvidia"
  44. VendorName "NVIDIA Corporation"
  45. EndSection
  46.  
  47. Section "Screen"
  48. Identifier "Screen0"
  49. Device "deviceNvidia0"
  50. Monitor "Monitor0"
  51. DefaultDepth 24
  52. SubSection "Display"
  53. Depth 24
  54. EndSubSection
  55. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement