Advertisement
msx

Hybrid xorg.conf | RadeonHD & Intel

msx
Nov 1st, 2012
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.30 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/lib/xorg/modules"
  10. FontPath "/usr/share/fonts/misc/"
  11. FontPath "/usr/share/fonts/TTF/"
  12. FontPath "/usr/share/fonts/OTF/"
  13. FontPath "/usr/share/fonts/Type1/"
  14. FontPath "/usr/share/fonts/100dpi/"
  15. FontPath "/usr/share/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "dri"
  20. Load "record"
  21. Load "extmod"
  22. Load "dri2"
  23. Load "dbe"
  24. Load "glx"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Mouse0"
  34. Driver "mouse"
  35. Option "Protocol" "auto"
  36. Option "Device" "/dev/input/mice"
  37. Option "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. Identifier "Monitor0"
  42. VendorName "Monitor Vendor"
  43. ModelName "Monitor Model"
  44. Option "DPMS" "on"
  45. EndSection
  46.  
  47. Section "Device"
  48. ### Available Driver options are:-
  49. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  50. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  51. ### <percent>: "<f>%"
  52. ### [arg]: arg optional
  53. Option "MigrationHeuristic" "greedy"
  54. Option "AccelMethod" "SNA"
  55. Option "DRI" "on"# [<bool>]
  56. #Option "ColorKey" # <i>
  57. #Option "VideoKey" # <i>
  58. #Option "FallbackDebug" # [<bool>]
  59. Option "Tiling" "on"# [<bool>]
  60. Option "LinearFramebuffer" "on"# [<bool>]
  61. Option "Shadow" "off"# [<bool>]
  62. Option "SwapbuffersWait" "off"# [<bool>]
  63. #Option "TripleBuffer" "on"# [<bool>]
  64. Option "XvMC" "on"# [<bool>]
  65. Option "XvPreferOverlay" "on"# [<bool>]
  66. #Option "DebugFlushBatches" # [<bool>]
  67. #Option "DebugFlushCaches" # [<bool>]
  68. #Option "DebugWait" # [<bool>]
  69. Option "HotPlug" "on"# [<bool>]
  70. Option "RelaxedFencing" "on"# [<bool>]
  71. Option "BufferCache" "on"# [<bool>]
  72. Option "DPMS" "on"
  73. Option "AGPMode" "8" # <i>
  74. Option "AGPFastWrite" "on" # [<bool>]
  75. Option "AGPSize" "32" # <i>
  76. Option "GARTSize" "256" # <i>
  77. # Option "EnablePageFlip" "on" # [<bool>]
  78. # Option "DMAForXv" "on" # [<bool>]
  79. # Option "DepthBits" "24" # <i>
  80. # Option "AccelDFS" "on" # [<bool>]
  81. # Option "ColorTiling" "on" # [<bool>]
  82. # Option "RenderAccel" "on" # [<bool>]
  83. # Option "ClockGating" "on" # [<bool>]
  84. # Option "VGAAccess" "on" # [<bool>]
  85. # Option "ReverseDDC" "on" # [<bool>]
  86. Option "LVDSProbePLL" "on" # [<bool>]
  87. # Option "EXAVSync" "on" # [<bool>]
  88. # Option "EXAPixmaps" "on"
  89. # Option "ForceLowPowerMode" "on" # [<bool>]
  90. Option "DynamicPM" "on" # [<bool>]
  91. Option "NewPLL" "on" # [<bool>]
  92.  
  93. Identifier "IntelGPU"
  94. Driver "intel"
  95. BusID "PCI:0:2: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. Identifier "ATiGPU"
  105. Driver "radeon"
  106. BusID "PCI:1:0:0"
  107. Option "DPMS" "on"
  108. #Option "NoAccel" # [<bool>]
  109. Option "SWcursor" "off" # [<bool>]
  110. #Option "Dac6Bit" # [<bool>]
  111. #Option "Dac8Bit" # [<bool>]
  112. #Option "BusType" # [<str>]
  113. #Option "CPPIOMode" # [<bool>]
  114. #Option "CPusecTimeout" # <i>
  115. Option "MigrationHeuristic" "greedy"
  116. Option "AGPMode" "8" # <i>
  117. Option "AGPFastWrite" "on" # [<bool>]
  118. Option "AGPSize" "32" # <i>
  119. Option "GARTSize" "256" # <i>
  120. #Option "RingSize" # <i>
  121. #Option "BufferSize" # <i>
  122. Option "EnableDepthMoves" "on" # [<bool>]
  123. Option "EnablePageFlip" "on" # [<bool>]
  124. #Option "NoBackBuffer" # [<bool>]
  125. Option "DMAForXv" "on" # [<bool>]
  126. #Option "FBTexPercent" "0" # <i>
  127. Option "DepthBits" "24" # <i>
  128. #Option "PCIAPERSize" # <i>
  129. Option "AccelDFS" "on" # [<bool>]
  130. #Option "IgnoreEDID" # [<bool>]
  131. #Option "CustomEDID" # [<str>]
  132. Option "DisplayPriority" "AUTO" # [<str>]
  133. #Option "PanelSize" # [<str>]
  134. #Option "ForceMinDotClock" # <freq>
  135. Option "ColorTiling" "on" # [<bool>]
  136. #Option "VideoKey" # <i>
  137. #Option "RageTheatreCrystal" # <i>
  138. #Option "RageTheatreTunerPort" # <i>
  139. #Option "RageTheatreCompositePort" # <i>
  140. #Option "RageTheatreSVideoPort" # <i>
  141. #Option "TunerType" # <i>
  142. #Option "RageTheatreMicrocPath" # <str>
  143. #Option "RageTheatreMicrocType" # <str>
  144. #Option "ScalerWidth" # <i>
  145. Option "RenderAccel" "on" # [<bool>]
  146. #Option "SubPixelOrder" "NONE" # [<str>]
  147. #Option "ClockGating" "on" # [<bool>]
  148. Option "VGAAccess" "on" # [<bool>]
  149. Option "ReverseDDC" "on" # [<bool>]
  150. Option "LVDSProbePLL" "on" # [<bool>]
  151. Option "AccelMethod" "EXA" # <str>
  152. Option "DRI" "on" # [<bool>]
  153. #Option "ConnectorTable" # <str>
  154. #Option "DefaultConnectorTable" # [<bool>]
  155. #Option "DefaultTMDSPLL" # [<bool>]
  156. #Option "TVDACLoadDetect" # [<bool>]
  157. #Option "ForceTVOut" # [<bool>]
  158. #Option "TVStandard" # <str>
  159. #Option "IgnoreLidStatus" # [<bool>]
  160. #Option "DefaultTVDACAdj" # [<bool>]
  161. #Option "Int10" # [<bool>]
  162. Option "EXAVSync" "on" # [<bool>]
  163. Option "EXAPixmaps" "on"
  164. #Option "ATOMTVOut" # [<bool>]
  165. #Option "R4xxATOM" # [<bool>]
  166. Option "ForceLowPowerMode" "on" # [<bool>]
  167. Option "DynamicPM" "on" # [<bool>]
  168. Option "NewPLL" "on" # [<bool>]
  169. #Option "ZaphodHeads" # <str>
  170. EndSection
  171.  
  172. Section "Screen"
  173. Identifier "Screen0"
  174. Device "IntelGPU"
  175. Monitor "Monitor0"
  176. SubSection "Display"
  177. Viewport 0 0
  178. Depth 1
  179. EndSubSection
  180. SubSection "Display"
  181. Viewport 0 0
  182. Depth 4
  183. EndSubSection
  184. SubSection "Display"
  185. Viewport 0 0
  186. Depth 8
  187. EndSubSection
  188. SubSection "Display"
  189. Viewport 0 0
  190. Depth 15
  191. EndSubSection
  192. SubSection "Display"
  193. Viewport 0 0
  194. Depth 16
  195. EndSubSection
  196. SubSection "Display"
  197. Viewport 0 0
  198. Depth 24
  199. EndSubSection
  200. EndSection
  201.  
  202. # Section "Screen"
  203. # Identifier "Screen1"
  204. # Device "Card1"
  205. # Monitor "Monitor1"
  206. # SubSection "Display"
  207. # Viewport 0 0
  208. # Depth 1
  209. # EndSubSection
  210. # SubSection "Display"
  211. # Viewport 0 0
  212. # Depth 4
  213. # EndSubSection
  214. # SubSection "Display"
  215. # Viewport 0 0
  216. # Depth 8
  217. # EndSubSection
  218. # SubSection "Display"
  219. # Viewport 0 0
  220. # Depth 15
  221. # EndSubSection
  222. # SubSection "Display"
  223. # Viewport 0 0
  224. # Depth 16
  225. # EndSubSection
  226. # SubSection "Display"
  227. # Viewport 0 0
  228. # Depth 24
  229. # EndSubSection
  230. # EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement