Skip to content

Commit 34dcc11

Browse files
committed
Issue #779: Add Intel Arc Pro B50.
1 parent 7bab3f3 commit 34dcc11

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

_cards_gpu/intel-arc-pro-b50.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: card
3+
title: "Intel Arc Pro B50"
4+
picture: "/images/gpu-intel-arc-pro-b50.jpg"
5+
functionality_cm4: "None"
6+
functionality_pi5: "Full"
7+
driver_required: "Yes"
8+
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/779"
9+
buy_link: https://www.newegg.com/Intel-Arc-Pro-B50-16GB-Workstation-SFF-Graphics-Card/p/N82E16814883007
10+
videos: []
11+
---
12+
The Intel Arc Pro B50 is Intel's entry level low-profile slot-power-only workstation graphics card.
13+
14+
It's not meant to compete with large dual or triple-slot GPUs with extra power connectors, the goal is to cram in a somewhat efficient and quiet GPU into an SFF PC. Giving 16 GB of VRAM for a $350 price point (at launch) is quite generous, compared to Nvidia's A1000 and AMD's, well... they don't really have a competing two-slot-cooler low-profile card right now.
15+
16+
Physically, it requires a x16 PCIe socket. The card pulls all power from the card slot, so you need to supply up to 70W to the card slot through an eGPU dock or adapter (don't try running it directly off the Pi's PCIe connection).
17+
18+
### Xe Open Source Driver
19+
20+
To get the Xe 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.
21+
22+
Go to `Device Drivers` > `Graphics support` on the `menuconfig` step, and select the `Xe` driver to install.
23+
24+
Before compiling the kernel, run `make menuconfig` and set:
25+
26+
1. Device Drivers > Graphics support > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) > Intel Xe Graphics
27+
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)
28+
29+
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.
30+
31+
See the linked GitHub issue for more details.

images/gpu-intel-arc-pro-b50.jpg

60 KB
Loading

0 commit comments

Comments
 (0)