The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
RE: How to dramatically improve FPS
by John Degenstein on Saturday February 19th 2011, 23:45
This seemed to make a very dramatic difference to my frame-rates, I went from about ~30 up to an average of about 45 by using taskset as described above.
RE: How to dramatically improve FPS
by Caleb Totten on Monday July 18th 2011, 14:14
StarCraft II.exe exits after launching SC2.exe, so we can append taskset to the launch command:
$ wine /path/to/StarCraft II.exe; sleep 15; taskset -p 1 `pidof SC2.exe`
Short sleep times don't work for some reason; but it hardly matters since you can't get a game started within 15 seconds of launching StarCraft anyways.