xboard without GUI
Posted: 16 Nov 2009, 19:32
When running long tests I find xboard sometimes distracting. Lately I have been using Xvfb to run xboard without GUI. It works very nicely.
E.g. the following is a typical scenario.
You can now simply close the terminal and xboard will run silently in the background without window, taskbar icon or anything. No more distractions!
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!