Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 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. EndSection
  10.  
  11. Section "Module"
  12. Load "dbe"
  13. Load "extmod"
  14. Load "type1"
  15. Load "freetype"
  16. Load "glx"
  17. EndSection
  18.  
  19. Section "InputDevice"
  20. # generated from default
  21. Identifier "Mouse0"
  22. Driver "mouse"
  23. Option "Protocol" "auto"
  24. Option "Device" "/dev/psaux"
  25. Option "Emulate3Buttons" "no"
  26. Option "ZAxisMapping" "4 5"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. # generated from default
  31. Identifier "Keyboard0"
  32. Driver "kbd"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "Monitor0"
  37. VendorName "Unknown"
  38. ModelName "Unknown"
  39. HorizSync 28.0 - 33.0
  40. VertRefresh 43.0 - 72.0
  41. Option "DPMS"
  42. EndSection
  43.  
  44. Section "Device"
  45. Identifier "Device0"
  46. Driver "nvidia"
  47. VendorName "NVIDIA Corporation"
  48. EndSection
  49.  
  50. Section "Screen"
  51. Identifier "Screen0"
  52. Device "Device0"
  53. Monitor "Monitor0"
  54. DefaultDepth 24
  55. SubSection "Display"
  56. Depth 24
  57. EndSubSection
  58. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement