Updated Fixing Hardware Decoding Problems (markdown)

Cameron Gutman 2022-12-07 22:13:43 -06:00
parent 76099c824a
commit 07d7f03473

@ -21,7 +21,7 @@ Moonlight uses VAAPI, VDPAU, and NVDEC for hardware acceleration on Linux. One o
* If you are running Moonlight via AppImage, you will need to ensure the appropriate video acceleration drivers are installed on your system. On Debian-based distros like Ubuntu, run `apt-get install va-driver-all vdpau-driver-all`. On newer Intel hardware, you may need to also run `apt install intel-media-va-driver-non-free`. * If you are running Moonlight via AppImage, you will need to ensure the appropriate video acceleration drivers are installed on your system. On Debian-based distros like Ubuntu, run `apt-get install va-driver-all vdpau-driver-all`. On newer Intel hardware, you may need to also run `apt install intel-media-va-driver-non-free`.
* If you installed Moonlight via Flatpak, you may need extra packages to utilize hardware video decoding in Flatpak applications. * If you installed Moonlight via Flatpak, you may need extra packages to utilize hardware video decoding in Flatpak applications.
* For AMD GPUs, run `flatpak install flathub org.freedesktop.Platform.GL.default//22.08-extra` to install the required Mesa video codecs * For AMD GPUs, run `flatpak install flathub org.freedesktop.Platform.GL.default//22.08-extra` to install the required Mesa video codecs.
* For Intel and Nvidia GPUs, run `flatpak update` to ensure the appropriate packages are installed and up-to-date. * For Intel and Nvidia GPUs, run `flatpak update` to ensure the appropriate packages are installed and up-to-date.
* If you are running Wayland on GNOME, you may need to launch Moonlight with the `-platform wayland` option to ensure hardware acceleration works. * If you are running Wayland on GNOME, you may need to launch Moonlight with the `-platform wayland` option to ensure hardware acceleration works.