2023-04-19 12:24:38 +01:00
|
|
|
# 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 help:
|
|
|
|
|
|
|
|
`envycontrol --help`
|
2024-01-30 04:55:24 +00:00
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
`envycontrol --version`
|