Advertisement
Guest User

Untitled

a guest
Sep 21st, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. $ cat /etc/X11/xorg.conf
  2.  
  3. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  4. # nvidia-xconfig: version 1.0 (buildmeister@builder75) Sun Jul 17 23:48:28 PDT 2011
  5.  
  6. Section "ServerLayout"
  7. Identifier "Layout0"
  8. Screen 0 "Screen0"
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. InputDevice "Mouse0" "CorePointer"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17. # generated from default
  18. Identifier "Mouse0"
  19. Driver "mouse"
  20. Option "Protocol" "auto"
  21. Option "Device" "/dev/psaux"
  22. Option "Emulate3Buttons" "no"
  23. Option "ZAxisMapping" "4 5"
  24. EndSection
  25.  
  26. Section "InputDevice"
  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 30.0 - 110.0
  37. VertRefresh 50.0 - 150.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. SubSection "Display"
  53. Depth 24
  54. Modes "1280x1024"
  55. EndSubSection
  56. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement