From owner-freebsd-questions@FreeBSD.ORG Fri Nov 28 21:46:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 422891065672 for ; Fri, 28 Nov 2008 21:46:11 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id D1C438FC0A for ; Fri, 28 Nov 2008 21:46:10 +0000 (UTC) (envelope-from tijl@ulyssis.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEACz1L0lR9Teh/2dsb2JhbACBbcNhAQIEil+BfgEDe4Nm Received: from 161.55-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.55.161]) by relay.skynet.be with ESMTP; 28 Nov 2008 22:46:09 +0100 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id mASLk8Hx006614; Fri, 28 Nov 2008 22:46:08 +0100 (CET) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-questions@freebsd.org, Pieter Donche Date: Fri, 28 Nov 2008 22:46:06 +0100 User-Agent: KMail/1.9.10 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811282246.08059.tijl@ulyssis.org> Cc: Subject: Re: XMing and FreeBSD 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: Fri, 28 Nov 2008 21:46:11 -0000 On Friday 28 November 2008 17:08:13 Pieter Donche wrote: > I have - in the same subnet - a WinXP PC and a multi-boot PC with > a) OpenSuse10.3, b) FreeBSD-7.0 (and c) WinXP) > > I installed the free X-Windows server Xming on the WinXP PC, > and I can connect to the other PC when it is booted in OpenSUSE 10.3: > Xming is configured for 'open session via XDMCP', I specify fully > qualified hostname and I get the openSUSE username/password login > screen, etc... > > (I didn't need to change anything in the OpenSuSE) > > But when that PC is booted into FreeBSD - XMing only gives me a screen > with a grey background and a black X - connection seems not established. > > The FreeBSD runs KDM as window manager and KDE as desktop. > > Why and how to remedy? It's disabled by default on FreeBSD. In /usr/local/share/config/kdm/kdmrc in the [Xdmcp] section you need to set Enable=true.