| Crates.io | perfmode |
| lib.rs | perfmode |
| version | 0.1.0 |
| created_at | 2025-02-28 17:06:11.973653+00 |
| updated_at | 2025-02-28 17:06:11.973653+00 |
| description | Fan/Performance Control for ASUS TUF Gaming laptops |
| homepage | |
| repository | https://github.com/falcon71181/perfmode |
| max_upload_size | |
| id | 1573000 |
| size | 15,585 |
Perfmode is a performance control utility for ASUS TUF Gaming series of laptops. It allows both fan and thermal policy control along with backlight control of the laptop.
turbo | tbalanced | bsilent | soverboost | obdefault | dfsilent | sKeyboard backlight :
offminmedmaxYou can use either of Fan or Thermal policy options and it will take desired effect. Read program help for more information.
Generic usage:
$ sudo perfmode -option arg
$ perfmode --help
Please do note that this program relies on the files present in
/sys/devices/platform/and assumes if they exist, then the kernel driver is also loaded. Earlier the program relied on lsmod output but that was not feasible where the module(s) were built into the kernel.
git clone https://github.com/falcon71181/perfmode.git && cd perfmode
cargo build --release # optional - installs to /usr/bin
Or
cargo install perfmode
Clone. Make. Install. Simple as that!