From owner-freebsd-x11@FreeBSD.ORG Mon Apr 23 14:29:12 2012 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 083DD106566C; Mon, 23 Apr 2012 14:29:12 +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 C384E8FC14; Mon, 23 Apr 2012 14:29:11 +0000 (UTC) Received: by dadz14 with SMTP id z14so50743494dad.17 for ; Mon, 23 Apr 2012 07:29:11 -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=csvnkN0AufV9BP0ooF6/Y2llJHGkStW/zVeMMXv3lDY=; b=McREwwc1i1ysOfmZbdQEgA36GAbshmCg7ZMvQS7gt0SO4Dp4t0U3oOCDG41v8nA2Kt soX157JjDtPwQRaiyNyPsbzdLCnqWNrr8uohOPdxTLInBeYUA2yjfW8+KXDNJrqmmv/C 8u5AdhpIvZ7/IXChSqIHwDmgWbuGLE5epYbdlCVn2OSqflRnv4c2wbW4FtJd65c+Vd0a 1ByieiboZzLF9tyspX1S2wmZQ70uOZts35JrJA8tYvQ4w8C59aVMiW9QRTdXbRhDuxs/ sysVV7rXMa8MJW/d8ovcgVAnE+rioPx9/jhdUMdYVmZx47oDpz12dwx/d1U101j7CYZX a0Og== Received: by 10.68.201.33 with SMTP id jx1mr5632463pbc.111.1335191351439; Mon, 23 Apr 2012 07:29:11 -0700 (PDT) Received: from bakeneko.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPS id ha8sm2536214pbc.45.2012.04.23.07.29.07 (version=SSLv3 cipher=OTHER); Mon, 23 Apr 2012 07:29:09 -0700 (PDT) Message-ID: <4F956713.60604@gmail.com> Date: Mon, 23 Apr 2012 07:28:35 -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> 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 14:29:12 -0000 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? Does this sound like an Xorg problem or a ports/ld problem? Matt