Ensure intel-lmp is installed on Intel machines for better core prioritization

This commit is contained in:
David Heinemeier Hansson
2026-03-24 16:37:01 +01:00
parent 58a16dfebc
commit fce6df52aa
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -51,4 +51,5 @@ run_logged $OMARCHY_INSTALL/config/hardware/fix-dell-xps-audio.sh
run_logged $OMARCHY_INSTALL/config/hardware/fix-synaptic-touchpad.sh
run_logged $OMARCHY_INSTALL/config/hardware/fix-tuxedo-backlight.sh
run_logged $OMARCHY_INSTALL/config/hardware/framework16-qmk-hid.sh
run_logged $OMARCHY_INSTALL/config/hardware/intel-lmp.sh
run_logged $OMARCHY_INSTALL/config/hardware/intel-ipu7-camera.sh
+5
View File
@@ -0,0 +1,5 @@
# Install Intel Low Power Mode package for Intel CPUs
if omarchy-hw-intel; then
omarchy-pkg-add intel-lmp
fi
+1
View File
@@ -20,6 +20,7 @@ jdk-openjdk
libpulse
libsass
intel-ipu7-camera
intel-lmp
intel-media-driver
libva-intel-driver
libva-nvidia-driver
+3
View File
@@ -0,0 +1,3 @@
echo "Install Intel Low Power Mode for Intel CPUs"
source "$OMARCHY_PATH/install/config/hardware/intel-lmp.sh"