From owner-freebsd-x11@FreeBSD.ORG Mon Apr 23 17:04:59 2012 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 992BB106564A; Mon, 23 Apr 2012 17:04:59 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by mx1.freebsd.org (Postfix) with ESMTP id 5F8128FC08; Mon, 23 Apr 2012 17:04:59 +0000 (UTC) Received: by dadz14 with SMTP id z14so51234185dad.17 for ; Mon, 23 Apr 2012 10:04:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=YgTqrEo5wc8y21ECsP+sJWmPAEEZ1VgjJP/K6NwSMfw=; b=YsYbaWBf+A8IofkeZfscxt+dIur7mrzccY6P1NcjCDBGMe2DVQNbmhiylvEKkVvkJP b2/0qG1kIsjciuOMe4sGmyMpoC9B1aoGpf2eGx+Hx74yoaD+Rx7MwAiL4wIwGAFuMG2g Hs8VKx8f9Br0eo26Lt3otmYb5AeDrdf90JTw0aPC88qdsy1W2yMzklFYE39JLUmS+bdW Df47WMc7UfBufHqWaOOm4oSe2HuWA++GjGnUqbTsp9RXRNnA2wid1SLFKT1UBigpuUCC BiPJChdJtSnCeHLkRz15ssunM8W1JgBmdlsOG5C3MzxV/g5ci4/7SY3YJGGQIqizMTZL BXhQ== Received: by 10.68.218.72 with SMTP id pe8mr32484999pbc.45.1335200699217; Mon, 23 Apr 2012 10:04:59 -0700 (PDT) Received: from bakeneko.local (adsl-67-118-230-86.dsl.pltn13.pacbell.net. [67.118.230.86]) by mx.google.com with ESMTPS id o9sm14844040pbe.60.2012.04.23.10.04.56 (version=SSLv3 cipher=OTHER); Mon, 23 Apr 2012 10:04:58 -0700 (PDT) Message-ID: <4F958B97.1050509@gmail.com> Date: Mon, 23 Apr 2012 10:04:23 -0700 From: matt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120326 Thunderbird/10.0.3 MIME-Version: 1.0 To: Warren Block References: <4F9541DD.3080200@netfence.it> <4F956713.60604@gmail.com> In-Reply-To: X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: x11@freebsd.org, Andrea Venturoli , freebsd-ports@freebsd.org Subject: Re: New X.Org 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: Mon, 23 Apr 2012 17:04:59 -0000 On 04/23/12 09:37, Warren Block wrote: > On Mon, 23 Apr 2012, matt wrote: > >> On 04/23/12 05:59, Warren Block wrote: >>> On Mon, 23 Apr 2012, Andrea Venturoli wrote: >>> >>>> I have a Radeon card, so, does this mean I will get xorg-server? Any >>>> way to get 1.10? Any advantage into this? >>> >>> A Radeon 4650 is working fine here with xorg-server 1.10.6 and mesa >>> 7.11. So far there are no Firefox title bar artifacts like there were >>> occasionally with the earlier version. >>> >>>> Also, I have WITHOUT_NOUVEAU in /etc/make.conf. Should I remove it? >>> >>> Yes, replace it with WITH_NEW_XORG=yes. Then rebuild graphics/libdrm, >>> xorg-server, xf86-input-*, xf86-video-*, and... a few other things I >>> should have taken notes on. > >> Interesting. Another Radeon 4650 (rv730) is not working here, giving Bus >> Errors at the same address whenever certain applications are launched. >> Failing examples: Firefox, gedit, qt4-designer >> Successful: xfce4-terminal, ioquake3, compiz >> >> I just completed recompiling all ports dependent on libGL with no luck. >> I had "WITHOUT_NOUVEAU" in make.conf at the same time as >> "WITH_NEW_XORG", is that the problem? >> Does this sound like an Xorg problem or a ports/ld problem? > > I also did 'portmaster driconf', which rebuilt libglut and libGLU. > Run pkg_libchk from sysutils/bsdadminscripts to check for missing > libraries. Unfortunately no good missing libs: # pkg_libchk opera-11.62_1: /usr/local/lib/opera/liboperakde4.so misses libkdecore.so.7 opera-11.62_1: /usr/local/lib/opera/liboperakde4.so misses libkdeui.so.7 opera-11.62_1: /usr/local/lib/opera/liboperakde4.so misses libkio.so.7 I removed all of /usr/local/lib32 beforehand, just in case... I will rebuild glut & GLU and anything else. Is there anyway to get a backtrace on X? Is it as easy as gdb startx? Matt