On Fri, Apr 10, 2009 at 09:15:50AM -0500, Mike Hinz wrote: > All, > > The requested log file and xstartup have been sent directly to Adam T via > email.
I checked your xstartup and you left it as created by default (by vncserver script). As written on http://www.mail-archive.com/[email protected]/msg00013.html Darrell changed this default xstartup file to start "heavy-weight" desktop by default. If you would like to start "light-weight" desktop (twm, icewm, fluxbox etc) then you have to tune your xstartup appropriately. When you modify it then it won't be overriden in future. Could you please try tune your xstartup as I suggested on http://www.mail-archive.com/[email protected]/msg00018.html, please?: $ cat xstartup #!/bin/sh vncconfig -iconic & [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey twm & It will start really light weight desktop for you (you can try substitute twm by your favourite WM). > Also note that I've confirmed that the windows tightvnc client works > properly with tigervnc 0.90-0.3 and not with 0.90-0.4. I've not tried to > update to 0.90-0.5 which now is in the rawhide repo. I'll await your advice > before doing that. I got another report about this issue. Let me check it. Regards, Adam -- Adam Tkac, Red Hat, Inc. ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Tigervnc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tigervnc-users
