Guest User

Untitled

a guest
Oct 22nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Module"
  9. Load "glx"
  10. EndSection
  11.  
  12. Section "InputDevice"
  13. Identifier "Mouse0"
  14. Driver "mouse"
  15. Option "Protocol" "auto"
  16. Option "Device" "/dev/psaux"
  17. Option "Emulate3Buttons" "no"
  18. Option "ZAxisMapping" "4 5"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22.  
  23. # generated from default
  24. Identifier "Keyboard0"
  25. Driver "kbd"
  26. EndSection
  27.  
  28. Section "Monitor"
  29. Identifier "Monitor0"
  30. VendorName "Unknown"
  31. ModelName "Unknown"
  32. HorizSync 28.0 - 33.0
  33. VertRefresh 43.0 - 72.0
  34. Option "DPMS"
  35. EndSection
  36.  
  37. Section "Device"
  38. Identifier "Device0"
  39. Driver "nvidia"
  40. VendorName "NVIDIA Corporation"
  41. EndSection
  42.  
  43. Section "Screen"
  44. Identifier "Screen0"
  45. Device "Device0"
  46. Monitor "Monitor0"
  47. DefaultDepth 24
  48. Option "NoLogo" "True"
  49. SubSection "Display"
  50. Depth 24
  51. EndSubSection
  52. EndSection
Add Comment
Please, Sign In to add comment