Merge pull request #1865 from jeremyVignelles/patch-1

Update steps for Intel hardware acceleration instructions
This commit is contained in:
BotBlake
2026-06-02 11:50:03 +02:00
committed by GitHub
@@ -808,6 +808,11 @@ Root permission is required.
1. Install the latest linux firmware packages **on the host system**. The name varies between distros.
- On Debian:
```shell
sudo apt update && sudo apt install -y firmware-intel-graphics
```
Or, if you're on an older debian version :
```shell
sudo apt update && sudo apt install -y firmware-linux-nonfree
```