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