envycontrol: add page (#9889)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Abdul Rafay 2023-04-19 16:24:38 +05:00 committed by GitHub
parent b96c2270b1
commit a00fa70520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# envycontrol
> GPU switching utility for Nvidia Optimus laptops.
> More information: <https://github.com/bayasdev/envycontrol>.
- Switch between different GPU modes:
`sudo envycontrol -s {{nvidia|integrated|hybrid}}`
- Specify your display manager manually:
`envycontrol --dm`
- Check current GPU mode:
`sudo envycontrol --query`
- Reset settings:
`sudo envycontrol --reset`
- Display version:
`envycontrol --version`
- Display help:
`envycontrol --help`