Skip to content

Instantly share code, notes, and snippets.

@avoidwork
Last active April 10, 2023 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avoidwork/79bc09046b403d2ab1ee9e8e853ee8ad to your computer and use it in GitHub Desktop.
Save avoidwork/79bc09046b403d2ab1ee9e8e853ee8ad to your computer and use it in GitHub Desktop.
intel gpu transcoding in plex and ubuntu with celeron n5105
sudo tee /etc/modprobe.d/i915.conf <<EOF
options i915 enable_guc=2
EOF
sudo update-initramfs -u
sudo apt install intel-gpu-tools
sudo apt install ocl-icd-libopencl1 intel-opencl-icd
(reboot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment