Advertisement
Guest User

Untitled

a guest
Sep 12th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.74 KB | None | 0 0
  1.  
  2. Section "Monitor"
  3. Identifier "Monitor0"
  4. VendorName "Monitor Vendor"
  5. ModelName "Monitor Model"
  6. Option "DPMS"
  7. Option "DPI" "96x96"
  8. EndSection
  9.  
  10. Section "Monitor"
  11. Identifier "Monitor1"
  12. VendorName "Monitor Vendor"
  13. ModelName "Monitor Model"
  14. EndSection
  15.  
  16. Section "Monitor"
  17. Identifier "Monitor2"
  18. VendorName "Monitor Vendor"
  19. ModelName "Monitor Model"
  20. EndSection
  21.  
  22. Section "Device"
  23.  
  24. ### Available Driver options are:-
  25. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  26. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  27. ### <percent>: "<f>%"
  28. ### [arg]: arg optional
  29. #Option "NoAccel" # [<bool>]
  30. #Option "SWcursor" # [<bool>]
  31. #Option "Dac6Bit" # [<bool>]
  32. #Option "Dac8Bit" # [<bool>]
  33. #Option "BusType" # [<str>]
  34. #Option "CPPIOMode" # [<bool>]
  35. #Option "CPusecTimeout" # <i>
  36. #Option "AGPMode" # <i>
  37. #Option "AGPFastWrite" # [<bool>]
  38. #Option "AGPSize" # <i>
  39. #Option "GARTSize" # <i>
  40. #Option "RingSize" # <i>
  41. #Option "BufferSize" # <i>
  42. #Option "EnableDepthMoves" # [<bool>]
  43. #Option "EnablePageFlip" # [<bool>]
  44. #Option "NoBackBuffer" # [<bool>]
  45. #Option "DMAForXv" # [<bool>]
  46. #Option "FBTexPercent" # <i>
  47. #Option "DepthBits" # <i>
  48. #Option "PCIAPERSize" # <i>
  49. #Option "AccelDFS" # [<bool>]
  50. #Option "IgnoreEDID" # [<bool>]
  51. #Option "CustomEDID" # [<str>]
  52. #Option "DisplayPriority" # [<str>]
  53. #Option "PanelSize" # [<str>]
  54. #Option "ForceMinDotClock" # <freq>
  55. #Option "ColorTiling" # [<bool>]
  56. #Option "VideoKey" # <i>
  57. #Option "RageTheatreCrystal" # <i>
  58. #Option "RageTheatreTunerPort" # <i>
  59. #Option "RageTheatreCompositePort" # <i>
  60. #Option "RageTheatreSVideoPort" # <i>
  61. #Option "TunerType" # <i>
  62. #Option "RageTheatreMicrocPath" # <str>
  63. #Option "RageTheatreMicrocType" # <str>
  64. #Option "ScalerWidth" # <i>
  65. #Option "RenderAccel" # [<bool>]
  66. #Option "SubPixelOrder" # [<str>]
  67. #Option "ClockGating" # [<bool>]
  68. #Option "VGAAccess" # [<bool>]
  69. #Option "ReverseDDC" # [<bool>]
  70. #Option "LVDSProbePLL" # [<bool>]
  71. #Option "AccelMethod" # <str>
  72. #Option "DRI" # [<bool>]
  73. #Option "ConnectorTable" # <str>
  74. #Option "DefaultConnectorTable" # [<bool>]
  75. #Option "DefaultTMDSPLL" # [<bool>]
  76. #Option "TVDACLoadDetect" # [<bool>]
  77. #Option "ForceTVOut" # [<bool>]
  78. #Option "TVStandard" # <str>
  79. #Option "IgnoreLidStatus" # [<bool>]
  80. #Option "DefaultTVDACAdj" # [<bool>]
  81. #Option "Int10" # [<bool>]
  82. #Option "EXAVSync" # [<bool>]
  83. #Option "ATOMTVOut" # [<bool>]
  84. #Option "R4xxATOM" # [<bool>]
  85. #Option "ForceLowPowerMode" # [<bool>]
  86. #Option "DynamicPM" # [<bool>]
  87. #Option "NewPLL" # [<bool>]
  88. #Option "ZaphodHeads" # <str>
  89. Identifier "Card0"
  90. Driver "radeon"
  91. BusID "PCI:5:0:0"
  92. EndSection
  93.  
  94. Section "Device"
  95.  
  96. ### Available Driver options are:-
  97. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  98. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  99. ### <percent>: "<f>%"
  100. ### [arg]: arg optional
  101. #Option "ShadowFB" # [<bool>]
  102. #Option "Rotate" # <str>
  103. #Option "fbdev" # <str>
  104. #Option "debug" # [<bool>]
  105. Identifier "Card1"
  106. Driver "fbdev"
  107. BusID "PCI:5:0:0"
  108. EndSection
  109.  
  110. Section "Device"
  111.  
  112. ### Available Driver options are:-
  113. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  114. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  115. ### <percent>: "<f>%"
  116. ### [arg]: arg optional
  117. #Option "ShadowFB" # [<bool>]
  118. #Option "DefaultRefresh" # [<bool>]
  119. #Option "ModeSetClearScreen" # [<bool>]
  120. Identifier "Card2"
  121. Driver "vesa"
  122. BusID "PCI:5:0:0"
  123. EndSection
  124.  
  125. Section "Screen"
  126. Identifier "Screen0"
  127. Device "Card0"
  128. Monitor "Monitor0"
  129. SubSection "Display"
  130. Viewport 0 0
  131. Depth 1
  132. EndSubSection
  133. SubSection "Display"
  134. Viewport 0 0
  135. Depth 4
  136. EndSubSection
  137. SubSection "Display"
  138. Viewport 0 0
  139. Depth 8
  140. EndSubSection
  141. SubSection "Display"
  142. Viewport 0 0
  143. Depth 15
  144. EndSubSection
  145. SubSection "Display"
  146. Viewport 0 0
  147. Depth 16
  148. EndSubSection
  149. SubSection "Display"
  150. Viewport 0 0
  151. Depth 24
  152. EndSubSection
  153. EndSection
  154.  
  155. Section "Screen"
  156. Identifier "Screen1"
  157. Device "Card1"
  158. Monitor "Monitor1"
  159. SubSection "Display"
  160. Viewport 0 0
  161. Depth 1
  162. EndSubSection
  163. SubSection "Display"
  164. Viewport 0 0
  165. Depth 4
  166. EndSubSection
  167. SubSection "Display"
  168. Viewport 0 0
  169. Depth 8
  170. EndSubSection
  171. SubSection "Display"
  172. Viewport 0 0
  173. Depth 15
  174. EndSubSection
  175. SubSection "Display"
  176. Viewport 0 0
  177. Depth 16
  178. EndSubSection
  179. SubSection "Display"
  180. Viewport 0 0
  181. Depth 24
  182. EndSubSection
  183. EndSection
  184.  
  185. Section "Screen"
  186. Identifier "Screen2"
  187. Device "Card2"
  188. Monitor "Monitor2"
  189. SubSection "Display"
  190. Viewport 0 0
  191. Depth 1
  192. EndSubSection
  193. SubSection "Display"
  194. Viewport 0 0
  195. Depth 4
  196. EndSubSection
  197. SubSection "Display"
  198. Viewport 0 0
  199. Depth 8
  200. EndSubSection
  201. SubSection "Display"
  202. Viewport 0 0
  203. Depth 15
  204. EndSubSection
  205. SubSection "Display"
  206. Viewport 0 0
  207. Depth 16
  208. EndSubSection
  209. SubSection "Display"
  210. Viewport 0 0
  211. Depth 24
  212. EndSubSection
  213. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement