Guest User

Untitled

a guest
Mar 14th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 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 "InputDevice"
  12. # generated from default
  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. # generated from default
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25. EndSection
  26.  
  27. Section "Monitor"
  28. Identifier "Monitor0"
  29. VendorName "Unknown"
  30. ModelName "Unknown"
  31. HorizSync 30.0 - 80.0
  32. VertRefresh 55.0 - 75.0
  33. DisplaySize 400 225
  34. Modeline "1600x900_60.00" 119.00 1600 1696 1864 2128 900 901 904 932 -HSync +Vsync
  35. Option "DPMS"
  36. EndSection
  37.  
  38. Section "Device"
  39. Identifier "Device0"
  40. BusID "PCI:1:0:0"
  41. Driver "nvidia"
  42. VendorName "NVIDIA Corporation"
  43. EndSection
  44.  
  45. Section "Screen"
  46. Identifier "Screen0"
  47. Device "Device0"
  48. Monitor "Monitor0"
  49. DefaultDepth 24
  50. Option "Coolbits" "5"
  51. SubSection "Display"
  52. Viewport 0 0
  53. Depth 24
  54. Modes "1600x900_60.00"
  55. EndSubSection
  56. EndSection
Add Comment
Please, Sign In to add comment