On 4/5/11 6:52 AM, Dadas wrote: > Hello, i have a little suggestion: something like 'wine --no-x' > It should disable any X output > I need something like this, because i want to run Descent 3 dedicated server, however it creates status window so i can't run it in ssh :( Try passing -Y when you run ssh, like so: ssh -Y <hostname> Then you should be able to run your Descent 3 server without needing to disable X. Chip