Advertisement
Guest User

Untitled

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