From owner-freebsd-x11@FreeBSD.ORG Sun Apr 12 00:50:03 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1B191065670 for ; Sun, 12 Apr 2009 00:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8FA858FC1D for ; Sun, 12 Apr 2009 00:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3C0o3kl012700 for ; Sun, 12 Apr 2009 00:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3C0o3j4012699; Sun, 12 Apr 2009 00:50:03 GMT (envelope-from gnats) Date: Sun, 12 Apr 2009 00:50:03 GMT Message-Id: <200904120050.n3C0o3j4012699@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: bf Cc: Subject: Re: ports/132136: [PATCH] x11-drivers/xf86-video-nouveau: unbreak build after libdrm update X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2009 00:50:04 -0000 The following reply was made to PR ports/132136; it has been noted by GNATS. From: bf To: bug-followup@FreeBSD.org, Anonymous Cc: rnoland@FreeBSD.org Subject: Re: ports/132136: [PATCH] x11-drivers/xf86-video-nouveau: unbreak build after libdrm update Date: Sat, 11 Apr 2009 17:46:51 -0700 (PDT) --- On Sat, 4/11/09, Anonymous wrote: > Since xf86-video-nouveau was recently > updated[1] I think the problem > should be fixed by now. So, can you reproduce it using new > snapshot? No, I think that we can close this PR. Also, as a side note, the updates to graphics/libdrm and x11-drivers/xf86-video-nouveau, together with rnoland's recent patch to the kernel libdrm: http://people.freebsd.org/~rnoland/drm-nouveau-032109.patch suffice to provide some direct rendering with a Nvidia GeForce 6100 nForce 405 on a 8-CURRENT amd64 r190917, and with Nvidia Vanta on 8-CURRENT i386 r190917. However, if the line Option "AIGLX" "true" is present in the ServerLayout section of xorg.conf, the driver looks for and fails to find /usr/local/lib/dri/nouveau_dri.so causing xorg-server to malfunction, rather than using /usr/local/lib/dri/swrast_dri.so as is done when this option is not explicitly set in xorg.conf. Perhaps xorg-server's handling of this option should be altered? Regards, b.