Hi there,
i have the need to change the resolution of a octane2 via remote-login.
Setmon should do the trick, but only at local consoles ... ist there a
possibility to do this remote?
Thanks
Peter
Printable View
Hi there,
i have the need to change the resolution of a octane2 via remote-login.
Setmon should do the trick, but only at local consoles ... ist there a
possibility to do this remote?
Thanks
Peter
In article <1160141650.061196.259300@c28g2000cwb.googlegroups.com>,
<systembetreuer@googlemail.com> wrote:
[color=blue]
>i have the need to change the resolution of a octane2 via remote-login.
>Setmon should do the trick, but only at local consoles ... ist there a
>possibility to do this remote?[/color]
$ man setmon
setmon changes the video output format to the one specified; it also
specifies the default video format to be used at system power-up or
graphics initialization. setmon should be invoked after you have
acquired root privileges. You must also set the DISPLAY environment
variable to the local machine (e.g. :0.0) so that any GL calls that
setmon makes will occur on the local machine, and not over a network
interface.
Walter Roberson schrieb:
[color=blue]
> You must also set the DISPLAY environment
> variable to the local machine (e.g. :0.0) so that any GL calls that
> setmon makes will occur on the local machine, and not over a network
> interface.[/color]
Sure - DISPLAY was set (set DISPAY=iris1:0.0) - sorry for not reporting
this. But setmon complains anyway.
Greets
Peter
Hello systembetreuer
[color=blue]
> Sure - DISPLAY was set (set DISPAY=iris1:0.0) - sorry for not reporting
> this. But setmon complains anyway.[/color]
Perhaps you don't have permissions to write to the Display. (something
like xauth, which is normally disabled by SGI but that is insecure)
Perhaps you can cut and paste the Error-Messages here?
After that i'm sure we can help you.
Bye
--
Marcus Siegl
Marcus Siegl schrieb:[color=blue]
> Perhaps you can cut and paste the Error-Messages here?[/color]
(I access the octane with putty/rlogin. For the Display-Variable I have
tried: 0.0, :0.0, 127.0.0.1:0.0, iris01:0.0 - all with the same
result.)
login: root
Password:
IRIX Release 6.5 IP30 iris01
Copyright 1987-2002 Silicon Graphics, Inc. All Rights Reserved.
Last login: Mon Oct 9 10:09:46 MDT 2006 from mypc.our.domain
iris01 root / >echo $DISPLAY
mypc.our.domain:0
iris01 root / >set DISPLAY=:0.0
iris01 root / >echo $DISPLAY
:0.0
iris01 root / >/usr/gfx/setmon
setmon: must run on local hardware.
setmon: try setting DISPLAY to :0.0 or :0.1
iris01 root / >
[color=blue]
> After that i'm sure we can help you.[/color]
Hope this so much - thank you!
Greets
Peter
[email]systembetreuer@googlemail.com[/email] schrieb:[color=blue]
> iris01 root / >set DISPLAY=:0.0[/color]
.... setenv is the right syntax ... sorry for that, our main system is
AIX, where env-settings will be set with export - i´m not so familar
with irix ...
Thanks@all!
Peter
Hello systembetreuer
[color=blue][color=green]
>> Perhaps you can cut and paste the Error-Messages here?[/color]
> (I access the octane with putty/rlogin. For the Display-Variable I have
> tried: 0.0, :0.0, 127.0.0.1:0.0, iris01:0.0 - all with the same
> result.)[/color]
Seems so.
[color=blue]
> iris01 root / >/usr/gfx/setmon
> setmon: must run on local hardware.
> setmon: try setting DISPLAY to :0.0 or :0.1
> iris01 root / >[/color]
Perhaps you have to set the Variable $DISPLAY for all following
commands and forks.
Try something like this:
login
password
DISPLAY=:0.0
export DISPLAY
/usr/gfx/setmon
Bye
--
Marcus Siegl