AGP 3.0 for 2.4.21-pre5

AGP 3.0 for 2.4.21-pre5

Post by Toplica Tanaskovi » Tue, 18 Mar 2003 01:20:09



Dana nedelja 16. mart 2003. 17:54 napisali ste:
Quote:> I tested it with my NVidia GeForce 4 Ti4200 with AGP8X. No luck for me
> yet. X is still reporting AGP 4X in the log, I get garbage on the screen
> and my PC locks up.

> I am not sure if this has something to do with the NVidia driver for X,
> or just a bug in your module/backport.

        You have to run make clean first, or faster way go to drivers/char/agp/ and
delete any .o files, and then do make modules...

        I'll have to figure out way to force compilation of agpgart if only agp 3.0
menu item was changed.
--
Pozdrav,
Tanaskovi? Toplica

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

AGP 3.0 for 2.4.21-pre5

Post by Willy Tarrea » Tue, 18 Mar 2003 08:10:04



>You have to run make clean first, or faster way go to drivers/char/agp/ and
> delete any .o files, and then do make modules...

>I'll have to figure out way to force compilation of agpgart if only agp 3.0
> menu item was changed.

Well, you can apply your make to the agp directory only if needed :
# make clean SUBDIRS=drivers/char/agp
# make modules SUBDIRS=drivers/char/agp

I often use this, it's very convenient.

Cheers,
Willy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

AGP 3.0 for 2.4.21-pre5

Post by Sheng Long Gradill » Tue, 18 Mar 2003 10:30:12


I did. If I patch the kernel, my compiling procedure is always as follows:

==================
make clean
make mrproper
make menuconfig
make dep
make modules
make bzlilo
make modules_install
shutdown -r now
==================

The module loads fine. In /var/log/messages there are reports of
detecting AGP 3.5 compatible hardware, but as I said, X just won't start
properly and will report AGP 4X mode.

I checked /proc/driver/nvidia, and it reports AGP 8X hardware and
everything.

I was thinking, I have not tested the nvidia kernel module with the 2.5
kernel. There is an unofficial patch for getting it to compile. I might
give it a try to see if it works, but that won't happen soon.

If anyone wants to give it a try, visit:

http://www.minion.de/nvidia.html

 > Dana nedelja 16. mart 2003. 17:54 napisali ste:
 >
 >>I tested it with my NVidia GeForce 4 Ti4200 with AGP8X. No luck for me
 >>yet. X is still reporting AGP 4X in the log, I get garbage on the screen
 >>and my PC locks up.
 >>
 >>I am not sure if this has something to do with the NVidia driver for X,
 >>or just a bug in your module/backport.
 >>
 >
 >     You have to run make clean first, or faster way go to
drivers/char/agp/ and
 > delete any .o files, and then do make modules...
 >
 >     I'll have to figure out way to force compilation of agpgart if
only agp 3.0
 > menu item was changed.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/