Advertisement
msx

Hybrid xorg.conf | RadeonHD & Intel

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