[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: vncserver not serving



On Sat, 8 Sep 2001 07:49:57 -0700 "Mike de Libero" <mikede soreye com>
imparted to us:

I tried this a few months back after not using vnc for over a year and
couldn't get it to work. I tried again last night when I first saw this
and couldn't get it to work. I just tried it and now it works again.

First I created xstartup like this (using icewm-should work with other-i
used to run kde from vnc):

#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
icewm &
gnome-session

The 'xterm -geometry......' stuff was just something I added a long time
ago for some reason.

Then I started the server with:

$ vncserver -depth 16

After that it worked. I can't explain why it didn't in any of my other
recent attempts.

> Might want to try 'vnc -cc 3' I believe that is correct.
> It changes the color count, that is what my problem was.
> Hope that helps.
>     -Mike
> ----- Original Message -----
> From: "Jack Bowling" <jbinpg home com>
> To: "redhat-list" <redhat-list redhat com>
> Sent: Friday, September 07, 2001 10:19 PM
> Subject: vncserver not serving
> 
> 
> > OK. I have to admit defeat on this one. I have been trying to get
> vnc
> working
> > on my internal network but can't get anything out of the server
> except the
> grunt
> > level gray screen xroot from X.
> >
> > Here is my /etc/xinetd.d/vnc :
> >
> > service vnc
> > {
> > disable = no
> >         socket_type = stream
> >         wait = no
> >         user = root
> >         server = /usr/bin/Xvnc
> >         server_args = -inetd -query localhost -once -geometry
> 800x600 -depth 16
> > }
> >
> > And here is my /root/.vnc/xstartup
> >
> >
> > #!/bin/sh
> >
> > xrdb /root/.Xresources
> > xsetroot -solid grey
> > xterm &
> >
> > What am I missing?
> >
> > Jack Bowling
> > mailto: jbinpg home com
> >
> >
> >
> > _______________________________________________
> > Redhat-list mailing list
> > Redhat-list redhat com
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> Redhat-list redhat com
> https://listman.redhat.com/mailman/listinfo/redhat-list


-- 
The three Rs of Microsoft support: Retry, Reboot, Reinstall.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]