On Wed, 31 May 2006, Mike Miller wrote: > KDE, you can do that, but you have to set up your ~/.vnc/xstartup properly. > I've been running Gnome like this: > > #!/bin/sh > > xrdb $HOME/.Xdefaults > xsetroot -solid grey > vncconfig -nowin & > exec autocutsel & > /usr/local/bin/rxvt -geometry 80x51+78+25 -ls -T "`whoami`@`hostname`" & > exec gnome-session & Tip: Always use solid color backgrounds within VNC because it refreshes instantly and that speeds up window movements. You have to configure that within Gnome (or whatever you are using). Mike