How to install intel UHD-600 series GPU driver on UBUNTU
To detect the graphics hardware in your system, use this command $ lshw -c video You can also use this command $ lspci -k | grep -EA3 ‘VGA|3D|Display’ See an example listed below of the output. In the example, the graphics controller is HD Graphics 500 The intel Graphic card UHD-605 , cpu is intel j4105 to test. reference: https://github.com/intel/media-driver/ Intel(R) Media Driver for VAAPI Introduction The Intel(R) Media Driver for VAAPI is a new VA-API (Video Acceleration API) user mode driver supporting hardware accelerated decoding, encoding, and video post processing for GEN based graphics hardware. License The Intel(R) Media Driver for VAAPI is distributed under the MIT license with portions covered under the BSD 3-clause "New" or "Revised" License. You may obtain a copy of the License at MIT & BSD-3-Clause Building For Ubuntu 16.04+ apt install autoconf libtool libdrm-dev xorg xorg-dev openbox libx11-dev libgl1-mesa-glx libgl1-mesa-dev Equival...