Guest User

generated conf

a guest
Oct 28th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.53 KB | None | 0 0
  1. # generated xorg.conf
  2.  
  3. Section "ServerLayout"
  4. Identifier "X.org Configured"
  5. Screen 0 "Screen0" 0 0
  6. Screen 1 "Screen1" RightOf "Screen0"
  7. Screen 2 "Screen2" RightOf "Screen1"
  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 "dri"
  27. Load "dbe"
  28. Load "record"
  29. Load "extmod"
  30. Load "glx"
  31. Load "dri2"
  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. ### Available Driver options are:-
  67. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  68. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  69. ### <percent>: "<f>%"
  70. ### [arg]: arg optional
  71. #Option "NoAccel" # [<bool>]
  72. #Option "SWcursor" # [<bool>]
  73. #Option "Dac6Bit" # [<bool>]
  74. #Option "Dac8Bit" # [<bool>]
  75. #Option "BusType" # [<str>]
  76. #Option "CPPIOMode" # [<bool>]
  77. #Option "CPusecTimeout" # <i>
  78. #Option "AGPMode" # <i>
  79. #Option "AGPFastWrite" # [<bool>]
  80. #Option "AGPSize" # <i>
  81. #Option "GARTSize" # <i>
  82. #Option "RingSize" # <i>
  83. #Option "BufferSize" # <i>
  84. #Option "EnableDepthMoves" # [<bool>]
  85. #Option "EnablePageFlip" # [<bool>]
  86. #Option "NoBackBuffer" # [<bool>]
  87. #Option "DMAForXv" # [<bool>]
  88. #Option "FBTexPercent" # <i>
  89. #Option "DepthBits" # <i>
  90. #Option "PCIAPERSize" # <i>
  91. #Option "AccelDFS" # [<bool>]
  92. #Option "IgnoreEDID" # [<bool>]
  93. #Option "CustomEDID" # [<str>]
  94. #Option "DisplayPriority" # [<str>]
  95. #Option "PanelSize" # [<str>]
  96. #Option "ForceMinDotClock" # <freq>
  97. #Option "ColorTiling" # [<bool>]
  98. #Option "VideoKey" # <i>
  99. #Option "RageTheatreCrystal" # <i>
  100. #Option "RageTheatreTunerPort" # <i>
  101. #Option "RageTheatreCompositePort" # <i>
  102. #Option "RageTheatreSVideoPort" # <i>
  103. #Option "TunerType" # <i>
  104. #Option "RageTheatreMicrocPath" # <str>
  105. #Option "RageTheatreMicrocType" # <str>
  106. #Option "ScalerWidth" # <i>
  107. #Option "RenderAccel" # [<bool>]
  108. #Option "SubPixelOrder" # [<str>]
  109. #Option "ClockGating" # [<bool>]
  110. #Option "VGAAccess" # [<bool>]
  111. #Option "ReverseDDC" # [<bool>]
  112. #Option "LVDSProbePLL" # [<bool>]
  113. #Option "AccelMethod" # <str>
  114. #Option "DRI" # [<bool>]
  115. #Option "ConnectorTable" # <str>
  116. #Option "DefaultConnectorTable" # [<bool>]
  117. #Option "DefaultTMDSPLL" # [<bool>]
  118. #Option "TVDACLoadDetect" # [<bool>]
  119. #Option "ForceTVOut" # [<bool>]
  120. #Option "TVStandard" # <str>
  121. #Option "IgnoreLidStatus" # [<bool>]
  122. #Option "DefaultTVDACAdj" # [<bool>]
  123. #Option "Int10" # [<bool>]
  124. #Option "EXAVSync" # [<bool>]
  125. #Option "ATOMTVOut" # [<bool>]
  126. #Option "R4xxATOM" # [<bool>]
  127. #Option "ForceLowPowerMode" # [<bool>]
  128. #Option "DynamicPM" # [<bool>]
  129. #Option "NewPLL" # [<bool>]
  130. #Option "ZaphodHeads" # <str>
  131. Identifier "Card0"
  132. Driver "radeon"
  133. BusID "PCI:1:0:0"
  134. EndSection
  135.  
  136. Section "Device"
  137. ### Available Driver options are:-
  138. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  139. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  140. ### <percent>: "<f>%"
  141. ### [arg]: arg optional
  142. #Option "ShadowFB" # [<bool>]
  143. #Option "Rotate" # <str>
  144. #Option "fbdev" # <str>
  145. #Option "debug" # [<bool>]
  146. Identifier "Card1"
  147. Driver "fbdev"
  148. BusID "PCI:1:0:0"
  149. EndSection
  150.  
  151. Section "Device"
  152. ### Available Driver options are:-
  153. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  154. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  155. ### <percent>: "<f>%"
  156. ### [arg]: arg optional
  157. #Option "ShadowFB" # [<bool>]
  158. #Option "DefaultRefresh" # [<bool>]
  159. #Option "ModeSetClearScreen" # [<bool>]
  160. Identifier "Card2"
  161. Driver "vesa"
  162. BusID "PCI:1:0:0"
  163. EndSection
  164.  
  165. Section "Screen"
  166. Identifier "Screen0"
  167. Device "Card0"
  168. Monitor "Monitor0"
  169. SubSection "Display"
  170. Viewport 0 0
  171. Depth 1
  172. EndSubSection
  173. SubSection "Display"
  174. Viewport 0 0
  175. Depth 4
  176. EndSubSection
  177. SubSection "Display"
  178. Viewport 0 0
  179. Depth 8
  180. EndSubSection
  181. SubSection "Display"
  182. Viewport 0 0
  183. Depth 15
  184. EndSubSection
  185. SubSection "Display"
  186. Viewport 0 0
  187. Depth 16
  188. EndSubSection
  189. SubSection "Display"
  190. Viewport 0 0
  191. Depth 24
  192. EndSubSection
  193. EndSection
  194.  
  195. Section "Screen"
  196. Identifier "Screen1"
  197. Device "Card1"
  198. Monitor "Monitor1"
  199. SubSection "Display"
  200. Viewport 0 0
  201. Depth 1
  202. EndSubSection
  203. SubSection "Display"
  204. Viewport 0 0
  205. Depth 4
  206. EndSubSection
  207. SubSection "Display"
  208. Viewport 0 0
  209. Depth 8
  210. EndSubSection
  211. SubSection "Display"
  212. Viewport 0 0
  213. Depth 15
  214. EndSubSection
  215. SubSection "Display"
  216. Viewport 0 0
  217. Depth 16
  218. EndSubSection
  219. SubSection "Display"
  220. Viewport 0 0
  221. Depth 24
  222. EndSubSection
  223. EndSection
  224.  
  225. Section "Screen"
  226. Identifier "Screen2"
  227. Device "Card2"
  228. Monitor "Monitor2"
  229. SubSection "Display"
  230. Viewport 0 0
  231. Depth 1
  232. EndSubSection
  233. SubSection "Display"
  234. Viewport 0 0
  235. Depth 4
  236. EndSubSection
  237. SubSection "Display"
  238. Viewport 0 0
  239. Depth 8
  240. EndSubSection
  241. SubSection "Display"
  242. Viewport 0 0
  243. Depth 15
  244. EndSubSection
  245. SubSection "Display"
  246. Viewport 0 0
  247. Depth 16
  248. EndSubSection
  249. SubSection "Display"
  250. Viewport 0 0
  251. Depth 24
  252. EndSubSection
  253. EndSection
Advertisement
Add Comment
Please, Sign In to add comment