Skip to content

Commit d3b312c

Browse files
committed
Issue #778: Add Intel Arc A310 ECO.
1 parent 25df9ee commit d3b312c

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

_cards_gpu/intel-arc-a310.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: card
3+
title: "Intel Arc A310 ECO"
4+
picture: "/images/gpu-intel-arc-a310.jpeg"
5+
functionality_cm4: "None"
6+
functionality_pi5: "Untested"
7+
driver_required: "Yes"
8+
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/778"
9+
buy_link: https://amzn.to/4mWEDgm
10+
videos: []
11+
---
12+
The Intel Arc A310 ECO is the cheapest of Intel's Arc graphics cards.
13+
14+
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 external adapter (don't try running it directly off the Pi's PCIe connection).
15+
16+
### Xe Open Source Driver
17+
18+
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.
19+
20+
Go to `Device Drivers` > `Graphics support` on the `menuconfig` step, and select the `Xe` driver to install.
21+
22+
Before compiling the kernel, run `make menuconfig` and set:
23+
24+
1. Device Drivers > Graphics support > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) > Intel Xe Graphics
25+
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)
26+
27+
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.
28+
29+
See the linked GitHub issue for more details.

_cards_gpu/intel-arc-a750.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: card
33
title: "Intel Arc A750 Limited Edition"
44
picture: "/images/gpu-intel-a750.jpg"
55
functionality_cm4: "None"
6-
functionality_pi5: "Untested"
6+
functionality_pi5: "Full"
77
driver_required: "Yes"
88
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/510"
99
buy_link: https://amzn.to/40UZIy6

_cards_gpu/intel-arc-b580.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: card
33
title: "Intel Arc B580"
44
picture: "/images/gpu-intel-arc-b580.png"
55
functionality_cm4: "None"
6-
functionality_pi5: "Some"
6+
functionality_pi5: "Full"
77
driver_required: "Yes"
88
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/695"
99
buy_link: https://amzn.to/42Svo9P
@@ -16,7 +16,7 @@ Physically, it requires a x16 PCIe socket. You will need to supply about 225W to
1616

1717
### Xe Open Source Driver
1818

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.
19+
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.
2020

2121
Go to `Device Drivers` > `Graphics support` on the `menuconfig` step, and select the `Xe` driver to install.
2222

images/gpu-intel-arc-a310.jpeg

661 KB
Loading

0 commit comments

Comments
 (0)