Running a root VNC on a home network that is not accessible from the rest of the world is not a big problem.<br><br>On FC you need to edit your /etc/sysconfig/vncservers file<br><br>You will want a line like this, the users need to all be on the same line
<br><br>&nbsp;VNCSERVERS=&quot;1:root 2:someuser&quot;<br><br>&nbsp;VNCSERVERARGS[1]=&quot;-geometry 800x600 -depth 24&quot;<br>&nbsp;VNCSERVERARGS[2]=&quot;-geometry 1024x768 -depth 24&quot;<br><br>After you have saved that file, you need to issue vncpasswd logged in as each user, su someuser
<br><br>Now as root (assuming you followed the advise from Ben) service vncservers start<br><br>Now you should have a new set of files in each users home dir, xstartup, edit and uncomment the lines... (these are hidden files/dirs in .vnc)
<br>
unset SESSION_MANAGER<br>
exec /etc/X11/xinit/xinitrc<br><br>Last but not least su to root and # touch .Xauthority in each users home directory.<br><br>Restart the vncservers and you should be good to go. Remember you will be connecting on port 5901 for root and 5902 for someuser.
<br><br>HTH<br><br><br><div><span class="gmail_quote">On 4/22/07, <b class="gmail_sendername">Ben Lancaster</b> &lt;<a href="mailto:lists@benlancaster.co.uk">lists@benlancaster.co.uk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On 21 Apr 2007, at 23:34, Carlos Garcia-Sierra wrote:<br><br>&gt; I am running FC5 and MythTV in a fast machine. (1G RAM / Dual Core<br>&gt; 64bit AMD processor)<br>&gt;<br>&gt; I want to start a vncserver auto-magically after boot in two users
<br>&gt; (not the mythtv user). Such users are a regular user and root. I<br>&gt; usually use VNC &amp; root for admin activities, while the second user<br>&gt; is a user I use for bit-torrent, web-surfing, etc from my not-top-
<br>&gt; of-the-line-laptop.<br><br>Avoid VNC as root. Bad idea.<br><br>&gt; I added the line: vncserver :1 into /etc/rc.local in order to start<br>&gt; the root vncserver service.<br>&gt; But the graphical interface crashes as the computer boots. I can
<br>&gt; not connect via VNC. However ssh is alive.<br><br>VNC has some init scripts which might prove more useful. On FC5:<br><br># chkconfig vncserver on<br><br>...then edit /etc/sysconfig/vncservers<br><br>For example, mine contains the following:
<br><br>VNCSERVERS=&quot;1:username&quot;<br>VNCSERVERARGS[1]=&quot;-geometry 1024x768 -nohttpd&quot;<br><br>VNCSERVERS=&quot;2:username&quot;<br>VNCSERVERARGS[2]=&quot;-geometry 800x600 -nohttpd&quot;<br><br>Might be worth emptying your ~/.vnc folders and recreating them if
<br>you&#39;re having stability problems. Also check you&#39;re running the<br>x86_64 version of VNC - I had stability issues running the i386 builds<br><br>Obligatory 1p GBP.<br><br>Ben<br><br><br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br></blockquote></div><br>