ports/146430: [PATCH] update xf86-video-nv to 2.1.17 fixes color corruption

Christoph Moench-Tegeder cmt at burggraben.net
Sun May 9 10:20:01 UTC 2010


>Number:         146430
>Category:       ports
>Synopsis:       [PATCH] update xf86-video-nv to 2.1.17 fixes color corruption
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 09 10:20:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Moench-Tegeder
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD elch.exwg.net 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #8: Sat Feb 20 21:36:50 CET 2010 cmt at elch.exwg.net:/usr/obj/usr/src/sys/CMT amd64


	xf86-video-nv-2.1.16 (X.Org 7.5)
>Description:
	As already reported in
	http://docs.freebsd.org/cgi/mid.cgi?20100505055511.GA1871
	my Thinkpad T61/NVidia Quadro NVS 140M showed "weird" colors
	after upgrading to X.Org 7.5. With a little investigation I found
	an fix to the palette handling in the upstream repository (see
	http://cgit.freedesktop.org/xorg/driver/xf86-video-nv/commit/?id=7b01fc8f4ba1182370980f54a34bdb959e291e02 ),
	which made it into xf86-video-nv-2.1.17. As expected, upgrading
	that package fixed my problem ;)

>How-To-Repeat:
	See above.
>Fix:

	Upgrade xf86-video-nv with the following patch:

diff -Nru x11-drivers/xf86-video-nv.orig/Makefile x11-drivers/xf86-video-nv/Makefile
--- x11-drivers/xf86-video-nv.orig/Makefile	2010-05-09 11:50:35.000000000 +0200
+++ x11-drivers/xf86-video-nv/Makefile	2010-05-09 11:49:11.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xf86-video-nv
-PORTVERSION=	2.1.16
+PORTVERSION=	2.1.17
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11 at FreeBSD.org
@@ -22,4 +22,4 @@
 USE_GCC=	4.2+
 .endif
 
-.include <bsd.port.post.mk>
\ No newline at end of file
+.include <bsd.port.post.mk>
diff -Nru x11-drivers/xf86-video-nv.orig/distinfo x11-drivers/xf86-video-nv/distinfo
--- x11-drivers/xf86-video-nv.orig/distinfo	2010-05-09 11:50:35.000000000 +0200
+++ x11-drivers/xf86-video-nv/distinfo	2010-05-09 11:49:57.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (xorg/driver/xf86-video-nv-2.1.16.tar.bz2) = fb02d5506e35054348d1c2b2c924530d
-SHA256 (xorg/driver/xf86-video-nv-2.1.16.tar.bz2) = 4bf2f964b78d309769faa6a5d21c90a9907886623adf1f30ea890b4329bf578d
-SIZE (xorg/driver/xf86-video-nv-2.1.16.tar.bz2) = 389417
+MD5 (xorg/driver/xf86-video-nv-2.1.17.tar.bz2) = 4401c7b956e60a6d7de68ca6a8ec05d0
+SHA256 (xorg/driver/xf86-video-nv-2.1.17.tar.bz2) = 4286f8994d80a30c7b6b4fc9df6ea5d587f648adc23cb3f523f571738c6900f4
+SIZE (xorg/driver/xf86-video-nv-2.1.17.tar.bz2) = 396474

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list