From owner-freebsd-x11@FreeBSD.ORG Mon Apr 23 16:44:32 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 5CA981065672; Mon, 23 Apr 2012 16:44:32 +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 23E1D8FC14; Mon, 23 Apr 2012 16:44:32 +0000 (UTC) Received: by dadz14 with SMTP id z14so51170509dad.17 for ; Mon, 23 Apr 2012 09:44:32 -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=sYVor9Lj0tMmf4PPKaUhpb2fRp/0QuMkIPvDcGxMuJk=; b=eh/3cd6c6gtwL63uXJJbkgzJT+R2bgbanmt8duSKfod2gI8rQv3Xoj/F7p+e2/n4hk i7a07sM9dXtbKEqjmU7rI6AjSRgcdpGvC1pheGpGGmH37c2+CxMi0sSiqkzzd0NddrJ8 thvMmV49q4GDlcUhtXkHphqv7Vyt6LC1b5kW7nxVDbOp2uu1/mBEmHHJIDSuQbG70713 viZdsj/No2XqpnjRLBpQk5jEBFwPizQ1226MQP3fWHknNBavV6+5ujNVdVKykK0AX4VK GbI1isq92RrzPMRhXKOs3lIyYwGOY4FRdT4vMakVL97EKL5nxAzo06Ts3vdU2SkPy4Oy rmew== Received: by 10.68.227.134 with SMTP id sa6mr38047409pbc.101.1335199471990; Mon, 23 Apr 2012 09:44:31 -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 h10sm14799130pbh.69.2012.04.23.09.44.29 (version=SSLv3 cipher=OTHER); Mon, 23 Apr 2012 09:44:30 -0700 (PDT) Message-ID: <4F9586CD.4050204@gmail.com> Date: Mon, 23 Apr 2012 09:43:57 -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 16:44:32 -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. Definitely rebuilt libglut and driconf, I'm pretty sure I saw libGLU. Haven't run pkg_libchk yet, great idea. I did run pkgdb -F and rebuild a few hundred ports hoping to shotgun fix it. I was experimenting with wine 3d acceleration a week or so ago, it's possible something broken happened as a result of mounting ports dir inside the chroot...or /usr/local/lib32 stuff? I also have AIGLX on in Xorg.conf from that adventure. Problem arose on first startx after the update, however, so it's not clear. Matt