Advertisement
Guest User

Untitled

a guest
Oct 16th, 2011
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 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 "record"
  25. Load "FGL.renamed.libdri"
  26. Load "dbe"
  27. Load "FGL.renamed.libglx"
  28. Load "glx"
  29. Load "dri2"
  30. Load "extmod"
  31. Load "dri"
  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. EndSection
  52.  
  53. Section "Monitor"
  54. Identifier "Monitor1"
  55. VendorName "Monitor Vendor"
  56. ModelName "Monitor Model"
  57. EndSection
  58.  
  59. Section "Monitor"
  60. Identifier "Monitor2"
  61. VendorName "Monitor Vendor"
  62. ModelName "Monitor Model"
  63. EndSection
  64.  
  65. Section "Device"
  66. Identifier "Card0"
  67. Driver "nvidia"
  68. BusID "PCI:1:0:0"
  69. EndSection
  70.  
  71. Section "Device"
  72. ### Available Driver options are:-
  73. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  74. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  75. ### <percent>: "<f>%"
  76. ### [arg]: arg optional
  77. #Option "ShadowFB" # [<bool>]
  78. #Option "Rotate" # <str>
  79. #Option "fbdev" # <str>
  80. #Option "debug" # [<bool>]
  81. Identifier "Card1"
  82. Driver "fbdev"
  83. BusID "PCI:1:0:0"
  84. EndSection
  85.  
  86. Section "Device"
  87. ### Available Driver options are:-
  88. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  89. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  90. ### <percent>: "<f>%"
  91. ### [arg]: arg optional
  92. #Option "ShadowFB" # [<bool>]
  93. #Option "DefaultRefresh" # [<bool>]
  94. #Option "ModeSetClearScreen" # [<bool>]
  95. Identifier "Card2"
  96. Driver "vesa"
  97. BusID "PCI:1:0:0"
  98. EndSection
  99.  
  100. Section "Screen"
  101. Identifier "Screen0"
  102. Device "Card0"
  103. Monitor "Monitor0"
  104. SubSection "Display"
  105. Viewport 0 0
  106. Depth 1
  107. EndSubSection
  108. SubSection "Display"
  109. Viewport 0 0
  110. Depth 4
  111. EndSubSection
  112. SubSection "Display"
  113. Viewport 0 0
  114. Depth 8
  115. EndSubSection
  116. SubSection "Display"
  117. Viewport 0 0
  118. Depth 15
  119. EndSubSection
  120. SubSection "Display"
  121. Viewport 0 0
  122. Depth 16
  123. EndSubSection
  124. SubSection "Display"
  125. Viewport 0 0
  126. Depth 24
  127. EndSubSection
  128. EndSection
  129.  
  130. Section "Screen"
  131. Identifier "Screen1"
  132. Device "Card1"
  133. Monitor "Monitor1"
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 1
  137. EndSubSection
  138. SubSection "Display"
  139. Viewport 0 0
  140. Depth 4
  141. EndSubSection
  142. SubSection "Display"
  143. Viewport 0 0
  144. Depth 8
  145. EndSubSection
  146. SubSection "Display"
  147. Viewport 0 0
  148. Depth 15
  149. EndSubSection
  150. SubSection "Display"
  151. Viewport 0 0
  152. Depth 16
  153. EndSubSection
  154. SubSection "Display"
  155. Viewport 0 0
  156. Depth 24
  157. EndSubSection
  158. EndSection
  159.  
  160. Section "Screen"
  161. Identifier "Screen2"
  162. Device "Card2"
  163. Monitor "Monitor2"
  164. SubSection "Display"
  165. Viewport 0 0
  166. Depth 1
  167. EndSubSection
  168. SubSection "Display"
  169. Viewport 0 0
  170. Depth 4
  171. EndSubSection
  172. SubSection "Display"
  173. Viewport 0 0
  174. Depth 8
  175. EndSubSection
  176. SubSection "Display"
  177. Viewport 0 0
  178. Depth 15
  179. EndSubSection
  180. SubSection "Display"
  181. Viewport 0 0
  182. Depth 16
  183. EndSubSection
  184. SubSection "Display"
  185. Viewport 0 0
  186. Depth 24
  187. EndSubSection
  188. EndSection
  189.  
  190.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement