From owner-freebsd-questions@FreeBSD.ORG Mon Dec 24 19:11:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEA1616A417 for ; Mon, 24 Dec 2007 19:11:13 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4CF13C4CC for ; Mon, 24 Dec 2007 19:11:13 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2960462waf.3 for ; Mon, 24 Dec 2007 11:11:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=WZZaPJf88BQLok2ikmyUYap4l6b36lNdj1mjduutjrE=; b=TIVOzw9nKAtTQGcslUgwMnXCBLQUKwuzsn7YNcjeOl6+h4s5CcPCmnOoDk7ccS332Xdz5FVIt9wUSHlqLOztf1DOuQKvHOcqgfNFgpBZSbRTNeD7+c0jNDvzWS0WBlui5XokzdlnamLhNRfPkTx88ecTrq0cKqdXu/weYxqdhZo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=hhNVnBaUcP2RDt3Fm7m72M7I8b7dOa1fpKcWWy7KiYOA7YsFKF8SMvCqs4ytTyD2gYNCTuBr6Qkc3heeeal39FtBFmrg1M0c8GXDynDn46n4plZ5i80s1yzH4pvERNCxVErR0s95CKOkV2mzRfK9NsWKg3BIFPV5y8aBf3MCJno= Received: by 10.115.22.1 with SMTP id z1mr4441057wai.48.1198523472052; Mon, 24 Dec 2007 11:11:12 -0800 (PST) Received: by 10.115.91.9 with HTTP; Mon, 24 Dec 2007 11:11:12 -0800 (PST) Message-ID: <87f7f4170712241111t157ad17cpf1c756f6db178d24@mail.gmail.com> Date: Mon, 24 Dec 2007 14:11:12 -0500 From: "Jeremy Gransden" To: "Jonathan Horne" In-Reply-To: <200712241005.45959.freebsd@dfwlp.com> MIME-Version: 1.0 References: <200712241005.45959.freebsd@dfwlp.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: remote x session 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: Mon, 24 Dec 2007 19:11:13 -0000 On 12/24/07, Jonathan Horne wrote: > > i have been wanting to set up the ability to open an entirely new x > session to > another box, in a window of my currently running session. xnest is one > way > of doing this, but i was wondering if there are any others (perhaps, a > little > easier to configure and get going) ? > > cheers, > -- > Jonathan Horne > http://dfwlpiki.dfwlp.org > freebsd@dfwlp.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Can you forward X through ssh? Or is that not what you are looking for? thanks, j