Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOINC Client will not see Intel GPU after update to 6.8.1 #5537

Open
debianmain1 opened this issue Mar 17, 2024 · 5 comments
Open

BOINC Client will not see Intel GPU after update to 6.8.1 #5537

debianmain1 opened this issue Mar 17, 2024 · 5 comments

Comments

@debianmain1
Copy link

debianmain1 commented Mar 17, 2024

Describe the bug
Boinc client no longer sees the Intel GPU after the update to Kernel 6.8.1 Downgrading to 6.7.9 allows the Intel GPU to be seen.

Steps To Reproduce

  1. Upgrade from Kernel 6.7.9 to 6.8.1 with an Intel GPU installed.

Expected behavior
Boinc finding Intel GPU as per normal.

Additional context
I believe that this problem is with the addition of the Xe driver in the 6.8 kernel line. I have tried to blacklist the Xe driver module from loading without success. The Xe driver "should" be made available to BOINC due to better handling of hardware. The i915 is very old & will not have the performance of the Xe driver once it matures.

Ideally, BOINC being able to handle both drivers would be optimal. In the short term, defaulting to the i915 driver & ignoring the Xe driver would allow BOINC to continue to use Intel GPUs.

Method of blacklist: In /etc/modprobe.d I added: blacklist xe & options xe modeset=0 to the blacklist.conf file. no change was noted - BOINC still would not see the Intel GPU.

System Information In screenshot below

  • BOINC Version: 7.24.1

Kernel 6.7.9-zen1-1-zen:

03:00.0 VGA compatible controller: Intel Corporation DG2 [Arc A750] (rev 08) (prog-if 00 [VGA controller])
Subsystem: Intel Corporation DG2 [Arc A750]
Flags: bus master, fast devsel, latency 0, IRQ 250
Memory at 82000000 (64-bit, non-prefetchable) [size=16M]
Memory at 4000000000 (64-bit, prefetchable) [size=8G]
Expansion ROM at 83000000 [disabled] [size=2M]
Capabilities:
Kernel driver in use: i915
Kernel modules: i915

Kernel 6.8.1 -zen1-1-zen:

03:00.0 VGA compatible controller: Intel Corporation DG2 [Arc A750] (rev 08) (prog-if 00 [VGA controller])
Subsystem: Intel Corporation DG2 [Arc A750]
Flags: bus master, fast devsel, latency 0, IRQ 250
Memory at 82000000 (64-bit, non-prefetchable) [size=16M]
Memory at 4000000000 (64-bit, prefetchable) [size=8G]
Expansion ROM at 83000000 [disabled] [size=2M]
Capabilities:
Kernel driver in use: i915
Kernel modules: i915, xe

Note the addition of the "xe" Intel driver in kernel modules.

Screenshots
Screenshot from 2024-03-17 08-02-42

@debianmain1
Copy link
Author

debianmain1 commented Mar 18, 2024

Any thoughts on how I can use BOINC with >6.8 until a fix is pushed? I'm fine with a manual intervention. I'm doing testing on the Xe driver in EndeavourOS/Arch & would like to avoid booting between the LTS & main kernels and ideally try to use the Xe driver for work units. A couple of projects are using the Windows Xe driver & it would be VERY interesting to see if the Linux Xe driver is compatible.

@debianmain1
Copy link
Author

debianmain1 commented Mar 31, 2024

OK---Intel-Compute has been patched in Arch Linux. This now allows BOINC 8.1 to see the Intel GPU. As far as I know, this refers only to the i915 driver. Versions 7.24 & 8.0 also work with this patch. I still think there needs to be a "switch" between i915 & Xe driver usage.

Arch Commit: https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/commit/f38c305e75dbb341eeeff5faeb431d8952af1b7d#1e01a16726e6e3e5b0808c37cfba79d1ee7d8801

@debianmain1
Copy link
Author

I will be testing the Xe driver in Arch as soon as Mesa is updated to 24.1 (about 1 month). I will report here as to the results.

@Toby-Broom
Copy link

i got it to detect with an A380 after installing the compute runtime e.g.

https://github.com/intel/compute-runtime/releases/tag/24.13.29138.7

I think you could do with these now https://dgpu-docs.intel.com/driver/client/overview.html

@debianmain1
Copy link
Author

Yes...
I noted that 2 posts above your post.....I am almost ready to test the Xe driver (next Mesa update) & will report then if BOINC works with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

3 participants