Hi Nick, Am Donnerstag, 25. Mai schrieb Nick Van Vlaenderen:
[...] > I had to install the development files of X11 (in > Debian) before I could run zquake-x11. In any case, quake needs a running X server. At least: apt-get install x-window-system core xbase-clients. I get the following by running > zquake-x11: > Console initialized. > Error: VID: Could not open display [:0] You either dit not set the DISPLAY variable or your X was not running. > Now, when I run start.pl and press 's', the speech output welcomes me to > Quake, > but after a few seconds, goes back to the launcher... Yes, the script tries to run zquake-x11, wich imediately exits and brings you back to the main loop. try the following: xinit ./zquake-x11. If this works, run start.pl in the same way. xinit ./start.pl. This will start the X server, before quake is started. When zquake-x11 respectively start.pl terminates, the X server will also terminate. cheers Henning _______________________________________________ AGRIP-discuss mailing list [email protected] http://lists.agrip.org.uk/cgi-bin/mailman/listinfo/agrip-discuss
