View Single Post
  #26  
Old 06-24-2009, 03:24 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

This works on gentoo linux using SoF or Titanium client under wine 1.1.12, and will probably work fine for all other linux distros and wine versions.

create a file called start in your eq installation directory.

The contents of the file should look like this:

Code:
taskset -c 0 wine eqgame.exe patchme
This will bind the process to your first CPU (CPU0)

make sure you set the file as executable by running:

Code:
 chmod +x start
then run it with

Code:
 ./start
to start the game.