Yes, I did change the driver as I mentioned: 
"Incidentally, I did change the "nv" to "nvidia" in
the driver portion."

Still no luck for me.  Did you happen to receive the
warning messages when you compiled your
NVIDIA_kernel-0.9-6???  They were:

"/tmp/ccvvfRE1.s: Assembler messages:
/tmp/ccvvfRE1.s:9: Warning: Ignoring changed section
attributes for .modinfo"

Does anyone know what that means?

I'll try installing a 2.4 kernel tonight then and see
how that works out for me.

Any ideas are GREATLY appreciated.

--- Trevor Reynolds <[EMAIL PROTECTED]> wrote:
> Hi,
>     You didn't mention it in your message, but did
> you modify your
> XF86Config and XF86Config-4 files by replacing "nv"
> with "nvidia"?  Based on
> the output of lsmod it looks like X is still loading
> the old nv driver and
> not the new one.
>     Also I have the 0.9-6 drivers working in 7.2
> with the 2.2.17 kernel just
> fine, after I made the modifications from evil3d. 
> But my PC has a Via
> Apollo Pro chipset.
> 
>     Trevor
> 
> ----- Original Message -----
> From: "s" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, January 30, 2001 1:33 AM
> Subject: Re: [newbie] Problems with GLX for LM 7.2
> 
> 
> > If I remember correctly, they are for the 2.4.0
> kernel.  (They got
> released
> > like two days after I used a patch for the 0.9-5
> and installed them,
> so...)
> > If your using 2.2.17 or 2.2.18, and don't have the
> the i815 mobo you
> should
> > probably try the 0.9-5 drivers.  If you have an
> i815 mobo, you will have
> to
> > install the 2.4.0 kernel for agpgart support.
> > -s
> >
> > On Tuesday 30 January 2001 07:54 am, you wrote:
> > > Hello, List:
> > >
> > > I am hoping someone can help me install these
> Nvidia
> > > drivers.  I am trying to install
> > > NVIDIA_kernel-0.9-6.tar.gz and
> > > NVIDIA_GLX-0.9-6.tar.gz.
> > >
> > > My system is the following:
> > > Pentium III 866MHz
> > > 384 Megs PC-133 RAM
> > > Hercules Prophet II Geforce 2 GTS w/ 64megs of
> DDR
> > > Asus CUSL2 Motherboard (Intel 815E chipset)
> > > Soundblaster Live! Platinum
> > >
> > > I download the drivers from the nvidia.com
> website to
> > > my /tmp directory and decompress them with tar
> -xvzf.
> > >
> > > I then make a change to my os-registry.c as per
> > > http://www.evil3d.net/articles/linux/nv95v96_2/ 
> This
> > > is a perfermance bug fix and should not affect
> my
> > > installation.
> > >
> > > Before install I removed the Mesa rpm using rpm
> -e
> > > because Mesa is not compatible with the nvidia
> > > drivers.
> > >
> > > I have tried installing these nvidia drivers
> probably
> > > 30 times.  Several times I have tried from a
> clean
> > > install of Mandrake 7.2.  Currently I am trying
> to
> > > install these drivers on Mandrake 7.2 with all
> of the
> > > updates and KDE 2.1 beta 1.
> > >
> > > I have followed the instructions on
> linuxnewbie.org
> > > and mandrakeuser.org (both short and long) as
> best as
> > > I can.  I have also followed the Nvidia
> > > instructions/FAQ thoroughly.  However, all of
> these
> > > (including nvidia) seem to be written for the
> old 9-5
> > > drivers.
> > >
> > > After decompressing and applying the performance
> fix
> > > as mentioned above, I first go to the
> > > NVIDIA_kernel-0.9-6 directory.  I had to make
> > > /usr/X11R6/lib/modules/extensions and
> > > /usr/X11R6/lib/modules/drivers directories
> because
> > > they were needed for the driver install, but did
> not
> > > previously exist.  As root I have tried
> compiling with
> > > make, make install, and make
> > > SYSINCLUDE=/usr/src/linux/include.  Sometimes
> after
> > > the compile I try running sh ./makedevices.sh. 
> These
> > > all SEEM to end with the same results.
> > >
> > > Following is the output from make (please notice
> the
> > > warnings):
> > >
> > > [root@localhost NVIDIA_kernel-0.9-6]# make
> > > rm -f nv.o os-interface.o os-registry.o
> Module-linux
> > > NVdriver
> > > cc -c -Wall -Wunknown-pragmas -Wno-multichar -O
> > > -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES
> -DUNIX
> > > -DLINUX -DNV4_HW -DNTRM -DRM20 -D_X86_=1
> -Di386=1
> > > -D_GNU_SOURCE -DRM_HEAPMGR -D_LOOSE_KERNEL_NAMES
> > > -I. -I/usr/src/linux/include nv.c
> > > /tmp/ccvvfRE1.s: Assembler messages:
> > > /tmp/ccvvfRE1.s:9: Warning: Ignoring changed
> section
> > > attributes for .modinfo
> > > cc -c -Wall -Wunknown-pragmas -Wno-multichar -O
> > > -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES
> -DUNIX
> > > -DLINUX -DNV4_HW -DNTRM -DRM20 -D_X86_=1
> -Di386=1
> > > -D_GNU_SOURCE -DRM_HEAPMGR -D_LOOSE_KERNEL_NAMES
> > > -I. -I/usr/src/linux/include os-interface.c
> > > cc -c -Wall -Wunknown-pragmas -Wno-multichar -O
> > > -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES
> -DUNIX
> > > -DLINUX -DNV4_HW -DNTRM -DRM20 -D_X86_=1
> -Di386=1
> > > -D_GNU_SOURCE -DRM_HEAPMGR -D_LOOSE_KERNEL_NAMES
> > > -I. -I/usr/src/linux/include os-registry.c
> > > /tmp/ccgZ6UM6.s: Assembler messages:
> > > /tmp/ccgZ6UM6.s:16: Warning: Ignoring changed
> section
> > > attributes for .modinfo
> > > ld -r -o Module-linux nv.o os-interface.o
> > > os-registry.o
> > > ld -r -o NVdriver Module-linux Module-nvkernel
> > > size NVdriver
> > >    text    data     bss     dec     hex filename
> > >  444879   28160   19528  492567   78417 NVdriver
> > > NVdriver installed successfully.
> > > [root@localhost NVIDIA_kernel-0.9-6]#
> > >
> > > I then cd ../NVIDIA_GLX-0.9-6 where I do another
> make.
> > >  This results in the following with a new error
> > > (earlier I did not have this error, but still
> had the
> > > same situation [meaning GLX was not loaded]):
> > >
> > > [root@localhost NVIDIA_GLX-0.9-6]# make
> > > Removing all old and conflicting files!
> > >       rm -f     //usr/lib/libGL.*
> > >       rm -f     //usr/lib/libGLcore.*
> > >       rm -f
> > > //usr/X11R6/lib/modules/extensions/libGLcore.*
> > >       rm -f
> > > //usr/X11R6/lib/modules/extensions/libglx.*
> > > Installing new drivers
> > >       install libGL.so.1.0.6     //usr/lib
> > >       install libGLcore.so.1.0.6 //usr/lib
> > >       install nvidia_drv.o
> > > //usr/X11R6/lib/modules/drivers
> > >       install libglx.so.1.0.6
> > > //usr/X11R6/lib/modules/extensions
> > > /sbin/ldconfig
> > > /sbin/ldconfig: warning: can't open
> > > /usr/X11R6/lib/libGL.so.1 (No such file or
> directory),
> > > skipping
> > > cd //usr/lib/; ln -fs libGL.so.1.0.6 libGL.so
> > > cd //usr/X11R6/lib/modules/extensions; \
> > >         ln -fs libglx.so.1.0.6 libglx.so
> > > [root@localhost NVIDIA_GLX-0.9-6]#
> > >
> > > At this point (after the completion of the GLX
> make)
> > > running ldconfig seems to work okay.
> > >
> > > After a reboot, I do not have the NVdriver
> module
> > > loaded.  Loading this manually with /sbin/insmod
> > > NVdriver seems to work, but lsmod gives the
> following
> > > peculiar results (notice the unused):
> > >
> > > [root@localhost NVIDIA_GLX-0.9-6]# lsmod
> 
=== message truncated ===


__________________________________________________
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to