Advertisement
msx

xorg.conf.ATiGPU_enabled

msx
Jan 18th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.20 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.  
  74. # Option "MigrationHeuristic" "greedy"
  75. # Option "AGPMode" "8" # <i>
  76. # Option "AGPFastWrite" "on" # [<bool>]
  77. # Option "AGPSize" "32" # <i>
  78. # Option "GARTSize" "256" # <i>
  79. # Option "EnablePageFlip" "on" # [<bool>]
  80. # Option "DMAForXv" "on" # [<bool>]
  81. # Option "DepthBits" "24" # <i>
  82. # Option "AccelDFS" "on" # [<bool>]
  83. # Option "ColorTiling" "on" # [<bool>]
  84. # Option "RenderAccel" "on" # [<bool>]
  85. # Option "ClockGating" "on" # [<bool>]
  86. # Option "VGAAccess" "on" # [<bool>]
  87. # Option "ReverseDDC" "on" # [<bool>]
  88. # Option "LVDSProbePLL" "on" # [<bool>]
  89. # Option "DRI" "on" # [<bool>]
  90. # Option "EXAVSync" "on" # [<bool>]
  91. # Option "EXAPixmaps" "on"
  92. # Option "ForceLowPowerMode" "on" # [<bool>]
  93. # Option "DynamicPM" "on" # [<bool>]
  94. # Option "NewPLL" "on" # [<bool>]
  95.  
  96. Identifier "IntelGPU"
  97. Driver "intel"
  98. BusID "PCI:0:2:0"
  99. EndSection
  100.  
  101. Section "Device"
  102. ### Available Driver options are:-
  103. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  104. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  105. ### <percent>: "<f>%"
  106. ### [arg]: arg optional
  107. Identifier "ATiGPU"
  108. Driver "radeon"
  109. BusID "PCI:1:0:0"
  110. Option "DPMS" "on"
  111. #Option "NoAccel" # [<bool>]
  112. Option "SWcursor" "off" # [<bool>]
  113. #Option "Dac6Bit" # [<bool>]
  114. #Option "Dac8Bit" # [<bool>]
  115. #Option "BusType" # [<str>]
  116. #Option "CPPIOMode" # [<bool>]
  117. #Option "CPusecTimeout" # <i>
  118. Option "MigrationHeuristic" "greedy"
  119. Option "AGPMode" "8" # <i>
  120. Option "AGPFastWrite" "on" # [<bool>]
  121. Option "AGPSize" "32" # <i>
  122. Option "GARTSize" "256" # <i>
  123. #Option "RingSize" # <i>
  124. #Option "BufferSize" # <i>
  125. Option "EnableDepthMoves" "on" # [<bool>]
  126. Option "EnablePageFlip" "on" # [<bool>]
  127. #Option "NoBackBuffer" # [<bool>]
  128. Option "DMAForXv" "on" # [<bool>]
  129. #Option "FBTexPercent" "0" # <i>
  130. Option "DepthBits" "24" # <i>
  131. #Option "PCIAPERSize" # <i>
  132. Option "AccelDFS" "on" # [<bool>]
  133. #Option "IgnoreEDID" # [<bool>]
  134. #Option "CustomEDID" # [<str>]
  135. Option "DisplayPriority" "AUTO" # [<str>]
  136. #Option "PanelSize" # [<str>]
  137. #Option "ForceMinDotClock" # <freq>
  138. Option "ColorTiling" "on" # [<bool>]
  139. #Option "VideoKey" # <i>
  140. #Option "RageTheatreCrystal" # <i>
  141. #Option "RageTheatreTunerPort" # <i>
  142. #Option "RageTheatreCompositePort" # <i>
  143. #Option "RageTheatreSVideoPort" # <i>
  144. #Option "TunerType" # <i>
  145. #Option "RageTheatreMicrocPath" # <str>
  146. #Option "RageTheatreMicrocType" # <str>
  147. #Option "ScalerWidth" # <i>
  148. Option "RenderAccel" "on" # [<bool>]
  149. #Option "SubPixelOrder" "NONE" # [<str>]
  150. #Option "ClockGating" "on" # [<bool>]
  151. Option "VGAAccess" "on" # [<bool>]
  152. Option "ReverseDDC" "on" # [<bool>]
  153. Option "LVDSProbePLL" "on" # [<bool>]
  154. Option "AccelMethod" "EXA" # <str>
  155. Option "DRI" "on" # [<bool>]
  156. #Option "ConnectorTable" # <str>
  157. #Option "DefaultConnectorTable" # [<bool>]
  158. #Option "DefaultTMDSPLL" # [<bool>]
  159. #Option "TVDACLoadDetect" # [<bool>]
  160. #Option "ForceTVOut" # [<bool>]
  161. #Option "TVStandard" # <str>
  162. #Option "IgnoreLidStatus" # [<bool>]
  163. #Option "DefaultTVDACAdj" # [<bool>]
  164. #Option "Int10" # [<bool>]
  165. Option "EXAVSync" "on" # [<bool>]
  166. Option "EXAPixmaps" "on"
  167. #Option "ATOMTVOut" # [<bool>]
  168. #Option "R4xxATOM" # [<bool>]
  169. Option "ForceLowPowerMode" "on" # [<bool>]
  170. Option "DynamicPM" "on" # [<bool>]
  171. Option "NewPLL" "on" # [<bool>]
  172. #Option "ZaphodHeads" # <str>
  173. EndSection
  174.  
  175. Section "Screen"
  176. Identifier "Screen0"
  177. Device "ATiGPU"
  178. Monitor "Monitor0"
  179. SubSection "Display"
  180. Viewport 0 0
  181. Depth 1
  182. EndSubSection
  183. SubSection "Display"
  184. Viewport 0 0
  185. Depth 4
  186. EndSubSection
  187. SubSection "Display"
  188. Viewport 0 0
  189. Depth 8
  190. EndSubSection
  191. SubSection "Display"
  192. Viewport 0 0
  193. Depth 15
  194. EndSubSection
  195. SubSection "Display"
  196. Viewport 0 0
  197. Depth 16
  198. EndSubSection
  199. SubSection "Display"
  200. Viewport 0 0
  201. Depth 24
  202. EndSubSection
  203. EndSection
  204.  
  205. # Section "Screen"
  206. # Identifier "Screen1"
  207. # Device "Card1"
  208. # Monitor "Monitor1"
  209. # SubSection "Display"
  210. # Viewport 0 0
  211. # Depth 1
  212. # EndSubSection
  213. # SubSection "Display"
  214. # Viewport 0 0
  215. # Depth 4
  216. # EndSubSection
  217. # SubSection "Display"
  218. # Viewport 0 0
  219. # Depth 8
  220. # EndSubSection
  221. # SubSection "Display"
  222. # Viewport 0 0
  223. # Depth 15
  224. # EndSubSection
  225. # SubSection "Display"
  226. # Viewport 0 0
  227. # Depth 16
  228. # EndSubSection
  229. # SubSection "Display"
  230. # Viewport 0 0
  231. # Depth 24
  232. # EndSubSection
  233. # EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement