Last active
April 10, 2023 00:27
-
-
Save avoidwork/79bc09046b403d2ab1ee9e8e853ee8ad to your computer and use it in GitHub Desktop.
intel gpu transcoding in plex and ubuntu with celeron n5105
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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