NVIDIA: Difference between revisions
WhyNotHugo (talk | contribs) (→Proprietary Driver: link to internal musl page) |
Prabuanand (talk | contribs) (reformatted sentence) |
||
Line 1: | Line 1: | ||
This page is about ''' | This page is about driver information for NVIDIA graphic cards. Currently '''Nouveau''', the open-source driver for NVIDIA GPUs is supported as the proprietary NVIDIA driver is not available for [[Musl|Musl C library]] used in Alpine Linux. | ||
== Nouveau == | == Nouveau == | ||
'''Nouveau''' is an open-source driver for NVIDIA GPUs. | '''Nouveau''' is an open-source driver for NVIDIA GPUs. | ||
== Wayland == | |||
Install the following packages as needed: | Install the following packages as needed: | ||
Line 18: | Line 19: | ||
* <code>export LIBVA_DRIVER_NAME=nouveau</code> | * <code>export LIBVA_DRIVER_NAME=nouveau</code> | ||
== | == See also == | ||
* [[Kernel Modesetting]] | |||
[[Category:Drivers]] | [[Category:Drivers]] | ||
[[Category:Graphics]] | [[Category:Graphics]] |
Latest revision as of 05:09, 9 May 2025
This page is about driver information for NVIDIA graphic cards. Currently Nouveau, the open-source driver for NVIDIA GPUs is supported as the proprietary NVIDIA driver is not available for Musl C library used in Alpine Linux.
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