Advertisement
Guest User

Untitled

a guest
Jul 18th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Driver "mouse"
  2. Option "Protocol" "auto"
  3. Option "Device" "/dev/psaux"
  4. Option "Emulate3Buttons" "no"
  5. Option "ZAxisMapping" "4 5"
  6. EndSection
  7.  
  8. Section "InputDevice"
  9.  
  10. # generated from default
  11. Identifier "Keyboard0"
  12. Driver "kbd"
  13. EndSection
  14.  
  15. Section "Monitor"
  16. Identifier "Monitor0"
  17. VendorName "Unknown"
  18. ModelName "CRT-0"
  19. HorizSync 28.0 - 33.0
  20. VertRefresh 43.0 - 72.0
  21. Option "DPMS"
  22. EndSection
  23.  
  24. Section "Device"
  25. Identifier "Device0"
  26. Driver "nvidia"
  27. VendorName "NVIDIA Corporation"
  28. BoardName "GeForce 8500 GT"
  29. EndSection
  30.  
  31. Section "Screen"
  32. Identifier "Screen0"
  33. Device "Device0"
  34. Monitor "Monitor0"
  35. DefaultDepth 24
  36. Option "TwinView" "0"
  37. Option "metamodes" "nvidia-auto-select +0+0"
  38. SubSection "Display"
  39. Depth 24
  40. EndSubSection
  41. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement