NVIDIA

From Alpine Linux
Revision as of 06:12, 21 December 2022 by User4708 (talk | contribs) (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)

Nouveau

Nouveau is the 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