From owner-freebsd-x11@FreeBSD.ORG Mon Apr 23 16:22:10 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 0F9AB106566B; Mon, 23 Apr 2012 16:22:10 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id C83968FC08; Mon, 23 Apr 2012 16:22:09 +0000 (UTC) Received: by pbcwz17 with SMTP id wz17so4148543pbc.13 for ; Mon, 23 Apr 2012 09:22:09 -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=2kSbz67s+Eox4DnTCiEDJ7uqdSs8S6BpE2ODadJ68og=; b=cOwdFBsL0x9NGvP62YUEcNYpAcOc57gpxnVj61C7gOMOVfYPV6equ8sWtaKTKjKZFo bOS3wZ7linx1F79bhSKpEysqY8l3eoh+6qJ/OI3eSC1czV83oyB4fNeJsp2kT87T3myv cyOodv+oq9qjNk0T/g4gXi3PxkZ2S1FDOqzezzF7xJUtoUyK0hmyBcPsqpXKTx2xz8c2 a4eEIYMmvNu8gtYs++x99tZ8o6oYAEcYlGxf577yVOp7imBTCilPvF2woe56UonoqYxf uU6p/yKzsRCftFll/nAEQAB9vw6K1bfVQS6ly58gMS/9yIFDcQeDfUq8iutlVxUO+nCP olTg== Received: by 10.68.227.169 with SMTP id sb9mr18426054pbc.157.1335198129597; Mon, 23 Apr 2012 09:22:09 -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 vx4sm421999pbc.73.2012.04.23.09.22.06 (version=SSLv3 cipher=OTHER); Mon, 23 Apr 2012 09:22:08 -0700 (PDT) Message-ID: <4F95818E.1070103@gmail.com> Date: Mon, 23 Apr 2012 09:21:34 -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: Zhihao Yuan References: <4F9541DD.3080200@netfence.it> <4F956713.60604@gmail.com> In-Reply-To: X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Andrea Venturoli , x11@freebsd.org, 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 16:22:10 -0000 On 04/23/12 07:40, Zhihao Yuan wrote: > On Mon, Apr 23, 2012 at 9:28 AM, 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. >>> _______________________________________________ >>> freebsd-x11@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >> 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? > WITHOUT_NOUVEAU has no effect; only WITH_NEW_XORG has. > Any crash log? Xorg.0.log? > >> Does this sound like an Xorg problem or a ports/ld problem? >> >> Matt >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > Partially truncated, but here's the last couple kilobytes of Xorg.0.log. http://pastebin.com/7JHyXYH1 Short version is " [ 36202.557] Bus error: 10 at address 0x803bc24e2 " The address never changes, whenever Xorg crashes since the update. System compiled with base cc (gcc), ports are a mix of gcc & gcc47...I did my recompile with gcc only in case it was a gcc47/libmap.conf issue. Matt