Performance problems

2000-12-22 Thread Rob Torop
I've had good results running vnc on various unix hosts at work and displaying on windows NT. My results on my home LAN (linux server, win98 client) have been much less good. At times the screen becomes very unresponsive. A common symptom is that I "lose the mouse". When I move the mouse, a sma

Performance Problems

2000-12-25 Thread Rob Torop
I've had good results running vnc on various unix hosts at work and displaying on windows NT. My results on my home LAN (linux server, win98 client) have been much less good. At times the screen becomes very unresponsive. A common symptom is that I "lose the mouse". When I move the mouse, a sma

Re: KDE2?

2001-01-27 Thread Rob Torop
I had this problem and it turned out to have to do with the color depth; I was trying to use 8 bits. When I switched vncserver to 16 bits it was ok. Specifically, you need to modify vncserer so that it says $depth = 16 (or use suitable command line options) - Rob Jeremy Johnston wrote:

Re: KDE2?

2001-01-27 Thread Rob Torop
Can you post the contents of ~/.vnc/xstartup ? Jeremy Johnston wrote: > When I change the 8 to 16, i VNC in and all i get is a > checkered pattern across the screen. What have i done > wrong?? > > --- Rob Torop <[EMAIL PROTECTED]> wrote: > > I had this problem and

Re: KDE2?

2001-01-28 Thread Rob Torop
OME/.Xresources > xsetroot -solid grey > xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP > Desktop" & > startkde & > --- Rob Torop <[EMAIL PROTECTED]> wrote: > > Can you post the contents of ~/.vnc/xstartup ? > > > > Jeremy Johnston w