From owner-freebsd-x11@FreeBSD.ORG Sun Mar 21 20:24:53 2010 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 903C91065693 for ; Sun, 21 Mar 2010 20:24:53 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id 2D8348FC13 for ; Sun, 21 Mar 2010 20:24:52 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAL8VpktR8B+n/2dsb2JhbACbOXS4JIR9BA Received: from 167.31-240-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.240.31.167]) by relay.skynet.be with ESMTP; 21 Mar 2010 20:55:35 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.3/8.14.3) with ESMTP id o2LJtYOw006093; Sun, 21 Mar 2010 20:55:34 +0100 (CET) (envelope-from tijl@coosemans.org) From: Tijl Coosemans To: Torfinn Ingolfsen Date: Sun, 21 Mar 2010 20:55:32 +0100 User-Agent: KMail/1.9.10 References: <20100311134413.GH19740@bsdcrew.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201003212055.34473.tijl@coosemans.org> Cc: x11@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [Call for Testing] X.org 7.5 for FreeBSD X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2010 20:24:53 -0000 On Sunday 21 March 2010 18:16:05 Torfinn Ingolfsen wrote: > About the problems with xfce 4.6.1 and Xorg 7.5 > Further "evidence" that the problen is somehow connected to > xfce4-session; > 1) I deinstalled xfce4-sessioin > 2) I can now use 'startxfce4' again, so far without any problems. It > works both as root and as my normal user. > > As before, I am using the 'vesa' driver in /etc/X11/xorg.conf. > Anything else I should test? Since several other people have already reported success with xfce, I suspect something went wrong during the Xorg upgrade on your machine. Some port(s) might have been built with old headers, old libraries or linked with both old and new libraries. If you don't want to spend any time trying to figure out the exact cause, the one sure-fire way to resolve this is to delete all your packages, then delete everything under /usr/local (backup what you still need!) and reinstall everything. If you do want to figure it out you could look at the output of "ldd /usr/local/bin/xfce4-session" and see if it links to different versions of the same library.