linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: NVIDIA and 2.6.4?
@ 2004-03-15  1:24 Sid Boyce
  0 siblings, 0 replies; 20+ messages in thread
From: Sid Boyce @ 2004-03-15  1:24 UTC (permalink / raw)
  To: linux-kernel

Valdis . Kletnieks wrote:
 > On Fri, 12 Mar 2004 18:24:01 GMT, Adam Jones 
<adam@xxxxxxxxxxxxxxxxxxxx> said:
 >>/ In a futile gesture against entropy, Sid Boyce wrote:/
 >>/ > Max Valdez wrote:/
 >>/ /
 >>/ > >Been using nvidia modules for quite a few 2.6.x kernels, most of 
them mmX./

 >>/ > >without problems/
 >/> /
 >>/ I'm using it here with 2.6.4, no problems as yet./
 >>/ /
 >>/ > Something strange happened, I shall try 2.6.4-mm1 shortly to see 
if it /
 >>/ > is still the same. I reckon though that I've suffered a filesystem /
 >>/ > corruption./
 >>/ /
 >>/ A quick thought - have you got CONFIG_REGPARM enabled in the kernel/
 >>/ config? If so, disable it and try again. (It's almost certain to/
 >>/ cause crashes with binary modules.)/

 > Also, the NVidia driver uses a bit of kernel stack, so it's incompatible
 > with the CONFIG_4KSTACKS option in recent -mm kernels...

I have that enabled, so I shall turn it off. /var/log/XFree86.0.log 
shows it's getting so far then the lockup happens.
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(**) Option "Xinerama" "off"
(**) Option "RandR" "on"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.2
        XFree86 Video Driver: 0.6
        XFree86 XInput driver : 0.4
        XFree86 Server Extension : 0.2
        XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
Regards
Sid.

-- 
Sid Boyce .... Hamradio G3VBV and keen Flyer
Linux Only Shop.


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

* Re: NVIDIA and 2.6.4?
  2004-03-16 21:19             ` Valdis.Kletnieks
@ 2004-03-16 21:55               ` Dominik Karall
  0 siblings, 0 replies; 20+ messages in thread
From: Dominik Karall @ 2004-03-16 21:55 UTC (permalink / raw)
  To: Valdis.Kletnieks; +Cc: linux-kernel

On Tuesday 16 March 2004 22:19, you wrote:
> On Tue, 16 Mar 2004 21:49:40 +0100, Dominik Karall <dominik.karall@gmx.net>  
said:
> > can you let me know how to compile the nvidia drivers for 4KSTACK? cause
> > in the 2.6.5-rc1-mm1 is no more option to deactivate 4KSTACK.
>
> Get the 2.6.5-rc1-mm1-broken-out.tar.bz2, untar it, then
>
> patch -p1 -R < broken-out/4k-stacks-always-on.patch
>
> Yes, the *right* thing would be for NVidia to fix the binary.  However,
> this is a lot more expedient than waiting. :)

thx, works now with 8k stack size :)

greets

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

* Re: NVIDIA and 2.6.4?
  2004-03-16 20:49           ` Dominik Karall
  2004-03-16 20:50             ` Brian Gerst
@ 2004-03-16 21:19             ` Valdis.Kletnieks
  2004-03-16 21:55               ` Dominik Karall
  1 sibling, 1 reply; 20+ messages in thread
From: Valdis.Kletnieks @ 2004-03-16 21:19 UTC (permalink / raw)
  To: Dominik Karall; +Cc: Steve Youngs, linux-kernel

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

On Tue, 16 Mar 2004 21:49:40 +0100, Dominik Karall <dominik.karall@gmx.net>  said:

> can you let me know how to compile the nvidia drivers for 4KSTACK? cause in 
> the 2.6.5-rc1-mm1 is no more option to deactivate 4KSTACK.

Get the 2.6.5-rc1-mm1-broken-out.tar.bz2, untar it, then

patch -p1 -R < broken-out/4k-stacks-always-on.patch

Yes, the *right* thing would be for NVidia to fix the binary.  However, this
is a lot more expedient than waiting. :)

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

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

* Re: NVIDIA and 2.6.4?
  2004-03-16 20:49           ` Dominik Karall
@ 2004-03-16 20:50             ` Brian Gerst
  2004-03-16 21:19             ` Valdis.Kletnieks
  1 sibling, 0 replies; 20+ messages in thread
From: Brian Gerst @ 2004-03-16 20:50 UTC (permalink / raw)
  To: Dominik Karall; +Cc: Steve Youngs, linux-kernel

Dominik Karall wrote:
> On Monday 15 March 2004 04:36, Steve Youngs wrote:
> 
>>* Valdis Kletnieks <Valdis.Kletnieks@vt.edu> writes:
>>  > On Fri, 12 Mar 2004 18:24:01 GMT, Adam Jones <adam@yggdrasl.demon.co.uk>  
> 
> said:
> 
>>  >> A quick thought - have you got CONFIG_REGPARM enabled in the kernel
>>  >> config?  If so, disable it and try again.  (It's almost certain to
>>  >> cause crashes with binary modules.)
>>
>>  $ zgrep REGPARM /proc/config.gz
>>CONFIG_REGPARM=y
>>
>>  $ grep nvidia /proc/modules
>>nvidia 2066568 22 - Live 0xe0b2d000
>>
>>  $ uname -r
>>2.6.4-sy1
>>
>>No problems here. :-)
>>
>>  > Also, the NVidia driver uses a bit of kernel stack, so it's
>>  > incompatible with the CONFIG_4KSTACKS option in recent -mm
>>  > kernels...
>>
>>Will have to remember that for 2.6.5, I'll let you know how it goes.
>>Thanks, Valdis.
> 
> 
> can you let me know how to compile the nvidia drivers for 4KSTACK? cause in 
> the 2.6.5-rc1-mm1 is no more option to deactivate 4KSTACK.
> thx!

Complain to NVidia.  It's the binary-only part of the driver that's the 
real stack hog.

--
				Brian Gerst

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

* Re: NVIDIA and 2.6.4?
  2004-03-15  3:36         ` Steve Youngs
@ 2004-03-16 20:49           ` Dominik Karall
  2004-03-16 20:50             ` Brian Gerst
  2004-03-16 21:19             ` Valdis.Kletnieks
  0 siblings, 2 replies; 20+ messages in thread
From: Dominik Karall @ 2004-03-16 20:49 UTC (permalink / raw)
  To: Steve Youngs, linux-kernel

On Monday 15 March 2004 04:36, Steve Youngs wrote:
> * Valdis Kletnieks <Valdis.Kletnieks@vt.edu> writes:
>   > On Fri, 12 Mar 2004 18:24:01 GMT, Adam Jones <adam@yggdrasl.demon.co.uk>  
said:
>   >> A quick thought - have you got CONFIG_REGPARM enabled in the kernel
>   >> config?  If so, disable it and try again.  (It's almost certain to
>   >> cause crashes with binary modules.)
>
>   $ zgrep REGPARM /proc/config.gz
> CONFIG_REGPARM=y
>
>   $ grep nvidia /proc/modules
> nvidia 2066568 22 - Live 0xe0b2d000
>
>   $ uname -r
> 2.6.4-sy1
>
> No problems here. :-)
>
>   > Also, the NVidia driver uses a bit of kernel stack, so it's
>   > incompatible with the CONFIG_4KSTACKS option in recent -mm
>   > kernels...
>
> Will have to remember that for 2.6.5, I'll let you know how it goes.
> Thanks, Valdis.

can you let me know how to compile the nvidia drivers for 4KSTACK? cause in 
the 2.6.5-rc1-mm1 is no more option to deactivate 4KSTACK.
thx!

greets

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

* Re: NVIDIA and 2.6.4?
  2004-03-13  5:15       ` Valdis.Kletnieks
@ 2004-03-15  3:36         ` Steve Youngs
  2004-03-16 20:49           ` Dominik Karall
  0 siblings, 1 reply; 20+ messages in thread
From: Steve Youngs @ 2004-03-15  3:36 UTC (permalink / raw)
  To: Valdis.Kletnieks; +Cc: Adam Jones, linux-kernel

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

* Valdis Kletnieks <Valdis.Kletnieks@vt.edu> writes:

  > On Fri, 12 Mar 2004 18:24:01 GMT, Adam Jones <adam@yggdrasl.demon.co.uk>  said:
  >> A quick thought - have you got CONFIG_REGPARM enabled in the kernel
  >> config?  If so, disable it and try again.  (It's almost certain to
  >> cause crashes with binary modules.)

  $ zgrep REGPARM /proc/config.gz
CONFIG_REGPARM=y

  $ grep nvidia /proc/modules
nvidia 2066568 22 - Live 0xe0b2d000

  $ uname -r
2.6.4-sy1

No problems here. :-)

  > Also, the NVidia driver uses a bit of kernel stack, so it's
  > incompatible with the CONFIG_4KSTACKS option in recent -mm
  > kernels...

Will have to remember that for 2.6.5, I'll let you know how it goes.
Thanks, Valdis.


-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|              Ashes to ashes, dust to dust.               |
|      The proof of the pudding, is under the crust.       |
|------------------------------<sryoungs@bigpond.net.au>---|

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

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

* Re: NVIDIA and 2.6.4?
  2004-03-14  2:23 Sid Boyce
@ 2004-03-14  2:28 ` Sid Boyce
  0 siblings, 0 replies; 20+ messages in thread
From: Sid Boyce @ 2004-03-14  2:28 UTC (permalink / raw)
  To: linux-kernel

Sid Boyce wrote:

> Adam Jones wrote:
> >In a futile gesture against entropy, Sid Boyce wrote:
> >>/ Max Valdez wrote:/
>
> >>/ >Been using nvidia modules for quite a few 2.6.x kernels, most of 
> them mmX. /
> >>/ >without problems/
>
> >I'm using it here with 2.6.4, no problems as yet.
>
> >>/ Something strange happened, I shall try 2.6.4-mm1 shortly to see 
> if it /
> >>/ is still the same. I reckon though that I've suffered a filesystem /
> >>/ corruption./
>
> > A quick thought - have you got CONFIG_REGPARM enabled in the kernel
> > config? If so, disable it and try again. (It's almost certain to
> > cause crashes with binary modules.)
> I haven't had CONFIG_REGPARM set in any of the kernels. 2.6.4-rc2-mm1 
> was fine until after I first booted 2.6.4-mm1, then neither would work 
> with nvidia. I also got some strange stuff happening, including 
> checksum errors on the driver and I had to download it again from 
> nvidia.com on two occasions, the first redownload reinstalled  once, 
> then  chksum errors, the second redownload did the same as well as 
> chksum segfaulting, since then it's been fine. See also the garbage I 
> get out of vi in an earlier posting.
> Regards
> Sid.
>
*** CORRECTION *** 2.6.4-rc2-mm1 is the one that caused the trouble as 
stated in the first post. I'm yet to boot up 2.6.4-mm1.
Some of the files in lost+found seem to be kde settings which I noticed 
were missing and had to setup again.
Regards
Sid.

-- 
Sid Boyce .... Hamradio G3VBV and keen Flyer
Linux Only Shop.


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

* Re: NVIDIA and 2.6.4?
@ 2004-03-14  2:23 Sid Boyce
  2004-03-14  2:28 ` Sid Boyce
  0 siblings, 1 reply; 20+ messages in thread
From: Sid Boyce @ 2004-03-14  2:23 UTC (permalink / raw)
  To: linux-kernel

Adam Jones wrote:
 >In a futile gesture against entropy, Sid Boyce wrote:
 >>/ Max Valdez wrote:/

 >>/ >Been using nvidia modules for quite a few 2.6.x kernels, most of 
them mmX. /
 >>/ >without problems/

 >I'm using it here with 2.6.4, no problems as yet.

 >>/ Something strange happened, I shall try 2.6.4-mm1 shortly to see if 
it /
 >>/ is still the same. I reckon though that I've suffered a filesystem /
 >>/ corruption./

 > A quick thought - have you got CONFIG_REGPARM enabled in the kernel
 > config? If so, disable it and try again. (It's almost certain to
 > cause crashes with binary modules.)
I haven't had CONFIG_REGPARM set in any of the kernels. 2.6.4-rc2-mm1 
was fine until after I first booted 2.6.4-mm1, then neither would work 
with nvidia. I also got some strange stuff happening, including checksum 
errors on the driver and I had to download it again from nvidia.com on 
two occasions, the first redownload reinstalled  once, then  chksum 
errors, the second redownload did the same as well as chksum 
segfaulting, since then it's been fine. See also the garbage I get out 
of vi in an earlier posting.
Regards
Sid.

