diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-05-29 14:19:32 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-05-29 14:19:32 +0000 |
commit | 9d2be9a5f0a7b96e01cb907636e79ffb63ff45fd (patch) | |
tree | e5cc58b60a0d10be604fc9b6c2adb503f5ec069c /x11 | |
parent | 2c8d1107c1052f43c7196421547fa011f54b325f (diff) | |
download | ports-9d2be9a5f0a7b96e01cb907636e79ffb63ff45fd.tar.gz ports-9d2be9a5f0a7b96e01cb907636e79ffb63ff45fd.zip |
- Stop deleting `lib/modules/extensions/libglx.so' upon pkg_delete
- Update to version 1.0-8762, the latest from nVidia
Changes from version 1.0-8178 (previous in Ports Collection):
- Added support for new GPUs, such as QuadroFX 4500 X2, Quadro FX 5500,
Quadro FX 3500, and Quadro FX 1500
- Added support for GeForce 7300, GeForce 7400 Go, GeForce 7600, and
GeForce 7900 GPUs
- Improved Quadro FX 3450/4000 SDI support
- Added support for running OpenGL applications while the Composite X
extension is enabled; see "The X Composite Extension" appendix for details
- Enabled hardware acceleration of the Render X extension by default
- Added new "nvidia-auto-select" mode entry for use in the X configuration
file; see description in the "Programming Modes" appendix
- Added support for GLX 1.4
- Added "AddARGBGLXVisuals" X configuration option, so that OpenGL
applications can render to X Windows' alpha channel
- Added ability for OpenGL applications to span greater than 4096 pixels
when in Xinerama
- Fixed video memory reporting with GeForce 6200 Turbo Cache
- Fixed a problem with Overlay support when in TwinView
- Fixed several issues with mode selection for CRTs and DFPs
- Fixed a corruption problem with Rotation and large desktops on older GPUs
including GeForce4 MX
- Fixed a system crash starting X with TwinView on certain GPUs
- Addressed an NV-CONTROL compatibility issue; please see the Known Issues
section of the README for details
- Improved G-Sync support
- Fixed interlaced modes on CRTs
PR: ports/96385
Submitted by: Sean Farley <sean-freebsd(at)farley.org>
Notes
Notes:
svn path=/head/; revision=163853
Diffstat (limited to 'x11')
-rw-r--r-- | x11/nvidia-driver/Makefile | 3 | ||||
-rw-r--r-- | x11/nvidia-driver/distinfo | 6 | ||||
-rw-r--r-- | x11/nvidia-driver/pkg-plist | 1 |
3 files changed, 4 insertions, 6 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile index b3bdf16efbd0..9098c2cc7383 100644 --- a/x11/nvidia-driver/Makefile +++ b/x11/nvidia-driver/Makefile @@ -81,8 +81,7 @@ NVVERSION= 7174 PORTREVISION= 3 EXTRA_PATCHES+= ${FILESDIR}/6113-patch-lib::Makefile .else -NVVERSION= 8178 -PORTREVISION= 1 +NVVERSION= 8762 EXTRA_PATCHES+= ${FILESDIR}/7667-* .endif .if ${OSVERSION} >= 600033 diff --git a/x11/nvidia-driver/distinfo b/x11/nvidia-driver/distinfo index 110f1ea26f70..4ba805ff9ab3 100644 --- a/x11/nvidia-driver/distinfo +++ b/x11/nvidia-driver/distinfo @@ -4,6 +4,6 @@ SIZE (NVIDIA-FreeBSD-x86-1.0-6113.tar.gz) = 6215565 MD5 (NVIDIA-FreeBSD-x86-1.0-7174.tar.gz) = b57a03e0325617092016144229ae6114 SHA256 (NVIDIA-FreeBSD-x86-1.0-7174.tar.gz) = 926dfca6078bcaed486e0e27637faacd6a9eda7a3252d0d7779256e674776532 SIZE (NVIDIA-FreeBSD-x86-1.0-7174.tar.gz) = 8433799 -MD5 (NVIDIA-FreeBSD-x86-1.0-8178.tar.gz) = ef6d63b01ff062b9f5c2dd458e7e89b1 -SHA256 (NVIDIA-FreeBSD-x86-1.0-8178.tar.gz) = 90d3fd6acf916471a6d41737e83f5ed5489effd920cb695bc44bec791262a280 -SIZE (NVIDIA-FreeBSD-x86-1.0-8178.tar.gz) = 9067056 +MD5 (NVIDIA-FreeBSD-x86-1.0-8762.tar.gz) = ddc62c375db4a6db9007bf9e2d667d2c +SHA256 (NVIDIA-FreeBSD-x86-1.0-8762.tar.gz) = f29fa9dd9728a264d0b09267f23acea9ac2c04cc578b1e9644093bb2ade17875 +SIZE (NVIDIA-FreeBSD-x86-1.0-8762.tar.gz) = 9437999 diff --git a/x11/nvidia-driver/pkg-plist b/x11/nvidia-driver/pkg-plist index f2516e474666..977d5a79efae 100644 --- a/x11/nvidia-driver/pkg-plist +++ b/x11/nvidia-driver/pkg-plist @@ -31,7 +31,6 @@ lib/modules/drivers/nvidia_drv.o %%DRVSO%%lib/modules/drivers/nvidia_drv.so lib/modules/extensions/libglx.so.1 @exec ln -sf %D/lib/modules/extensions/libglx.so.1 %D/lib/modules/extensions/libglx.so -@unexec rm -f %D/lib/modules/extensions/libglx.so %%PORTDOCS%%%%DOCSDIR%%/html/appendix-a.html %%PORTDOCS%%%%DOCSDIR%%/html/appendix-b.html %%PORTDOCS%%%%DOCSDIR%%/html/appendix-c.html |