On Thu, 2005-04-28 at 08:31 -0700, Paul wrote:
- it is possible to remove completely the
graphical user interface (e.g. it can r
un without X). For this you need to modify the
DISABLE_GUI option from the Makefile.inc
...
Suggestion for running headless:
if(getenv("DISPLAY"))
isGraphic = TRUE;
else
isGraphic = FALSE;
--
(
)
c[] // Jens M Andreasen