Hello,<br>The problem that I encountered no longer appears.<br><br>I opened grass62 in text mode using the Spearfish60, typed in g.gisenv and noticed that LOCATION_NAME was set to Spearfish60 but not LOCATION.&nbsp; I then added a LOCATION variable (not sure if needed) and then entered 
gis.m which then opened up the GRASS6.2 manager, map display and output windows.&nbsp; I can now enter the GUI and the text based modes without seeing the same error message that I saw before.&nbsp; The problem I currently face is that when I enter the command into the GRASS command prompt:
<br><br>d.mon x0<br><br>The following message appears:<br><br>GRASS 6.2.1 (spearfish60):~ &gt; d.mon x0<br>using default visual which is TrueColor<br>ncolors: 16777216<br>Graphics driver [x0] started<br>Socket is already in use or not accepting connections.
<br>Use d.mon to select a monitor<br>Problem selecting x0. Will try once more<br>Socket is already in use or not accepting connections.<br>Use d.mon to select a monitor<br>GRASS 6.2.1 (spearfish60):~ &gt; d.rast soils<br>
No graphics monitor has been selected for output.<br>Please run &quot;d.mon&quot; to select a graphics monitor.<br><br>I get similar messages regardless of whether I do this in the GRASS command prompt or the Grass Manager window.
<br>The list and info commands appear to be working.<br><br>Ramu<br><br><br><br><div><span class="gmail_quote">On 2/19/07, <b class="gmail_sendername">Glynn Clements</b> &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Hamish wrote:<br><br>&gt; If you ever manage to make it into GRASS you can try &quot;
g.gisenv --help&quot; at<br>&gt; the command prompt and see if you get a useful help message there.<br>&gt; That will tell you if most of the program is working.<br>&gt; g.gisenv is what sets $LOCATION.<br><br>If you have trouble getting past 
Init.sh and into a shell, one option<br>is to avoid the -text/-gui interaction altogether and just specify the<br>complete path to the mapset directory, e.g.:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;grass62 -text ~/grass-data/spearfish57/glynn<br>
<br>[equivalent to specifying database:/home/glynn/grass-data,<br>location:spearfish57, mapset:glynn in the start-up screen.]<br><br>If that doesn&#39;t work, you can try bypassing Init.sh altogether, by<br>creating a ~/.grassrc6 file and setting up the &quot;session&quot; manually.
<br><br>This is what I use in my ~/.bashrc to make GRASS commands available<br>everywhere:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GISBASE=/opt/grass-6.3.cvs<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GRASS_GNUPLOT=&#39;gnuplot -persist&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GRASS_WIDTH=640
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GRASS_HEIGHT=480<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GRASS_HTML_BROWSER=firefox<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GRASS_PAGER=cat<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GRASS_PERL=perl<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GRASS_TCLSH=tclsh<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GRASS_WISH=wish<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export PATH=&quot;$GISBASE/bin:$GISBASE/scripts:$PATH&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export LD_LIBRARY_PATH=&quot;$GISBASE/lib&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GRASS_LD_LIBRARY_PATH=&quot;$LD_LIBRARY_PATH&quot;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GIS_LOCK=$$
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GRASS_VERSION=&quot;6.1.cvs&quot;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tmp=/tmp/grass6-&quot;`whoami`&quot;-$GIS_LOCK<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export GISRC=&quot;$tmp/gisrc&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mkdir &quot;$tmp&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cp ~/.grassrc6 &quot;$GISRC&quot;
<br><br>--<br>Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br></blockquote></div><br>