turns out my .exe will run without a virtual X server! Just one Q... how to I run multiple instances of myprogram.exe on ubuntu server? I launch: wine myprogram.exe, then I can't do any other work; the program starts. I tried 'wine myprogram.exe&' but it doesn't run in background... thanks.