2025-06-06, 04:54 PM
(This post was last modified: 2025-06-06, 04:56 PM by jos64. Edited 2 times in total.)
What I find interesting is that the documentation states that this card (Arc A750/DG2) should support the Xe driver. But when I attempted to blacklist the i915 to see what would happen, I got this message in the system logs:
Adding to my Grub config softlocks the system when the Xe graphics driver loads in, as I would expect.
Fedora 42 is on Linux kernel 6.14.9-300, which is certainly new enough to have really recent drivers.
Code:
[ 1.348108] xe 0000:0b:00.0: Your graphics device 56a1 is not officially supported
by xe driver in this kernel version. To force Xe probe,
use xe.force_probe='56a1' and i915.force_probe='!56a1'
Adding
Code:
xe.force_probe='56a1'
Fedora 42 is on Linux kernel 6.14.9-300, which is certainly new enough to have really recent drivers.
Code:
Here is the output to dmesg | grep i915
Code:
[ 5.526950] i915 0000:0b:00.0: [drm] Found dg2/g10 (device ID 56a1) discrete display version 13.00 stepping C0
[ 5.527640] i915 0000:0b:00.0: [drm] VT-d active for gfx access
[ 5.541484] i915 0000:0b:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 5.549818] i915 0000:0b:00.0: [drm] Finished loading DMC firmware i915/dg2_dmc_ver2_08.bin (v2.8)
[ 5.568466] i915 0000:0b:00.0: [drm] GT0: GuC firmware i915/dg2_guc_70.bin version 70.36.0
[ 5.568468] i915 0000:0b:00.0: [drm] GT0: HuC firmware i915/dg2_huc_gsc.bin version 7.10.16
[ 5.580523] i915 0000:0b:00.0: [drm] GT0: GUC: submission enabled
[ 5.580525] i915 0000:0b:00.0: [drm] GT0: GUC: SLPC enabled
[ 5.580765] i915 0000:0b:00.0: [drm] GT0: GUC: RC enabled
[ 5.590478] [drm] Initialized i915 1.6.0 for 0000:0b:00.0 on minor 1
[ 5.625866] i915 0000:0b:00.0: [drm] Cannot find any crtc or sizes
[ 5.660872] i915 0000:0b:00.0: [drm] Cannot find any crtc or sizes
[ 5.730866] i915 0000:0b:00.0: [drm] Cannot find any crtc or sizes
[ 6.261752] i915 0000:0b:00.0: [drm] GT0: HuC: authenticated for all workloads
[ 6.261756] mei_pxp i915.mei-gsc.2816-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:0b:00.0 (ops i915_pxp_tee_component_ops [i915])