When I try to start the graphics monitor in OpenWindows by entering command
d.mon x0, I get a error message as:
Graph_Set: can't open
What should I do to fix this problem ?Fengxia Ma
Oklahoma State University
I'm not sure this is the right answer, but try setting the variable DISPLAY
to your monitor:
DISPLAY=your.machine:0 ; export DISPLAY
(or whatever the correct grammar is, depending on your shell)
then retry d.mon start=x0
MArtijn van Leusen