Re: quick fix for building nvidia xfree4 drivers on kernel 2.4.0-test11

2000-12-12 Thread Raphael Deimel
> but im fairly new to this so
> editing the complier flags would be
> a bit too much for me (now)

If you're not familiar with Makefiles (yet ;), you can put the line:

#define KERNEL_2_3

into the first line of your nv.h, this does the same.


I set up a page with how to get to nvidia drivers for 2.4.0-testxx kernels
http://russe.dhs.org/nvidia.html

I personally don't think NVidia will have support for 2.4 kernels soon, but
please check if there are newer driver versions

Raphael

Make this world a better place and support free software!





Re: quick fix for building nvidia xfree4 drivers on kernel 2.4.0-test11

2000-12-12 Thread Raphael Deimel

> but im fairly new to this so
> editing the complier flags would be
> a bit too much for me (now)

If you're not familiar with Makefiles (yet ;), you can put the line:

#define KERNEL_2_3

into the first line of your nv.h, this does the same.


I set up a page with how to get to nvidia drivers for 2.4.0-testxx kernels
http://russe.dhs.org/nvidia.html

I personally don't think NVidia will have support for 2.4 kernels soon, but
please check if there are newer driver versions

Raphael

Make this world a better place and support free software!




--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: quick fix for building nvidia xfree4 drivers on kernel 2.4.0-test11

2000-12-11 Thread Raphael Deimel
> i saw on on tomshardware site that worked for 2.2
> is it essentialy the same for 2.4?

i'm currently  running xf4, kernel 2.4.0-test10 with NVidia's own
accellerated drivers (hell, this is what graphics speed supposed to be ;)

You could fetch the latest driver (0.9.5) and insert Mads Buus Jensen's code
snippet in nv.h (as he suggested - THANKS for the quick'n'dirty fix).
AND you should edit the Makefile to include -DKERNEL_2_3 within the compiler
flags (think he forgot that one)





Re: quick fix for building nvidia xfree4 drivers on kernel 2.4.0-test11

2000-12-11 Thread Raphael Deimel

> i saw on on tomshardware site that worked for 2.2
> is it essentialy the same for 2.4?

i'm currently  running xf4, kernel 2.4.0-test10 with NVidia's own
accellerated drivers (hell, this is what graphics speed supposed to be ;)

You could fetch the latest driver (0.9.5) and insert Mads Buus Jensen's code
snippet in nv.h (as he suggested - THANKS for the quick'n'dirty fix).
AND you should edit the Makefile to include -DKERNEL_2_3 within the compiler
flags (think he forgot that one)




--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]