rwinkhart / artix-install-script

A script to install Artix Linux (OpenRC) with KDE Plasma 6 configured to my liking.
GNU General Public License v2.0
8 stars 2 forks source link

[Feature] Add Zephyrus G14 (2020) support #1

Closed rwinkhart closed 1 year ago

rwinkhart commented 2 years ago

This requires either making asusctl + supergfxctl work with OpenRC or creating a simple alternative written in C.

Help with OpenRC compatibility for asusctl/supergfxctl: https://gitlab.com/asus-linux/asusctl/-/issues/59

Help with creating an alternative: Fan speeds are controlled by /sys/class/hwmon/hwmon5/fan_input and /sys/class/hwmon/hwmon6/fan_input ^ this may change based on user configuration Battery limit is controlled by /sys/class/power_supply/BAT0/charge_control_end_threshold Keyboard LED can be controlled by acpilight with xbacklight -ctrl asus::kbd_backlight -inc 30 and xbacklight -ctrl asus::kbd_backlight -dec 30

rwinkhart commented 2 years ago

Additionally, a custom low-db fan curve should be added and made default

rwinkhart commented 1 year ago

Addressed with bashpower-g14 (0c52343dcf1b4927912fde12fc47735c719439a5) and NVIDIA-FCKR (f5e27cdf0cb8d17233ddd07107d4f7e40c753722).