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

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 fo

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

2000-12-11 Thread Seth Arnold
t; > g > > > > On Mon, 11 Dec 2000, Raphael Deimel wrote: > > > Date: Mon, 11 Dec 2000 23:49:40 +0100 > > From: Raphael Deimel <[EMAIL PROTECTED]> > > To: dude <[EMAIL PROTECTED]> > > Cc: debian-x Mailing List > > Subject: Re: qui

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

2000-12-11 Thread dude
lt;[EMAIL PROTECTED]> > To: dude <[EMAIL PROTECTED]> > Cc: debian-x Mailing List > Subject: Re: quick fix for building nvidia xfree4 drivers on kernel > 2.4.0-test11 > Resent-From: debian-x@lists.debian.org > > > i saw on on tomshardware site that worked for 2.2 >

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

2000-12-11 Thread Seth Arnold
t; > g > > > > On Mon, 11 Dec 2000, Raphael Deimel wrote: > > > Date: Mon, 11 Dec 2000 23:49:40 +0100 > > From: Raphael Deimel <[EMAIL PROTECTED]> > > To: dude <[EMAIL PROTECTED]> > > Cc: debian-x Mailing List <[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 Jense

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

2000-12-11 Thread dude
lt;[EMAIL PROTECTED]> > To: dude <[EMAIL PROTECTED]> > Cc: debian-x Mailing List <[EMAIL PROTECTED]> > Subject: Re: quick fix for building nvidia xfree4 drivers on kernel > 2.4.0-test11 > Resent-From: [EMAIL PROTECTED] > > > i saw on on tomshardware site that

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 Jens

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

2000-12-10 Thread dude
: > Date: Sun, 10 Dec 2000 15:59:18 +0100 > From: Mads Buus Jensen <[EMAIL PROTECTED]> > To: debian-x@lists.debian.org > Cc: [EMAIL PROTECTED] > Subject: quick fix for building nvidia xfree4 drivers on kernel > 2.4.0-test11 > Resent-From: debian-x@lists.debian.org > &g

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

2000-12-10 Thread dude
: > Date: Sun, 10 Dec 2000 15:59:18 +0100 > From: Mads Buus Jensen <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: quick fix for building nvidia xfree4 drivers on kernel > 2.4.0-test11 > Resent-From: [EMAIL PROTECTED] > > insert

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

2000-12-10 Thread Mads Buus Jensen
insert these four lines into a top-level include-file (i.e nvtypes.h or nv.h): #define mem_map_inc_count(p)atomic_inc(&(p->count)) #define mem_map_dec_count(p)atomic_dec(&(p->count)) static inline unsigned long get_module_symbol(char *unused1, char *unused2) {return 0;} static inline

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

2000-12-10 Thread Mads Buus Jensen
insert these four lines into a top-level include-file (i.e nvtypes.h or nv.h): #define mem_map_inc_count(p)atomic_inc(&(p->count)) #define mem_map_dec_count(p)atomic_dec(&(p->count)) static inline unsigned long get_module_symbol(char *unused1, char *unused2) {return 0;} static inline v