[Lunar-commits] <moonbase> NVIDIA drivers clean up

Zbigniew Luszpinski zbiggy at lunar-linux.org
Mon Dec 29 00:41:20 CET 2008


commit efd606b23b9933ae8433185616e21d8f23b66db0
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Dec 28 23:41:20 2008 +0000

    NVIDIA drivers clean up
---
 games/tuxracer/BUILD             |    2 +-
 kernel/kernel-reqs/POST_INSTALL  |    2 +-
 x11/NVIDIA-beta/CONFLICTS        |    1 +
 x11/NVIDIA-beta/DETAILS          |   12 ++++++------
 x11/NVIDIA-beta/DETAILS.x86_64   |   12 ++++++------
 x11/NVIDIA-fx/DETAILS            |    4 ++--
 x11/NVIDIA-fx/DETAILS.x86_64     |    4 ++--
 x11/NVIDIA-legacy/CONFLICTS      |    1 +
 x11/NVIDIA-legacy/DETAILS        |    8 +++++---
 x11/NVIDIA-legacy/DETAILS.x86_64 |    6 ++++--
 x11/NVIDIA-old/CONFLICTS         |    1 +
 x11/NVIDIA-old/DETAILS           |    6 ++++--
 x11/NVIDIA-old/DETAILS.x86_64    |    6 ++++--
 x11/NVIDIA/CONFLICTS             |    1 +
 x11/NVIDIA/DETAILS               |   11 ++++++-----
 x11/NVIDIA/DETAILS.x86_64        |   17 +++++++++--------
 16 files changed, 54 insertions(+), 40 deletions(-)

diff --git a/games/tuxracer/BUILD b/games/tuxracer/BUILD
index d7d47aa..3b44c02 100644
--- a/games/tuxracer/BUILD
+++ b/games/tuxracer/BUILD
@@ -1,6 +1,6 @@
 (
 
-  if ! module_installed NVIDIA || ! module_installed NVIDIA-beta || ! module_installed NVIDIA-legacy || ! module_installed NVIDIA-old; then
+  if ! module_installed NVIDIA-fx || ! module_installed NVIDIA || ! module_installed NVIDIA-beta || ! module_installed NVIDIA-legacy || ! module_installed NVIDIA-old; then
   sedit "s:glXGetProcAddressARB:glXGetProcAddress:g" configure
   fi &&
 
diff --git a/kernel/kernel-reqs/POST_INSTALL b/kernel/kernel-reqs/POST_INSTALL
index 730c899..7c548aa 100644
--- a/kernel/kernel-reqs/POST_INSTALL
+++ b/kernel/kernel-reqs/POST_INSTALL
@@ -1,4 +1,4 @@
-kreqs="alsa-driver bluez-kernel cipe cryptoapi cvsfs drm-git fglrx ftpfs hostap-driver ieee80211 igb iptables ipw2100 ipw2200 ipw3945 i2c ixgbe ndiswrapper ltmodem madwifi madwifi-svn fuse mwavem NFORCE NVIDIA NVIDIA-old NVIDIA-beta NVIDIA-legacy openafs-driver pcmcia-cs slmodem snare-core submount e1000 gspcav1 kqemu iwlwifi virtualbox"
+kreqs="alsa-driver bluez-kernel cipe cryptoapi cvsfs drm-git fglrx ftpfs hostap-driver ieee80211 igb iptables ipw2100 ipw2200 ipw3945 i2c ixgbe ndiswrapper ltmodem madwifi madwifi-svn fuse mwavem NFORCE NVIDIA NVIDIA-old NVIDIA-beta NVIDIA-legacy NVIDIA-fx openafs-driver pcmcia-cs slmodem snare-core submount e1000 gspcav1 kqemu iwlwifi virtualbox"
 
 for req in $kreqs; do
   if module_installed $req ; then
diff --git a/x11/NVIDIA-beta/CONFLICTS b/x11/NVIDIA-beta/CONFLICTS
index e5711f9..90ce191 100644
--- a/x11/NVIDIA-beta/CONFLICTS
+++ b/x11/NVIDIA-beta/CONFLICTS
@@ -1,3 +1,4 @@
 conflicts NVIDIA-legacy
 conflicts NVIDIA
 conflicts NVIDIA-old
+conflicts NVIDIA-fx
diff --git a/x11/NVIDIA-beta/DETAILS b/x11/NVIDIA-beta/DETAILS
index a3bcf78..ec48326 100644
--- a/x11/NVIDIA-beta/DETAILS
+++ b/x11/NVIDIA-beta/DETAILS
@@ -1,5 +1,5 @@
           MODULE=NVIDIA-beta
-         VERSION=180.08
+         VERSION=180.18
           SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0
    SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86/$VERSION/
@@ -20,16 +20,16 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0
   SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86/$VERSION/
   SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86/$VERSION/
   SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86/$VERSION/
-      SOURCE_VFY=sha1:af194061fa4e5d0d87f1edd9fa3c2bf40830aa62
+      SOURCE_VFY=sha1:54998a4741d590177f07018ec1117b495d61bcdb
         WEB_SITE=http://www.nvidia.com/
          LICENSE="proprietary"
          ENTERED=20030804
-         UPDATED=20081118
-           SHORT="X11 binary drivers provided by NVIDIA for NVIDIA GPUs"
+         UPDATED=20081228
+           SHORT="X11 NVIDIA binary beta driver for Geforce 6/7/8/9/GT2xx"
 
 cat << EOF
 These are the nvidia provided binary X11 drivers for their graphics
-cards. It also has the Linux kernel module needed for all supported NVIDIA
+cards. It also has the Linux kernel module needed for Geforce 6/7/8/9/GT2xx
 cards. Supported GPUs: (6/7/8/9/GTX 2xx families only)
 all Geforce 6xxx
 all Geforce 7xxx
@@ -42,5 +42,5 @@ some models may be not supported yet.
 If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX)
 check NVIDIA-old module.
 If you have Geforce 2MX/3/4 check NVIDIA-legacy module.
