Modification of the steps here: https://wiki.edubuntu.org/InstallX11VncOnLtspClients:
sudo cp /etc/apt/sources.list /opt/ltsp/i386/etc/apt/sources.list sudo chroot /opt/ltsp/i386 apt-get update apt-get install x11vnc vim /etc/rc.local Add command: x11vnc -display :6 -forever -loop -shared & Save file and exit Move rc.local init script so that it executes: cd /etc/rc2.d mv K99rc.local S99rc.local Exit chroot: exit Regards, Charles On Jan 25, 2008 1:44 PM, <[EMAIL PROTECTED]> wrote: > Can anyone point me to a resource that describes setting up thin client > manager to allow the viewer to work??? > > > Thanks, > > Ron > >
-- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
