Guest User

Untitled

a guest
Dec 17th, 2011
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. root:~$ cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig: version 1.0 (buildmeister@builder75) Thu Apr 22 11:44:23 PDT 2010
  4.  
  5. # nvidia-settings: X configuration file generated by nvidia-settings
  6. # nvidia-settings: version 1.0 (buildd@palmer) Fri Apr 9 10:35:18 UTC 2010
  7.  
  8. Section "ServerLayout"
  9. Identifier "Layout0"
  10. Screen 0 "Screen0" 0 0
  11. Screen 1 "Screen1" RightOf "Screen0"
  12. InputDevice "Keyboard0" "CoreKeyboard"
  13. InputDevice "Mouse0" "CorePointer"
  14. Option "Xinerama" "0"
  15. EndSection
  16.  
  17. Section "Files"
  18. EndSection
  19.  
  20. Section "InputDevice"
  21.  
  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 "InputDevice"
  32.  
  33. # generated from default
  34. Identifier "Keyboard0"
  35. Driver "kbd"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. VendorName "Unknown"
  41. ModelName "Samsung SyncMaster"
  42. HorizSync 30.0 - 81.0
  43. VertRefresh 56.0 - 60.0
  44. Option "DPMS"
  45. EndSection
  46.  
  47. Section "Monitor"
  48. Identifier "Monitor1"
  49. VendorName "Unknown"
  50. ModelName "CRT-0"
  51. HorizSync 0.0 - 0.0
  52. VertRefresh 0.0
  53. EndSection
  54.  
  55. Section "Device"
  56. Identifier "Device0"
  57. Driver "nvidia"
  58. VendorName "NVIDIA Corporation"
  59. BoardName "GeForce 8600 GT"
  60. BusID "PCI:1:0:0"
  61. Screen 0
  62. EndSection
  63.  
  64. Section "Device"
  65. Identifier "Device1"
  66. Driver "nvidia"
  67. VendorName "NVIDIA Corporation"
  68. BoardName "GeForce 8600 GT"
  69. BusID "PCI:1:0:0"
  70. Screen 1
  71. EndSection
  72.  
  73. Section "Screen"
  74.  
  75. # Removed Option "metamodes" "CRT-1: nvidia-auto-select +0+0; CRT-1: 1920x1200 +0+0"
  76. Identifier "Screen0"
  77. Device "Device0"
  78. Monitor "Monitor0"
  79. DefaultDepth 24
  80. Option "TwinView" "0"
  81. Option "metamodes" "CRT-1: nvidia-auto-select +0+0"
  82. SubSection "Display"
  83. Depth 24
  84. EndSubSection
  85. EndSection
  86.  
  87. Section "Screen"
  88. Identifier "Screen1"
  89. Device "Device1"
  90. Monitor "Monitor1"
  91. DefaultDepth 24
  92. Option "TwinView" "0"
  93. Option "metamodes" "CRT-0: nvidia-auto-select +0+0"
  94. SubSection "Display"
  95. Depth 24
  96. EndSubSection
  97. EndSection
Advertisement
Add Comment
Please, Sign In to add comment