|
|
#1 | |
|
Registered User
Join Date: Jun 2003
Posts: 24
|
well, i installed the driver, but the nvidia.o module will not load although i have it in my XF86Config file. if i do a modprobe nvidia, this is what it gives me:
Warning: loading /lib/modules/2.4.20/kernel/drivers/video/nvidia.o will taint th e kernel: non-GPL license - NVIDIA See http://www.tux.org/lkml/#export-tainted for information about tainted modu les Module nvidia loaded, with warnings i have never seen this error before, and would like to know how i can fix it. also after i load the module, any gl app crashes saying that the opengl subsystem can't be loaded. i have load "glx" enabled in my XF86Config file. thanks for any answers... |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Aug 2003
Location: Paris - France
Posts: 101
|
This is not an error. The kernel gateway module is loading properly. The warning tells you that nvidia driver is not GPLed, but in fact it works. You missed something else: The NVIDIA driver is made of several components:
- The linux kernel gateway module(that you load properly with modprobe) - The xfree modules. I think you have pbs with their setup. You should check that all the files from the nvidia driver for xfree are properly installed. |
|
|
|
|
|
|
#3 | |
|
Registered User
Join Date: Jun 2003
Posts: 24
|
Quote:
|
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Jun 2003
Posts: 154
|
Quote:
|
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Aug 2003
Location: Paris - France
Posts: 101
|
Check and give us the following symbolic links values(with the command "ls -l" for instance):
/usr/lib/libGLcore.so /usr/lib/libGLcore.so.1 /usr/lib/libGL.so /usr/lib/libGL.so.1 /usr/X11R6/lib/libXvMCNVIDIA_dynamic.so /usr/X11R6/lib/libXvMCNVIDIA_dynamic.so.1 /usr/X11R6/lib/modules/extensions/libglx.so /usr/X11R6/lib/modules/extensions/libglx.so.1 Check that you have the following files: /usr/X11R6/lib/libXvMCNVIDIA.so.1.0.4496 /usr/lib/libGLcore.so.1.0.4496 /usr/lib/libGL.so.1.0.4496 /usr/X11R6/lib/modules/drivers/nvidia_drv.o /usr/X11R6/lib/modules/extensions/libglx.so.1.0.4496 Give use also: The log file of the NVIDIA installer, the log file of the xfree server and your XF86Config. |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Jun 2003
Posts: 24
|
ok, i guess the symlinks were screwed cause i reinstalled the driver and now it seems to be working great......don't know why i can't change my resolution, but i'll figure it out
![]() |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Aug 2003
Location: Paris - France
Posts: 101
|
Well give a try with the key combinations in X:
CTRL+ALT+"+" or CTRL+ALT+"-" (In theory, if the shortcuts are enables, it changes the resolution) You configure the resolution in XF86Config file. I can help if you need it. |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Jun 2003
Posts: 24
|
thanks, i got it, i just added the "modeline" thing under the monitor section. by the way, what is the deal with sound in enemy territory, i cannot hear a thing, when i close the game every sound works, but not the game sounds.
OMG!! not only that, but i just checked and agp isn't working either! cat /proc/driver/nvidia/agp/status status: disabled nooooooo i have the nvAGP option set to 3 so what does this mean?! that none of the modules support my chip!? btw i have a KM266 chipset Last edited by hacnslash; 08-27-03 at 07:26 PM. |
|
|
|
|
|
#9 |
|
Registered User
Join Date: Aug 2003
Location: Paris - France
Posts: 101
|
All the information about the option you can use in your XF86Config file are in the README file from the NVIDIA driver.
nvAGP=3 means it uses the agpart module if available, the nvidia agp system in the other case. So this setting is fine. don't worry. The fishy thing is you AGP disabled. Sound in ET is in theory another pb... Could you post us the log file of xfree and check out the content of the /proc/driver/nvidia stuff? Well... from the readme file, with via chipset we may have to use a few tricks to enable AGP. |
|
|
|
|
|
#10 |
|
Registered User
Join Date: Jun 2003
Posts: 24
|
ok, well here are some cat /proc/driver/nvidia/ things:
cat /proc/driver/nvidia/agp/status Status: Disabled cat /proc/driver/nvidia/agp/card Fast Writes: Not Supported SBA: Not Supported AGP Rates: 4x 2x 1x Registers: 0x1f000007:0x00000000 cat /proc/driver/nvidia/agp/host-bridge Host Bridge: PCI device 1106:3116 (VIA Technologies, Inc.) Fast Writes: Not Supported SBA: Supported AGP Rates: 4x 2x 1x Registers: 0x1f000207:0x00000000 cat /proc/driver/nvidia/cards/0 Model: RIVA TNT2 Model 64/Model 64 Pro IRQ: 11 Video BIOS: 02.05.19.03.00 Card Type: AGP ok, so here's my xfree log file: Last edited by hacnslash; 08-28-03 at 02:43 PM. |
|
|
|
|
|
#11 |
|
Registered User
Join Date: Aug 2003
Location: Paris - France
Posts: 101
|
Do you have the AGPGART module loaded?
To check it: #lsmod You should see in the output something with agpgart. If it is not loaded, before starting X, use: #modprobe agpgart #modprobe nvidia #startx |
|
|
|
|
|
#12 |
|
Registered User
Join Date: Jun 2003
Posts: 24
|
ok, agpgart module is not loading.
modprobe agpgart /lib/modules/2.4.20/kernel/drivers/char/agp/agpgart.o: init_module: No such device /lib/modules/2.4.20/kernel/drivers/char/agp/agpgart.o: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg /lib/modules/2.4.20/kernel/drivers/char/agp/agpgart.o: insmod /lib/modules/2.4.20/kernel/drivers/char/agp/agpgart.o failed /lib/modules/2.4.20/kernel/drivers/char/agp/agpgart.o: insmod agpgart failed i have checked and there IS and agpgart.o file in /lib/module/2.4.20/kernel/drivers/char/agp/ so, whats the problem???? |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| nvidia + 2.4.19 gentoo = messed up | ulukay | NVIDIA Linux | 18 | 11-01-02 11:58 PM |
| X Failed to load NVdriver | c00lr4c3r | NVIDIA Linux | 13 | 10-22-02 01:44 PM |
| Error messages... HELP!!!! | Imperito | NVIDIA Linux | 3 | 09-24-02 10:46 PM |
| GForce drivers installed...but dont work | tomfullery | NVIDIA Linux | 6 | 09-22-02 08:23 AM |
| Need help to get the X to work on my Acer TravelMate 630 | knchee | NVIDIA Linux | 16 | 09-19-02 10:16 PM |