Hi everyone,
I’m new to this forum and looking for help. I’m currently testing Linux as a possible long-term alternative to Windows, to gain more independence and control over my system – especially for work and gaming.
My machine:
- XMG EVO 15 (2024)
- Intel Core Ultra 7 155H (Meteor Lake)
- IGPU Intel Arc integrated GPU (Meteor Lake-P)
- Dual-boot setup: **Windows 11 + Fedora 42 (formerly TUXEDO OS tested)
I’ve installed Steam and set up Marvel’s Spider-Man on Fedora. While the game launches, performance is terrible – hovering around 20–25 FPS at best, even with lower settings and -dx11 -d3d11
launch options.
On Windows 11, the same game runs at around 45 FPS with Raytracing enabled, showing that the hardware is capable. On Linux, Raytracing isn’t even an option in the graphics settings.
What I observed:
- No GPU recognized by the game under Linux → message like “No graphics card detected”.
- Gamemode is active (
gamemode -s* **Game is installed on a secondary NTFS partition** (
/run/media/user/…) but Steam recognizes and can launch it.
returns “active”). - Vulkan is installed and works:
vulkaninfo | grep deviceName
deviceName = Intel(R) Arc™ Graphics (MTL)
deviceName = llvmpipe (LLVM 20.1.6, 256 bits) - Lack of fan activity under Linux, in contrast to Windows, where the fan kicks in when I play the game. This makes me wonder if Linux fails to ramp up power/performance profiles properly.
- Proton version used: Proton 9.0-4, with and without
VKD3D_CONFIG=dxr11 DXVK_ASYNC=1
→ no significant difference.
Already tried (with support from GPT and Perplexity):
- TUXEDO OS and Fedora 42 Workstation
- Gamemode, latest Mesa/Vulkan drivers
- Enabling
xe
via GRUB (modprobe.blacklist=i915 xe.force_probe=7d55
), but then the system does not start anaymore - Proton launch options (
-dx11 -d3d11
,PROTON_ENABLE_NVAPI=1
,DXVK_ASYNC=1
,VKD3D_CONFIG=dxr11
) - Clean
compatdata
folder - Different Proton versions (Hotfix, Experimental, 9.x, 8.x)
Questions:
- Has anyone else successfully run Marvel’s Spider-Man or similar AAA games with reasonable FPS on Intel Arc iGPU / Meteor Lake under Linux?
- Is there a reliable way to force
xe
as the kernel driver on Fedora (or any other distro), without breaking the GUI? - Could the lack of fan activity and poor performance indicate a missing EC interface or BIOS/firmware-level limitation under Linux?
- Are there better distros than Fedora or TUXEDO OS for this use case (gaming on Intel Arc iGPU)?
- Any way to enable raytracing or unlock the full Vulkan/DX12 path under Proton?
I would appreciate any insight or experiences, especially from other XMG EVO 15 or Meteor Lake laptop users. I’m still new to Linux and happy to try other solutions or distros if needed.
Thanks in advance!