Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkapravo-ghosh/asus-fan-mode
Fan Mode Control for Asus Laptops in GNU/Linux
https://github.com/arkapravo-ghosh/asus-fan-mode
asus asus-vivobook fan-control hacktoberfest linux python3
Last synced: 9 days ago
JSON representation
Fan Mode Control for Asus Laptops in GNU/Linux
- Host: GitHub
- URL: https://github.com/arkapravo-ghosh/asus-fan-mode
- Owner: Arkapravo-Ghosh
- License: mit
- Created: 2022-11-26T15:17:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T17:39:10.000Z (12 days ago)
- Last Synced: 2024-10-26T01:49:42.690Z (11 days ago)
- Topics: asus, asus-vivobook, fan-control, hacktoberfest, linux, python3
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# asus-fan-mode
Fan Mode Control for Asus Vivobook 14X Pro OLED in Linux.
![](https://img.shields.io/github/license/Arkapravo-Ghosh/asus-fan-mode)
![](https://img.shields.io/badge/platform-Linux-blue)## Installation
Installation Guide is written in [INSTALLATION.md](INSTALLATION.md).
## Usage
- `sudo fan-mode --auto` to automatically optimise fan speed as per usage
- `sudo fan-mode --full` to force fan to run in full speed
- `fan-mode --status` to get fan status
- `fan-mode --setup` to generate a default configuration file
- `fan-mode --help` for more information## Make Options
- `help` to show help message
- `check` to check for build dependencies
- `clean` to clean all the build artifacts
- `build` to build the executable
- `install` to install the program
- `remove` to remove the program## Known Issues
- GPU Fan Controlling is not supported yet.