Advertisement
Guest User

root

a guest
Jan 31st, 2009
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder58) Wed Nov 26 11:21:13 PST 2008
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Files"
  12. EndSection
  13.  
  14. Section "Module"
  15. Load "dbe"
  16. Load "extmod"
  17. Load "type1"
  18. Load "freetype"
  19. Load "glx"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. # generated from default
  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. # generated from default
  34. Identifier "Keyboard0"
  35. Driver "kbd"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. VendorName "Unknown"
  41. ModelName "Unknown"
  42. HorizSync 28.0 - 33.0
  43. VertRefresh 43.0 - 72.0
  44. Option "DPMS"
  45. EndSection
  46.  
  47. Section "Device"
  48. Identifier "Device0"
  49. Driver "nvidia"
  50. VendorName "NVIDIA Corporation"
  51. Option "BusID" "02:00.0"
  52. EndSection
  53.  
  54. Section "Screen"
  55. Identifier "Screen0"
  56. Device "Device0"
  57. Monitor "Monitor0"
  58. DefaultDepth 24
  59. SubSection "Display"
  60. Depth 24
  61. EndSubSection
  62. EndSection
  63.  
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement