Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ systemctl status cardwired.service

### On ROG laptop

is the asus MUX enabled?
Is the ASUS MUX enabled?

```bash
asusctl armoury list
Expand All @@ -29,6 +29,14 @@ gpu_mux_mode:

> 0 means that the MUX is enabled, the dGPU **IS** the default GPU in this case

To disable it:

```bash
asusctl armoury set gpu_mux_mode 1
```

> A reboot is required for the change to take effect.

### Non ROG Laptop

This shouldn't happen, please create an issue with the output of
Expand Down