From b982e1c98612640a655e3fc5cc633cb29e2b1786 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 8 Mar 2026 15:41:00 +0100 Subject: [PATCH] Ensure we also catch the uhd graphics on the Framework 12 --- install/config/hardware/intel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/hardware/intel.sh b/install/config/hardware/intel.sh index fde344ec..41e421a7 100644 --- a/install/config/hardware/intel.sh +++ b/install/config/hardware/intel.sh @@ -2,7 +2,7 @@ # Check if we have an Intel GPU at all if INTEL_GPU=$(lspci | grep -iE 'vga|3d|display' | grep -i 'intel'); then # HD Graphics / Iris / Xe / Arc use intel-media-driver - if [[ ${INTEL_GPU,,} =~ (hd\ graphics|xe|iris|arc) ]]; then + if [[ ${INTEL_GPU,,} =~ (hd\ graphics|uhd\ graphics|xe|iris|arc) ]]; then omarchy-pkg-add intel-media-driver elif [[ ${INTEL_GPU,,} =~ "gma" ]]; then # Older generations from 2008 to ~2014-2017 use libva-intel-driver