Group all intel specifics in subdirectory

This commit is contained in:
David Heinemeier Hansson
2026-03-24 20:39:01 +01:00
parent e2c8bb67cc
commit c4c55b5c33
9 changed files with 10 additions and 9 deletions
@@ -1,5 +1,6 @@
# Install Panther Lake audio kernel for Intel Panther Lake systems
# The linux-ptl-audio kernel includes audio driver patches not yet in mainline.
if omarchy-hw-intel-ptl; then
echo "Detected Intel Panther Lake, installing PTL audio kernel..."
@@ -1,5 +1,5 @@
# This installs hardware video acceleration for Intel GPUs
# 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|uhd\ graphics|xe|iris|arc) ]]; then