From owner-freebsd-questions@FreeBSD.ORG Fri Jun 8 14:07:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0060E16A41F for ; Fri, 8 Jun 2007 14:07:36 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 4E16413C4BA for ; Fri, 8 Jun 2007 14:07:36 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 08 Jun 2007 14:07:35 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp021) with SMTP; 08 Jun 2007 16:07:35 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1+Ec4gx8ouEf1oA97NgXUJpJO9CQj2AR+c7fHY66f VsrOKarw8Bbyzr Message-ID: <46696287.90306@gmx.de> Date: Fri, 08 Jun 2007 16:07:03 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070603) MIME-Version: 1.0 To: Bernt Hansson References: <4668F03E.9050306@bah.homeip.net> <4669219D.40509@gmx.de> <466930BE.2010505@bah.homeip.net> In-Reply-To: <466930BE.2010505@bah.homeip.net> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: Xorg problem 6.9 >> 7.2 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, 08 Jun 2007 14:07:37 -0000 Bernt Hansson wrote: > [LoN]Kamikaze wrote: >> Bernt Hansson wrote: >>> Hello >>> >>> I've upgraded Xorg to 7.2 on a 6.2-stable machine according to UPDATING. >>> >>> If I'am trying startx as a normal user I get this error >>> >>> >>> AUDIT: : pid X: client 1 rejected from local host (uid >>> 1001) >>> >>> Xlib: Connection to "0:0" refused by server >>> Xlib: No protocol specified >>> >>> Starting from root no problem. >>> >>> As a normal user /usr/local/bin/startxfce4 starts fine. >>> >>> I'm guessing it's a permissions problem, is it? >> >> I suggest you check all the pathnames in your xorg.conf, I had a similar >> problem and adjusting paths solved them. > > What paths did you have in mind? I regenerated the xorg.conf file after > upgrading. Setting ModulePath "/usr/local/lib/xorg/modules" is the most important one.