next up previous contents
Next: The windows of my Up: FAQ Previous: What about these float754   Contents

I can't run X applications! I get the following error: ``GLUT: Fatal Error in (unamed): could not open display:''

The programs are being spawned, but since the DISPLAY environment variable is not set, they can't open an window. When you run X programs, add `-dice-environment DISPLAY=:0.0' as an extra argument (or change DISPLAY's value to suit your setup). This should solve it. If you still have problems, avoid the automatic spawning, and write a small script to run the copies, such as the spawner script in the tests/ subdirectory.



2001-12-09