mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 02:41:46 +00:00
18 lines
367 B
Plaintext
18 lines
367 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# optimus-manager
|
|
|
|
> GPU switching utility for Nvidia Optimus laptops.
|
|
> More information: <https://github.com/Askannz/optimus-manager>.
|
|
|
|
- Switch between different GPU modes:
|
|
|
|
`optimus-manager --switch {{nvidia|integrated|hybrid}}`
|
|
|
|
- Clean up:
|
|
|
|
`optimus-manager --cleanup`
|