Advertisement
Guest User

Untitled

a guest
Feb 12th, 2011
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. # cat /etc/X11/xorg.conf
  2. # nvidia-settings: X configuration file generated by nvidia-settings
  3. # nvidia-settings: version 260.19.36 ([email protected]) Tue Jan 18 17:15:10 PST 2011
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. Option "Xinerama" "0"
  11. EndSection
  12.  
  13. Section "Files"
  14. FontPath "/usr/share/fonts/default/Type1"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18. # generated from default
  19. Identifier "Mouse0"
  20. Driver "mouse"
  21. Option "Protocol" "auto"
  22. Option "Device" "/dev/input/mice"
  23. Option "Emulate3Buttons" "no"
  24. Option "ZAxisMapping" "4 5"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. # generated from data in "/etc/sysconfig/keyboard"
  29. Identifier "Keyboard0"
  30. Driver "keyboard"
  31. Option "XkbLayout" "us"
  32. Option "XkbModel" "pc105"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. # HorizSync source: edid, VertRefresh source: edid
  37. Identifier "Monitor0"
  38. VendorName "Unknown"
  39. ModelName "HP L1908w"
  40. HorizSync 24.0 - 83.0
  41. VertRefresh 50.0 - 76.0
  42. Option "DPMS"
  43. EndSection
  44.  
  45. Section "Device"
  46. Identifier "Device0"
  47. Driver "nvidia"
  48. VendorName "NVIDIA Corporation"
  49. BoardName "GeForce 9600 GT"
  50. EndSection
  51.  
  52. Section "Screen"
  53. Identifier "Screen0"
  54. Device "Device0"
  55. Monitor "Monitor0"
  56. DefaultDepth 24
  57. Option "TwinView" "1"
  58. Option "TwinViewXineramaInfoOrder" "CRT-1"
  59. Option "metamodes" "CRT: nvidia-auto-select +0+0, DFP: 1920x1080 +1440+0"
  60. SubSection "Display"
  61. Depth 24
  62. EndSubSection
  63. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement