From owner-freebsd-questions Tue Jul 9 10:17:50 2002 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 CDDEE37B4BD for ; Tue, 9 Jul 2002 10:17:43 -0700 (PDT) Received: from rtp-msg-core-1.cisco.com (rtp-msg-core-1.cisco.com [161.44.11.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DB4743E54 for ; Tue, 9 Jul 2002 10:17:43 -0700 (PDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Received: from goblet.cisco.com (localhost [127.0.0.1]) by rtp-msg-core-1.cisco.com (8.12.2/8.12.2) with ESMTP id g69HICO4019572; Tue, 9 Jul 2002 13:18:13 -0400 (EDT) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [161.44.149.69]) by goblet.cisco.com (Mirapoint) with ESMTP id ABK29457; Tue, 9 Jul 2002 13:17:39 -0400 (EDT) Received: from bmcgover-pc.cisco.com (localhost.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.12.3/8.11.6) with ESMTP id g69HHaEr093561; Tue, 9 Jul 2002 13:17:36 -0400 (EDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Message-Id: <200207091717.g69HHaEr093561@bmcgover-pc.cisco.com> To: "Corey Snow" Cc: "Brian J. McGovern" , questions@freebsd.org, bmcgover@bmcgover-pc.cisco.com Subject: Re: X Windows question In-reply-to: Your message of "Tue, 09 Jul 2002 10:00:07 PDT." <3D2AB427.31639.75C5DA2@localhost> Date: Tue, 09 Jul 2002 13:17:36 -0400 From: "Brian J. McGovern" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On 9 Jul 2002, at 10:34, Brian J. McGovern wrote: > > > > I have a FreeBSD 4.5-RELEASE box, with which I'd like to tinker with > > > X. However, I don't want to use the box itself for viewing, but a > > > Windows X Server (Cygwin with XFree86). > > > > > > Do I have to install the entire XFree system, or can I just install > > > an X window manager and be done with it? I'm not sure how to get > > > started. If I just wanted to use the FreeBSD box itself for display > > > as well as running programs, this would be easy. > > > > > > Thanks for any assistance, > > > > > > Corey Snow > > > > On the FreeBSD side, it should be as easy as setting DISPLAY to the Window s > > box, and then running the application. > > > > On the windows side, you may need some extra effort to set up authenticati on > > and the like. I think, overall, it took me about 40 seconds to get things > > working, but I have a decade of experience using X, and know what all the > > errors mean. > > > > I should have been more clear- I can accomplish this much, or I did > after some experimentation. I'm familiar with this much about X and > have used it in several other environments. > > In this case, however, I'd like to have my FreeBSD box not run the X > server at all, but only run the X clients and the window manager, > using my Cygwin install as an X server, which I have working already. > I'd like to use XDMCP to access the FreeBSD machine, get a login > prompt and start using a Gnome desktop (or maybe KDE, I don't know > which one I prefer). > > Thanks for your answer, > > Corey Snow > Oh... XDMCP. Should have mentioned that up front... :) Most of the stuff you want will be in /usr/X11R6/lib/xdm. First thing you'll want to do is comment out the line in Xservers for :0, to turn off the local X management (unless you want to keep it). At this point, you should be able to start xdm, and get management via a direct broadcast to the FreeBSD system. However, if you want to broadcast... Next, edit xdm-config. The last line of the current file is DisplayManager.requestPort. As the comment says, comment it out. You then should be able to broadcast and use the chooser. Its been awhile since I've played with these pieces, but it should be pretty easy to get going. -Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message