Advertisement
Drthrax74

Optimisation WoW FPS Sous Linux

Sep 14th, 2016
903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.04 KB | None | 0 0
  1. Matériel:
  2. - [AMD] Asus R9-270X (2 Go)
  3. - [AMD] FX-8120
  4. - [Corsair] DDR3 2x8 Go
  5.  
  6. Système d'exploitation:
  7. - Mint 17.1 Cinnamon
  8. - Kernel: 3.13.0-37-generic
  9.  
  10. Wine:
  11. - WineHQ-Staging
  12. - Préfixe Wine: 64
  13.  
  14. winetricks list-installed:
  15. vcrun2005
  16. vcrun2010 (Préfixe x86 Requis)
  17. winhttp
  18. wininet
  19.  
  20.  
  21.  
  22. Paquets A mettre à jour:
  23. apt-get install winbind (Fix ntlm_auth)
  24. apt-get install p11-kit:i386
  25.  
  26. -------------------------------------------------
  27.  
  28. [Top] Stabilité des FPS:
  29. wine reg add "HKEY_CURRENT_USER\Software\Wine\DirectSound" /v DefaultSampleRate /t reg_sz /d 44100 /f
  30.  
  31. -------------------------------------------------
  32.  
  33. [A Voir] Gain léger en FPS
  34. wine reg add "HKEY_CURRENT_USER\Software\Wine\DllOverrides" /v *atl80 /t reg_sz /d native,builtin /f
  35. wine reg add "HKEY_CURRENT_USER\Software\Wine\DllOverrides" /v *msvcm80 /t reg_sz /d native,builtin /f
  36. wine reg add "HKEY_CURRENT_USER\Software\Wine\DllOverrides" /v *msvcp80 /t reg_sz /d native,builtin /f
  37. wine reg add "HKEY_CURRENT_USER\Software\Wine\DllOverrides" /v *msvcr80 /t reg_sz /d native,builtin /f
  38. wine reg add "HKEY_CURRENT_USER\Software\Wine\DllOverrides" /v *vcomp /t reg_sz /d native,builtin /f
  39. wine reg add "HKEY_CURRENT_USER\Software\wine\OpenGL" /v DisabledExtensions /t reg_sz /d GL_ARB_vertex_buffer_object /f
  40.  
  41.  
  42. [Wow-64.exe] Gain léger en FPS
  43. wine reg add "HKEY_CURRENT_USER\Software\Wine\AppDefaults\wow-64.exe" /v version /t reg_sz /d win7 /f
  44. wine reg add "HKEY_CURRENT_USER\Software\Wine\AppDefaults\wow-64.exe\Direct3D" /v DirectDrawRenderer /t reg_sz /d opengl /f
  45.  
  46. wine reg add "HKEY_CURRENT_USER\Software\Wine\AppDefaults\wow-64.exe\DllOverrides" /v *mscoree /t reg_sz /d native /f
  47. wine reg add "HKEY_CURRENT_USER\Software\Wine\AppDefaults\wow-64.exe\DllOverrides" /v *msvcr80 /t reg_sz /d native,builtin /f
  48. wine reg add "HKEY_CURRENT_USER\Software\Wine\AppDefaults\wow-64.exe\DllOverrides" /v *msvcr90 /t reg_sz /d native,builtin /f
  49. wine reg add "HKEY_CURRENT_USER\Software\Wine\AppDefaults\wow-64.exe\DllOverrides" /v *winhttp /t reg_sz /d native,builtin /f
  50. wine reg add "HKEY_CURRENT_USER\Software\Wine\AppDefaults\wow-64.exe\DllOverrides" /v msgsm32.acm /t reg_sz /d native /f
  51.  
  52. wine reg add "HKEY_LOCAL_MACHINE\Software\Wine\Direct3D" /v DirectDrawRenderer /t reg_sz /d opengl /f
  53. wine reg add "HKEY_LOCAL_MACHINE\Software\Wine\Direct3D" /v VideoMemorySize /t reg_sz /d 2048 /f
  54. wine reg add "HKEY_LOCAL_MACHINE\Software\Wine\OpenGl" /v DisabledExtensions /t reg_sz /d GL_ARB_vertex_buffer_object /f
  55.  
  56.  
  57.  
  58. -------------------------------------------------
  59.  
  60. SET portal "EU"
  61. SET textLocale "frFR"
  62. SET audioLocale "frFR"
  63. SET checkAddonVersion "0"
  64. SET lastAddonVersion "60200"
  65. SET hwDetect "0"
  66. SET videoOptionsVersion "9"
  67. SET environmentDetail "75"
  68. SET farclip "600"
  69.  
  70. SET groundEffectDensity "40"
  71. SET groundEffectDist "110"
  72. SET gxApi "d3d9ex"
  73. SET gxWindow "0"
  74. SET gxMaximize "0"
  75. SET graphicsQuality "2"
  76. SET lastReadTerminationWithoutNotice "60203"
  77. SET lightMode "1"
  78. SET OutlineEngineMode "1"
  79. SET particleDensity "50"
  80. SET particleMTDensity "70"
  81. SET playIntroMovie "6"
  82. SET readTerminationWithoutNotice "1"
  83. SET reflectionMode "0"
  84. SET shadowMode "1"
  85. SET Sound_AmbienceVolume "0.60000002384186"
  86. SET Sound_MusicVolume "0.40000000596046"
  87. SET Sound_OutputDriverName "Pulseaudio ((null))"
  88. SET textureFilteringMode "2"
  89. SET terrainLodDist "350"
  90. SET terrainTextureLod "1"
  91. SET terrainMipLevel "1"
  92. SET waterDetail "1"
  93. SET weatherDensity "1"
  94. SET wmoLodDist "300"
  95. SET worldBaseMip "1"
  96.  
  97. -------------------------------------------------
  98. Gain de FPS:
  99. SET M2UseShaders "0"
  100. SET ffxGlow "0"
  101. SET ffxDeath "0"
  102. SET UseVertexShaders "0"
  103. SET useWeatherShaders "0"
  104. SET ffxSpecial "0"
  105. SET weatherDensity "0"
  106. SET reflectionMode "0"
  107. SET maxFPS "60"
  108. SET ffx "0"
  109. SET maxFPSbk "5"
  110. SET mapShadows "0"
  111. SET timingMethod "1"
  112. SET M2Faster "0"
  113.  
  114. Son :
  115. SET Sound_SoundOutputSystem "1"
  116. SET Sound_SoundBufferSize "150"
  117.  
  118. Processeur:
  119. SET processAffinityMask "255"
  120.  
  121. GPU:
  122. SET gxTextureCacheSize "2048"
  123.  
  124. ---------------------
  125.  
  126. Mon config.wtf customiser pour moi
  127.  
  128. SET portal "EU"
  129. SET textLocale "frFR"
  130. SET audioLocale "frFR"
  131. SET timingMethod "1"
  132. SET M2UseShaders "0"
  133. SET ffxGlow "0"
  134. SET ffxDeath "0"
  135. SET UseVertexShaders "0"
  136. SET useWeatherShaders "0"
  137. SET ffxSpecial "0"
  138. SET weatherDensity "0.000000"
  139. SET reflectionMode "0.000000"
  140. SET ffx "0"
  141. SET mapShadows "0"
  142. SET Sound_SoundOutputSystem "1"
  143. SET Sound_SoundBufferSize "150"
  144. SET processAffinityMask "255"
  145. SET accountName "wow-fusion@hotmail.fr"
  146. SET accountList "WoW4|WoW5|WoW6|!MICKA57280|WoW1|WoW2|WoW3|WoW7|"
  147. SET checkAddonVersion "0"
  148. SET realmName "Dalaran"
  149. SET hwDetect "0"
  150. SET videoOptionsVersion "12"
  151. SET environmentDetail "30.000000"
  152. SET farclip "2000.000000"
  153. SET groundEffectDensity "16.000000"
  154. SET groundEffectDist "55.000000"
  155. SET gxWindow "1"
  156. SET gxResolution "1920x1080"
  157. SET gxMaximize "0"
  158. SET graphicsQuality "2"
  159. SET lastReadTerminationWithoutNotice "60203"
  160. SET lightMode "0.000000"
  161. SET OutlineEngineMode "0.000000"
  162. SET particleDensity "10.000000"
  163. SET particleMTDensity "20.000000"
  164. SET playIntroMovie "7"
  165. SET readTerminationWithoutNotice "1"
  166. SET shadowMode "0.000000"
  167. SET Sound_AmbienceVolume "0.60000002384186"
  168. SET Sound_MusicVolume "0.40000000596046"
  169. SET textureFilteringMode "1.000000"
  170. SET terrainLodDist "225.000000"
  171. SET terrainTextureLod "1.000000"
  172. SET terrainMipLevel "1.000000"
  173. SET waterDetail "0.000000"
  174. SET wmoLodDist "180.000000"
  175. SET worldBaseMip "0.000000"
  176. SET gxTextureCacheSize "2048"
  177. SET M2Faster "0"
  178. SET RAIDgraphicsQuality "3"
  179. SET horizonStart "600.000000"
  180. SET rippleDetail "0.000000"
  181. SET sunShafts "0.000000"
  182. SET refraction "0.000000"
  183. SET projectedTextures "0.000000"
  184. SET shadowTextureSize "1024.000000"
  185. SET shadowSoft "0.000000"
  186. SET SSAO "0.000000"
  187. SET DepthBasedOpacity "0.000000"
  188. SET lodObjectCullSize "30.000000"
  189. SET lodObjectCullDist "30.000000"
  190. SET lodObjectMinSize "90.000000"
  191. SET RAIDfarclip "4000.000000"
  192. SET RAIDSSAO "0.000000"
  193. SET RAIDDepthBasedOpacity "0.000000"
  194. SET RAIDgroundEffectDensity "16.000000"
  195. SET RAIDgroundEffectDist "70.000000"
  196. SET RAIDshadowMode "0.000000"
  197. SET RAIDterrainLodDist "250.000000"
  198. SET RAIDterrainTextureLod "1.000000"
  199. SET RAIDwmoLodDist "200.000000"
  200. SET RAIDterrainMipLevel "0.000000"
  201. SET RAIDworldBaseMip "0.000000"
  202. SET RAIDtextureFilteringMode "2.000000"
  203. SET RAIDprojectedTextures "0.000000"
  204. SET RAIDenvironmentDetail "50.000000"
  205. SET RAIDshadowTextureSize "1024.000000"
  206. SET RAIDshadowSoft "0.000000"
  207. SET RAIDreflectionMode "0.000000"
  208. SET RAIDrippleDetail "0.000000"
  209. SET RAIDsunShafts "0.000000"
  210. SET RAIDparticleDensity "10.000000"
  211. SET RAIDparticleMTDensity "20.000000"
  212. SET RAIDrefraction "0.000000"
  213. SET RAIDOutlineEngineMode "0.000000"
  214. SET RAIDLightMode "0.000000"
  215. SET RAIDlodObjectCullSize "27.000000"
  216. SET RAIDlodObjectCullDist "30.000000"
  217. SET RAIDlodObjectMinSize "81.000000"
  218. SET componentTextureLevel "0.000000"
  219. SET RAIDcomponentTextureLevel "0.000000"
  220. SET RAIDweatherDensity "0.000000"
  221. SET graphicsTextureResolution "2"
  222. SET graphicsTextureFiltering "2"
  223. SET graphicsProjectedTextures "1"
  224. SET graphicsViewDistance "2"
  225. SET graphicsEnvironmentDetail "2"
  226. SET graphicsGroundClutter "2"
  227. SET graphicsShadowQuality "1"
  228. SET graphicsLiquidDetail "1"
  229. SET graphicsSunshafts "1"
  230. SET graphicsParticleDensity "1"
  231. SET graphicsSSAO "1"
  232. SET graphicsDepthEffects "1"
  233. SET graphicsLightingQuality "1"
  234. SET graphicsOutlineMode "1"
  235. SET raidGraphicsTextureResolution "3.000000"
  236. SET raidGraphicsTextureFiltering "3.000000"
  237. SET raidGraphicsProjectedTextures "1.000000"
  238. SET raidGraphicsViewDistance "3"
  239. SET raidGraphicsEnvironmentDetail "3"
  240. SET raidGraphicsGroundClutter "3"
  241. SET raidGraphicsShadowQuality "1.000000"
  242. SET raidGraphicsLiquidDetail "2.000000"
  243. SET raidGraphicsSunshafts "1.000000"
  244. SET raidGraphicsParticleDensity "1.000000"
  245. SET raidGraphicsSSAO "1.000000"
  246. SET raidGraphicsDepthEffects "1.000000"
  247. SET raidGraphicsLightingQuality "1.000000"
  248. SET raidGraphicsOutlineMode "1.000000"
  249. SET engineSurvey "2"
  250. SET mouseSpeed "1"
  251. SET Gamma "1.000000"
  252. SET ChatMusicVolume "0.29999998211861"
  253. SET ChatSoundVolume "0.39999997615814"
  254. SET ChatAmbienceVolume "0.29999998211861"
  255. SET VoiceActivationSensitivity "0.39999997615814"
  256. SET gameTip "31"
  257. SET taintLog "1"
  258. SET twitterGetConfigTime "1473858146269"
  259. SET twitterShortUrlLength "23"
  260. SET twitterCharactersPerMedia "24"
  261. SET uiScale "0.79999995231628"
  262. SET useUiScale "1"
  263. SET CACHE-WQST-QuestV2RecordCount "28461"
  264. SET CACHE-WQST-QuestV2HotfixCount "0"
  265. SET CACHE-WQST-QuestObjectiveRecordCount "28160"
  266. SET CACHE-WQST-QuestObjectiveHotfixCount "0"
  267. SET CACHE-WQST-QuestObjectiveXEffectRecordCount "7078"
  268. SET CACHE-WQST-QuestObjectiveXEffectHotfixCount "0"
  269. SET CACHE-WGOB-GameObjectsRecordCount "54151"
  270. SET CACHE-WGOB-GameObjectsHotfixCount "0"
  271. SET gxApi "OpenGL"
  272. SET gxMonitor "1"
  273. SET physicsLevel "0"
  274. SET RenderScale "1"
  275. SET gxColorBits "24"
  276. SET gxDepthBits "24"
  277. SET gxWindowedResolution "1920x1022"
  278. SET Sound_EnableSFX "0"
  279. SET Sound_EnableAmbience "0"
  280. SET Sound_EnableDialog "0"
  281. SET gxRefresh "60/1"
  282. SET maxFPS "0"
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297. Sources: http://pastebin.com/fb1JDijh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement