Skip to content

Commit 972fe4d

Browse files
committed
Issue #695: Add Intel Arc B580.
1 parent 852f22a commit 972fe4d

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

_cards_gpu/intel-arc-b580.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: card
3+
title: "Intel Arc B580"
4+
picture: "/images/gpu-intel-b580.jpg"
5+
functionality_cm4: "None"
6+
functionality_pi5: "Some"
7+
driver_required: "Yes"
8+
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/695"
9+
buy_link: https://amzn.to/40UZIy6
10+
videos:
11+
- https://www.youtube.com/watch?v=l9dItRUjQ0k
12+
---
13+
The Intel Arc B580 is Intel's second generation standalone graphics card, in the 'Battlemage' series. The Xe driver has improved a bit since the first generation 'Archimedes' cards, but is still a little rough.
14+
15+
Physically, it requires a x16 PCIe socket. You will need to supply about 225W to the card directly through it's two 8-pin PCIe power plugs.
16+
17+
### Xe Open Source Driver
18+
19+
To get the i915 driver loaded, you have to [recompile the Linux kernel for Pi OS](https://github.com/geerlingguy/raspberry-pi-pcie-devices/tree/master/extras/cross-compile) on the 6.15 branch (`rpi-6.15.y`) or later.
20+
21+
Go to `Device Drivers` > `Graphics support` on the `menuconfig` step, and select the `Xe` driver to install.
22+
23+
Before compiling the kernel, run `make menuconfig` and set:
24+
25+
1. Device Drivers > Graphics support > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) > Intel Xe Graphics
26+
1. Device Drivers > Graphics support > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) > Intel Xe Graphics > Force probe xe for selected Intel hardware IDs > `*` (enter `*` manually for the value)
27+
28+
There are a few other tweaks that need to be made to get this card to output a signal and work with Vulkan, OpenGL, etc. on a Pi.
29+
30+
See the linked GitHub issue for more details.

images/gpu-intel-arc-b580.png

537 KB
Loading

0 commit comments

Comments
 (0)