Couple of things: One, use: WINEDEBUG=-all as part of env. Also, binding the process (game) to a single core, if you are in a multi-core system, this can be done using: taskset -c <core number>, for instance: taskset -c 0 wine wow.exe Also, once a process has started, you can change its nice value to -10. These all give a slight boost to performance, I would also check the appdb for a given app and see if there are registry tweaks and/or game settings that help.