My original ~.vnc/xstartup looks like this:
~/.vnc/startup.old:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
The one I use now looks like this:
~/.vncstartup
#!/bin/sh
startkde &
(It's shorter.)
It runs KDE fine. I cut the screen resolution back to 800x600 from the
default 1024x768 when I start it with vncserver -geometry 800x600. They use
twm because it can be found on just about anything.
On Sunday 02 December 2001 02:07 pm, you wrote:
> I was wondering if anyone had any experience using VNC with RedHat 7.1? I
> have a RedHat 7.1 server on my home network that I'd like to be able to
> access remotely. I installed VNC on it, and can log into the system without
> any problems, but the X session it starts uses TWM. How do I configure it
> to use whatever my default window manager/desktop is (Gnome or KDE)?
> Thanks.
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:59:28 EDT