Group all intel specifics in subdirectory
This commit is contained in:
+1
@@ -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
-1
@@ -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
|
||||
Reference in New Issue
Block a user