Ég fann síðan annað tweak :)
"The idea with this tweak is to create a script which will allow you to launch WoW on a dedicated X server, which may give you a little boost of FPS.
Note: in contrast to the first tweak this one will not enhance performance very much or even not at all for some users, and it is also known to be more troublesome with errors, therefor it will not be worth the effort for most users and should be considered being more oriented for advanced users who enjoy the challenge.
1. nano -w ~/launch-wow.sh
2. Put this content in your newly created file:
#!/bin/sh
X :3 -ac & # Launches a new X session on display 3
cd "~/.wine/drive_c/Program Files/World of Warcraft" # Goto WoW dir
sleep 2 # Forces the system to have a break for 2 seconds
DISPLAY=:3 /usr/X11R6/bin/wine WoW.exe -opengl # Launches WoW
3. Press Ctrl+o then Ctrl+w in order to save your file & quit nano.
4. Don't forget to make your script executable with this command chmod +x ~/launch-wow.sh
5. Launch the script with ./launch.sh while being in the home user directory
If you have installed WOW anywhere else than in your standard Wine drive c, then you will have to replace the directory path found in the line that starts with cd“~/.wine… in the script, to the path where you have installed.”
Tekið héðan
https://help.ubuntu.com/community/WorldofWarcraft