Advertisement
Guest User

Untitled

a guest
Jul 26th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 302.17 ([email protected]) Tue Jun 12 19:45:36 PDT 2012
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Module"
  13. Load "glx"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17. Identifier "Mouse0"
  18. Driver "mouse"
  19. Option "Protocol" "auto"
  20. Option "Device" "/dev/psaux"
  21. Option "Emulate3Buttons" "no"
  22. Option "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.  
  27. # generated from default
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "Monitor"
  33. Identifier "Monitor0"
  34. VendorName "Unknown"
  35. ModelName "Unknown"
  36. HorizSync 28.0 - 33.0
  37. VertRefresh 43.0 - 72.0
  38. Option "DPMS"
  39. EndSection
  40.  
  41. Section "Device"
  42. Identifier "Device0"
  43. Driver "nvidia"
  44. VendorName "NVIDIA Corporation"
  45. EndSection
  46.  
  47. Section "Screen"
  48. Identifier "Screen0"
  49. Device "Device0"
  50. Monitor "Monitor0"
  51. DefaultDepth 24
  52. Option "NoLogo" "True"
  53. SubSection "Display"
  54. Depth 24
  55. EndSubSection
  56. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement