Skip to content

Instantly share code, notes, and snippets.

@klausenbusk
Created June 30, 2020 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klausenbusk/b0c603381e1ce10dd5db55a239410b03 to your computer and use it in GitHub Desktop.
Save klausenbusk/b0c603381e1ce10dd5db55a239410b03 to your computer and use it in GitHub Desktop.
ASUS Zenbook UX430UNR power management
==> /etc/tmpfiles.d/aspm.conf <==
# ASPM is force enabled by the pcie_aspm=force kernel parameter
w /sys/module/pcie_aspm/parameters/policy - - - - powersupersave
==> /etc/tmpfiles.d/energy_performance_preference.conf <==
w /sys/devices/system/cpu/cpufreq/policy?/energy_performance_preference - - - - balance_performance
==> /etc/udev/rules.d/pci_pm.rules <==
SUBSYSTEM=="pci", ATTR{power/control}="auto"
==> /etc/udev/rules.d/scsi_pm.rules <==
SUBSYSTEM=="scsi", ATTR{power/control}="auto"
==> /etc/udev/rules.d/usb_elan.rules <==
# Bus 001 Device 004: ID 04f3:0903 Elan Microelectronics Corp.
SUBSYSTEM=="usb", ATTR{idVendor}=="04f3", ATTR{idProduct}=="0903", ATTR{power/control}="auto"
==> /etc/modprobe.d/audio_powersave.conf <==
options snd_hda_intel power_save=1
==> /etc/modprobe.d/i915.conf <==
options i915 enable_fbc=1 enable_dc=2 enable_guc=3 enable_psr=1
==> /etc/modprobe.d/iwlwifi.conf <==
options iwlwifi power_save=1 power_level=5 d0i3_disable=0 uapsd_disable=0
#options iwlmvm power_scheme=3
#options iwldvm force_cam=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment