> -----Original Message-----
> From: D M [mailto:[EMAIL PROTECTED]]
> 
> Hi its me again :>,,,this time i have completely different Qs?
> 
>   what i was asked to do is to open a certain application on 
> the solaris 
> workstation which has a vncserver ,say for example: 

So you're on the console of the solaris workstation and start the
application.

> OPERA,..and then view it 
> from a windows viewer....say for example im infront the 
> solaris workstation 
> (that has vncserver) working on a software for clients and i 
> would like them 
> to view it...can i know if that is possible?...

You like to show the console display using vnc. I can tell you that's not
(easy) possible. Read-on.

> 
> the only thing i seem to do is invoking vncserver on display 
> 2 and then 
> connecting to it from the viewer and opening the application 
> from the viewer 
> where it ofcourse only shows on the viewer becuase i have a totally 
> independant session from the main one on solaris...and this 
> is not what i need.

... is not what you WANT. You don't need it.

My idea: On the solaris machine, start vncserver with the option
"-alwaysshared". On the display of your choice, (solaris console, any other
display) start the vncviewer.

In the vncviewer, use the xterm to start your application. It should show up
inside the vncsession.

Other users can use their viewer to peek with you.

> 
> i read many posts about sending the application running on 
> solaris to the 
> vncserver's display (ex:2) so the viewer can view it too and 
> i tried the 
> following command on solaris:
>     operapp --display :2  where operapp: is the application

The X11 default option is "display :2" so use one minus.

> {
> but the result was:
> Xlib: Connection to ":0.0" refused by server

This :0.0 shows the app is not prorperly redirected.

If you get an other 'refused by server' message with the proper display
(":2" or ":2.0") add the option "-ac" to the `vncserver ...` line. 

> Xlib: client is not authorised to connect to server
> cannot connect to x-server:0.0
> X-windows not running or environment variable DISPLAY not set.
> Recieved 0 characters at s_gui
> shutting down s_gui
> Note: Following IEEE floating-point traps enabled:
> see ieee-handler(3M):
> overflow:Division by Zero:Invalid operand;
> Sun's implementatiom of IEEE arithmetic is discussed on the numerical 
> computation Guide.}
> 
> Please Can anyone tell me whats going on???....Thanks, D.M

As above: the app is not properly redirected to the vnc session (it shows
:0.0 where it should show the vnc-session number)




CBee
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to