Manually address specific powertop tunables on G14

This commit is contained in:
2024-02-16 19:23:10 -05:00
parent 287b1d14ea
commit 4a997960f8
4 changed files with 32 additions and 4 deletions
+3 -3
View File
@@ -148,11 +148,11 @@ chown -R "$username":users /home/"$username"/.config/autostart /home/"$username"
# asus g14 2020 configuration
if [ "$formfactor" == 1 ]; then
echo 'options snd_hda_intel power_save=1' > /etc/modprobe.d/audio_powersave.conf
echo 'vm.dirty_writeback_centisecs = 6000' > /etc/sysctl.d/dirty.conf
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/bashpower-g14/15-bashpower.start -o /etc/local.d/15-bashpower.start
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/g14-tunables/30-tunables.start -o /etc/local.d/30-tunables.start
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/g14-bashpower/15-bashpower.start -o /etc/local.d/15-bashpower.start
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/NVIDIA-FCKR/NVIDIA-FCKR -o /usr/local/bin/NVIDIA-FCKR
pacman -S mesa vulkan-icd-loader vulkan-radeon libva-mesa-driver libva-utils acpi_call --needed --noconfirm
chmod 755 /etc/local.d/15-bashpower.start /usr/local/bin/NVIDIA-FCKR
chmod 755 /etc/local.d/15-bashpower.start /etc/local.d/30-tunables.start /usr/local/bin/NVIDIA-FCKR
NVIDIA-FCKR integrated
fi