Skip to content

Commit

Permalink
Fixes #510: Add Intel Arc A750 graphics card.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Feb 15, 2023
1 parent 45d3039 commit 2547a4f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _cards_gpu/intel-arc-a750.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: card
title: "Intel Arc A750 Limited Edition"
picture: "/images/gpu-intel-a750.jpg"
functionality: "None"
driver_required: "Yes"
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/510"
buy_link: https://amzn.to/40UZIy6
videos: []
---
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.

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.

### i915 Open Source Driver

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.

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

...unfortunately, at this time, that driver only supports X86 systems, so it isn't able to be selected if cross-compiling for ARM.

See the linked GitHub issue for more details.
Binary file added images/gpu-intel-a750.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2547a4f

Please sign in to comment.