Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" Leftof "Screen0"
  5. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. Option "Xinerama" "on"
  8. Option "Clone" "off"
  9. EndSection
  10.  
  11. Section "Module"
  12. Load "glx"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. Identifier "Keyboard0"
  17. Driver "kbd"
  18. EndSection
  19.  
  20. Section "InputDevice"
  21. Identifier "Mouse0"
  22. Driver "mouse"
  23. Option "Protocol" "auto"
  24. Option "Device" "/dev/input/mice"
  25. Option "ZAxisMapping" "4 5 6 7"
  26. EndSection
  27.  
  28. Section "Monitor"
  29. Identifier "Monitor0"
  30. VendorName "HP"
  31. ModelName "19inches"
  32. Option "DPMS" "true"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "Monitor1"
  37. VendorName "Asus"
  38. ModelName "27inches"
  39. Option "DPMS" "true"
  40. EndSection
  41.  
  42. Section "Device"
  43. Identifier "Nvidia monitor0"
  44. Driver "nvidia"
  45. Option "ZaphodHeads" "DVI-0"
  46. BusID "PCI:1:0:0"
  47. EndSection
  48.  
  49. Section "Device"
  50. Identifier "Ati monitor1"
  51. Driver "fglrx"
  52. Option "ZaphodHeads" "DVI-1"
  53. BusID "PCI:2:0:0"
  54. Screen 1
  55. EndSection
  56.  
  57. Section "Screen"
  58. Identifier "Screen0"
  59. Device "Nvidia monitor0"
  60. Monitor "Monitor0"
  61. DefaultDepth 24
  62. SubSection "Display"
  63. Viewport 0 0
  64. Depth 1
  65. Modes "1440x1900" "1024x768" "800x600" "640x480"
  66. EndSubSection
  67. SubSection "Display"
  68. Viewport 0 0
  69. Depth 4
  70. Modes "1440x1900" "1024x768" "800x600" "640x480"
  71. EndSubSection
  72. SubSection "Display"
  73. Viewport 0 0
  74. Depth 8
  75. Modes "1440x1900" "1024x768" "800x600" "640x480"
  76. EndSubSection
  77. SubSection "Display"
  78. Viewport 0 0
  79. Depth 15
  80. Modes "1440x1900" "1024x768" "800x600" "640x480"
  81. EndSubSection
  82. SubSection "Display"
  83. Viewport 0 0
  84. Depth 16
  85. Modes "1440x1900" "1024x768" "800x600" "640x480"
  86. EndSubSection
  87. SubSection "Display"
  88. Viewport 0 0
  89. Depth 24
  90. Modes "1440x1900" "1024x768" "800x600" "640x480"
  91. EndSubSection
  92. EndSection
  93.  
  94. Section "Screen"
  95. Identifier "Screen1"
  96. Device "Ati monitor1"
  97. Monitor "Monitor1"
  98. DefaultDepth 24
  99. SubSection "Display"
  100. Viewport 0 0
  101. Depth 1
  102. Modes "1920x1080" "1024x768" "800x600"
  103. EndSubSection
  104. SubSection "Display"
  105. Viewport 0 0
  106. Depth 4
  107. EndSubSection
  108. SubSection "Display"
  109. Viewport 0 0
  110. Depth 8
  111. Modes "1920x1080" "1024x768" "800x600"
  112. EndSubSection
  113. SubSection "Display"
  114. Viewport 0 0
  115. Depth 15
  116. Modes "1920x1080" "1024x768" "800x600"
  117. EndSubSection
  118. SubSection "Display"
  119. Viewport 0 0
  120. Depth 16
  121. Modes "1920x1080" "1024x768" "800x600"
  122. EndSubSection
  123. SubSection "Display"
  124. Viewport 0 0
  125. Depth 24
  126. Modes "1920x1080" "1024x768" "800x600"
  127. EndSubSection
  128. EndSection
  129.  
  130. Section "Extensions"
  131. Option "Composite" "Disable"
  132. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement