@@ -33,13 +33,14 @@ repository](../../../xbps/repositories/index.md#nonfree).
3333Check if your graphics card belongs to the [ legacy
3434branch] ( https://www.nvidia.com/en-us/drivers/unix/legacy-gpu/ ) . If it does not,
3535install the ` nvidia ` package. Otherwise you should install the appropriate
36- legacy driver, ` nvidia390 ` . The older legacy driver, ` nvidia340 ` , is no longer
37- available, and users are encouraged to [ switch to
36+ legacy driver, ` nvidia470 ` or ` nvidia390 ` . The older legacy driver, ` nvidia340 ` ,
37+ is no longer available, and users are encouraged to [ switch to
3838nouveau] ( #reverting-from-nvidia-to-nouveau ) .
3939
4040| Brand | Type | Model | Driver Package |
4141| --------| -------------| ----------------| ----------------|
42- | NVIDIA | Proprietary | 600+ | ` nvidia ` |
42+ | NVIDIA | Proprietary | 800+ | ` nvidia ` |
43+ | NVIDIA | Proprietary | 600/700 | ` nvidia470 ` |
4344| NVIDIA | Proprietary | 400/500 Series | ` nvidia390 ` |
4445
4546The proprietary driver integrates in the kernel through
@@ -56,16 +57,16 @@ additional packages.
5657If using the ` nouveau ` driver, install the ` mesa-dri-32bit ` package.
5758
5859If using the ` nvidia ` driver, install the ` nvidia<x>-libs-32bit ` package. ` <x> `
59- represents the legacy driver version (` 390 ` ) or can be left empty for the main
60- driver.
60+ represents the legacy driver version (` 470 ` or ` 390 ` ) or can be left empty for
61+ the main driver.
6162
6263## Reverting from nvidia to nouveau
6364
6465### Uninstalling nvidia
6566
6667In order to revert to the ` nouveau ` driver, install the [ ` nouveau `
6768driver] ( #nouveau-open-source-driver ) (if it was not installed already), then
68- remove the ` nvidia ` or ` nvidia390 ` package, as appropriate.
69+ remove the ` nvidia ` , ` nvidia470 ` , or ` nvidia390 ` package, as appropriate.
6970
7071If you were using the obsolete ` nvidia340 ` driver, you might need to install the
7172` libglvnd ` package after removing the ` nvidia340 ` package.
0 commit comments