Skip to content

Commit 96bfb62

Browse files
committed
asusctl: add page
1 parent d185054 commit 96bfb62

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

pages/linux/asusctl.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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`

0 commit comments

Comments
 (0)