[GRASSweb-list]markus: web/faq monitorsize.html,1.2,1.3
grass at intevation.de
grass at intevation.de
Fri Nov 29 03:27:29 EST 2002
Author: markus
Update of /grassrepository/web/faq
In directory doto:/tmp/cvs-serv22503/faq
Modified Files:
monitorsize.html
Log Message:
fixed XDRIVER_HEIGHT
Index: monitorsize.html
===================================================================
RCS file: /grassrepository/web/faq/monitorsize.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monitorsize.html 30 Oct 2002 11:14:16 -0000 1.2
+++ monitorsize.html 29 Nov 2002 08:27:27 -0000 1.3
@@ -9,16 +9,16 @@
<B>Answer:</B><p>
Make use of the environment variables:
<pre>
- export XDRIVER_WIDTH=xxx #if you want another size than the default 640
- export XDRIVER_HEIGHT=xxx #if you want another size than the default 480
+ export GRASS_WIDTH=xxx #if you want another size than the default 640
+ export GRASS_HEIGHT=xxx #if you want another size than the default 480
Example: You want 800x600:
- export XDRIVER_WIDTH=800
- export XDRIVER_HEIGHT=600
+ export GRASS_WIDTH=800
+ export GRASS_HEIGHT=600
If "export" is not accepted in your shell, try "setenv" instead:
- setenv XDRIVER_WIDTH 800
- setenv XDRIVER_HEIGHT 600
+ setenv GRASS_WIDTH 800
+ setenv GRASS_HEIGHT 600
</pre>
If you would like to save screenshots in a script (even without
@@ -28,7 +28,7 @@
<address>
Markus Neteler<br>
-20. Jan. 2000<br>
+$Date$
</address>
<hr>
<A HREF="index.html">Go back to GRASS GIS FAQ...</A>
More information about the grass-web
mailing list