From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 13:37:42 2004 Return-Path: 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 9814B16A4CE for ; Mon, 15 Nov 2004 13:37:42 +0000 (GMT) Received: from palrel13.hp.com (atorelbas04.hp.com [156.153.255.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C98543D1F for ; Mon, 15 Nov 2004 13:37:42 +0000 (GMT) (envelope-from thad.butterworth@hp.com) Received: from cacexg13.americas.cpqcorp.net (cacexg13.americas.cpqcorp.net [16.92.1.76]) by palrel13.hp.com (Postfix) with ESMTP id 192D11C0C437; Mon, 15 Nov 2004 05:37:42 -0800 (PST) Received: from idbexc01.americas.cpqcorp.net ([16.88.97.3]) by cacexg13.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.211); Mon, 15 Nov 2004 05:37:41 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 15 Nov 2004 06:37:42 -0700 Message-ID: <2D8BB15C7B5C214F81C32D3A83B32736019A120F@idbexc01.americas.cpqcorp.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: RDEsktop/VNC questions Thread-Index: AcTJWZ+wU9s1kyJ2TDCXWk6CJYfsmQBvlwYg From: "Butterworth, Thaddaeus (Manpower Contract)" To: "Olaf Hoyer" X-OriginalArrivalTime: 15 Nov 2004 13:37:41.0971 (UTC) FILETIME=[47EEEA30:01C4CB18] cc: freebsd-questions@freebsd.org Subject: RE: RDEsktop/VNC questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 13:37:42 -0000 >-----Original Message----- >From: ohoyer@gaff.hhhr.ision.net [mailto:ohoyer@gaff.hhhr.ision.net] On >Behalf Of Olaf Hoyer >Sent: Saturday, November 13, 2004 1:20 AM >To: Butterworth, Thaddaeus (Manpower Contract) >Cc: freebsd-questions@freebsd.org >Subject: RE: RDEsktop/VNC questions > >On Wed, 10 Nov 2004, Butterworth, Thaddaeus (Manpower Contract) wrote: >>> >>> So, who's using these clients, and how effective have you been finding >>> them? Any gotchas? How cool is it? Do they just plain suck? And more >>> to the point, which one(s) should I start with on the short list? > > >> >> >> I've used the rdesktop client for connecting to a Windows 2003 Server >(/usr/ports/net/rdesktop). I wasn't that impressed but then again it could >have been a PEBKAC situation. I could not get the screen resolution of the >Windoze 2003 server to go anything beyond 640x480 and it looked horribly >grainy. Other than that, it did actually connect and allowed me to do all >that I needed to. I just couldn't handle the graphic element, which again >may have been more a user issue than an issue with the program. Other than >that, I have used the Windows RDC programs and they work ok. >> >> Thad > >I use rdesktop regularly to administer some of our Win2003 Servers, and >it works well. Special trick is, that I need to hop first on a jumppad, >where an extra NIC is attached to the dedicated management VLAN of the=20 >Win boxes, and then hop on them via X-forwarded rdesktop- works well,=20 >despite that jumppad is a small old crappy Pentium-II, which is also=20 >busy doing some other things... > > >so: >ssh -X jumppad >rdesktop -g 1024x768 win-server > >That shall give you some window in 1024x768, normal is 800x600 in=20 >standard mode. when its smaller, I guess you havent configured the=20 >Graphics driver, or its set to standard VGA. Win (also for remote=20 >connections) sometimes looks after that settings... > >HTH >Olaf > > >--=20 >Olaf Hoyer ohoyer@ohoyer.de >Fuerchterliche Erlebniss geben zu raten, >ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist. >(Nietzsche, Jenseits von Gut und Boese) Thanks. I'll have to try that. Thad