-- 
Sid Boyce .... Hamradio G3VBV and keen Flyer
Linux Only Shop.


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

* Re: NVIDIA and 2.6.4?
  2004-03-11 13:07 ` Nerijus Baliunas
  2004-03-11 13:23   ` Martin Zwickel
@ 2004-03-13 14:34   ` venom
  1 sibling, 0 replies; 20+ messages in thread
From: venom @ 2004-03-13 14:34 UTC (permalink / raw)
  To: Nerijus Baliunas; +Cc: Robert L. Harris, Linux-Kernel


on x86 all nvidia driver will compile and run with 2.6 kernels using nimion
patches.

nvidia driver on 2.6.4 won't run if you compile the kernel with
-mregparm=3 (CONFIG_REGPARM enabled). Then you will get the most wonderfull oops
of your life.

bests
Luigi


On Thu, 11 Mar 2004, Nerijus Baliunas wrote:

> Date: Thu, 11 Mar 2004 15:07:03 +0200 (EET)
> From: Nerijus Baliunas <nerijus@users.sourceforge.net>
> To: Robert L. Harris <Robert.L.Harris@rdlg.net>
> Cc: Linux-Kernel <linux-kernel@vger.kernel.org>
> Subject: Re: NVIDIA and 2.6.4?
>
> On Thu, 11 Mar 2004 07:31:00 -0500 "Robert L. Harris" <Robert.L.Harris@rdlg.net> wrote:
>
> > And that's just for starters.  Does anyone know if there's a way to get
> > this to compile cleanly or is it SoL until a new driver is released
> > (running 1.0.4191 currently).
>
> At least for x86 the latest driver (1.0-5336) is compatible with 2.6.x
> (didn't test on 2.6.4 though).
>
> Regards,
> Nerijus
>
> -
> 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] 20+ messages in thread

* Re: NVIDIA and 2.6.4?
  2004-03-12 18:24     ` Adam Jones
@ 2004-03-13  5:15       ` Valdis.Kletnieks
  2004-03-15  3:36         ` Steve Youngs
  0 siblings, 1 reply; 20+ messages in thread
From: Valdis.Kletnieks @ 2004-03-13  5:15 UTC (permalink / raw)
  To: Adam Jones; +Cc: linux-kernel

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

On Fri, 12 Mar 2004 18:24:01 GMT, Adam Jones <adam@yggdrasl.demon.co.uk>  said:
> In a futile gesture against entropy, Sid Boyce wrote:
> > Max Valdez wrote:
> 
> > >Been using nvidia modules for quite a few 2.6.x kernels, most of them mmX.
 
> > >without problems
> 
> I'm using it here with 2.6.4, no problems as yet.
> 
> > Something strange happened, I shall try 2.6.4-mm1 shortly to see if it 
> > is still the same. I reckon though that I've suffered a filesystem 
> > corruption.
> 
> A quick thought - have you got CONFIG_REGPARM enabled in the kernel
> config?  If so, disable it and try again.  (It's almost certain to
> cause crashes with binary modules.)

Also, the NVidia driver uses a bit of kernel stack, so it's incompatible
with the CONFIG_4KSTACKS option in recent -mm kernels...

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

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

* Re: NVIDIA and 2.6.4?
  2004-03-12  1:31   ` Sid Boyce
@ 2004-03-12 18:24     ` Adam Jones
  2004-03-13  5:15       ` Valdis.Kletnieks
  0 siblings, 1 reply; 20+ messages in thread
From: Adam Jones @ 2004-03-12 18:24 UTC (permalink / raw)
  To: linux-kernel

In a futile gesture against entropy, Sid Boyce wrote:
> Max Valdez wrote:

> >Been using nvidia modules for quite a few 2.6.x kernels, most of them mmX. 
> >without problems

I'm using it here with 2.6.4, no problems as yet.

> Something strange happened, I shall try 2.6.4-mm1 shortly to see if it 
> is still the same. I reckon though that I've suffered a filesystem 
> corruption.

A quick thought - have you got CONFIG_REGPARM enabled in the kernel
config?  If so, disable it and try again.  (It's almost certain to
cause crashes with binary modules.)
-- 
Adam Jones (adam@yggdrasl.demon.co.uk)(http://www.yggdrasl.demon.co.uk/)
.oO("Hizbollah Central Press Office"                                   )
PGP public key: http://www.yggdrasl.demon.co.uk/pubkey.asc


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

* Re: NVIDIA and 2.6.4?
  2004-03-11 19:26 ` Max Valdez
