> -----Original Message-----
> From: Reinaldo Brandao [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 05, 2002 6:33 PM
> To: [EMAIL PROTECTED]
> Subject: Gray screen problem
> 
> 
> I am joinning this mail list today, and looks like the 
> problem i have here
> have been faced by lots of people.  Anyways, i didnt find a 
> case in FAQ that
> really matches my situation.
> 
> I have this gray screen when i try to connect my sun, running 
> solaris7.5 from
> a PC. If i ps -ef | grep fvwm ( my windows manager) after 
> rebboting the
> server, after starting vncserver and after trying to connect, 
> i will have no
> diferences in these 3 outputs ( the same response for ps -ef 
> | grep fvwm).
> 
> My xstartup file is like:
> 
> #!/bin/sh
> 
> ##xrdb $HOME/.Xresources
> #/usr/X11/bin/xrdb /home/brandao/.Xsession
> 
> 
> xset +fp /dsp/tcl/mms/fonts.X/
> xset +fp /usr/X11/lib/X11/fonts/dbl/
> 
> xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
> 
> ##icewm &
> /usr/X11/bin/fvwm &
> ~
> 
> Any suggestion is really appreciated,

You can have a look at the next pages to do something you might like. 

http://www.sourcecodecorner.com/articles/vnc/linux.asp
... to start a new server on the fly. It is presented for linux which is
just an other unix. I bet you only need to adapt the /etc/services and
/etc/inetd.conf files.
To check if it might work: `Xvnc :4 -query localhost`.
Details to the /etc/inetd.conf file:
- use the path to your Xvnc binary.
- add the fontpath (-fp ...) to reflect your local fontpath (`xrdb -q`)


http://xf4vnc.sourceforge.net/
If you use the XFree86 Xserver: gives access to :0


http://www.hexonet.de/software/x0rfbserver/
If your Xserver uses the framebuffer device: gives access to :0


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

Reply via email to