1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder75) Thu Apr 14 09:22:52 PDT 2011
  3.  
  4. Section "Monitor"
  5. Identifier "Monitor0"
  6. VendorName "Unknown"
  7. ModelName "Unknown"
  8. HorizSync 30.0 - 110.0
  9. VertRefresh 50.0 - 150.0
  10. Option "DPMS"
  11. EndSection
  12.  
  13. Section "Screen"
  14. Identifier "Screen0"
  15. Device "Device0"
  16. Monitor "Monitor0"
  17. DefaultDepth 24
  18. SubSection "Display"
  19. Depth 24
  20. EndSubSection
  21. EndSection
  22.  
  23. Section "InputDevice"
  24. Identifier "Mouse0"
  25. Driver "mouse"
  26. Option "Protocol" "auto"
  27. Option "Device" "/dev/psaux"
  28. Option "Emulate3Buttons" "no"
  29. Option "ZAxisMapping" "4 5"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Keyboard0"
  34. Driver "kbd"
  35. # generated from default
  36. EndSection
  37.  
  38. Section "ServerLayout"
  39. Identifier "Layout0"
  40. Screen 0 "Screen0"
  41. InputDevice "Keyboard0" "CoreKeyboard"
  42. InputDevice "Mouse0" "CorePointer"
  43. EndSection
  44.  
  45. Section "Device"
  46. Identifier "Device0"
  47. Driver "nvidia"
  48. VendorName "NVIDIA Corporation"
  49. Option "NoLogo" "True"
  50. EndSection