Advertisement
Guest User

Untitled

a guest
Jul 16th, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 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/lib64/xorg/modules"
  12. FontPath "/usr/share/fonts/misc/"
  13. FontPath "/usr/share/fonts/TTF/"
  14. FontPath "/usr/share/fonts/OTF/"
  15. FontPath "/usr/share/fonts/Type1/"
  16. FontPath "/usr/share/fonts/100dpi/"
  17. FontPath "/usr/share/fonts/75dpi/"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "glx"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. Identifier "Keyboard0"
  26. Driver "kbd"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Mouse0"
  31. Driver "mouse"
  32. Option "Protocol" "auto"
  33. Option "Device" "/dev/input/mice"
  34. Option "ZAxisMapping" "4 5 6 7"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Monitor0"
  39. VendorName "Monitor Vendor"
  40. ModelName "Monitor Model"
  41. EndSection
  42.  
  43. Section "Monitor"
  44. Identifier "Monitor1"
  45. VendorName "Monitor Vendor"
  46. ModelName "Monitor Model"
  47. EndSection
  48.  
  49. Section "Monitor"
  50. Identifier "Monitor2"
  51. VendorName "Monitor Vendor"
  52. ModelName "Monitor Model"
  53. EndSection
  54.  
  55. Section "Device"
  56. ### Available Driver options are:-
  57. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  58. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  59. ### <percent>: "<f>%"
  60. ### [arg]: arg optional
  61. #Option "NoAccel" # [<bool>]
  62. #Option "AccelMethod" # <str>
  63. #Option "Backlight" # <str>
  64. #Option "DRI" # <str>
  65. #Option "ColorKey" # <i>
  66. #Option "VideoKey" # <i>
  67. #Option "Tiling" # [<bool>]
  68. #Option "LinearFramebuffer" # [<bool>]
  69. #Option "SwapbuffersWait" # [<bool>]
  70. #Option "XvPreferOverlay" # [<bool>]
  71. #Option "HotPlug" # [<bool>]
  72. #Option "RelaxedFencing" # [<bool>]
  73. #Option "Throttle" # [<bool>]
  74. #Option "ZaphodHeads" # <str>
  75. #Option "DelayedFlush" # [<bool>]
  76. #Option "TearFree" # [<bool>]
  77. #Option "PerCrtcPixmaps" # [<bool>]
  78. Identifier "Card0"
  79. Driver "intel"
  80. BusID "PCI:0:2: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:0:2: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:0:2: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