diff --git a/docs/general/post-install/transcoding/hardware-acceleration/intel.md b/docs/general/post-install/transcoding/hardware-acceleration/intel.md index da2e3291..33d6a61f 100644 --- a/docs/general/post-install/transcoding/hardware-acceleration/intel.md +++ b/docs/general/post-install/transcoding/hardware-acceleration/intel.md @@ -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 ```