Advertisement
Guest User

xorg.conf

a guest
Sep 23rd, 2012
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" RightOf "Screen0"
  5. Screen 2 "Screen2" RightOf "Screen1"
  6. Screen 3 "Screen3" RightOf "Screen2"
  7. InputDevice "Mouse0" "CorePointer"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. EndSection
  10.  
  11. Section "Files"
  12. ModulePath "/usr/lib64/xorg/modules"
  13. FontPath "/usr/share/fonts/misc/"
  14. FontPath "/usr/share/fonts/TTF/"
  15. FontPath "/usr/share/fonts/OTF/"
  16. FontPath "/usr/share/fonts/Type1/"
  17. FontPath "/usr/share/fonts/100dpi/"
  18. FontPath "/usr/share/fonts/75dpi/"
  19. FontPath "/usr/share/fonts/encodings/"
  20. FontPath "/usr/share/fonts/terminus/"
  21. FontPath "/usr/share/fonts/corefonts/"
  22. FontPath "/usr/share/fonts/util/"
  23. FontPath "/usr/share/fonts/truetype/"
  24. EndSection
  25.  
  26. Section "Module"
  27. Load "glx"
  28. Load "extmod"
  29. Load "record"
  30. Load "dri2"
  31. Load "dbe"
  32. Load "dri"
  33. Load "freetype"
  34. Load "type1"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. Identifier "Keyboard0"
  39. Driver "kbd"
  40. EndSection
  41.  
  42. Section "InputDevice"
  43. Identifier "Mouse0"
  44. Driver "mouse"
  45. Option "Protocol" "auto"
  46. Option "Device" "/dev/input/mice"
  47. Option "ZAxisMapping" "4 5 6 7"
  48. EndSection
  49.  
  50. Section "Monitor"
  51. Identifier "Monitor0"
  52. VendorName "Monitor Vendor"
  53. ModelName "Monitor Model"
  54. EndSection
  55.  
  56. Section "Monitor"
  57. Identifier "Monitor1"
  58. VendorName "Monitor Vendor"
  59. ModelName "Monitor Model"
  60. EndSection
  61.  
  62. Section "Monitor"
  63. Identifier "Monitor2"
  64. VendorName "Monitor Vendor"
  65. ModelName "Monitor Model"
  66. EndSection
  67.  
  68. Section "Monitor"
  69. Identifier "Monitor3"
  70. VendorName "Monitor Vendor"
  71. ModelName "Monitor Model"
  72. EndSection
  73.  
  74. Section "Device"
  75.  
  76. Identifier "Card0"
  77. Driver "radeon"
  78. BusID "PCI:0:1:0"
  79. EndSection
  80.  
  81. Section "Device"
  82. Identifier "Card1"
  83. Driver "radeon"
  84. BusID "PCI:1:0:0"
  85. EndSection
  86.  
  87. Section "Device"
  88. Identifier "Card2"
  89. Driver "vesa"
  90. BusID "PCI:0:1:0"
  91. EndSection
  92.  
  93. Section "Device"
  94. Identifier "Card3"
  95. Driver "vesa"
  96. BusID "PCI:1:0:0"
  97. EndSection
  98.  
  99. Section "Screen"
  100. Identifier "Screen0"
  101. Device "Card0"
  102. Monitor "Monitor0"
  103. SubSection "Display"
  104. Viewport 0 0
  105. Depth 1
  106. EndSubSection
  107. SubSection "Display"
  108. Viewport 0 0
  109. Depth 4
  110. EndSubSection
  111. SubSection "Display"
  112. Viewport 0 0
  113. Depth 8
  114. EndSubSection
  115. SubSection "Display"
  116. Viewport 0 0
  117. Depth 15
  118. EndSubSection
  119. SubSection "Display"
  120. Viewport 0 0
  121. Depth 16
  122. EndSubSection
  123. SubSection "Display"
  124. Viewport 0 0
  125. Depth 24
  126. EndSubSection
  127. EndSection
  128.  
  129. Section "Screen"
  130. Identifier "Screen1"
  131. Device "Card1"
  132. Monitor "Monitor1"
  133. SubSection "Display"
  134. Viewport 0 0
  135. Depth 1
  136. EndSubSection
  137. SubSection "Display"
  138. Viewport 0 0
  139. Depth 4
  140. EndSubSection
  141. SubSection "Display"
  142. Viewport 0 0
  143. Depth 8
  144. EndSubSection
  145. SubSection "Display"
  146. Viewport 0 0
  147. Depth 15
  148. EndSubSection
  149. SubSection "Display"
  150. Viewport 0 0
  151. Depth 16
  152. EndSubSection
  153. SubSection "Display"
  154. Viewport 0 0
  155. Depth 24
  156. EndSubSection
  157. EndSection
  158.  
  159. Section "Screen"
  160. Identifier "Screen2"
  161. Device "Card2"
  162. Monitor "Monitor2"
  163. SubSection "Display"
  164. Viewport 0 0
  165. Depth 1
  166. EndSubSection
  167. SubSection "Display"
  168. Viewport 0 0
  169. Depth 4
  170. EndSubSection
  171. SubSection "Display"
  172. Viewport 0 0
  173. Depth 8
  174. EndSubSection
  175. SubSection "Display"
  176. Viewport 0 0
  177. Depth 15
  178. EndSubSection
  179. SubSection "Display"
  180. Viewport 0 0
  181. Depth 16
  182. EndSubSection
  183. SubSection "Display"
  184. Viewport 0 0
  185. Depth 24
  186. EndSubSection
  187. EndSection
  188.  
  189. Section "Screen"
  190. Identifier "Screen3"
  191. Device "Card3"
  192. Monitor "Monitor3"
  193. SubSection "Display"
  194. Viewport 0 0
  195. Depth 1
  196. EndSubSection
  197. SubSection "Display"
  198. Viewport 0 0
  199. Depth 4
  200. EndSubSection
  201. SubSection "Display"
  202. Viewport 0 0
  203. Depth 8
  204. EndSubSection
  205. SubSection "Display"
  206. Viewport 0 0
  207. Depth 15
  208. EndSubSection
  209. SubSection "Display"
  210. Viewport 0 0
  211. Depth 16
  212. EndSubSection
  213. SubSection "Display"
  214. Viewport 0 0
  215. Depth 24
  216. EndSubSection
  217. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement