Advertisement
Guest User

xorg.conf

a guest
Sep 13th, 2011
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Jun 25 18:57:07 PDT 2009
  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. Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  21. EndSubSection
  22. EndSection
  23.  
  24. Section "Module"
  25. Load "glx"
  26. Disable "dri2"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Mouse0"
  31. Driver "mouse"
  32. Option "Protocol" "auto"
  33. Option "Device" "/dev/psaux"
  34. Option "Emulate3Buttons" "no"
  35. Option "ZAxisMapping" "4 5"
  36. EndSection
  37.  
  38. Section "InputDevice"
  39. Identifier "Keyboard0"
  40. Driver "kbd"
  41. # generated from default
  42. EndSection
  43.  
  44. Section "ServerLayout"
  45. Identifier "Layout0"
  46. Screen 0 "Screen0"
  47. InputDevice "Keyboard0" "CoreKeyboard"
  48. InputDevice "Mouse0" "CorePointer"
  49. EndSection
  50.  
  51. Section "Device"
  52. Identifier "Device0"
  53. VendorName "NVIDIA Corporation"
  54. Driver "nvidia"
  55. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement