|
|
#1 | |
|
Registered User
|
I have a Quadro4 980 XGL, so I need to install the 9631 version of the driver, but when I extract it to a directory under /tmp and do a "make install" as the README states it errors out on creating directories (/man/man1, /lib/modules, /lib/modules/extensions, etc). Am I installing wrong? It looks to me that from ports I only have the option of 9747 or 7184, but I had the 9631 with 6.1, but when I upgraded to 6.2 my ports also upgraded...
__________________
Athlon 64 3200+ | MSI K8T Neo-FIS2R | 1 Gig OCZ Platinum DDR 400 CL 2-2-3-5 | PNY Verto 5700 Ultra AGP | Antec TrueBlue 480W | Cooler Master Wave Case | |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Nov 2006
Location: Toulouse, France
Posts: 22
|
Quote:
Code:
make all install X11BASE=/usr/X11R6 |
|
|
|
|
|
|
#3 | |
|
Registered User
Join Date: Jan 2007
Posts: 6
|
Quote:
![]() |
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Nov 2006
Location: Toulouse, France
Posts: 22
|
Quote:
My box also crashed at the end of the installation, when i tried to do it while a nvidia driver was loaded into memory. Now, i set the driver to «nv» into xorg.conf and re-start X ( xdm), or stop the X server and unload nvidia, before installing the new driver. |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Nov 2006
Posts: 11
|
Hello,
i do install 9631 by playing with: /usr/ports/x11/nvidia-driver/Makefile Take a look inside: there is in Line 67 Code:
NVVERSION=9746 Code:
NVVERSION=9631 there is: Code:
.if ${NVVERSION} < 9746
@${REINPLACE_CMD} '/wfb/d' ${TMPPLIST}
Code:
.if ${NVVERSION} < 9631
@${REINPLACE_CMD} '/wfb/d' ${TMPPLIST}
Remove the distinfo from nvidia-driver. Code:
make makesum and build the MD5 and SHA256 and the SIZE. Okay, now it is possible to make install the 9631 Nvidia binary Driver with the nvidia-driver FreeBSD Ports. (No X should run!) After that, take the nvidia-driver to HOLD in: /usr/local/etc/pkgtools.conf in: Code:
#------------------- # HOLD_PKGS: array #------------------- HOLD_PKGS = [ 'nvidia-driver-*', ] /usr/ports/x11/nvidia-driver/Makefile and distinfo will be gone! Because of that, HOLD it in pkgtools.conf. ![]() If there a: /boot/modules/nvidia.ko from 9746 nvidia-driver by mistake, it needs to be removed in FreeBSD Single User Mode first! I learn this by doing the wrong things. Play with every Beta Driver can get. Old Geforce 3 don't like to play together with 97xx nvidia-drivers and make funny crashes by install. Greetings, Fusselbaer |
|
|
|
|
|
#6 | |
|
NVIDIA Corporation
Join Date: Aug 2002
Posts: 3,740
|
@Fusselbaer: what kind of crashes are you seeing with 1.0-97xx and the GeForce3 at installation time?
|
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Nov 2006
Posts: 11
|
Hello zander,
sorry, have see your post very late. The Crash with my Geforce 3 ti 200 and the beta nvidia-driver 9742 was panic in Kernel at the Moment in that normaly the Geforce by installing the driver should detach and shortly atached again. Have no debugging, no dumps, all switched off, sorry. But after that, i have had /boot/modules/nvidia.ko that makes new crash every time i like to boot in Multiuser Mode. And no nvidia-driver in pkg database! Because of that i boot in Singleuser Mode and make, after mounting, rm -v /boot/modules/nvidia.ko changed back to 96x nvidia-driver (allways bei editing the Makefile in /usr/ports/x11/nvidia-driver) that running with my good old Nvidia 3 ti 200. Now i have see, in: /usr/ports/x11/nvidia-driver/files is a new patch: crash-patch-by-zander-1759235 *thank you* And there are new slave ports like: /usr/ports/x11/nvidia-driver-9631 and: /usr/ports/x11/nvidia-driver-7184 The description is in /usr/ports/x11/nvidia-driver/Makefile: Code:
# Starting with version 7667, NVidia has dropped support for numerous
# "legacy" GPUs. One can, however, build the port with specific NVVERSION
# value set. Currently supported "legacy" values are 7184 and 9631.
# Consult NVidia README (Appendix A) to find out whether you need to use
# legacy driver version. Alternatively, you can install corresponding
# `x11/nvidia-driver-XXXX' slave port, where XXXX == needed ${NVVERSION}.
Greetings, Fusselbär |
|
|
|
|
|
#8 |
|
NVIDIA Corporation
Join Date: Aug 2002
Posts: 3,740
|
@Fusselbaer: OK, thanks; the patch you mention likely doesn't fix the problem you describe, I'll check if I can reproduce it here.
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mageia 2 Cannot Install 71.86.15 for Riva TNT/TNT2 | kbulgrien | NVIDIA Linux | 3 | 06-29-12 08:27 AM |
| nForce + RedHat 7.3 Success Story | rtz | NVIDIA Linux | 47 | 02-15-03 02:20 AM |
| Red Hat null(limbo beta 3), guide to install Nvidia Drivers | utiel | NVIDIA Linux | 21 | 09-30-02 05:32 PM |
| can't install old det's after 40.41's | m!n!0n | NVIDIA Windows Graphics Drivers | 1 | 09-16-02 11:58 AM |
| How to install Divx+player to SUSE linux guide... | kaarelcool | NVIDIA Linux | 1 | 08-27-02 07:54 AM |