* nvidia.o on 2.4.22/2.6.0 ??
@ 2003-10-15 0:33 Max Valdez
2003-10-15 1:25 ` Valdis.Kletnieks
2003-10-19 15:53 ` Brian Jackson
0 siblings, 2 replies; 4+ messages in thread
From: Max Valdez @ 2003-10-15 0:33 UTC (permalink / raw)
To: kernel
[-- Attachment #1: Type: text/plain, Size: 506 bytes --]
Hi
I know this is not really liked, but since I dont have a lot of money,
and this is the only "good" video card I have.
Have anyone made a successful run of X with nvidia (closes source)
module ??, I have a TNT2 running on a 2.4.20-gentoo-r7 kernel, but when
I try to run X on 2.4.22* or 2.6.0* I alway get an error about my screen
and /dev/nvidia0.
Is there any work on this ??, please dont tell me to change my video
card, because I cant.
Thanks in advance
Max
--
Nunca ! Jamas !
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: nvidia.o on 2.4.22/2.6.0 ??
2003-10-15 0:33 nvidia.o on 2.4.22/2.6.0 ?? Max Valdez
@ 2003-10-15 1:25 ` Valdis.Kletnieks
2003-10-15 2:33 ` Guy
2003-10-19 15:53 ` Brian Jackson
1 sibling, 1 reply; 4+ messages in thread
From: Valdis.Kletnieks @ 2003-10-15 1:25 UTC (permalink / raw)
To: Max Valdez; +Cc: kernel
[-- Attachment #1: Type: text/plain, Size: 799 bytes --]
On Wed, 15 Oct 2003 00:33:30 -0000, Max Valdez <maxvaldez@yahoo.com> said:
> Have anyone made a successful run of X with nvidia (closes source)
> module ??, I have a TNT2 running on a 2.4.20-gentoo-r7 kernel, but when
> I try to run X on 2.4.22* or 2.6.0* I alway get an error about my screen
> and /dev/nvidia0.
1) Get the 4496 drivers from NVidia, use "--extract-only" to get the pieces out.
2) Surf over to http://www.minion.de/nvidia and pick up the patch. Apply
it in the NVIDIA-Linux-x86-1.0-4496-pkg2/usr/src/nv directory. While booted
to -test7, 'cp Makefile.kbuild Makefile' and then 'make'.
(I posted more detailed directions a while ago, they should be in the list archives)
It would certainly help if you were more specific about "get an error about
my screen and /dev/nvidia0".
[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: nvidia.o on 2.4.22/2.6.0 ??
2003-10-15 1:25 ` Valdis.Kletnieks
@ 2003-10-15 2:33 ` Guy
0 siblings, 0 replies; 4+ messages in thread
From: Guy @ 2003-10-15 2:33 UTC (permalink / raw)
To: Valdis.Kletnieks, Max Valdez; +Cc: kernel
On Tuesday 14 October 2003 21:25, Valdis.Kletnieks@vt.edu wrote:
> On Wed, 15 Oct 2003 00:33:30 -0000, Max Valdez
<maxvaldez@yahoo.com> said:
> > Have anyone made a successful run of X with nvidia (closes
> > source) module ??, I have a TNT2 running on a
> > 2.4.20-gentoo-r7 kernel, but when I try to run X on 2.4.22*
> > or 2.6.0* I alway get an error about my screen and
> > /dev/nvidia0.
>
> 1) Get the 4496 drivers from NVidia, use "--extract-only" to
> get the pieces out. 2) Surf over to http://www.minion.de/nvidia
> and pick up the patch. Apply it in the
> NVIDIA-Linux-x86-1.0-4496-pkg2/usr/src/nv directory. While
> booted to -test7, 'cp Makefile.kbuild Makefile' and then
> 'make'.
>
> (I posted more detailed directions a while ago, they should be
> in the list archives)
>
> It would certainly help if you were more specific about "get an
> error about my screen and /dev/nvidia0".
What Valdis said.
I have several nvidia cards in some of the machines I support.
Some pointers:
1} 2.4.20 is absolutely rock solid with the 4496 driver. If
stability is required, I strongly suggest 2.4.20.
2} If you want to play with 2.4.22 or 2.6, then set up multiple
kernels. That way you can switch between running stably and
experimenting at boot time. I use GRUB. Note that you'll need to
compile a version of the nvidia 4496 drivers for each kernel. To
prevent different versions of the nvidia driver from being
deleted, do # touch /lib/modules/2.X.Y-whatever/video/nvidia.o
after compiling each version.
3} Different mobos/chipsets and nvidia GPU combinations seem to be
more stable than others. My least stable combination of the
machines I have access to is the nforce chipset with the builtin
GeForce 2 graphics engine. I don't know if nvidia is responsible
for this irony or ASUS.
The drivers and patches indicated by Valdis work. On many
machines, you'll get "badness in pci_subsys_init in search.c"
messages. It's my opinion that this is something that nVidia
needs to fix. In 2.6.0-test7-bk3, APIC and ACPI seems reasonably
solid.
Guy
--
Recyle computers. Install Gentoo GNU/Linux.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: nvidia.o on 2.4.22/2.6.0 ??
2003-10-15 0:33 nvidia.o on 2.4.22/2.6.0 ?? Max Valdez
2003-10-15 1:25 ` Valdis.Kletnieks
@ 2003-10-19 15:53 ` Brian Jackson
1 sibling, 0 replies; 4+ messages in thread
From: Brian Jackson @ 2003-10-19 15:53 UTC (permalink / raw)
To: Max Valdez, kernel
On Tuesday 14 October 2003 07:33 pm, Max Valdez wrote:
> Hi
>
> I know this is not really liked, but since I dont have a lot of money,
> and this is the only "good" video card I have.
>
> Have anyone made a successful run of X with nvidia (closes source)
> module ??, I have a TNT2 running on a 2.4.20-gentoo-r7 kernel, but when
> I try to run X on 2.4.22* or 2.6.0* I alway get an error about my screen
> and /dev/nvidia0.
>
> Is there any work on this ??, please dont tell me to change my video
> card, because I cant.
The gentoo nvidia-kernel package will apply the minion patch if you are
running a 2.6 kernel, so there is no need to do all that by hand. Just make
sure you run "emerge nvidia-kernel" for each new kernel.
--Iggy
>
> Thanks in advance
> Max
> --
> Nunca ! Jamas !
>
--
Home -- http://www.brianandsara.net
Gentoo -- http://gentoo.brianandsara.net
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-10-19 15:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-15 0:33 nvidia.o on 2.4.22/2.6.0 ?? Max Valdez
2003-10-15 1:25 ` Valdis.Kletnieks
2003-10-15 2:33 ` Guy
2003-10-19 15:53 ` Brian Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®