File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # asusctl
2+
3+ > Control ASUS ROG and TUF laptop settings on Linux.
4+ > More information: < https://asus-linux.org/asusctl/ > .
5+
6+ - Display the current power and fan profile:
7+
8+ ` asusctl profile -p `
9+
10+ - Switch to the next power and fan profile:
11+
12+ ` asusctl profile -n `
13+
14+ - Set a specific power and fan profile:
15+
16+ ` asusctl profile -s {{Quiet|Balanced|Performance}} `
17+
18+ - Set the keyboard LED backlight mode:
19+
20+ ` asusctl led-mode {{static|breathe|rainbow|pulse}} `
21+
22+ - Set the battery charge threshold limit:
23+
24+ ` asusctl -c {{80}} `
25+
26+ - Display the current GPU graphics mode:
27+
28+ ` asusctl graphics -g `
29+
30+ - Set the screen panel overdrive state:
31+
32+ ` asusctl bios --panel-od {{true|false}} `
33+
34+ - Display current system information and capabilities:
35+
36+ ` asusctl info `
You can’t perform that action at this time.
0 commit comments