Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2010
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 260.19.21 (buildmeister@builder101) Thu Nov 4 21:47:28 PDT 2010
  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 "Files"
  13. EndSection
  14.  
  15. Section "Module"
  16. Load "glx"
  17. EndSection
  18.  
  19. Section "InputDevice"
  20.  
  21. # generated from default
  22. Identifier "Mouse0"
  23. Driver "mouse"
  24. Option "Protocol" "auto"
  25. Option "Device" "/dev/psaux"
  26. Option "Emulate3Buttons" "no"
  27. Option "ZAxisMapping" "4 5"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31.  
  32. # generated from default
  33. Identifier "Keyboard0"
  34. Driver "kbd"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Monitor0"
  39. VendorName "Unknown"
  40. ModelName "Unknown"
  41. HorizSync 28.0 - 33.0
  42. VertRefresh 43.0 - 72.0
  43. Option "DPMS"
  44. EndSection
  45.  
  46. Section "Device"
  47. Identifier "Device0"
  48. Driver "nvidia"
  49. VendorName "NVIDIA Corporation"
  50. EndSection
  51.  
  52. Section "Screen"
  53. Identifier "Screen0"
  54. Device "Device0"
  55. Monitor "Monitor0"
  56. DefaultDepth 24
  57. Option "AddARGBGLXVisuals" "True"
  58. SubSection "Display"
  59. Depth 24
  60. EndSubSection
  61. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement