X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: Remote desktop connection Date: Tue, 09 Jun 2009 00:18:53 -0700 Lines: 36 Message-ID: References: <001901c9e8a2$801beeb0$8053cc10$@net> <001a01c9e8a7$ba703cb0$2f50b610$@net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.21 (X11/20090409) In-Reply-To: <001a01c9e8a7$ba703cb0$2f50b610$@net> X-Stationery: 0.4.8.14 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 Robert Rackl wrote: > It seems that with regular RDP, I can only do it using one local > screen; if there is a way to use multiple screens please let me know how. You are using incorrect terminology here, namely the concept of "screen". RDP allows you to connect to a remote system and present you with a desktop. In Windows XP you can connect one RDP session. Doing so moves the "desktop" from the local machine to the machine that is requesting the RDP session. With Windows XP you are allowed to do this once. With Windows Server you are allowed to do this twice. You can buy more RDP licenses though I have yet to see a shop that has done that. Most buy Citrix which is much more expensive and does pretty much the same thing. > A couple of years ago, a friend showed me how to use Cygwin to > establish a remote desktop connection using two local screens which > worked well until a disk crash. That friend is now far away and very > busy - I'd rather not bother him. There is software called VNC which has a server component and a client component. It allows you do to what RDP does. It's open source so you could use that. The downside is that VNC is a much less efficient protocol and thus you'll see things like sluggishness when you move the mouse or windows, etc. The plus side is that you can have many connections. There's also rdesktop that you can install on Linux systems. I don't know if anybody has ported that to Cygwin. Plus side, it's using RDP protocol, thus it's quick. Minus side - same restrictions WRT Windows XP and one RDP session allowed. Then there's the whole concept of remote access the Unix way which includes such methods as ssh, X, etc. Perhaps you should try describing better what exactly you are trying to accomplish... -- Andrew DeFaria I always take life with a grain of salt, plus a slice of lemon and a shot of tequila. -- 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/