mirror of
https://github.com/moonlight-stream/moonlight-docs.git
synced 2025-07-01 07:15:31 +00:00
Updated Fixing Hardware Decoding Problems (markdown)
parent
08404e1881
commit
342a282238
@ -17,7 +17,15 @@ Moonlight uses VAAPI and VDPAU for hardware acceleration on Linux. One of those
|
|||||||
|
|
||||||
### Ubuntu
|
### Ubuntu
|
||||||
|
|
||||||
|
All GPUs:
|
||||||
1. `sudo apt install ubuntu-restricted-addons`
|
1. `sudo apt install ubuntu-restricted-addons`
|
||||||
2. * Intel GPUs: `sudo apt install intel-vaapi-driver`
|
2. `sudo apt install va-driver-all vdpau-driver-all`
|
||||||
* AMD GPUs and NVIDIA GPUs using open-source drivers: `sudo apt install mesa-vdpau-drivers`
|
|
||||||
* NVIDIA GPUs using proprietary drivers: VDPAU should be included in the NVIDIA driver package
|
### Fedora
|
||||||
|
|
||||||
|
Intel GPUs:
|
||||||
|
1. `sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm`
|
||||||
|
2. `sudo dnf install intel-vaapi-driver`
|
||||||
|
|
||||||
|
Other GPUs:
|
||||||
|
1. `sudo dnf install mesa-vdpau-drivers`
|
Loading…
x
Reference in New Issue
Block a user