Re: Linux GraphApp SVGAlib etc
- Posted by Irv Mullins <irv at ELLIJAY.COM> Aug 16, 1999
- 471 views
On Mon, 16 Aug 1999, you wrote: > Just some question on Linux Apps. > > Irv, > > Thought I would give your GraphApp Port a try. I am receiving a > message stating DISPLAY variable not set, couldn't start X. What value > should the DISPLAY variable be set to? Running an X windows app from the command line won't work. It's just like trying to run a windows program from the C:> prompt. without typing "WIN". First you must start the X server, which is done by typing startx. Then, using an xterminal, you can change to the correct directory, and type exu program.name. Depending on the window manager you chose, you can also set up buttons or icons or menu selections to run Euphoria programs. Irv