Guest User

newbodhi

a guest
Feb 10th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2.  
  3.  
  4. Section "ServerLayout"
  5. Identifier "Default Layout"
  6. Screen "Default Screen" 0 0
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Module"
  12. Load "glx"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. # generated from default
  17. Identifier "Keyboard0"
  18. Driver "keyboard"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22. # generated from default
  23. Identifier "Mouse0"
  24. Driver "mouse"
  25. Option "Protocol" "auto"
  26. Option "Device" "/dev/psaux"
  27. Option "Emulate3Buttons" "no"
  28. Option "ZAxisMapping" "4 5"
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "Configured Monitor"
  33. HorizSync 31.5 - 50.0
  34. VertRefresh 40 - 90
  35. Option "UseEdidFreqs" "1"
  36. Option "ReducedBlanking"
  37. EndSection
  38.  
  39. Section "Device"
  40. Identifier "Configured Video Device"
  41. Driver "nvidia"
  42. Option "RenderAccel" "true"
  43. EndSection
  44.  
  45. Section "Screen"
  46. Identifier "Default Screen"
  47. Device "Configured Video Device"
  48. Monitor "Configured Monitor"
  49. DefaultDepth 24
  50. Option "NoLogo" "True"
  51. SubSection "Display"
  52. Depth 24
  53. Modes "1280x1024" "1024x768" "800x600" "640x480"
  54. EndSubSection
  55. EndSection
Advertisement
Add Comment
Please, Sign In to add comment