public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Nvidia drivers and 2.6.x kernel
@ 2004-01-21 23:12 Christian Unger
  2004-01-21 23:19 ` Tomasz Torcz
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Christian Unger @ 2004-01-21 23:12 UTC (permalink / raw)
  To: linux-kernel

Hi Everyone

I'm not sure if this has been done to death or not, but i can not get the 4496 
and 5328 versions of the NVidia kernel to work on the 2.6.1 version of (you 
guessed it) Linux.

I've googled about but not really found any great stuff. I did find this:

http://www.kerneltrap.org/node/view/1804
and from there the link to http://minion.de

I've tried it with both versions of the driver, with both versions of the 
drivers Makefile (Makefile.nvidia and Makefile.kbuild). 

With the installer and with just make install (make kernel_module_install).
The message i get is that the module is the wrong format.
The files that i can get to appear in:
/lib/modules/2.6.1/kernel/drivers/video are nvidia.ko & nvidia.o
Originally i thought they were the same file, but they have different sizes 
(afterall)
chakkerz@stormcrow:/lib/modules/2.6.1/kernel/drivers/video$ ls -l
total 4648
-rw-rw-r--    1 root     root      2376880 Jan 21 12:14 nvidia.ko
-rw-rw-r--    1 root     root      2376702 Jan 21 12:15 nvidia.o

so: i've tried unpatched, patched, old and new drivers, installer and make, 
make in the installers root, and it's sub director usr/src/nv ... oh yes, and 
different versions of the patch.

could someone please tell me where to find out how to make this work, because 
linux without GUI is little use to me.

In case it matters:
This is an AMD Athlon XP 2800+ on a Gigabyte GA-7N400 Pro2 MoBo (nforce2). The 
FFX is an Abit Siluro GeForce 4 Ti4200 OTES. 2 sticks of 256 Corsair DDR in 
dual channel. The kernel compiles i tried were with AGPGART integrated (and 
the nforce/nforce2 also integrated) as well as AGPGART as a module. Most of 
the stuff i tried with AGPGART as a module.
-- 
with kind regards,
  Christian Unger

"You don't need eyes to see, you need vision" (Faithless - Reverence)

  Mobile:            0402 268904
  Internet:          http://naiv.sourceforge.net
  NAIV Status:
     Stable       Testing       Development
      0.2.3r2      0.3.0         0.3.1 - File Handling

"May there be mercy on man and machine for their sins" (Animatrix)


^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: Nvidia drivers and 2.6.x kernel
@ 2004-01-22 18:15 Bob Gill
  0 siblings, 0 replies; 19+ messages in thread
From: Bob Gill @ 2004-01-22 18:15 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Hi.  I also have an Nvidia Ti4200, running on Fedora Core with the
2.6.2-rc1 kernel.  The easiest way to get the driver installed was to
grab a pre-built no-fuss installer from
http://www.sh.nu/download/nvidia/linux-2.6/ and after you build your new
kernel, boot into it, kill X and make sure it stays dead by modifying
/etc/inittab by changing 
respawn:/etc/X11/prefdm -nodaemon
to
# x:5:respawn:/etc/X11/prefdm -nodaemon
(save) and type init q  ...if X wasn't dead before, it is now.  You
should now be able to install the driver (where ever you put it) by just
running >sh <drivername>
Assuming your XF86Config is still setup to deal with the binary nVidia
driver, when you uncomment the line in the /etc/inittab file and re-run
init q, X should start with an nvidia splash screen.  Please be aware
that there are problems with agpgart on via chipsets (I don't have one,
I'm quoting from the minion page).  And there is a procedure for getting
mesa (and optionally glut) installed alongside the binary nvidia driver
(and a bit more if you want tv with overscan).  


^ permalink raw reply	[flat|nested] 19+ messages in thread
* Nvidia drivers and 2.6.x kernel
@ 2004-01-21 23:04 Christian Unger
       [not found] ` <400FB4AA.8000109@yahoo.com.br>
  0 siblings, 1 reply; 19+ messages in thread
From: Christian Unger @ 2004-01-21 23:04 UTC (permalink / raw)
  To: linux-kernel

Hi Everyone

I'm not sure if this has been done to death or not, but i can not get the 4496 
and 5328 versions of the NVidia kernel to work on the 2.6.1 version of (you 
guessed it) Linux.

I've googled about but not really found any great stuff. I did find this:

http://www.kerneltrap.org/node/view/1804
and from there the link to http://minion.de

I've tried it with both versions of the driver, with both versions of the 
drivers Makefile (Makefile.nvidia and Makefile.kbuild). 

With the installer and with just make install (make kernel_module_install).
The message i get is that the module is the wrong format.
The files that i can get to appear in:
/lib/modules/2.6.1/kernel/drivers/video are nvidia.ko & nvidia.o
Originally i thought they were the same file, but they have different sizes 
(afterall)
chakkerz@stormcrow:/lib/modules/2.6.1/kernel/drivers/video$ ls -l
total 4648
-rw-rw-r--    1 root     root      2376880 Jan 21 12:14 nvidia.ko
-rw-rw-r--    1 root     root      2376702 Jan 21 12:15 nvidia.o

so: i've tried unpatched, patched, old and new drivers, installer and make, 
make in the installers root, and it's sub director usr/src/nv ... oh yes, and 
different versions of the patch.

could someone please tell me where to find out how to make this work, because 
linux without GUI is little use to me.

In case it matters:
This is an AMD Athlon XP 2800+ on a Gigabyte GA-7N400 Pro2 MoBo (nforce2). The 
FFX is an Abit Siluro GeForce 4 Ti4200 OTES. 2 sticks of 256 Corsair DDR in 
dual channel. The kernel compiles i tried were with AGPGART integrated (and 
the nforce/nforce2 also integrated) as well as AGPGART as a module. Most of 
the stuff i tried with AGPGART as a module.
-- 
with kind regards,
  Christian Unger

"You don't need eyes to see, you need vision" (Faithless - Reverence)

  Mobile:            0402 268904
  Internet:          http://naiv.sourceforge.net
  NAIV Status:
     Stable       Testing       Development
      0.2.3r2      0.3.0         0.3.1 - File Handling

"May there be mercy on man and machine for their sins" (Animatrix)


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

end of thread, other threads:[~2004-01-27 23:28 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-21 23:12 Nvidia drivers and 2.6.x kernel Christian Unger
2004-01-21 23:19 ` Tomasz Torcz
2004-01-21 23:28   ` Christian Unger
2004-01-22  8:38     ` Robin Rosenberg
2004-01-21 23:28 ` Diego Calleja
2004-01-21 23:44 ` Paul Misner
2004-01-22  0:05   ` Christian Unger
2004-01-22  0:24     ` Paul Misner
2004-01-22  0:38       ` Rob Couto
2004-01-22 19:19       ` Josh McKinney
  -- strict thread matches above, loose matches on Subject: below --
2004-01-22 18:15 Bob Gill
2004-01-21 23:04 Christian Unger
     [not found] ` <400FB4AA.8000109@yahoo.com.br>
2004-01-22 11:52   ` Christian Unger
2004-01-22 12:12     ` Kieran
2004-01-22 22:42       ` Christian Unger
     [not found]         ` <401052C6.7040500@ihateaol.co.uk>
2004-01-25 23:24           ` Christian Unger
2004-01-27 22:49             ` Charles Shannon Hendrix
2004-01-22 23:48       ` Charles Shannon Hendrix
2004-01-22 23:40     ` Charles Shannon Hendrix

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