@ 2004-03-12  1:31   ` Sid Boyce
  2004-03-12 18:24     ` Adam Jones
  0 siblings, 1 reply; 20+ messages in thread
From: Sid Boyce @ 2004-03-12  1:31 UTC (permalink / raw)
  To: Max Valdez; +Cc: linux-kernel

Max Valdez wrote:

>That's weird:
>uname -a
>Linux garaged 2.6.4-rc2-mm1 #1 SMP Wed Mar 10 20:27:04 CST 2004 i686 Intel(R) 
>Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux
>
>$ lsmod | grep nv
>nvidia               2075144  12
>
>
>Running KDE, using kdm, with nvidia module, no problem, I notice a slight 
>difference on fonts, but I dont know if it's my imagination.
>
>Been using nvidia modules for quite a few 2.6.x kernels, most of them mmX. 
>without problems
>
>Max
>  
>
Something strange happened, I shall try 2.6.4-mm1 shortly to see if it 
is still the same. I reckon though that I've suffered a filesystem 
corruption.
Regards
Sid.

-- 
Sid Boyce .... Hamradio G3VBV and keen Flyer
Linux Only Shop.


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

* Re: NVIDIA and 2.6.4?
  2004-03-11 15:15 Sid Boyce
@ 2004-03-11 19:26 ` Max Valdez
  2004-03-12  1:31   ` Sid Boyce
  0 siblings, 1 reply; 20+ messages in thread
From: Max Valdez @ 2004-03-11 19:26 UTC (permalink / raw)
  To: Sid Boyce; +Cc: linux-kernel

That's weird:
uname -a
Linux garaged 2.6.4-rc2-mm1 #1 SMP Wed Mar 10 20:27:04 CST 2004 i686 Intel(R) 
Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux

$ lsmod | grep nv
nvidia               2075144  12


Running KDE, using kdm, with nvidia module, no problem, I notice a slight 
difference on fonts, but I dont know if it's my imagination.

Been using nvidia modules for quite a few 2.6.x kernels, most of them mmX. 
without problems

Max
-- 
Linux garaged 2.6.3-mm3 #2 SMP Tue Feb 24 15:44:58 CST 2004 i686 Intel(R) 
Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GS/S d- s: a-29 C++(+++) ULAHI+++ P+ L++>+++ E--- W++ N* o-- K- w++++ O- M-- 
V-- PS+ PE Y-- PGP++ t- 5- X+ R tv++ b+ DI+++ D- G++ e++ h+ r+ z**
------END GEEK CODE BLOCK------
gpg-key: http://garaged.homeip.net/gpg-key.txt

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

* RE: NVIDIA and 2.6.4?
@ 2004-03-11 15:15 Sid Boyce
  2004-03-11 19:26 ` Max Valdez
  0 siblings, 1 reply; 20+ messages in thread
From: Sid Boyce @ 2004-03-11 15:15 UTC (permalink / raw)
  To: linux-kernel

I tried 5336 with 2.6.4-rc2-mm1 and it locks the box up completely after 
switching to kdm. It worked with 2.6.3-mm4 previously, now even that 
kernel gets a lock up. I've done a reiserfsck --rebuild-tree which 
repaired some files and left 10 files in /lost+found and I can't 
determine what they are.
I am currently using 2.6.4-rc2-mm1 with the standard SuSE 9.0  Driver "nv".
I also went back to the minion.de release and still got a lockup, I 
guess it's down to some of those files in lost+found that are missing.
Regards
Sid.

-- 
Sid Boyce .... Hamradio G3VBV and keen Flyer
Linux Only Shop.


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

* Re: NVIDIA and 2.6.4?
  2004-03-11 13:20 ` Dennis Bliefernicht
