VNC server under Suse 9
Last modified on July 24, 2026 • 1 min read • 145 wordsI tried to use vncserver on Suse 9, but to my surprise upon starting up with “vncserver” and then connecting with the “vncviewer” command I only saw the grey screen and an X terminal.
!/bin/shxrdb $HOME/.Xresourcesxsetroot -solid greyxterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &twm &Red Hat 9:!/bin/shRed Hat Linux VNC session startup scriptunset SESSION_MANAGERexec /etc/X11/xinit/xinitrcI figured out that twm is a window manager; thus it replaces KDE in this context. If I replace the Suse script by the Red Hat script, KDE starts up upon starting vncserver.