From owner-freebsd-questions@FreeBSD.ORG Wed Mar 19 20:55:45 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 A14B51065688 for ; Wed, 19 Mar 2008 20:55:45 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 588CE8FC48 for ; Wed, 19 Mar 2008 20:55:45 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (nat-wh-1.rz.uni-karlsruhe.de [129.13.72.169]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 2333D405BFF; Wed, 19 Mar 2008 21:55:43 +0100 (CET) Message-ID: <47E17DCF.7020502@bsdforen.de> Date: Wed, 19 Mar 2008 21:55:43 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.12 (X11/20080310) MIME-Version: 1.0 To: Scott Bennett References: <200803180911.m2I9Bc8a015214@mp.cs.niu.edu> In-Reply-To: <200803180911.m2I9Bc8a015214@mp.cs.niu.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: X.org 7.3 sure is a mess... 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: Wed, 19 Mar 2008 20:55:45 -0000 Scott Bennett wrote: > Now that I've upgraded to X.org 7.3, I'm wishing that I hadn't done it. > ... > I'm still discovering more and more broken stuff in 7.3 each day. It's > only partially usable. ... Did you check the integrity of your libraries? Are you maybe using portupgrade that keeps copies of old libraries in /usr/local/lib/compat/pkg ? Maybe some things are still linked against these, this can lead to a load of trouble. You can install sysutils/bsdadminscripts and run pkg_libchk to check the integrity of your system.