Ensure intel-lmp is installed on Intel machines for better core prioritization
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# Install Intel Low Power Mode package for Intel CPUs
|
||||
|
||||
if omarchy-hw-intel; then
|
||||
omarchy-pkg-add intel-lmp
|
||||
fi
|
||||
@@ -20,6 +20,7 @@ jdk-openjdk
|
||||
libpulse
|
||||
libsass
|
||||
intel-ipu7-camera
|
||||
intel-lmp
|
||||
intel-media-driver
|
||||
libva-intel-driver
|
||||
libva-nvidia-driver
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
echo "Install Intel Low Power Mode for Intel CPUs"
|
||||
|
||||
source "$OMARCHY_PATH/install/config/hardware/intel-lmp.sh"
|
||||
Reference in New Issue
Block a user