Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NVIDIA drivers 1.0-3123: ebuild broken?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Lasker
Guru
Guru


Joined: 17 Jul 2002
Posts: 445

PostPosted: Thu Sep 12, 2002 1:33 am    Post subject: NVIDIA drivers 1.0-3123: ebuild broken? Reply with quote

Just tried to update the new Nvidia drivers the same way I usually did: This time both nvidia-kernel and -glx stuck on download with zero-byte files in /usr/portage/distfiles, without any message.
A minor problem only: I've got them from Nvidia homepage and copied them into /usr/portage/distfiles. Emerge worked then, the drivers too.
Back to top
View user's profile Send private message
Kevlar
n00b
n00b


Joined: 23 Jun 2002
Posts: 2

PostPosted: Thu Sep 12, 2002 3:24 am    Post subject: Reply with quote

I was able to download the files and install them, but when I restarted my X server it failed. I unmerged nvidia-kernel and nvidia-glx and then emerged them again. Same problem. Unmerged them and went back to the previous ebuild which worked perfectly. I believe the error upon running startx was something to do with being unable to load NVdriver and with screens being found but not configured correctly.
_________________
My advice is worth exactly what you paid for it, nothing more, nothing less!
Back to top
View user's profile Send private message
IvoryTiger
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2002
Posts: 132

PostPosted: Thu Sep 12, 2002 4:27 am    Post subject: Ebuild worked fine for me (with caveat)... Reply with quote

I had to stop the emerge 4 times when it hung downloading the package. Once I got through the download everything worked fine and X came up fine.
_________________
--
For those about to compile...we salute you!
Back to top
View user's profile Send private message
dbasinge
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2002
Posts: 86
Location: Salt Lake City, UT

PostPosted: Thu Sep 12, 2002 4:40 am    Post subject: Reply with quote

I had the same problem. The 1.0.3123 drivers started working for me when I turns power completely off to the computer and restarted :? .

The old driver must had something stuck in memory?

Go figure.

Mike
Back to top
View user's profile Send private message
Lasker
Guru
Guru


Joined: 17 Jul 2002
Posts: 445

PostPosted: Thu Sep 12, 2002 4:59 am    Post subject: Reply with quote

Hmm, reading about all your problems (which didn't occur here) makes me wonder what could I've made different?
I recalled 'opengl-update nvidia', just for sure. Could this be the difference? There also was an update on 'opengl-update'...
Back to top
View user's profile Send private message
Instinct
n00b
n00b


Joined: 02 Aug 2002
Posts: 74

PostPosted: Thu Sep 12, 2002 5:26 am    Post subject: Reply with quote

any noticable performance improvements with these?
Back to top
View user's profile Send private message
zypher
Retired Dev
Retired Dev


Joined: 10 Jun 2002
Posts: 416
Location: Cologne, ger.

PostPosted: Thu Sep 12, 2002 5:48 am    Post subject: Reply with quote

I downloaded the tarballs manually from nvidia and emerged te new glx/kernel combo.
Performance is about the same with my GeForce2MX, in glxgears (~1370fps) and quake3 (~130fps playing demo four).
I think my card is on it's maximum for a while now, new drivers don't have any effect.
Any one with a better card to report on performance?
_________________
linux user 65882
Back to top
View user's profile Send private message
crashman
n00b
n00b


Joined: 13 Apr 2002
Posts: 23
Location: Midwest City, Ok

PostPosted: Thu Sep 12, 2002 11:56 am    Post subject: No noticable performance increase with GeForce 3 Ti500 Reply with quote

I didn't run an exhaustive series of benchmarks, I just ran glxgears. :wink:

I got roughly 2900 fps both before and after upgrading. I did have to reboot after emerging, got an error in loading NVdriver until I did. After rebooting I had no problems.

Make sure the kernel that is pointed to by /usr/src/linux is configured and also the kernel you are running.
Back to top
View user's profile Send private message
kang
Retired Dev
Retired Dev


Joined: 17 May 2002
Posts: 60

PostPosted: Thu Sep 12, 2002 12:11 pm    Post subject: Reply with quote

can't get the package, their ftp hangs each time... waiting for ibiblio to mirror :(
Back to top
View user's profile Send private message
zypher
Retired Dev
Retired Dev


Joined: 10 Jun 2002
Posts: 416
Location: Cologne, ger.

PostPosted: Thu Sep 12, 2002 6:33 pm    Post subject: Reply with quote

Download from nvidia and put the tarballs in /usr/portage/distfiles, then emerge again ;)
_________________
linux user 65882
Back to top
View user's profile Send private message
pdouble
Tux's lil' helper
Tux's lil' helper


Joined: 24 Aug 2002
Posts: 89
Location: USA

PostPosted: Fri Sep 13, 2002 5:52 am    Post subject: Reply with quote

I had very strange behavior when upgrading too. I manually unloaded the NVdriver, reloaded and everything but OpenGL stuff worked fine. Before I went back to the old nvidia driver, I unmerge opengl-update 1.4, merged opengl-update 1.3 and ran "opengl-update nvidia". OpenGL then worked. Just to be sure, I upgraded to 1.4 again, and ran the command, and OpenGL software failed. I went back to 1.3, ran the command, and OpenGL works again. I looked through the opengl-update script and could not figure out what would cause the problem. The only different I could see was the --use-old option and there is a line in there:

Code:

GL_IMPLEM="$1"


Now I've had trouble using

Code:

CXXFLAGS="$CFLAGS"


and had to use

Code:

CXXFLAGS="${CFLAGS}"


but I don't think this would apply to $1 since it is a single character. It may however, so I will probably test it. Getting late, so I'm happy my OpenGL screen saver works again... :)
Back to top
View user's profile Send private message
n0n
Guru
Guru


Joined: 13 Jun 2002
Posts: 355

PostPosted: Fri Sep 13, 2002 1:54 pm    Post subject: Reply with quote

Kevlar wrote:
I was able to download the files and install them, but when I restarted my X server it failed. I unmerged nvidia-kernel and nvidia-glx and then emerged them again. Same problem. Unmerged them and went back to the previous ebuild which worked perfectly. I believe the error upon running startx was something to do with being unable to load NVdriver and with screens being found but not configured correctly.


I had basically the same problem, here's what worked for me. Quit out of X, do an "rmmod NVdriver" (and make sure it doesn't show up in lsmod anymore), then UNMERGE your previous versions completely (make sure there's no nVidia stuff anywhere), and then merge in the new versions. Worked for me, anyway. Oh, and I did an "opengl-update nvidia" too, but I don't know if that was necessary or not. No computer restart required. Emerging without doing that unmerge didn't work for me . . .
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum