blob: b50b871b8b7f7449411bf5f08ba244ca7b895849 (
plain)
1 **** NOTE for nvidia with udev ****
2
3 If using udev, add your user to the "video" group to be able to
4 use the nvidia devices required for 3d to function properly.
5
6
7 POST-INSTALL
8
9 Use opt/gl-select from ports to select the correct gl/glx
10 libraries and extensions like so:
11
12 # gl-select nvidia
13
14
15 POST-REMOVE
16
17 Use opt/gl-select from ports to revert to the x11r7 gl/glx
18 libraries and extensions like so:
19
20 # gl-select xorg
21
22
23 When UPGRADING/DOWNGRADING the nvidia port (where the version changes),
24 use gl-select to revert to xorg and then re-select nvidia in order to
25 refresh the libGLcore and libGL symlinks, like so:
26
27 # prt-get update nvidia-legacy-96xx
28 # gl-select xorg
29 # gl-select nvidia
30
31 NOTES:
32
33 The following GPUs are no longer supported in the regular NVIDIA Unified UNIX Graphics Driver. Instead, these GPUs will continue to be supported through special "Legacy GPU" drivers that will be updated periodically to add support for new versions of Linux system components (e.g., new Linux kernels, new versions of the X server, etc).
34
35 There are presently two Legacy GPU driver series. The 1.0-71xx series supports TNT, TNT2, GeForce 256, and GeForce2 GPUs. The 1.0-96xx series supports GeForce2 MX, GeForce3, GeForce4, and Quadro4 GPUs. For a complete list of the GPUs supported in each of the Legacy GPU driver series, see the lists below.
36
37 The 1.0-96xx driver supports the following set of GPUs:
38 NVIDIA chip name Device PCI ID
39 GeForce2 MX/MX 400 0x0110
40 GeForce2 MX 100/200 0x0111
41 GeForce2 Go 0x0112
42 Quadro2 MXR/EX/Go 0x0113
43 GeForce4 MX 460 0x0170
44 GeForce4 MX 440 0x0171
45 GeForce4 MX 420 0x0172
46 GeForce4 MX 440-SE 0x0173
47 GeForce4 440 Go 0x0174
48 GeForce4 420 Go 0x0175
49 GeForce4 420 Go 32M 0x0176
50 GeForce4 460 Go 0x0177
51 Quadro4 550 XGL 0x0178
52 GeForce4 440 Go 64M 0x0179
53 Quadro NVS 0x017A
54 Quadro4 500 GoGL 0x017C
55 GeForce4 410 Go 16M 0x017D
56 GeForce4 MX 440 with AGP8X 0x0181
57 GeForce4 MX 440SE with AGP8X 0x0182
58 GeForce4 MX 420 with AGP8X 0x0183
59 GeForce4 MX 4000 0x0185
60 Quadro4 580 XGL 0x0188
61 Quadro NVS 280 SD 0x018A
62 Quadro4 380 XGL 0x018B
63 Quadro NVS 50 PCI 0x018C
64 GeForce2 Integrated GPU 0x01A0
65 GeForce4 MX Integrated GPU 0x01F0
66 GeForce3 0x0200
67 GeForce3 Ti 200 0x0201
68 GeForce3 Ti 500 0x0202
69 Quadro DCC 0x0203
70 GeForce4 Ti 4600 0x0250
71 GeForce4 Ti 4400 0x0251
72 GeForce4 Ti 4200 0x0253
73 Quadro4 900 XGL 0x0258
74 Quadro4 750 XGL 0x0259
75 Quadro4 700 XGL 0x025B
76 GeForce4 Ti 4800 0x0280
77 GeForce4 Ti 4200 with AGP8X 0x0281
78 GeForce4 Ti 4800 SE 0x0282
79 GeForce4 4200 Go 0x0286
80 Quadro4 980 XGL 0x0288
81 Quadro4 780 XGL 0x0289
82 Quadro4 700 GoGL 0x028C
83
84 Referenced from: http://www.nvidia.com/object/IO_32667.html
|