WoW wine low fps and GPU! Ubuntu 12.04

Questions about Wine on Linux
Locked
ghostroot
Newbie
Newbie
Posts: 1
Joined: Mon Mar 11, 2013 12:37 pm

WoW wine low fps and GPU! Ubuntu 12.04

Post by ghostroot »

hello,

I LTS linux ubuntu 12.04. and wine 1.4.

I have a problem when I play World of Warcraft, I have around 60 FPS but after about 10-20 minutes I have only 10-15 FPS and it is impossible to play.

My system data

Intel core i5
6 gb ram
Nvidia GT525M 1 gb ram and an Intel HD 3000
os ubuntu 4.12
wine 1.4
nvidia-driver: nvidia-experimental-310

I play wow with my nvidia GPU graka.
I play wow with -opengl

Maybe someone knows how to run wow really get that it's not every time the FPS go down?

Regards,
Davvvve
Level 4
Level 4
Posts: 181
Joined: Mon Apr 27, 2009 2:37 pm

Re: WoW wine low fps and GPU! Ubuntu 12.04

Post by Davvvve »

Still testing to find bugs.

In the Config.wtf file you add:

SET processAffinityMask "x"

X being a value in a set of values to allow a certain amount of threads for WoW to make.

The values for X are to the amount of threads it makes are:

cores values:

1 1
2 3
3 7
4 15
5 31
6 63
7 127
8 255
9 511
10 1023
11 2047
12 4095
13 8191
14 16383
15 32767
16 65535
17 131071
18 262143
19 524287
20 1048575
21 2097151
22 4194303
23 8388607
24 16777215
25 33554431
26 67108863
27 134217727
28 268435455
29 536870911
30 1073741823
31 2147483647
32 4294967295

Example:

For two cores you would use: SET processAffinityMask "3"

three: SET processAffinityMask "7"

four: SET processAffinityMask "15"

five: SET processAffinityMask "31"
Locked