Advertisement
Guest User

Untitled

a guest
Jan 11th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 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. #Option "Xinerama" "true"
  7. InputDevice "Mouse0" "CorePointer"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. EndSection
  10.  
  11. Section "Files"
  12. ModulePath "/usr/lib/xorg/modules"
  13. FontPath "/usr/share/fonts/X11/misc"
  14. FontPath "/usr/share/fonts/X11/cyrillic"
  15. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  16. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  17. FontPath "/usr/share/fonts/X11/Type1"
  18. FontPath "/usr/share/fonts/X11/100dpi"
  19. FontPath "/usr/share/fonts/X11/75dpi"
  20. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  21. FontPath "built-ins"
  22. EndSection
  23.  
  24. Section "Module"
  25. Load "dbe"
  26. Load "dri"
  27. Load "extmod"
  28. Load "glx"
  29. Load "dri2"
  30. #Load "fbdevhw"
  31. Load "record"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Keyboard0"
  36. Driver "kbd"
  37. EndSection
  38.  
  39. Section "InputDevice"
  40. Identifier "Mouse0"
  41. Driver "mouse"
  42. Option "Protocol" "auto"
  43. Option "Device" "/dev/input/mice"
  44. Option "ZAxisMapping" "4 5 6 7"
  45. EndSection
  46.  
  47. Section "Monitor"
  48. Identifier "Monitor0"
  49. VendorName "Monitor Vendor"
  50. ModelName "Monitor Model"
  51. #Option "dpms"
  52. EndSection
  53.  
  54. Section "Monitor"
  55. Identifier "Monitor1"
  56. VendorName "Monitor Vendor"
  57. ModelName "Monitor Model"
  58. #Option "dpms"
  59. EndSection
  60.  
  61. Section "Monitor"
  62. Identifier "Monitor2"
  63. VendorName "Monitor Vendor"
  64. ModelName "Monitor Model"
  65. #Option "dpms"
  66. EndSection
  67.  
  68. Section "Device"
  69. Identifier "Card0"
  70. Driver "radeon"
  71. BusID "PCI:1:0:0"
  72. #Screen 0
  73. #Option "xrandr" "True"
  74. #Option "ZaphodHeads" "Monitor0"
  75. EndSection
  76.  
  77. Section "Device"
  78. Identifier "Card1"
  79. Driver "fbdev"
  80. Option "fbdev" "/dev/fb0"
  81. #Option "ShadowFB" "off"
  82. Option "ReportDamage" "true"
  83. BusID "USB"
  84. #Screen 1
  85. #Option "xrandr" "True"
  86. EndSection
  87.  
  88. Section "Device"
  89. Identifier "Card2"
  90. Driver "radeon"
  91. BusID "PCI:1:0:0"
  92. #Screen 2
  93. #Option "xrandr" "True"
  94. #Option "ZaphodHeads" "Monitor2"
  95. EndSection
  96.  
  97. Section "Screen"
  98. Identifier "Screen0"
  99. Device "Card0"
  100. Monitor "Monitor0"
  101. SubSection "Display"
  102. Viewport 0 0
  103. Depth 1
  104. EndSubSection
  105. SubSection "Display"
  106. Viewport 0 0
  107. Depth 4
  108. EndSubSection
  109. SubSection "Display"
  110. Viewport 0 0
  111. Depth 8
  112. EndSubSection
  113. SubSection "Display"
  114. Viewport 0 0
  115. Depth 15
  116. EndSubSection
  117. SubSection "Display"
  118. Viewport 0 0
  119. Depth 16
  120. EndSubSection
  121. SubSection "Display"
  122. Viewport 0 0
  123. Depth 24
  124. EndSubSection
  125. EndSection
  126.  
  127. Section "Screen"
  128. Identifier "Screen1"
  129. Device "Card1"
  130. Monitor "Monitor1"
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 1
  134. EndSubSection
  135. SubSection "Display"
  136. Viewport 0 0
  137. Depth 4
  138. EndSubSection
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 8
  142. EndSubSection
  143. SubSection "Display"
  144. Viewport 0 0
  145. Depth 15
  146. EndSubSection
  147. SubSection "Display"
  148. Viewport 0 0
  149. Depth 16
  150. EndSubSection
  151. SubSection "Display"
  152. Viewport 0 0
  153. Depth 24
  154. EndSubSection
  155. EndSection
  156.  
  157. Section "Screen"
  158. Identifier "Screen2"
  159. Device "Card2"
  160. Monitor "Monitor2"
  161. SubSection "Display"
  162. Viewport 0 0
  163. Depth 1
  164. EndSubSection
  165. SubSection "Display"
  166. Viewport 0 0
  167. Depth 4
  168. EndSubSection
  169. SubSection "Display"
  170. Viewport 0 0
  171. Depth 8
  172. EndSubSection
  173. SubSection "Display"
  174. Viewport 0 0
  175. Depth 15
  176. EndSubSection
  177. SubSection "Display"
  178. Viewport 0 0
  179. Depth 16
  180. EndSubSection
  181. SubSection "Display"
  182. Viewport 0 0
  183. Depth 24
  184. EndSubSection
  185. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement