public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* opengl-nvidia not compiling
  2002-02-20  1:53 Linux 2.5.4-dj3 Dave Jones
@ 2002-02-20  5:29 ` lee johnson
  2002-02-20  6:35   ` NyQuist
                     ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: lee johnson @ 2002-02-20  5:29 UTC (permalink / raw)
  To: kernel-list

hi..

   hope i'm not repeating a message here if so sorry,- but by any chance
does anyone know that nvidia opengl isn't compiling with 2.5.5pre1..

thx :-)
lee
-==


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: opengl-nvidia not compiling
  2002-02-20  5:29 ` opengl-nvidia not compiling lee johnson
@ 2002-02-20  6:35   ` NyQuist
  2002-02-20  7:55     ` A Guy Called Tyketto
  2002-02-20 15:16   ` lee johnson
       [not found]   ` <20020220170454.5e700732.fc@yauza.ru>
  2 siblings, 1 reply; 9+ messages in thread
From: NyQuist @ 2002-02-20  6:35 UTC (permalink / raw)
  To: lee johnson; +Cc: Kernel

On Wed, 2002-02-20 at 05:29, lee johnson wrote:
> hi..
> 
>    hope i'm not repeating a message here if so sorry,- but by any chance
> does anyone know that nvidia opengl isn't compiling with 2.5.5pre1..
> 
> thx :-)
> lee
> -==
> 
don't wanna sound nasty, but you are :)
I wouldn't use an nvidia card with 2.5, this is cut from a previous
message on the lkml.

<----->
 > nv.c:1438: incompatible type for argument 4 of
`remap_page_range_Reb32c755'
 > nv.c:1438: too few arguments to function `remap_page_range_Reb32c755'
 > make[2]: *** [nv.o] Error 1

 Assuming you get lucky, and manage to fix up all the compile
 errors in the source you have, chances are that the same
 interface changes will break the binary only part too.
 So it'll compile, link, and likely explode as soon as you
 try to use it.

 It's likely that only nvidia can help you here.
 Same goes for any other binary only module during a devel series.
<------>

> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: opengl-nvidia not compiling
  2002-02-20  6:35   ` NyQuist
@ 2002-02-20  7:55     ` A Guy Called Tyketto
  0 siblings, 0 replies; 9+ messages in thread
From: A Guy Called Tyketto @ 2002-02-20  7:55 UTC (permalink / raw)
  To: NyQuist; +Cc: linux-kernel

On Wed, Feb 20, 2002 at 06:35:42AM +0000, NyQuist wrote:
> On Wed, 2002-02-20 at 05:29, lee johnson wrote:
> > hi..
> > 
> >    hope i'm not repeating a message here if so sorry,- but by any chance
> > does anyone know that nvidia opengl isn't compiling with 2.5.5pre1..
> > 
> > thx :-)
> > lee
> > -==
> > 
> don't wanna sound nasty, but you are :)
> I wouldn't use an nvidia card with 2.5, this is cut from a previous
> message on the lkml.
> 
> <----->
>  > nv.c:1438: incompatible type for argument 4 of
> `remap_page_range_Reb32c755'
>  > nv.c:1438: too few arguments to function `remap_page_range_Reb32c755'
>  > make[2]: *** [nv.o] Error 1
> 
>  Assuming you get lucky, and manage to fix up all the compile
>  errors in the source you have, chances are that the same
>  interface changes will break the binary only part too.
>  So it'll compile, link, and likely explode as soon as you
>  try to use it.
> 
>  It's likely that only nvidia can help you here.

        Just to add something related, but unrelated to the NVIDIA problem 
above, this is the same exact error I received when I compiled any kernel > 
2.5.2 with ALSA 0.5.* and ALSA 0.9.*. Hopefully with ALSA being in 2.5.5pre1, 
this will be taken care of.

                                                        BL.
-- 
Brad Littlejohn                         | Email:        tyketto@wizard.com
Unix Systems Administrator,             |           tyketto@ozemail.com.au
Web + NewsMaster, BOFH.. Smeghead! :)   |   http://www.wizard.com/~tyketto
  PGP: 1024D/E319F0BF 6980 AAD6 7329 E9E6 D569  F620 C819 199A E319 F0BF


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: opengl-nvidia not compiling
       [not found] ` <fa.i651ekv.c3sng3@ifi.uio.no>
@ 2002-02-20  8:24   ` Giacomo Catenazzi
  0 siblings, 0 replies; 9+ messages in thread
From: Giacomo Catenazzi @ 2002-02-20  8:24 UTC (permalink / raw)
  To: lee johnson; +Cc: kernel-list

lee johnson wrote:

> hi..
> 
>    hope i'm not repeating a message here if so sorry,- but by any chance
> does anyone know that nvidia opengl isn't compiling with 2.5.5pre1..
> 


Ask nvidia.
And you should also ask to GPLize the driver, until they don't open the
source you will see these problems in many new kernel release.

	giacomo



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: opengl-nvidia not compiling
       [not found] ` <fa.fklcr8v.121289b@ifi.uio.no>
@ 2002-02-20 11:26   ` Dan Maas
  0 siblings, 0 replies; 9+ messages in thread
From: Dan Maas @ 2002-02-20 11:26 UTC (permalink / raw)
  To: A Guy Called Tyketto; +Cc: lee johnson, linux-kernel

> >  > nv.c:1438: incompatible type for argument 4 of
> > `remap_page_range_Reb32c755'
> >  > nv.c:1438: too few arguments to function `remap_page_range_Reb32c755'

>         Just to add something related, but unrelated to the
> NVIDIA problem above, this is the same exact error I received when
> I compiled any kernel > 2.5.2 with ALSA 0.5.* and ALSA 0.9.*.

What happened was remap_page_range sprouted a new first argument - the vma
you are mapping into. If you know even a tiny bit of C you can fix it
yourself; just look for the nearest variable of type 'struct
vm_area_struct*', and prepend it to the other args.

Not that everything is guaranteed to work even if it compiles... NVIDIA
cards do some very unusual fiddling with memory mappings and page tables, so
VM changes are just as likely to break their driver...

Regards,
Dan


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: opengl-nvidia not compiling
  2002-02-20  5:29 ` opengl-nvidia not compiling lee johnson
  2002-02-20  6:35   ` NyQuist
@ 2002-02-20 15:16   ` lee johnson
       [not found]   ` <20020220170454.5e700732.fc@yauza.ru>
  2 siblings, 0 replies; 9+ messages in thread
From: lee johnson @ 2002-02-20 15:16 UTC (permalink / raw)
  To: kernel-list

On Tue, 2002-02-19 at 21:29, lee johnson wrote:
> hi..
> 
>    hope i'm not repeating a message here if so sorry,- but by any chance
> does anyone know that nvidia opengl isn't compiling with 2.5.5pre1..
>

-sorry!- about the repeat..it turns out John posted like 10 hrs before I
did ..lol..I was sure I'd done a search in Evo before posting to avoid
that ( noted the sorry just in case though) but guess not..;(


anyway onwards and upwards..

lee
-===


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: opengl-nvidia not compiling
       [not found]     ` <1014218667.22795.1.camel@imyourhandiman>
@ 2002-02-20 16:21       ` Nikita Gergel
       [not found]         ` <3C73DEA4.7010703@lexus.com>
  0 siblings, 1 reply; 9+ messages in thread
From: Nikita Gergel @ 2002-02-20 16:21 UTC (permalink / raw)
  To: lee johnson; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 721 bytes --]

On 20 Feb 2002 07:24:26 -0800
lee johnson <lee@imyourhandiman.com> wrote:

> 
> > 
> > change all 'MINOR' to 'minor' and 'MAJOR' to 'major'
> > 
> > -- 
> > Nikita Gergel					System Administrator
> > Moscow, Russia					YAUZA-Telecom
> 
> before I go altering code that could adversely affect my card/system I'd
> like to know how you are assured this will work ( without causing damage
> etc.etc.)
> 
> please accept my thx in case i'm just being paranoid and this is fine
> :))

1. It's obvious. Try to understand meanings of MINOR in 2.4 and minor in 2.5 =)
2. I've compiled my NVIDIA kernel modules bringed in these fixes. I've no troubles.

-- 
Nikita Gergel					System Administrator
Moscow, Russia					YAUZA-Telecom

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: opengl-nvidia not compiling
       [not found]         ` <3C73DEA4.7010703@lexus.com>
@ 2002-02-20 18:12           ` Nikita Gergel
  2002-02-20 18:55             ` J Sloan
  0 siblings, 1 reply; 9+ messages in thread
From: Nikita Gergel @ 2002-02-20 18:12 UTC (permalink / raw)
  To: J Sloan; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 870 bytes --]

On Wed, 20 Feb 2002 09:36:36 -0800
J Sloan <jjs@lexus.com> wrote:

> Sire, may I make so bold as to press one
> point I wish to be clear on?
> 
> Have you actually run the nvidia drivers
> in a 2.5 kernel?

yes, I'm using now 2.5.2-pre10 and have to game Quake I/II/III, Tux Racer, BZFlag and everything works well, except Return To Castle Wolfenstein.

> if so, I would be encouraged to try, as the
> nvidia drivers were one reason I've stayed
> with 2.4 on my gaming machine.

Of course, If you want only game you must use 2.4 now, but why are you subscribed lkml then? =)

> 
> Joe
> 
> Nikita Gergel wrote:
> 
> >
> >1. It's obvious. Try to understand meanings of MINOR in 2.4 and minor in 2.5 =)
> >2. I've compiled my NVIDIA kernel modules bringed in these fixes. I've no troubles.
> >


-- 
Nikita Gergel					System Administrator
Moscow, Russia					YAUZA-Telecom

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: opengl-nvidia not compiling
  2002-02-20 18:12           ` Nikita Gergel
@ 2002-02-20 18:55             ` J Sloan
  0 siblings, 0 replies; 9+ messages in thread
From: J Sloan @ 2002-02-20 18:55 UTC (permalink / raw)
  To: Nikita Gergel; +Cc: linux-kernel

Nikita Gergel wrote:

>On Wed, 20 Feb 2002 09:36:36 -0800
>J Sloan <jjs@lexus.com> wrote:
>
>>Sire, may I make so bold as to press one
>>point I wish to be clear on?
>>
>>Have you actually run the nvidia drivers
>>in a 2.5 kernel?
>>
>
>yes, I'm using now 2.5.2-pre10 and have to game Quake I/II/III, Tux Racer, BZFlag and everything works well, except Return To Castle Wolfenstein.
>
hmm, castle wolfenstein is right up there
with q3a, that's too bad - but it may be
worth a try anyway...

>>if so, I would be encouraged to try, as the
>>nvidia drivers were one reason I've stayed
>>with 2.4 on my gaming machine.
>>
>
>Of course, If you want only game you must use 2.4 now, but why are you subscribed lkml then? =)
>
ROFL!

I assume the question is rhetorical.

There's lots of Linux stuff going on here besides games...

;-)

Joe



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-02-20 18:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.dui02sv.125uf2m@ifi.uio.no>
     [not found] ` <fa.i651ekv.c3sng3@ifi.uio.no>
2002-02-20  8:24   ` opengl-nvidia not compiling Giacomo Catenazzi
     [not found] <fa.gr3ai1v.1p7i906@ifi.uio.no>
     [not found] ` <fa.fklcr8v.121289b@ifi.uio.no>
2002-02-20 11:26   ` Dan Maas
2002-02-20  1:53 Linux 2.5.4-dj3 Dave Jones
2002-02-20  5:29 ` opengl-nvidia not compiling lee johnson
2002-02-20  6:35   ` NyQuist
2002-02-20  7:55     ` A Guy Called Tyketto
2002-02-20 15:16   ` lee johnson
     [not found]   ` <20020220170454.5e700732.fc@yauza.ru>
     [not found]     ` <1014218667.22795.1.camel@imyourhandiman>
2002-02-20 16:21       ` Nikita Gergel
     [not found]         ` <3C73DEA4.7010703@lexus.com>
2002-02-20 18:12           ` Nikita Gergel
2002-02-20 18:55             ` J Sloan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox