Skip to content

Arkapravo-Ghosh/asus-fan-mode

Repository files navigation

asus-fan-mode

Fan Mode Control for Asus Vivobook 14X Pro OLED in Linux

Installation

Installation Guide is written in INSTALLATION.md.

Usage

  • sudo fan-mode --auto - Automatically optimise fan speed as per usage
  • sudo fan-mode --full - Force fan to run in full speed
  • fan-mode --status - Get status of fan
  • fan-mode --setup - To generate a default configuration file

Use fan-mode --help for more information.

Disabling Automatic Recovery of Fan Mode on Reboot

  • sudo systemctl disable fan-mode-recovery

Misc

  • clean.sh - Execute this script to automatically clean all build files created while compiling or installing the project. This does not uninstall the program.
  • compile.sh - Execute this script to automatically compile the project. This does not install the program.

NOTE: Please run sudo pip3 install -r requirements.txt in the repo directory before using this script if you have not installed the dependencies of this project yet.

Known Issues

  • GPU Fan Controlling is not supported yet.