E079561
03-16-03, 05:49 PM
Just following up to document that I have, after a month's worth of research and lots of trial and error, discovered how to get the NVIDIA 3123 and 4191 video drivers working on the MSI K7N2G motherboard under SuSE 8.1, kernel version 2.4.19-167.
I had to add the following boot parameters at boot (I'm using grub so I added the entries to /boot/grub/menu.lst)(I presume this will work using lilo also though I didn't test it):
"apm=off acpi=off disableapic"
I had tried all of them individually with no luck; adding all 3 at the same time seemed to do the trick.
I also added the following line to /etc/X11/XF86Config:
Options "NvAGP" "0"
This supposedly turns off using the NVIDIA AGP module although I still see references to loading NVIDIA AGP in /var/log/XFree86.0.log. Using the other parameters of 1, 2, 3 (see the Nvidia documentation for explanation) with this option did not allow X to start for me.
I strongly suggest that you compile the drivers from the tarball or source rpm rather than use the precompiled SuSE 8.1 binaries. The binary rpms did not work on my system ever.
Hopefully this will keep you from having to dig through the hundreds of postings here and on the SuSE newsgroup like I did to put this workaround together. If it doesn't work for you, my condolences. I saw lot's of things that worked for others that didn't work for me; this is what got it working for me. Now I get almost 1000 fps from glxgears rather than 85 fps using the XFree86 and Mesa GLX drivers.
It still has the bug of not returning to a working console after quitting X, requiring a reboot. I see this as a nuisance issue that I can live with for the time being; hopefully Nvidia will work that bug out in the next driver release.
Cheers. Thanks to all who tried to help.
I had to add the following boot parameters at boot (I'm using grub so I added the entries to /boot/grub/menu.lst)(I presume this will work using lilo also though I didn't test it):
"apm=off acpi=off disableapic"
I had tried all of them individually with no luck; adding all 3 at the same time seemed to do the trick.
I also added the following line to /etc/X11/XF86Config:
Options "NvAGP" "0"
This supposedly turns off using the NVIDIA AGP module although I still see references to loading NVIDIA AGP in /var/log/XFree86.0.log. Using the other parameters of 1, 2, 3 (see the Nvidia documentation for explanation) with this option did not allow X to start for me.
I strongly suggest that you compile the drivers from the tarball or source rpm rather than use the precompiled SuSE 8.1 binaries. The binary rpms did not work on my system ever.
Hopefully this will keep you from having to dig through the hundreds of postings here and on the SuSE newsgroup like I did to put this workaround together. If it doesn't work for you, my condolences. I saw lot's of things that worked for others that didn't work for me; this is what got it working for me. Now I get almost 1000 fps from glxgears rather than 85 fps using the XFree86 and Mesa GLX drivers.
It still has the bug of not returning to a working console after quitting X, requiring a reboot. I see this as a nuisance issue that I can live with for the time being; hopefully Nvidia will work that bug out in the next driver release.
Cheers. Thanks to all who tried to help.