Advertisement
Caffeine

kalle@GLaDOS:~$ cat /etc/X11/xorg.conf

Jul 21st, 2011
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. kalle@GLaDOS:~$ cat /etc/X11/xorg.conf
  2. # nvidia-settings: X configuration file generated by nvidia-settings
  3. # nvidia-settings: version 275.21 ([email protected]) Mon Jul 18 15:01:50 PDT 2011
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. # Identifier "DualSreen"
  8. Screen 0 "Screen0" 0 0
  9. Screen 1 "Screen1" RightOf "Screen0"
  10. InputDevice "Keyboard0" "CoreKeyboard"
  11. InputDevice "Mouse0" "CorePointer"
  12. Option "Xinerama" "0"
  13. # Option "Xinerama" "1" #To move windows between screens
  14. EndSection
  15.  
  16. Section "Files"
  17. EndSection
  18.  
  19. Section "InputDevice"
  20. # generated from default
  21. Identifier "Mouse0"
  22. Driver "mouse"
  23. Option "Protocol" "auto"
  24. Option "Device" "/dev/psaux"
  25. Option "Emulate3Buttons" "no"
  26. Option "ZAxisMapping" "4 5"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. # generated from default
  31. Identifier "Keyboard0"
  32. Driver "kbd"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. # HorizSync source: edid, VertRefresh source: edid
  37. Identifier "Monitor0"
  38. VendorName "Unknown"
  39. ModelName "Samsung SyncMaster"
  40. HorizSync 30.0 - 190.0
  41. VertRefresh 56.0 - 125.0
  42. Option "DPMS"
  43. # Option "Enable" "true"
  44. EndSection
  45.  
  46. Section "Monitor"
  47. # HorizSync source: edid, VertRefresh source: edid
  48. Identifier "Monitor1"
  49. VendorName "Unknown"
  50. ModelName "BenQ FP91G+"
  51. HorizSync 31.0 - 83.0
  52. VertRefresh 56.0 - 76.0
  53. Option "DPMS"
  54. # Option "Enable" "true"
  55. EndSection
  56.  
  57. Section "Device"
  58. Identifier "Device0"
  59. Driver "nvidia"
  60. VendorName "NVIDIA Corporation"
  61. BoardName "GeForce 8800 GTS"
  62. BusID "PCI:2:0:0"
  63. Screen 0
  64. EndSection
  65.  
  66. Section "Device"
  67. Identifier "Device1"
  68. Driver "nvidia"
  69. VendorName "NVIDIA Corporation"
  70. BoardName "GeForce 8800 GTS"
  71. BusID "PCI:2:0:0"
  72. Screen 1
  73. EndSection
  74.  
  75. Section "Screen"
  76. Identifier "Screen0"
  77. Device "Device0"
  78. Monitor "Monitor0"
  79. DefaultDepth 24
  80. Option "TwinView" "0"
  81. Option "metamodes" "DFP-1: 1680x1050_120 +0+0; DFP-1: nvidia-auto-select +0+0"
  82. SubSection "Display"
  83. Depth 24
  84. # Modes "1680x1050_120.00"
  85. EndSubSection
  86. EndSection
  87.  
  88. Section "Screen"
  89. Identifier "Screen1"
  90. Device "Device1"
  91. Monitor "Monitor1"
  92. DefaultDepth 24
  93. Option "TwinView" "0"
  94. Option "metamodes" "DFP-0: nvidia-auto-select +0+0"
  95. SubSection "Display"
  96. Depth 24
  97. # Modes "1280x1024_60.00"
  98. EndSubSection
  99. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement