|
|
#25 | |
|
Registered User
Join Date: Aug 2002
Location: NC, US
Posts: 55
|
Well, the first step will be to download the driver script from nVidia. Normally, you would just run that and let it take care of the installation for you. However, to enter the code changes, you will instead need to run it like this:
Code:
sh NVIDIA-Linux-x86-1.0-4496-pkg1.run --extract-only Next, you will want to unload the AGPGART module. You can do this with the following command: Code:
/sbin/rmmod agpgart The nVidia driver requires a kernel module, and you must build and install your own copy of it for the code changes we discussed to take effect. To do this, enter the NVIDIA-Linux-x86-1.0-4496-pkg1 (again, relative to the directory from which you extracted the source) and run the following command: Code:
make install If all of this goes of without a hitch, I would recommend commenting out the lines you added to your /etc/modules.conf file for AGPGART. This is a nice precaution to prevent a software conflict. I would just comment these lines (by adding "#" characters to the front of them) rather than deleting them so that you can easily restore them, should the need arive. Next, I would re-verify that AGPGART is not loaded using the /sbin/lsmod command. If you see agpgart.o, unload the module again using the same command as before. I don't really expect it to show up, but if it does, the change to /etc/modules.conf should prevent it from happening again. After that, adjust nvAGP and try X! For reference, a good part of the material I've included in this and prior posts can be found in the FAQ for the driver at: ftp://download.nvidia.com/XFree86/Li...496/README.txt |
|
|
|
|
|
|
#26 | |
|
Registered User
|
Hi, this Problem is also interesting for me.
I have got the Ali Magik 1 chipset on my motherboard and my linux freezes if i enable nvagp. That means every other value than 0 crashes. I will now try to use agpgart from the kernel to fix the problem. Do you know if any new kernel version has fixed that "bug" ? |
|
|
|
|
|
|
#27 |
|
Registered User
|
I tried the 2.6.1-mm2 but still my X freezes when AGP is enabled...
![]() |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remastered Doom 3 BFG Edition Game Coming with Stereo 3D Support | News | Latest Tech And Game Headlines | 0 | 06-01-12 05:30 AM |
| R9500 specs | sebazve | Other Desktop Graphics Cards | 15 | 10-17-02 04:20 AM |
| Official Detonator 40.xx Feedback Thread | pelly | NVIDIA Windows Graphics Drivers | 299 | 09-22-02 06:54 AM |
| Gentoo and agp trouble | john36 | NVIDIA Linux | 2 | 09-12-02 10:36 PM |
| X freezes when agp 4x is enabled | jinksed | NVIDIA Linux | 1 | 08-07-02 04:56 PM |