View on GitHub

Raspberry Pi PCIe Database

Raspberry Pi PCI Express device compatibility database

Intel Arc A310 ECO

Intel Arc A310 ECO
CM4 Functionality Pi 5 Functionality Driver Required? More Info
None Currently Testing Yes GitHub Issue

Videos Related to this Card

There are no videos for this card yet.

Description and Notes

The Intel Arc A310 ECO is the cheapest of Intel’s Arc graphics cards.

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).

Xe Open Source Driver

To get the Xe driver loaded, you have to recompile the Linux kernel for Pi OS on the 6.15 branch (rpi-6.15.y) or later.

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

Before compiling the kernel, run make menuconfig and set:

  1. Device Drivers > Graphics support > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) > Intel Xe Graphics
  2. 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)

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.

See the linked GitHub issue for more details.