@ 2004-03-11 15:05   ` Robert L. Harris
  0 siblings, 0 replies; 20+ messages in thread
From: Robert L. Harris @ 2004-03-11 15:05 UTC (permalink / raw)
  To: Dennis Bliefernicht; +Cc: linux-kernel

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



Yeah, went poking around the website and found the link up there.  I've
always just used the ftpsite out of habit.  gonna go bang my head on a
desk now.


Thus spake Dennis Bliefernicht (news.removeme@triphoenix.de):

> Robert L. Harris wrote:
> >And that's just for starters.  Does anyone know if there's a way to get
> >this to compile cleanly or is it SoL until a new driver is released
> >(running 1.0.4191 currently).
> Get the new driver http://www.nvidia.com/object/linux.html Quite a few have 
> been released since 1.0.4191, in fact you're running the driver that was 
> released December 11, 2002, try an update ;)
> -
> 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/
> 
> ** CRM114 Whitelisted by: linux-kernel@vger.kernel.org **
> 
> ** ACCEPT: CRM114 Whitelisted by: linux-kernel@vger.kernel.org **
> 

:wq!
---------------------------------------------------------------------------
Robert L. Harris                     | GPG Key ID: E344DA3B
                                         @ x-hkp://pgp.mit.edu
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.

Life is not a destination, it's a journey.
  Microsoft produces 15 car pileups on the highway.
    Don't stop traffic to stand and gawk at the tragedy.

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

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

* Re: NVIDIA and 2.6.4?
  2004-03-11 12:31 Robert L. Harris
  2004-03-11 13:07 ` Nerijus Baliunas
@ 2004-03-11 14:52 ` Alistair John Strachan
  1 sibling, 0 replies; 20+ messages in thread
From: Alistair John Strachan @ 2004-03-11 14:52 UTC (permalink / raw)
  To: Robert L. Harris; +Cc: linux-kernel

On Thursday 11 March 2004 12:31, Robert L. Harris wrote:
[snip]
> And that's just for starters.  Does anyone know if there's a way to get
> this to compile cleanly or is it SoL until a new driver is released
> (running 1.0.4191 currently).

Alternatively, pop along to http://minion.de/, where you can still pick up 2.6 
patches for older drivers (we recognise that for some people, the newest 
drivers break things).

-- 
Cheers,
Alistair.

personal:   alistair()devzero!co!uk
university: s0348365()sms!ed!ac!uk
student:    CS/AI Undergraduate
contact:    7/10 Darroch Court,
            University of Edinburgh.

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

* Re: NVIDIA and 2.6.4?
  2004-03-11 13:07 ` Nerijus Baliunas
@ 2004-03-11 13:23   ` Martin Zwickel
  2004-03-13 14:34   ` venom
  1 sibling, 0 replies; 20+ messages in thread
From: Martin Zwickel @ 2004-03-11 13:23 UTC (permalink / raw)
  To: Nerijus Baliunas; +Cc: Linux-Kernel, Robert L. Harris

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

On Thu, 11 Mar 2004 15:07:03 +0200 (EET)
Nerijus Baliunas <nerijus@users.sourceforge.net> bubbled:

> On Thu, 11 Mar 2004 07:31:00 -0500 "Robert L. Harris"
> <Robert.L.Harris@rdlg.net> wrote:
> 
> > And that's just for starters.  Does anyone know if there's a way to get
> > this to compile cleanly or is it SoL until a new driver is released
> > (running 1.0.4191 currently).
> 
> At least for x86 the latest driver (1.0-5336) is compatible with 2.6.x
> (didn't test on 2.6.4 though).

nvidia 5336 works with 2.6.4 here. (but it has a basic sysfs patch
applied by gentoo)

Regards,
Martin

-- 
MyExcuse:
kernel panic: write-only-memory (/dev/wom0) capacity exceeded.

Martin Zwickel <martin.zwickel@technotrend.de>
Research & Development

TechnoTrend AG <http://www.technotrend.de>

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

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

* Re: NVIDIA and 2.6.4?
       [not found] <1yxEK-7cw-5@gated-at.bofh.it>
@ 2004-03-11 13:20 ` Dennis Bliefernicht
  2004-03-11 15:05   ` Robert L. Harris
  0 siblings, 1 reply; 20+ messages in thread
From: Dennis Bliefernicht @ 2004-03-11 13:20 UTC (permalink / raw)
  To: linux-kernel

Robert L. Harris wrote:
> And that's just for starters.  Does anyone know if there's a way to get
> this to compile cleanly or is it SoL until a new driver is released
> (running 1.0.4191 currently).
Get the new driver http://www.nvidia.com/object/linux.html Quite a few have 
been released since 1.0.4191, in fact you're running the driver that was 
released December 11, 2002, try an update ;)

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