-If you have Geforce FX/6/7/8/9 check NVIDIA module.
+If you have Geforce FX check NVIDIA-fx module.
 EOF
diff --git a/x11/NVIDIA-beta/DETAILS.x86_64 b/x11/NVIDIA-beta/DETAILS.x86_64
index 09f79fe..843e71e 100644
--- a/x11/NVIDIA-beta/DETAILS.x86_64
+++ b/x11/NVIDIA-beta/DETAILS.x86_64
@@ -1,5 +1,5 @@
           MODULE=NVIDIA-beta
-         VERSION=180.08
+         VERSION=180.18
           SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0
    SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION/
@@ -20,16 +20,16 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0
   SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/
   SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/
   SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/
-      SOURCE_VFY=sha1:c9e6e640328458d55cab9ffbc735cfb09047d6d7
+      SOURCE_VFY=sha1:1f6b1b8de24a8dff9774d8490376be9626efe084
         WEB_SITE=http://www.nvidia.com/
          LICENSE="proprietary"
          ENTERED=20030804
-         UPDATED=20081118
-           SHORT="X11 binary drivers provided by NVIDIA for NVIDIA GPUs"
+         UPDATED=20081228
+           SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx"
 
 cat << EOF
 These are the nvidia provided binary X11 drivers for their graphics
-cards. It also has the Linux kernel module needed for all NVIDIA
+cards. It also has the Linux kernel module needed for all Geforce 6/7/8/9/GT2xx
 cards. Supported GPUs: (6/7/8/9/GTX 2xx families only)
 all Geforce 6xxx
 all Geforce 7xxx
@@ -42,5 +42,5 @@ some models may be not supported yet.
 If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX)
 check NVIDIA-old module.
 If you have Geforce 2MX/3/4 check NVIDIA-legacy module.
-If you have Geforce FX/6/7/8/9 check NVIDIA module.
+If you have Geforce FX check NVIDIA-fx module.
 EOF
diff --git a/x11/NVIDIA-fx/DETAILS b/x11/NVIDIA-fx/DETAILS
index eca7f08..c184c42 100644
--- a/x11/NVIDIA-fx/DETAILS
+++ b/x11/NVIDIA-fx/DETAILS
@@ -25,7 +25,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0
          LICENSE="proprietary"
          ENTERED=20030804
          UPDATED=20081228
-           SHORT="X11 binary drivers provided by NVIDIA for Geforce FX"
+           SHORT="X11 NVIDIA binary driver for Geforce FX"
 
 cat << EOF
 These are the nvidia provided binary X11 drivers for their graphics
@@ -35,5 +35,5 @@ Geforce FX cards. Supported GPUs: Geforce FX family known also as Geforce 5.
 If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX)
 check NVIDIA-old module.
 If you have Geforce 2MX/3/4 check NVIDIA-legacy module.
-If you have Geforce 6/7/8/9 check NVIDIA module.
+If you have Geforce 6/7/8/9/GT2xx check NVIDIA or NVIDIA-beta module.
 EOF
diff --git a/x11/NVIDIA-fx/DETAILS.x86_64 b/x11/NVIDIA-fx/DETAILS.x86_64
index 0a596a4..c7f9340 100644
--- a/x11/NVIDIA-fx/DETAILS.x86_64
+++ b/x11/NVIDIA-fx/DETAILS.x86_64
@@ -25,7 +25,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0
          LICENSE="proprietary"
          ENTERED=20030804
          UPDATED=20081228
-           SHORT="X11 binary drivers provided by NVIDIA for Geforce FX"
+           SHORT="X11 NVIDIA binary driver for Geforce FX"
 
 cat << EOF
 These are the nvidia provided binary X11 drivers for their graphics
@@ -35,5 +35,5 @@ Geforce FX. Supported GPUs: Geforce FX known also as Geforce 5.
 If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX)
 check NVIDIA-old module.
 If you have Geforce 2MX/3/4 check NVIDIA-legacy module.
-If you have Geforce 6/7/8/9 check NVIDIA module.
+If you have Geforce 6/7/8/9/GT2xx check NVIDIA or NVIDIA-beta module.
 EOF
diff --git a/x11/NVIDIA-legacy/CONFLICTS b/x11/NVIDIA-legacy/CONFLICTS
index b67580f..44e27ef 100644
--- a/x11/NVIDIA-legacy/CONFLICTS
+++ b/x11/NVIDIA-legacy/CONFLICTS
@@ -1,3 +1,4 @@
 conflicts NVIDIA
 conflicts NVIDIA-old
 conflicts NVIDIA-beta
+conflicts NVIDIA-fx
diff --git a/x11/NVIDIA-legacy/DETAILS b/x11/NVIDIA-legacy/DETAILS
index e16d420..92e3164 100644
--- a/x11/NVIDIA-legacy/DETAILS
+++ b/x11/NVIDIA-legacy/DETAILS
@@ -25,10 +25,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0
          LICENSE="proprietary"
          ENTERED=20030804
          UPDATED=20081103
-           SHORT="X11 binary drivers provided by NVIDIA for legacy GPUs"
+           SHORT="X11 NVIDIA binary driver for Geforce 2MX/3/4"
 cat << EOF
 These are the nvidia provided binary X11 drivers for their legacy graphics
-cards. It also has the Linux kernel module needed for all NVIDIA 
+cards. It also has the Linux kernel module needed for all Geforce 2MX/3/4 
 legacy cards. Supported GPUs: (Geforce2 (MX and integrated only), Geforce 3-4)
 Geforce2 Integrated GPU (nForce mainboard)
 Geforce2 MX/100/200/400/Go
@@ -43,6 +43,8 @@ Quadro4 380/550/580/700/750/780/900/980 XGL
 Geforce4 410 Go 16M/440 Go 64M
 Quadro NVS/280 SD/50 PCI
 Quadro4 500/700 GoGL
-For Geforce/Quadro FX and later use NVIDIA module
+For Riva TNT/Geforce1/2Ti use NVIDIA-old.
+For Geforce FX/Quadro FX use NVIDIA-fx module.
+For Geforce 6/7/8/9/GT2xx use NVIDIA module
 or NVIDIA-beta if you wish to use the hottest release.
 EOF
