Description
Recently , i install Ubuntu24.04 on my pc with A750 GPU,the detail of the PC is:
1.MB: Asrock B450
2.CPU:ryzen5500
3.GPU: A750
4. Memory:16GB DDR4 3400MHZ
After the install of OS, I install the computing package because i want to use oneAPI and ipex according to the official page
https://dgpu-docs.intel.com/driver/client/overview.html
And i notice that this is a big change in the page , like package name and package need to be installed.
After the install of intel package , i install Steam,and launch Steam, Steam install some i386 package and it cause conflict in APT,as follows:
Then i try on Ubuntu24.04 and Ubuntu22.04, the conflict appear in both .
The command i execute
# Install the Intel graphics GPG public key wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | \ sudo gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg # Configure the repositories.intel.com package repository echo "deb [arch=amd64,i386 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu noble client" | \ sudo tee /etc/apt/sources.list.d/intel-gpu-noble.list # Update the package repository meta-data sudo apt update # Install the compute-related packages apt-get install -y libze1 intel-level-zero-gpu intel-opencl-icd clinfo
And i also found that , if i install steam first and install intel gpu package later , the conflict disappear , but the steam and game wont work well .
After the contact with intel official consumer support , he reply :
您好,这边进一步排查了您反馈的问题判断可能是一个运行库冲突的问题。对应的计算运行库的支持属于开发方面 ,建议您可以前往githu官方页面:https://github.com/intel/compute-runtime
进行问题的提交:https://github.com/intel/compute-runtime/issues
以获取进一步的帮助。
it is about that i should invoke a issue to report the problem!
Hope it could be solved soon , thank you !