Advertisement
Guest User

Working xorg.conf file

a guest
Jul 4th, 2013
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 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 "glx"
  25. Load "record"
  26. Load "dri2"
  27. Load "dbe"
  28. Load "extmod"
  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:1: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:1: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:1: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. Modes "720x480"
  119. Virtual 720 480
  120. Depth 1
  121. EndSubSection
  122. SubSection "Display"
  123. Viewport 0 0
  124. Modes "720x480"
  125. Virtual 720 480
  126. Depth 4
  127. EndSubSection
  128. SubSection "Display"
  129. Viewport 0 0
  130. Modes "720x480"
  131. Virtual 720 480
  132. Depth 8
  133. EndSubSection
  134. SubSection "Display"
  135. Viewport 0 0
  136. Modes "720x480"
  137. Virtual 720 480
  138. Depth 15
  139. EndSubSection
  140. SubSection "Display"
  141. Viewport 0 0
  142. Modes "720x480"
  143. Virtual 720 480
  144. Depth 16
  145. EndSubSection
  146. SubSection "Display"
  147. Viewport 0 0
  148. Modes "720x480"
  149. Virtual 720 480
  150. Depth 24
  151. EndSubSection
  152. EndSection
  153.  
  154. Section "Screen"
  155. Identifier "Screen1"
  156. Device "Card1"
  157. Monitor "Monitor1"
  158. SubSection "Display"
  159. Viewport 0 0
  160. Modes "720x480"
  161. Virtual 720 480
  162. Depth 1
  163. EndSubSection
  164. SubSection "Display"
  165. Viewport 0 0
  166. Modes "720x480"
  167. Virtual 720 480
  168. Depth 4
  169. EndSubSection
  170. SubSection "Display"
  171. Viewport 0 0
  172. Modes "720x480"
  173. Virtual 720 480
  174. Depth 8
  175. EndSubSection
  176. SubSection "Display"
  177. Viewport 0 0
  178. Modes "720x480"
  179. Virtual 720 480
  180. Depth 15
  181. EndSubSection
  182. SubSection "Display"
  183. Viewport 0 0
  184. Modes "720x480"
  185. Virtual 720 480
  186. Depth 16
  187. EndSubSection
  188. SubSection "Display"
  189. Viewport 0 0
  190. Modes "720x480"
  191. Virtual 720 480
  192. Depth 24
  193. EndSubSection
  194. EndSection
  195.  
  196. Section "Screen"
  197. Identifier "Screen2"
  198. Device "Card2"
  199. Monitor "Monitor2"
  200. SubSection "Display"
  201. Viewport 0 0
  202. Modes "720x480"
  203. Virtual 720 480
  204. Depth 1
  205. EndSubSection
  206. SubSection "Display"
  207. Viewport 0 0
  208. Modes "720x480"
  209. Virtual 720 480
  210. Depth 4
  211. EndSubSection
  212. SubSection "Display"
  213. Viewport 0 0
  214. Modes "720x480"
  215. Virtual 720 480
  216. Depth 8
  217. EndSubSection
  218. SubSection "Display"
  219. Viewport 0 0
  220. Modes "720x480"
  221. Virtual 720 480
  222. Depth 15
  223. EndSubSection
  224. SubSection "Display"
  225. Viewport 0 0
  226. Modes "720x480"
  227. Virtual 720 480
  228. Depth 16
  229. EndSubSection
  230. SubSection "Display"
  231. Viewport 0 0
  232. Modes "720x480"
  233. Virtual 720 480
  234. Depth 24
  235. EndSubSection
  236. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement