LM/Install driver: Difference between revisions
< LM
Jump to navigation
Jump to search
(→clinfo) |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 14: | Line 14: | ||
ocloc \ | ocloc \ | ||
libigc-dev | libigc-dev | ||
sudo usermod -aG render,video $USER | |||
# check again | # check again | ||
| Line 24: | Line 27: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo apt install --reinstall intel-opencl-icd intel-level-zero-gpu | sudo apt install --reinstall intel-opencl-icd intel-level-zero-gpu | ||
</syntaxhighlight> | |||
== clinfo == | |||
<syntaxhighlight lang="bash"> | |||
clinfo -l | |||
clinfo -d 1:0 | |||
clinfo -d 1:0 | grep "Driver Version" | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 02:24, 27 August 2026
Install PPA driver
# install ppa (the most important)
sudo add-apt-repository -y ppa:kobuk-team/intel-graphics
sudo apt update
sudo apt install -y intel-opencl-icd libze-intel-gpu1 intel-media-va-driver-non-free clinfo intel-gsc
# 安裝與更新 Intel GPU 底層編譯與運行庫
sudo apt update && sudo apt install -y \
intel-igc-core \
intel-opencl-icd \
intel-level-zero-gpu \
ocloc \
libigc-dev
sudo usermod -aG render,video $USER
# check again
sudo clinfo
Reinstall
sudo apt install --reinstall intel-opencl-icd intel-level-zero-gpu
clinfo
clinfo -l
clinfo -d 1:0
clinfo -d 1:0 | grep "Driver Version"
Check device connection
# Check eGPU connection (for eGPU only)
boltctl list
# Check hardware dectection
sudo dmesg | grep -i 'xe '
# Check pci devices
lspci | grep -i 'vga\|display'
Found B70 at PCI node 05:00.0
Intel Corporation Device e223 is Intel Pro Arc B70.
05:00.0 VGA compatible controller: Intel Corporation Device e223 66:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 1114 (rev c2)
Display device details.
# Check card detail (sudo is required)
sudo lspci -vvv -s 05:00.0
# Check linux device & owner/group
ls -l /dev/dri