From owner-freebsd-questions@FreeBSD.ORG Wed Jan 24 12:58:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6746516A400 for ; Wed, 24 Jan 2007 12:58:48 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.freebsd.org (Postfix) with ESMTP id 2BBE613C441 for ; Wed, 24 Jan 2007 12:58:48 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so161274wxc for ; Wed, 24 Jan 2007 04:58:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AFi0F8qDt7IxGHiXUiKUrlGKIxdpMIRV7OHylf2QwPyhOkWGDrhI8WSNYiP7YASdroVbpYmrMZ77Ux26E6X5h/ive6ULWqhRUiMD43mcFX4iuZyGa7tKlvDC8hR+Z8+IjYKPgqGC9g3DQdMtAlL0yNx9/yYeCviFOthozgoKtNo= Received: by 10.70.111.2 with SMTP id j2mr1376372wxc.1169643527568; Wed, 24 Jan 2007 04:58:47 -0800 (PST) Received: by 10.70.39.18 with HTTP; Wed, 24 Jan 2007 04:58:47 -0800 (PST) Message-ID: <14989d6e0701240458v2e91e9c7uc27729a9646751f2@mail.gmail.com> Date: Wed, 24 Jan 2007 13:58:47 +0100 From: "Christian Walther" To: "Grzegorz Pluta" In-Reply-To: <20070124095325.4129013C4B8@mx1.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070124095325.4129013C4B8@mx1.freebsd.org> Cc: freebsd-questions@freebsd.org Subject: Re: Remote Desktop Connection 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: Wed, 24 Jan 2007 12:58:48 -0000 On 24/01/07, Grzegorz Pluta wrote: > Hi. > Id like to asj you guys if you used any remote desktops with freebsd? Which > client/server would you recommend, and why? Witch wich desktop env have you > been using it? > > Cheers, > GregZX I like using X. Either start your session locally and login to a remote machine, for example using "ssh -X " and start the application there, or configure the remote X server to listen to tcp, and connect your local X server using X -query . There are some nice Howtos out there, or read the X11 chapter of the FreeBSD manual, especially "The X Display-Manager": http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-xdm.html Should describe everything you need...