From owner-freebsd-questions@FreeBSD.ORG Sun May 7 05:33:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E51B16A401 for ; Sun, 7 May 2006 05:33:54 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD2A43D45 for ; Sun, 7 May 2006 05:33:53 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060507053353.ECZB8718.mta9.adelphia.net@default.chvlva.adelphia.net>; Sun, 7 May 2006 01:33:53 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 81332B843; Sun, 7 May 2006 01:34:16 -0400 (EDT) Date: Sun, 7 May 2006 01:34:16 -0400 From: Parv To: "Marc G. Fournier" Message-ID: <20060507053416.GA4701@holestein.holy.cow> Mail-Followup-To: "Marc G. Fournier" , freebsd-questions@freebsd.org References: <20060506223053.X36981@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060506223053.X36981@ganymede.hub.org> Cc: freebsd-questions@freebsd.org Subject: Re: Remote 'viewing / control' of X Windows X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 May 2006 05:33:54 -0000 in message <20060506223053.X36981@ganymede.hub.org>, wrote Marc G. Fournier thusly... > > I'm dealing with a situation where I'm migrating ppl over to using > X vs M$ Windows ... I'd like to be able to help them out remotely, > similar to how I can with VNC for Windows ... > > Is there something similar for Unix that would allow me to > 'piggyback' in such a way that they're X desktop is an xterm on my > machine, so that I can move their mouse around, show them the > steps to do something, etc? I don't think one could use plain VNC (realvnc, tightvnc & such) to move mouse on already running X session. Please let me know if that is possible. There, however, is x11vnc port (net/x11vnc) which can connects to already running X instance which should fulfill Marc's requirement. See also x2vnc (x11-servers/x2vnc) port. - Parv --