From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:13:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 47CCF16A41F for ; Sun, 23 Oct 2005 15:13:51 +0000 (GMT) (envelope-from mtmi@o2.pl) Received: from poczta.o2.pl (mx2.go2.pl [193.17.41.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB27F43D45 for ; Sun, 23 Oct 2005 15:13:50 +0000 (GMT) (envelope-from mtmi@o2.pl) Received: from [10.50.93.21] (unregister185207219081.c207.msk.pl [81.219.207.185]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP id 3FBDC7480EA for ; Sun, 23 Oct 2005 17:13:48 +0200 (CEST) From: =?utf-8?q?Micha=C5=82_Mas=C5=82owski?= To: freebsd-questions@freebsd.org Date: Sun, 23 Oct 2005 17:13:41 +0200 User-Agent: KMail/1.8 References: <002201c5d387$643863b0$210110ac@fortunato> In-Reply-To: <002201c5d387$643863b0$210110ac@fortunato> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510231713.42255.mtmi@o2.pl> Subject: Re: Difficulties to launch KDE 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: Sun, 23 Oct 2005 15:13:51 -0000 > Hello: > > I am sure you will find my problem quite easy. I just installed FreeBSD > 5.4, and I configured KDE and related configurations according with the > handbook. My .xinitrc file contains only the line: "echo "exec startkde"". > When I type "startx" everything seems to be well, but KDE doesn't start. > There are no errors reported or anything pointing to the problem, except a > line at the end which reads: > > xauth: (argv):1: bad display name "Monique.gateway.2wire.net:0" in > "remove" command > > I am behind a wireless modem-router with domain name "gateway.2wire.net". > > I do not know what command "remove" is referred here or where it occurs, > and how to fix it. No entry like this in "xorg.conf". > > I will appreciate any help. > > Teilhard. Do you have "exec startkde" in .xinitrc ? "echo "exec startkde"" is used to put it in a file. If this problem still occurs, read startx's man page. I don't know anything about xauth.