Advertisement
Guest User

Xorg.conf

a guest
Jul 14th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 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/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 "glx"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Keyboard0"
  30. Driver "kbd"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. Identifier "Mouse0"
  35. Driver "mouse"
  36. Option "Protocol" "auto"
  37. Option "Device" "/dev/input/mice"
  38. Option "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "Monitor0"
  43. Option "PreferredMode" "1366x768"
  44. HorizSync 30-80
  45. VertRefresh 55-75
  46. Modeline "1368x768_60.00" 85.86 1368 1440 1584 1800 768 769 772 795 -HSync +Vsync
  47. EndSection
  48.  
  49. Section "Monitor"
  50. Identifier "Monitor1"
  51. VendorName "Monitor Vendor"
  52. ModelName "Monitor Model"
  53. EndSection
  54.  
  55. Section "Monitor"
  56. Identifier "Monitor2"
  57. VendorName "Monitor Vendor"
  58. ModelName "Monitor Model"
  59. EndSection
  60.  
  61. Section "Monitor"
  62. Identifier "Monitor3"
  63. VendorName "Monitor Vendor"
  64. ModelName "Monitor Model"
  65. EndSection
  66.  
  67. Section "Device"
  68. ### Available Driver options are:-
  69. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  70. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  71. ### <percent>: "<f>%"
  72. ### [arg]: arg optional
  73. #Option "SWcursor" # [<bool>]
  74. #Option "kmsdev" # <str>
  75. #Option "ShadowFB" # [<bool>]
  76. Identifier "Card0"
  77. Driver "modesetting"
  78. BusID "PCI:1:0:0"
  79. EndSection
  80.  
  81. Section "Device"
  82. ### Available Driver options are:-
  83. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  84. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  85. ### <percent>: "<f>%"
  86. ### [arg]: arg optional
  87. #Option "NoAccel" # [<bool>]
  88. #Option "SWcursor" # [<bool>]
  89. #Option "EnablePageFlip" # [<bool>]
  90. #Option "AccelDFS" # [<bool>]
  91. #Option "IgnoreEDID" # [<bool>]
  92. #Option "ColorTiling" # [<bool>]
  93. #Option "ColorTiling2D" # [<bool>]
  94. #Option "RenderAccel" # [<bool>]
  95. #Option "SubPixelOrder" # [<str>]
  96. #Option "AccelMethod" # <str>
  97. #Option "DRI" # [<bool>]
  98. #Option "TVStandard" # <str>
  99. #Option "EXAVSync" # [<bool>]
  100. #Option "EXAPixmaps" # [<bool>]
  101. #Option "ZaphodHeads" # <str>
  102. #Option "EnablePageFlip" # [<bool>]
  103. #Option "SwapbuffersWait" # [<bool>]
  104. Identifier "Card1"
  105. Driver "radeon"
  106. BusID "PCI:1:0:0"
  107. EndSection
  108.  
  109. Section "Device"
  110. ### Available Driver options are:-
  111. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  112. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  113. ### <percent>: "<f>%"
  114. ### [arg]: arg optional
  115. #Option "ShadowFB" # [<bool>]
  116. #Option "Rotate" # <str>
  117. #Option "fbdev" # <str>
  118. #Option "debug" # [<bool>]
  119. Identifier "Card2"
  120. Driver "fbdev"
  121. BusID "PCI:1:0:0"
  122. EndSection
  123.  
  124. Section "Device"
  125. ### Available Driver options are:-
  126. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  127. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  128. ### <percent>: "<f>%"
  129. ### [arg]: arg optional
  130. #Option "ShadowFB" # [<bool>]
  131. #Option "DefaultRefresh" # [<bool>]
  132. #Option "ModeSetClearScreen" # [<bool>]
  133. Identifier "Card3"
  134. Driver "vesa"
  135. BusID "PCI:1:0:0"
  136. EndSection
  137.  
  138. Section "Screen"
  139. Identifier "Screen0"
  140. Device "Card0"
  141. Monitor "Monitor0"
  142. DefaultDepth 24
  143. SubSection "Display"
  144. Depth 24
  145. Modes "1366x768_60.00"
  146. EndSubSection
  147. SubSection "Display"
  148. Viewport 0 0
  149. Depth 4
  150. EndSubSection
  151. SubSection "Display"
  152. Viewport 0 0
  153. Depth 8
  154. EndSubSection
  155. SubSection "Display"
  156. Viewport 0 0
  157. Depth 15
  158. EndSubSection
  159. SubSection "Display"
  160. Viewport 0 0
  161. Depth 16
  162. EndSubSection
  163. SubSection "Display"
  164. Viewport 0 0
  165. Depth 24
  166. EndSubSection
  167. EndSection
  168.  
  169. Section "Screen"
  170. Identifier "Screen1"
  171. Device "Card1"
  172. Monitor "Monitor1"
  173. SubSection "Display"
  174. Viewport 0 0
  175. Depth 1
  176. EndSubSection
  177. SubSection "Display"
  178. Viewport 0 0
  179. Depth 4
  180. EndSubSection
  181. SubSection "Display"
  182. Viewport 0 0
  183. Depth 8
  184. EndSubSection
  185. SubSection "Display"
  186. Viewport 0 0
  187. Depth 15
  188. EndSubSection
  189. SubSection "Display"
  190. Viewport 0 0
  191. Depth 16
  192. EndSubSection
  193. SubSection "Display"
  194. Viewport 0 0
  195. Depth 24
  196. EndSubSection
  197. EndSection
  198.  
  199. Section "Screen"
  200. Identifier "Screen2"
  201. Device "Card2"
  202. Monitor "Monitor2"
  203. SubSection "Display"
  204. Viewport 0 0
  205. Depth 1
  206. EndSubSection
  207. SubSection "Display"
  208. Viewport 0 0
  209. Depth 4
  210. EndSubSection
  211. SubSection "Display"
  212. Viewport 0 0
  213. Depth 8
  214. EndSubSection
  215. SubSection "Display"
  216. Viewport 0 0
  217. Depth 15
  218. EndSubSection
  219. SubSection "Display"
  220. Viewport 0 0
  221. Depth 16
  222. EndSubSection
  223. SubSection "Display"
  224. Viewport 0 0
  225. Depth 24
  226. EndSubSection
  227. EndSection
  228.  
  229. Section "Screen"
  230. Identifier "Screen3"
  231. Device "Card3"
  232. Monitor "Monitor3"
  233. SubSection "Display"
  234. Viewport 0 0
  235. Depth 1
  236. EndSubSection
  237. SubSection "Display"
  238. Viewport 0 0
  239. Depth 4
  240. EndSubSection
  241. SubSection "Display"
  242. Viewport 0 0
  243. Depth 8
  244. EndSubSection
  245. SubSection "Display"
  246. Viewport 0 0
  247. Depth 15
  248. EndSubSection
  249. SubSection "Display"
  250. Viewport 0 0
  251. Depth 16
  252. EndSubSection
  253. SubSection "Display"
  254. Viewport 0 0
  255. Depth 24
  256. EndSubSection
  257. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement