NVIDIA: Difference between revisions
(nouveau) |
Prabuanand (talk | contribs) mNo edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== Nouveau == | == Nouveau == | ||
'''Nouveau''' is | '''Nouveau''' is an open-source driver for NVIDIA GPUs. | ||
=== Wayland === | === Wayland === | ||
Line 6: | Line 6: | ||
Install the following packages as needed: | Install the following packages as needed: | ||
* | * {{Pkg|mesa-dri-gallium}}: '''necessary''' Mesa drivers. | ||
* | * {{Pkg|mesa-va-gallium}}: VA-API drivers, for hardware accelerated video encoding and decoding | ||
If driver auto-selection does not work, e.g. no mouse cursor under Sway, manual driver selection might be needed: | If driver auto-selection does not work, e.g. no mouse cursor under Sway, manual driver selection might be needed: | ||
Line 17: | Line 17: | ||
== Proprietary Driver == | == Proprietary Driver == | ||
As of December 2022 the proprietary NVIDIA driver does not support the [https://musl.libc.org/ musl libc]. | |||
[[Category:Drivers]] | |||
[[Category:Graphics]] |
Latest revision as of 09:16, 20 August 2024
Nouveau
Nouveau is an open-source driver for NVIDIA GPUs.
Wayland
Install the following packages as needed:
- mesa-dri-gallium: necessary Mesa drivers.
- mesa-va-gallium: VA-API drivers, for hardware accelerated video encoding and decoding
If driver auto-selection does not work, e.g. no mouse cursor under Sway, manual driver selection might be needed:
export MESA_LOADER_DRIVER_OVERRIDE=nouveau
For VA-API:
export LIBVA_DRIVER_NAME=nouveau
Proprietary Driver
As of December 2022 the proprietary NVIDIA driver does not support the musl libc.