diff --git a/x11/NVIDIA-legacy/DETAILS.x86_64 b/x11/NVIDIA-legacy/DETAILS.x86_64
index 69cf21e..876a2cf 100644
--- a/x11/NVIDIA-legacy/DETAILS.x86_64
+++ b/x11/NVIDIA-legacy/DETAILS.x86_64
@@ -25,7 +25,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0
          LICENSE="proprietary"
          ENTERED=20030804
          UPDATED=20081103
-           SHORT="X11 binary drivers provided by NVIDIA for NVIDIA GPUs"
+           SHORT="X11 NVIDIA binary driver for Geforce 2MX/3/4"
 cat << EOF
 These are the nvidia provided binary X11 drivers for their graphics
 cards. It also has the Linux kernel module needed for all NVIDIA 
@@ -43,5 +43,7 @@ Quadro4 380/550/580/700/750/780/900/980 XGL
 Geforce4 410 Go 16M/440 Go 64M
 Quadro NVS/280 SD/50 PCI
 Quadro4 500/700 GoGL
-For Geforce/Quadro FX and later use NVIDIA module
+For Riva TNT/Geforce1/2Ti use NVIDIA-old module.
+For Geforce FX/Quadro FX use NVIDIA-fx module.
+For Geforce 6/7/8/9/GT2xx use NVIDIA or NVIDIA-beta module.
 EOF
diff --git a/x11/NVIDIA-old/CONFLICTS b/x11/NVIDIA-old/CONFLICTS
index f3fd9cf..c126905 100644
--- a/x11/NVIDIA-old/CONFLICTS
+++ b/x11/NVIDIA-old/CONFLICTS
@@ -1,3 +1,4 @@
 conflicts NVIDIA
 conflicts NVIDIA-beta
 conflicts NVIDIA-legacy
+conflicts NVIDIA-fx
diff --git a/x11/NVIDIA-old/DETAILS b/x11/NVIDIA-old/DETAILS
index 5bd33fe..029a712 100644
--- a/x11/NVIDIA-old/DETAILS
+++ b/x11/NVIDIA-old/DETAILS
@@ -24,7 +24,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0
         WEB_SITE=http://www.nvidia.com
          ENTERED=20030804
          UPDATED=20081103
-        SHORT="X11 binary driver provided by NVIDIA for old GPUs."
+        SHORT="X11 NVIDIA binary driver for RIVA TNT/Geforce1/2Ti"
 
 cat << EOF
 This is the nvidia provided binary X11 driver for their old graphics
@@ -38,5 +38,7 @@ GeForce 256/DDR
 Quadro
 GeForce2 GTS/Pro/Ti/Ultra
 Quadro2 Pro
-For later GPUs check NVIDIA-legacy module
+For Geforce 2MX/3/4 GPUs check NVIDIA-legacy module.
+For Geforce FX/PCX GPUs check NVIDIA-fx module.
+For Geforce 6/7/8/9/GT2xx and later GPUs check NVIDIA or NVIDIA-beta module.
 EOF
diff --git a/x11/NVIDIA-old/DETAILS.x86_64 b/x11/NVIDIA-old/DETAILS.x86_64
index 91a8e26..69ba955 100644
--- a/x11/NVIDIA-old/DETAILS.x86_64
+++ b/x11/NVIDIA-old/DETAILS.x86_64
@@ -24,7 +24,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0
         WEB_SITE=http://www.nvidia.com
          ENTERED=20030804
          UPDATED=20081103
-        SHORT="X11 binary driver provided by NVIDIA for old GPUs."
+        SHORT="X11 NVIDIA binary driver for RIVA TNT/Geforce1/2Ti"
 cat << EOF
 This is the nvidia provided binary X11 driver for their old graphics
 cards. It also has the Linux kernel module needed for all old NVIDIA
@@ -37,5 +37,7 @@ GeForce 256/DDR
 Quadro
 GeForce2 GTS/Pro/Ti/Ultra
 Quadro2 Pro
-For later GPUs check NVIDIA-legacy module
+For Geforce 2MX/3/4 check NVIDIA-legacy module.
+For Geforce FX/PCX check NVIDIA-fx module.
+For Geforce 6/7/8/9/GT2xx check NVIDIA or NVIDIA-beta module.
 EOF
diff --git a/x11/NVIDIA/CONFLICTS b/x11/NVIDIA/CONFLICTS
index 561a254..2d61001 100644
--- a/x11/NVIDIA/CONFLICTS
+++ b/x11/NVIDIA/CONFLICTS
@@ -1,3 +1,4 @@
 conflicts NVIDIA-legacy
 conflicts NVIDIA-beta
 conflicts NVIDIA-old
+conflicts NVIDIA-fx
diff --git a/x11/NVIDIA/DETAILS b/x11/NVIDIA/DETAILS
index 0577bf9..5589ecc 100644
--- a/x11/NVIDIA/DETAILS
+++ b/x11/NVIDIA/DETAILS
@@ -25,20 +25,21 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0
          LICENSE="proprietary"
          ENTERED=20030804
          UPDATED=20081113
-           SHORT="X11 binary drivers provided by NVIDIA for NVIDIA GPUs"
+           SHORT="X11 NVIDIA binary driver for Geforce6/7/8/9/GT2xx"
 
 cat << EOF
 These are the nvidia provided binary X11 drivers for their graphics
-cards. It also has the Linux kernel module needed for all NVIDIA
-cards. Supported GPUs: (FX/PCX/6/7/8 families only)
-all Geforce/Quadro FX
-all Geforce PCX
+cards. It also has the Linux kernel module needed for all Geforce 6/7/8/9/GT2xx
+cards. Supported GPUs: (6/7/8/9/GT2xx families only)
 all Geforce 6xxx
 all Geforce 7xxx
 all Geforce 8xxx
+all Geforce 9xxx
+all Geforce GT2xx
 some models may be not supported yet.
 
 If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX)
 check NVIDIA-old module.
 If you have Geforce 2MX/3/4 check NVIDIA-legacy module.
+If you have Geforce FX/PCX check NVIDIA-fx module.
 EOF
diff --git a/x11/NVIDIA/DETAILS.x86_64 b/x11/NVIDIA/DETAILS.x86_64
index 27d4a81..fba7aeb 100644
--- a/x11/NVIDIA/DETAILS.x86_64
+++ b/x11/NVIDIA/DETAILS.x86_64
@@ -1,5 +1,5 @@
           MODULE=NVIDIA
-         VERSION=169.12
+         VERSION=177.82
           SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0
    SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION/
@@ -20,25 +20,26 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0
   SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/
   SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/
   SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/
-      SOURCE_VFY=sha1:0dc62aa6000136a5a564b9bdcc15c900b6fcfd50
+      SOURCE_VFY=sha1:2f0a3fb705c5f190c0b5d262f5b07d6fba6efa29
         WEB_SITE=http://www.nvidia.com/
          LICENSE="proprietary"
          ENTERED=20030804
-         UPDATED=20080310
-           SHORT="X11 binary drivers provided by NVIDIA for NVIDIA GPUs"
+         UPDATED=20081228
+           SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx"
 
 cat << EOF
 These are the nvidia provided binary X11 drivers for their graphics
-cards. It also has the Linux kernel module needed for all NVIDIA
-cards. Supported GPUs: (FX/PCX/6/7/8 families only)
-all Geforce/Quadro FX
-all Geforce PCX
+cards. It also has the Linux kernel module needed for all Geforce 6/7/8/9/GT2xx
+cards. Supported GPUs: (6/7/8/9/GT2xx families only)
 all Geforce 6xxx
 all Geforce 7xxx
 all Geforce 8xxx
+all Geforce 9xxx
+all Geforce GT2xx
 some models may be not supported yet.
 
 If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX)
 check NVIDIA-old module.
 If you have Geforce 2MX/3/4 check NVIDIA-legacy module.
+If you have Geforce FX/PCX check NVIDIA-fx module.
 EOF


More information about the Lunar-commits mailing list