Advertisement
Guest User

xorg.conf.new

a guest
Jul 13th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 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. Screen 4 "Screen4" RightOf "Screen3"
  8. InputDevice "Mouse0" "CorePointer"
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. EndSection
  11.  
  12. Section "Files"
  13. ModulePath "/usr/lib/xorg/modules"
  14. FontPath "/usr/share/fonts/X11/misc"
  15. FontPath "/usr/share/fonts/X11/cyrillic"
  16. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  17. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  18. FontPath "/usr/share/fonts/X11/Type1"
  19. FontPath "/usr/share/fonts/X11/100dpi"
  20. FontPath "/usr/share/fonts/X11/75dpi"
  21. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  22. FontPath "built-ins"
  23. EndSection
  24.  
  25. Section "Module"
  26. Load "dri2"
  27. Load "dbe"
  28. Load "record"
  29. Load "dri"
  30. Load "glx"
  31. Load "extmod"
  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 "Monitor"
  66. Identifier "Monitor3"
  67. VendorName "Monitor Vendor"
  68. ModelName "Monitor Model"
  69. EndSection
  70.  
  71. Section "Monitor"
  72. Identifier "Monitor4"
  73. VendorName "Monitor Vendor"
  74. ModelName "Monitor Model"
  75. EndSection
  76.  
  77. Section "Device"
  78. ### Available Driver options are:-
  79. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  80. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  81. ### <percent>: "<f>%"
  82. ### [arg]: arg optional
  83. #Option "DRI" # [<bool>]
  84. #Option "ColorKey" # <i>
  85. #Option "VideoKey" # <i>
  86. #Option "FallbackDebug" # [<bool>]
  87. #Option "Tiling" # [<bool>]
  88. #Option "LinearFramebuffer" # [<bool>]
  89. #Option "Shadow" # [<bool>]
  90. #Option "SwapbuffersWait" # [<bool>]
  91. #Option "TripleBuffer" # [<bool>]
  92. #Option "XvMC" # [<bool>]
  93. #Option "XvPreferOverlay" # [<bool>]
  94. #Option "DebugFlushBatches" # [<bool>]
  95. #Option "DebugFlushCaches" # [<bool>]
  96. #Option "DebugWait" # [<bool>]
  97. #Option "HotPlug" # [<bool>]
  98. #Option "RelaxedFencing" # [<bool>]
  99. Identifier "Card0"
  100. Driver "intel"
  101. BusID "PCI:0:2:0"
  102. EndSection
  103.  
  104. Section "Device"
  105. ### Available Driver options are:-
  106. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  107. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  108. ### <percent>: "<f>%"
  109. ### [arg]: arg optional
  110. #Option "ShadowFB" # [<bool>]
  111. #Option "Rotate" # <str>
  112. #Option "fbdev" # <str>
  113. #Option "debug" # [<bool>]
  114. Identifier "Card1"
  115. Driver "fbdev"
  116. BusID "PCI:0:2:0"
  117. EndSection
  118.  
  119. Section "Device"
  120. ### Available Driver options are:-
  121. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  122. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  123. ### <percent>: "<f>%"
  124. ### [arg]: arg optional
  125. #Option "ShadowFB" # [<bool>]
  126. #Option "Rotate" # <str>
  127. #Option "fbdev" # <str>
  128. #Option "debug" # [<bool>]
  129. Identifier "Card2"
  130. Driver "fbdev"
  131. BusID "PCI:1:0:0"
  132. EndSection
  133.  
  134. Section "Device"
  135. ### Available Driver options are:-
  136. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  137. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  138. ### <percent>: "<f>%"
  139. ### [arg]: arg optional
  140. #Option "ShadowFB" # [<bool>]
  141. #Option "DefaultRefresh" # [<bool>]
  142. #Option "ModeSetClearScreen" # [<bool>]
  143. Identifier "Card3"
  144. Driver "vesa"
  145. BusID "PCI:0:2:0"
  146. EndSection
  147.  
  148. Section "Device"
  149. ### Available Driver options are:-
  150. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  151. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  152. ### <percent>: "<f>%"
  153. ### [arg]: arg optional
  154. #Option "ShadowFB" # [<bool>]
  155. #Option "DefaultRefresh" # [<bool>]
  156. #Option "ModeSetClearScreen" # [<bool>]
  157. Identifier "Card4"
  158. Driver "vesa"
  159. BusID "PCI:1:0:0"
  160. EndSection
  161.  
  162. Section "Screen"
  163. Identifier "Screen0"
  164. Device "Card0"
  165. Monitor "Monitor0"
  166. SubSection "Display"
  167. Viewport 0 0
  168. Depth 1
  169. EndSubSection
  170. SubSection "Display"
  171. Viewport 0 0
  172. Depth 4
  173. EndSubSection
  174. SubSection "Display"
  175. Viewport 0 0
  176. Depth 8
  177. EndSubSection
  178. SubSection "Display"
  179. Viewport 0 0
  180. Depth 15
  181. EndSubSection
  182. SubSection "Display"
  183. Viewport 0 0
  184. Depth 16
  185. EndSubSection
  186. SubSection "Display"
  187. Viewport 0 0
  188. Depth 24
  189. EndSubSection
  190. EndSection
  191.  
  192. Section "Screen"
  193. Identifier "Screen1"
  194. Device "Card1"
  195. Monitor "Monitor1"
  196. SubSection "Display"
  197. Viewport 0 0
  198. Depth 1
  199. EndSubSection
  200. SubSection "Display"
  201. Viewport 0 0
  202. Depth 4
  203. EndSubSection
  204. SubSection "Display"
  205. Viewport 0 0
  206. Depth 8
  207. EndSubSection
  208. SubSection "Display"
  209. Viewport 0 0
  210. Depth 15
  211. EndSubSection
  212. SubSection "Display"
  213. Viewport 0 0
  214. Depth 16
  215. EndSubSection
  216. SubSection "Display"
  217. Viewport 0 0
  218. Depth 24
  219. EndSubSection
  220. EndSection
  221.  
  222. Section "Screen"
  223. Identifier "Screen2"
  224. Device "Card2"
  225. Monitor "Monitor2"
  226. SubSection "Display"
  227. Viewport 0 0
  228. Depth 1
  229. EndSubSection
  230. SubSection "Display"
  231. Viewport 0 0
  232. Depth 4
  233. EndSubSection
  234. SubSection "Display"
  235. Viewport 0 0
  236. Depth 8
  237. EndSubSection
  238. SubSection "Display"
  239. Viewport 0 0
  240. Depth 15
  241. EndSubSection
  242. SubSection "Display"
  243. Viewport 0 0
  244. Depth 16
  245. EndSubSection
  246. SubSection "Display"
  247. Viewport 0 0
  248. Depth 24
  249. EndSubSection
  250. EndSection
  251.  
  252. Section "Screen"
  253. Identifier "Screen3"
  254. Device "Card3"
  255. Monitor "Monitor3"
  256. SubSection "Display"
  257. Viewport 0 0
  258. Depth 1
  259. EndSubSection
  260. SubSection "Display"
  261. Viewport 0 0
  262. Depth 4
  263. EndSubSection
  264. SubSection "Display"
  265. Viewport 0 0
  266. Depth 8
  267. EndSubSection
  268. SubSection "Display"
  269. Viewport 0 0
  270. Depth 15
  271. EndSubSection
  272. SubSection "Display"
  273. Viewport 0 0
  274. Depth 16
  275. EndSubSection
  276. SubSection "Display"
  277. Viewport 0 0
  278. Depth 24
  279. EndSubSection
  280. EndSection
  281.  
  282. Section "Screen"
  283. Identifier "Screen4"
  284. Device "Card4"
  285. Monitor "Monitor4"
  286. SubSection "Display"
  287. Viewport 0 0
  288. Depth 1
  289. EndSubSection
  290. SubSection "Display"
  291. Viewport 0 0
  292. Depth 4
  293. EndSubSection
  294. SubSection "Display"
  295. Viewport 0 0
  296. Depth 8
  297. EndSubSection
  298. SubSection "Display"
  299. Viewport 0 0
  300. Depth 15
  301. EndSubSection
  302. SubSection "Display"
  303. Viewport 0 0
  304. Depth 16
  305. EndSubSection
  306. SubSection "Display"
  307. Viewport 0 0
  308. Depth 24
  309. EndSubSection
  310. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement