Advertisement
Guest User

Untitled

a guest
Jul 27th, 2011
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 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 "Files"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12.  
  13. # generated from default
  14. Identifier "Mouse0"
  15. Driver "mouse"
  16. Option "Protocol" "auto"
  17. Option "Device" "/dev/input/mice"
  18. Option "Emulate3Buttons" "no"
  19. Option "ZAxisMapping" "4 5"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23.  
  24. # generated from default
  25. Identifier "Keyboard0"
  26. Driver "kbd"
  27. EndSection
  28.  
  29. Section "Monitor"
  30. Identifier "Monitor0"
  31. VendorName "Unknown"
  32. ModelName "Unknown"
  33. HorizSync 28.0 - 33.0
  34. VertRefresh 43.0 - 72.0
  35. Option "DPMS"
  36. EndSection
  37.  
  38. Section "Device"
  39. Identifier "Device0"
  40. Driver "nvidia"
  41. VendorName "NVIDIA Corporation"
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement