X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Wed, 2 Jan 2008 17:12:18 +0100 From: "Mirco Piccin" To: cygwin AT cygwin DOT com Subject: Re: Remote Linux desktop in my Cygwin windows PC In-Reply-To: <183c528b0801020720p5d75a059md5dcb5942596673@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <319d96980712260119v61f9ab9cl776c8793810dfe9b AT mail DOT gmail DOT com> <319d96980801012301p5a82cf85h9220bdf3be1cf457 AT mail DOT gmail DOT com> <477B3A98 DOT 1010503 AT pacific DOT net DOT sg> <183c528b0801020720p5d75a059md5dcb5942596673 AT mail DOT gmail DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi all. > > I'm really basic with Linux. I'm running remote applications with: > > > > xhost > > ssh > > export DISPLAY > > > > So I'm using Eclipse, gedit, firefox, ... like this for example in my > > windows. Now I'm curios if I'm able to have the full desktop of my > > Linux machine like a window in my remote Windows PC. > > > > I'm using the Ubuntu 7.10 in the Linux PC Initially i follow those step : http://x.cygwin.com/docs/ug/using-remote-session.html basically is a XDMCP remote session; the only things to do in your linux machine are: - enable the X11Forwarding in your sshd configuration (by default /etc/ssh/sshd_config) [/etc/ssh/sshd_config] .... X11Forwarding yes .... - allow connection to your display manager - if you use Ubuntu, it's Gnome : modify /etc/gdm/gdm.conf enabling xdmcp [/etc/gdm/gdm.conf] .... [xdmcp] Enable=True .... The problem of this solution is that if you loose the session, you can't restore that (i don't know sincerely if now this problem is solved...). Anyway, it's not so speed. > Another option is to use a VNC server on the linux machine, and then > the VNC viewer on windows. This is similar to Remote Desktop, so that > might be what you're looking for. Yet another option which gives good > results is "NX", which is also similar to remote desktop, and is > faster than VNC. Now i'm using NX server; there's an OpensSource version (FreeNX - http://freenx.berlios.de/) that is installable by apt-get (Ubuntu repository). Thers'e also an installation guide here http://ubuntuforums.org/showthread.php?t=620057&highlight=freenx FreeNX is faster than xdmcp and more configurable. Hope this helps you! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/