Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What version of nvidia-drivers to use with FX5200?
Date: Sun, 08 Feb 2009 04:22:24
Message-Id: 498E5DFC.7060206@gmail.com
In Reply to: [gentoo-user] What version of nvidia-drivers to use with FX5200? by Grant Edwards
1 Grant Edwards wrote:
2 > I can't seem to find an nvidia driver version that works with a
3 > PCI FX5200. Versions later >= 173.15 don't support the 5200
4 > series. I tried several 173.14.xx versions, and they all build
5 > and the nvidia module loads, but Xorg dies with an illegal
6 > instruction signal when it starts. (Xorg runs fine with the
7 > "nv" driver.) I'm trying the 100.14.19 driver, but so far, I
8 > can't get it to compile. I've tried 2.6.27 and 2.6.25 kernels,
9 > and the nvidia module fails to compile with them. I'm trying
10 > 2.6.24 next, but it takes so long to build kernels on a 400MHz
11 > box that the trail and error approach is pretty frustrating.
12 >
13 > Is there a database somewhere of what nvidia driver versions
14 > work with which kernel versions and which boards?
15 >
16 >
17
18
19 I have a FX5200 here and this works well.
20
21 root@smoker / # equery list nvidia
22 [ Searching for package 'nvidia' in all categories among: ]
23 * installed packages
24 [I--] [ ] media-video/nvidia-settings-169.07 (0)
25 [I--] [ ] x11-drivers/nvidia-drivers-173.14.09 (0)
26 root@smoker / #
27
28 root@smoker / # cat /etc/make.conf | grep nv
29 VIDEO_CARDS="nvidia nv"
30 root@smoker / #
31
32
33 You may have to mask the newer ones. They do not work with mine at
34 least. The last info is in make.conf.
35
36 Dale
37
38 :-) :-)

Replies

Subject Author
[gentoo-user] Re: What version of nvidia-drivers to use with FX5200? Grant Edwards <grante@××××.com>