From owner-freebsd-questions@FreeBSD.ORG Sun May 7 06:55:17 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 448D716A400 for ; Sun, 7 May 2006 06:55:17 +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 C988A43D49 for ; Sun, 7 May 2006 06:55:16 +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 <20060507065515.GWKQ8718.mta9.adelphia.net@default.chvlva.adelphia.net>; Sun, 7 May 2006 02:55:15 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 71B00B843; Sun, 7 May 2006 02:55:39 -0400 (EDT) Date: Sun, 7 May 2006 02:55:39 -0400 From: Parv To: Ow Mun Heng Message-ID: <20060507065539.GA6330@holestein.holy.cow> Mail-Followup-To: Ow Mun Heng , "Marc G. Fournier" , freebsd-questions@freebsd.org References: <20060506223053.X36981@ganymede.hub.org> <20060507053416.GA4701@holestein.holy.cow> <1146981778.30226.4.camel@neuromancer.home.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1146981778.30226.4.camel@neuromancer.home.net> Cc: "Marc G. Fournier" , 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 06:55:17 -0000 in message <1146981778.30226.4.camel@neuromancer.home.net>, wrote Ow Mun Heng thusly... > > On Sun, 2006-05-07 at 01:34 -0400, Parv wrote: > > 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. > > Coming from a Linux background, There _is_ such support. There's one > called 'vino' > * net-misc/vino > Latest version available: 2.12.0 > Latest version installed: 2.12.0 > Size of downloaded files: 1,654 kB > Homepage: http://www.gnome.org/ > Description: An integrated VNC server for GNOME > License: GPL-2 > > which essentially does that. it connects to a running session. Thanks for the additional data. Looking at the dependency list, vino seems to be appropriate only for those who have large part of gnome already installed. > If not mistaken, there is a VNC server edition that does that too ... > > 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 --