tralfas

xorg.conf.new

Apr 27th, 2011
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.21 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. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Files"
  10. ModulePath "/usr/local/lib/xorg/modules"
  11. FontPath "/usr/local/lib/X11/fonts/misc/"
  12. FontPath "/usr/local/lib/X11/fonts/TTF/"
  13. FontPath "/usr/local/lib/X11/fonts/OTF"
  14. FontPath "/usr/local/lib/X11/fonts/Type1/"
  15. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  16. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "dbe"
  21. Load "dri"
  22. Load "dri2"
  23. Load "extmod"
  24. Load "glx"
  25. Load "record"
  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/sysmouse"
  38. Option "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. #DisplaySize 350 200 # mm
  43. Identifier "Monitor0"
  44. VendorName "SEC"
  45. ModelName "3641"
  46. EndSection
  47.  
  48. Section "Monitor"
  49. #DisplaySize 350 200 # mm
  50. Identifier "Monitor1"
  51. VendorName "SEC"
  52. ModelName "3641"
  53. EndSection
  54.  
  55. Section "Device"
  56. ### Available Driver options are:-
  57. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  58. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  59. ### [arg]: arg optional
  60. #Option "NoAccel" # [<bool>]
  61. #Option "SWcursor" # [<bool>]
  62. #Option "Dac6Bit" # [<bool>]
  63. #Option "Dac8Bit" # [<bool>]
  64. #Option "BusType" # [<str>]
  65. #Option "CPPIOMode" # [<bool>]
  66. #Option "CPusecTimeout" # <i>
  67. #Option "AGPMode" # <i>
  68. #Option "AGPFastWrite" # [<bool>]
  69. #Option "AGPSize" # <i>
  70. #Option "GARTSize" # <i>
  71. #Option "RingSize" # <i>
  72. #Option "BufferSize" # <i>
  73. #Option "EnableDepthMoves" # [<bool>]
  74. #Option "EnablePageFlip" # [<bool>]
  75. #Option "NoBackBuffer" # [<bool>]
  76. #Option "DMAForXv" # [<bool>]
  77. #Option "FBTexPercent" # <i>
  78. #Option "DepthBits" # <i>
  79. #Option "PCIAPERSize" # <i>
  80. #Option "AccelDFS" # [<bool>]
  81. #Option "IgnoreEDID" # [<bool>]
  82. #Option "CustomEDID" # [<str>]
  83. #Option "DisplayPriority" # [<str>]
  84. #Option "PanelSize" # [<str>]
  85. #Option "ForceMinDotClock" # <freq>
  86. #Option "ColorTiling" # [<bool>]
  87. #Option "VideoKey" # <i>
  88. #Option "RageTheatreCrystal" # <i>
  89. #Option "RageTheatreTunerPort" # <i>
  90. #Option "RageTheatreCompositePort" # <i>
  91. #Option "RageTheatreSVideoPort" # <i>
  92. #Option "TunerType" # <i>
  93. #Option "RageTheatreMicrocPath" # <str>
  94. #Option "RageTheatreMicrocType" # <str>
  95. #Option "ScalerWidth" # <i>
  96. #Option "RenderAccel" # [<bool>]
  97. #Option "SubPixelOrder" # [<str>]
  98. #Option "ClockGating" # [<bool>]
  99. #Option "VGAAccess" # [<bool>]
  100. #Option "ReverseDDC" # [<bool>]
  101. #Option "LVDSProbePLL" # [<bool>]
  102. #Option "AccelMethod" # <str>
  103. #Option "DRI" # [<bool>]
  104. #Option "ConnectorTable" # <str>
  105. #Option "DefaultConnectorTable" # [<bool>]
  106. #Option "DefaultTMDSPLL" # [<bool>]
  107. #Option "TVDACLoadDetect" # [<bool>]
  108. #Option "ForceTVOut" # [<bool>]
  109. #Option "TVStandard" # <str>
  110. #Option "IgnoreLidStatus" # [<bool>]
  111. #Option "DefaultTVDACAdj" # [<bool>]
  112. #Option "Int10" # [<bool>]
  113. #Option "EXAVSync" # [<bool>]
  114. #Option "ATOMTVOut" # [<bool>]
  115. #Option "R4xxATOM" # [<bool>]
  116. #Option "ForceLowPowerMode" # [<bool>]
  117. #Option "DynamicPM" # [<bool>]
  118. #Option "NewPLL" # [<bool>]
  119. #Option "ZaphodHeads" # <str>
  120. Identifier "Card0"
  121. Driver "radeon"
  122. VendorName "ATI Technologies Inc"
  123. BoardName "M880G [Mobility Radeon HD 4200]"
  124. BusID "PCI:1:5:0"
  125. EndSection
  126.  
  127. Section "Device"
  128. ### Available Driver options are:-
  129. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  130. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  131. ### [arg]: arg optional
  132. #Option "NoAccel" # [<bool>]
  133. #Option "SWcursor" # [<bool>]
  134. #Option "Dac6Bit" # [<bool>]
  135. #Option "Dac8Bit" # [<bool>]
  136. #Option "BusType" # [<str>]
  137. #Option "CPPIOMode" # [<bool>]
  138. #Option "CPusecTimeout" # <i>
  139. #Option "AGPMode" # <i>
  140. #Option "AGPFastWrite" # [<bool>]
  141. #Option "AGPSize" # <i>
  142. #Option "GARTSize" # <i>
  143. #Option "RingSize" # <i>
  144. #Option "BufferSize" # <i>
  145. #Option "EnableDepthMoves" # [<bool>]
  146. #Option "EnablePageFlip" # [<bool>]
  147. #Option "NoBackBuffer" # [<bool>]
  148. #Option "DMAForXv" # [<bool>]
  149. #Option "FBTexPercent" # <i>
  150. #Option "DepthBits" # <i>
  151. #Option "PCIAPERSize" # <i>
  152. #Option "AccelDFS" # [<bool>]
  153. #Option "IgnoreEDID" # [<bool>]
  154. #Option "CustomEDID" # [<str>]
  155. #Option "DisplayPriority" # [<str>]
  156. #Option "PanelSize" # [<str>]
  157. #Option "ForceMinDotClock" # <freq>
  158. #Option "ColorTiling" # [<bool>]
  159. #Option "VideoKey" # <i>
  160. #Option "RageTheatreCrystal" # <i>
  161. #Option "RageTheatreTunerPort" # <i>
  162. #Option "RageTheatreCompositePort" # <i>
  163. #Option "RageTheatreSVideoPort" # <i>
  164. #Option "TunerType" # <i>
  165. #Option "RageTheatreMicrocPath" # <str>
  166. #Option "RageTheatreMicrocType" # <str>
  167. #Option "ScalerWidth" # <i>
  168. #Option "RenderAccel" # [<bool>]
  169. #Option "SubPixelOrder" # [<str>]
  170. #Option "ClockGating" # [<bool>]
  171. #Option "VGAAccess" # [<bool>]
  172. #Option "ReverseDDC" # [<bool>]
  173. #Option "LVDSProbePLL" # [<bool>]
  174. #Option "AccelMethod" # <str>
  175. #Option "DRI" # [<bool>]
  176. #Option "ConnectorTable" # <str>
  177. #Option "DefaultConnectorTable" # [<bool>]
  178. #Option "DefaultTMDSPLL" # [<bool>]
  179. #Option "TVDACLoadDetect" # [<bool>]
  180. #Option "ForceTVOut" # [<bool>]
  181. #Option "TVStandard" # <str>
  182. #Option "IgnoreLidStatus" # [<bool>]
  183. #Option "DefaultTVDACAdj" # [<bool>]
  184. #Option "Int10" # [<bool>]
  185. #Option "EXAVSync" # [<bool>]
  186. #Option "ATOMTVOut" # [<bool>]
  187. #Option "R4xxATOM" # [<bool>]
  188. #Option "ForceLowPowerMode" # [<bool>]
  189. #Option "DynamicPM" # [<bool>]
  190. #Option "NewPLL" # [<bool>]
  191. #Option "ZaphodHeads" # <str>
  192. Identifier "Card1"
  193. Driver "radeon"
  194. VendorName "ATI Technologies Inc"
  195. BoardName "Redwood [Radeon HD 5600 Series]"
  196. BusID "PCI:2:0:0"
  197. EndSection
  198.  
  199. Section "Screen"
  200. Identifier "Screen0"
  201. Device "Card0"
  202. Monitor "Monitor0"
  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 "Screen1"
  231. Device "Card1"
  232. Monitor "Monitor1"
  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