NVIDIA: Difference between revisions

From Alpine Linux
m (User4708 moved page Nvidia Video to NVIDIA: NVIDIA is more inline with other Linux distro docs - NVIDIA is spelled in captial letters on the NVIDA website)
(→‎Proprietary Driver: link to internal musl page)
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This page is about '''nouveau''' the open source driver for NVIDIA graphic cards.
== Nouveau ==
== Nouveau ==
'''Nouveau''' is the open-source driver for NVIDIA GPUs.
'''Nouveau''' is an open-source driver for NVIDIA GPUs.


=== Wayland ===
=== Wayland ===
Line 6: Line 8:
Install the following packages as needed:
Install the following packages as needed:


* <code>mesa-dri-gallium</code>: '''necessary''' Mesa drivers.
* {{Pkg|mesa-dri-gallium}}: '''necessary''' Mesa drivers.
* <code>mesa-va-gallium</code>: VA-API drivers, for hardware accelerated video encoding and decoding
* {{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 19:


== Proprietary Driver ==
== Proprietary Driver ==
As of December 2024 the proprietary NVIDIA driver does not support the [[Musl|musl libc]].
[[Category:Drivers]]
[[Category:Graphics]]

Revision as of 16:53, 25 February 2025

This page is about nouveau the open source driver for NVIDIA graphic cards.

Nouveau

Nouveau is an open-source driver for NVIDIA GPUs.

Wayland

Install the following packages as needed:

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 2024 the proprietary NVIDIA driver does not support the musl libc.