Varient of 'Grey Screen of Death' - Answers Anybody ?
Tony Shum
Tony.Shum "at" analog.com
Fri, 22 Feb 2002 00:16:04 +0000
Henry,
You may want to add the "vncserver -kill...." statement to your vncserver script
or update your xstartup file. At lease you won't get the grey screen, becasue
when WM exit, vnc will also exit.
Sometime I wonder why they don't add the "vncserver -kill" in the xstartup
session!!!!!!!
Good Luck,
Tony Shum
-----vncserver script-----
....
....
$defaultXStartup
= ("#!/bin/sh\n\n".
"xrdb \$HOME/.Xresources\n".
"xsetroot -solid grey\n".
"xterm -geometry 80x24+10+10 -ls -title \"\$VNCDESKTOP Desktop\" &\n".
"case \"\$VNCDESKTOP\" in\n".
" qvwm) qvwm ;;\n".
" olvwm) \$HOME/.openwin-init &\n".
" olvwm ;;\n".
" olwm) \$HOME/.openwin-init &\n".
" olwm ;;\n".
" icewm) icewm ;;\n".
" twm) twm ;;\n".
" cde | dtsession)\n".
" dtsession ;;\n".
" cadnt) cadnt ;;\n".
" dummy|xterm) xterm ;;\n".
" *) dtsession ;;\n".
"esac\n".
"\n".
"vncserver -kill :`echo \$DISPLAY | cut -f2 -d:`\n");
....
....
-----end of vncserver------
---------------------------------------------------------------------
To unsubscribe, mail majordomo "at" uk.research.att.com with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------