Felix, Is there some reason that you can't use the VNC module for XFree86? Are the servers in question not XFree86/Xorg?
For help with the clipboard issue, you'll need to contact the x11vnc developers. Regards, Wez @ RealVNC Ltd. > -----Original Message----- > From: Felix E. Klee [mailto:[EMAIL PROTECTED] > Sent: 07 March 2006 14:08 > To: James Weatherall > Cc: 'Wayne Throop'; [email protected] > Subject: Re: x11vnc: Copy and paste > > Am Dienstag, 7. Mdrz 2006 11:54 schrieb James Weatherall: > > What I'm suggesting is that you upgrade from x11vnc to the > standard VNC > > 4.1.1 at both ends. > > I doubt that x0vncserver offers all the functionality we > need. For example we > let "x11vnc" automatically start on XDMCP clients, using code > such as the > following in /etc/X11/xdm/Xsetup: > > host="${DISPLAY/:*/}" > gemeinsame_x11vnc_optionen="-o /tmp/x11vnc.log -forever > -shared -norepeat 5 > -bg -nopw -allow 127.0.0.1,192.168. -wireframe -wirecopyrect > -scrollcopyrect" > if [ "$host" = "" ]; then > # X lduft auf localhost => x11vnc lokal starten > /usr/bin/x11vnc $gemeinsame_x11vnc_optionen > else > # X lduft nicht lokal => x11vnc remote starten > scp "$XAUTHORITY" "$host":/tmp/auth > ssh "$host" /usr/bin/x11vnc $gemeinsame_x11vnc_optionen > -display :0 \ > -auth /tmp/auth & > fi > > Options such as "-norepeat 5" are especially important for > us, since key > chatter otherwise is common over slow connections. > > Also, we don't want to modify the current setup at customers > only because > copying and pasting doesn't properly work (I still hope that > there's a > workaround, or that we're doing something wrong). > > -- > Dipl.-Phys. Felix E. Klee > Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) > Tel: +49 721 8307937, Fax: +49 721 8307936 > Linuxburg, Goethestr. 15a, 76135 Karlsruhe, Germany _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
