Skip to content

Commit 2547a4f

Browse files
committed
Fixes #510: Add Intel Arc A750 graphics card.
1 parent 45d3039 commit 2547a4f

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

_cards_gpu/intel-arc-a750.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: card
3+
title: "Intel Arc A750 Limited Edition"
4+
picture: "/images/gpu-intel-a750.jpg"
5+
functionality: "None"
6+
driver_required: "Yes"
7+
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/510"
8+
buy_link: https://amzn.to/40UZIy6
9+
videos: []
10+
---
11+
The Intel Arc A750 Limited Edition is one of Intel's first consumer standalone graphics cards. The driver support for X86 is... okay at best right now. And for ARM64, nonexistent.
12+
13+
Physically, it requires a x16 PCIe socket. You will need to supply about 225W to the card directly through it's 8-pin and 6-pin PCIe power plugs.
14+
15+
### i915 Open Source Driver
16+
17+
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.2 branch (`rpi-6.2.y`) or later.
18+
19+
Go to `Device Drivers` > `Graphics support` on the `menuconfig` step, and select the `i915` driver to install.
20+
21+
...unfortunately, at this time, that driver only supports X86 systems, so it isn't able to be selected if cross-compiling for ARM.
22+
23+
See the linked GitHub issue for more details.

images/gpu-intel-a750.jpg

103 KB
Loading

0 commit comments

Comments
 (0)