* Re: NVIDIA and 2.6.4?
  2004-03-11 12:31 Robert L. Harris
@ 2004-03-11 13:07 ` Nerijus Baliunas
  2004-03-11 13:23   ` Martin Zwickel
  2004-03-13 14:34   ` venom
  2004-03-11 14:52 ` Alistair John Strachan
  1 sibling, 2 replies; 20+ messages in thread
From: Nerijus Baliunas @ 2004-03-11 13:07 UTC (permalink / raw)
  To: Robert L. Harris; +Cc: Linux-Kernel

On Thu, 11 Mar 2004 07:31:00 -0500 "Robert L. Harris" <Robert.L.Harris@rdlg.net> wrote:

> And that's just for starters.  Does anyone know if there's a way to get
> this to compile cleanly or is it SoL until a new driver is released
> (running 1.0.4191 currently).

At least for x86 the latest driver (1.0-5336) is compatible with 2.6.x
(didn't test on 2.6.4 though).

Regards,
Nerijus


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

* NVIDIA and 2.6.4?
@ 2004-03-11 12:31 Robert L. Harris
  2004-03-11 13:07 ` Nerijus Baliunas
  2004-03-11 14:52 ` Alistair John Strachan
  0 siblings, 2 replies; 20+ messages in thread
From: Robert L. Harris @ 2004-03-11 12:31 UTC (permalink / raw)
  To: Linux-Kernel

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



  I'm trying to use the NVIDIA driver so I can play NWN and some other
games which won't run with the stock XFree (xserver-xfree86_4.3.0-5) 
driver.  When I run "make" in the NVIDIA_kernel directory I get alot of
undefined variables:

/lib/modules/2.6.4/build/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.4/build/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type'
/lib/modules/2.6.4/build/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type'
/lib/modules/2.6.4/build/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/lib/modules/2.6.4/build/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.4/build/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus'
/lib/modules/2.6.4/build/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pci_bus'
/lib/modules/2.6.4/build/include/asm/mpspec.h:50: error: `MAX_APICS' undeclared here (not in a function)

And that's just for starters.  Does anyone know if there's a way to get
this to compile cleanly or is it SoL until a new driver is released
(running 1.0.4191 currently).

:wq!
---------------------------------------------------------------------------
Robert L. Harris                     | GPG Key ID: E344DA3B
                                         @ x-hkp://pgp.mit.edu
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.

Life is not a destination, it's a journey.
  Microsoft produces 15 car pileups on the highway.
    Don't stop traffic to stand and gawk at the tragedy.

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

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

end of thread, other threads:[~2004-03-16 21:42 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-15  1:24 NVIDIA and 2.6.4? Sid Boyce
  -- strict thread matches above, loose matches on Subject: below --
2004-03-14  2:23 Sid Boyce
2004-03-14  2:28 ` Sid Boyce
2004-03-11 15:15 Sid Boyce
2004-03-11 19:26 ` Max Valdez
2004-03-12  1:31   ` Sid Boyce
2004-03-12 18:24     ` Adam Jones
2004-03-13  5:15       ` Valdis.Kletnieks
2004-03-15  3:36         ` Steve Youngs
2004-03-16 20:49           ` Dominik Karall
2004-03-16 20:50             ` Brian Gerst
2004-03-16 21:19             ` Valdis.Kletnieks
2004-03-16 21:55               ` Dominik Karall
     [not found] <1yxEK-7cw-5@gated-at.bofh.it>
2004-03-11 13:20 ` Dennis Bliefernicht
2004-03-11 15:05   ` Robert L. Harris
2004-03-11 12:31 Robert L. Harris
2004-03-11 13:07 ` Nerijus Baliunas
2004-03-11 13:23   ` Martin Zwickel
2004-03-13 14:34   ` venom
2004-03-11 14:52 ` Alistair John Strachan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).