Re: [GRASS-user] d.monsize doesn't work in 6.3

2008-01-17 Thread Philipp Steigenberger
Hamish schrieb: > Philipp Steigenberger wrote: >> in GRASS 6.2.3 I was using a nice script which >> connects d.start/d.stop and d.monsize to open monitors >> in a given size or closes them if one is open. >> In university I'm using 6.3 and there the d.monsize >> doesn't work. >> I get the message:

Re: [GRASS-user] d.monsize doesn't work in 6.3

2008-01-16 Thread Hamish
X-Sender-Ok Sender approved by postmaster Tach wrote: in GRASS 6.2.3 I was using a nice script which connects d.start/d.stop and d.monsize to open monitors in a given size or closes them if one is open. In university I'm using 6.3 and there the d.monsize doesn't work. I get the message: execl(

Re: [GRASS-user] d.monsize doesn't work in 6.3

2008-01-16 Thread Hamish
Tach wrote: > in GRASS 6.2.3 I was using a nice script which > connects d.start/d.stop and d.monsize to open monitors > in a given size or closes them if one is open. > In university I'm using 6.3 and there the d.monsize > doesn't work. > I get the message: > > execl() failed: Exec format error I

RE: [GRASS-user] d.monsize doesn't work in 6.3

2008-01-16 Thread Philipp Steigenberger
I have no idea why the script d.monsize doesn't work well, but I found a (better) solution for my script: ** #!/bin/sh GRASS_WIDTH=600 GRASS_HEIGHT=1200 export GRASS_WIDTH export GRASS_HEIGHT echo "Which Monitor (number only)?" read mon start=1 # shutdown or s

[GRASS-user] d.monsize doesn't work in 6.3

2008-01-16 Thread Tach
Hello, Hallo and Hola, in GRASS 6.2.3 I was using a nice script which connects d.start/d.stop and d.monsize to open monitors in a given size or closes them if one is open. In university I'm using 6.3 and there the d.monsize doesn't work. I get the message: execl() failed: Exec format error How ca