E.g. the following is a typical scenario.
- Code: Select all
setsid Xvfb :1
env DISPLAY=:1 setsid xboard -fcp engine1 -scp engine2 -mg 1000 -sgf games.pgn # adapt command line as needed
You can now simply close the terminal and xboard will run silently in the background without window, taskbar icon or anything. No more distractions!