[CFT] Xorg Upgrade 7.5.2

Yuri Pankov yuri.pankov at gmail.com
Sun Feb 5 20:28:39 UTC 2012


On Mon, 6 Feb 2012 01:45:36 +0000, Martin Wilke wrote:

> Knock knock...
>
> The X11 Team is pleased to announce the next round of Xorg updates.
> Note that this is experimental so you really have to know what you are
> doing, read UPDATING in the repository, and follow our exact
> instructions. We are specifically looking for feedback from Intel, ATI
> and NVIDIA users.
>
> Summary of changes:
>
> xf86-video-nouveau has been removed along with the WITHOUT_NOUVEAU
> knob. We suggest switching to the nvidia blob.

As it's making nouveau dri driver a no-op, could we explicitly exclude 
it from list of compiled drivers as it's breaking the clang build (due 
to non-portable gcc'isms).

[...]

Other than that, everything seems to work fine (using nvidia-driver with 
GeForce GT230M and WITH_NEW_XORG), been using the stuff from xorg-dev 
for a few weeks now.


Thanks,
Yuri
-------------- next part --------------
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 397)
+++ pkg-plist	(working copy)
@@ -4,7 +4,6 @@
 lib/dri/i965_dri.so
 lib/dri/mach64_dri.so
 lib/dri/mga_dri.so
-%%NEW%%lib/dri/nouveau_vieux_dri.so
 lib/dri/r128_dri.so
 lib/dri/r200_dri.so
 lib/dri/r300_dri.so
Index: Makefile
===================================================================
--- Makefile	(revision 397)
+++ Makefile	(working copy)
@@ -17,6 +17,9 @@
 
 USE_XORG=	glproto x11 xext xxf86vm xdamage xfixes dri2proto
 
+CONFIGURE_ARGS+=--with-dri-drivers="i810 i915 i965 mach64 mga r128 r200 r300 \
+		r600 radeon tdfx unichrome savage sis swrast"
+
 do-install:
 	cd ${WRKSRC}/src/mesa; ${GMAKE} install-dri
 


More information about the freebsd-x11 mailing list