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

Thanks
No. Wine already runs perfectly fine without X for true console apps.Dadas wrote:Hello, i have a little suggestion: something like 'wine --no-x'
It should disable any X output
Then it can't run without gui. Most "console only" windows programs are not really 100% console only programs. They still use some gui elements, or use parts of windows that can't work without gui elements.Dadas wrote:i want to run Descent 3 dedicated server, however it creates status window so i can't run it in ssh
That is already available, like Vitamin said.Hello, i have a little suggestion: something like 'wine --no-x'
It should disable any X output
Some Windows 'command line' programs are actually real WindowsI 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
Thanks
Try passing -Y when you run ssh, like so: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![]()
It sounds as if what you need is a "null" X server: something... when i close ssh connection, server will end too
i already tried nohup and screen, it doesnt work
It's called 'Xfake'."Dadas" <[email protected]> wrote:
It sounds as if what you need is a "null" X server: something... when i close ssh connection, server will end too
i already tried nohup and screen, it doesnt work
that pretends to be an X display, but actually has no display
hardware and just maintains a (small) memory array which it treats
as a simple frame buffer. I'm no X-pert, but it would not surprise
me at all if the X11 distribution contained something like this,
maybe among the examples or contributed software.
debian tools to install the rpm (may have dependency issues).Yay, that is what i need, where can i download amd64 .deb package or
soucre? i googled it and found only rpm's
You may have to compile from source, convert the rpm (if possible), or use
Would you like to try Xvfb ?Yay, that is what i need, where can i download amd64 .deb package or
soucre? i googled it and found only rpm's
Glad you found a solution.xvfm works great! thank you guys