Sunday, May 5, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1209  / 3 Years ago, sat, july 3, 2021, 4:19:58

Is there any way I can run a game server (MW3) under wine without requiring a window manager present?



Currently to run windows only game servers on my Ubuntu box, I have to start them using RDP access as this creates a X session which the program (which has its own GUI). This is a pain as it cannot be automated (or can it?) on start up.



What I would rather is some sort of X session emulator that pulls the console output of the program into the CLI so that I can automate server start ups.



Is there any program or method that can do this?


More From » command-line

 Answers
3

You can install the xvfb package, and use xvfb-run /usr/bin/program to run that program under a virtual X framebuffer session. You won't have any UI to poke at if you need to, though.


[#35444] Sunday, July 4, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
avilyexplor

Total Points: 20
Total Questions: 102
Total Answers: 120

Location: Maldives
Member since Mon, Jun 21, 2021
3 Years ago
;