vncserver fails to start with:
vncserver.service - LSB: start|stop|restart|try-restart|status|force-reload vncserver
Loaded: loaded (/etc/rc.d/init.d/vncserver)
Active: failed since Tue, 31 May 2011 07:40:37 -0700; 12min ago
Process: 31934 ExecStart=/etc/rc.d/init.d/vncserver start (code=exited, status=2/INVALIDARGUMENT)
CGroup: name=systemd:/system/vncserver.service
/etc/sysconfig/vncserver:
VNCSERVERS="1:userid" (note: actual user account is placed in userid)
VNCSERVERARGS[1]="-geometry 1024x768 -depth 24"
/home/userid/.vnc/xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
startx &
this config has worked for all previous releases, this is an upgrade to fc15
thanks - Dan