2023-04-19 16:24:38 +05:00
|
|
|
# envycontrol
|
|
|
|
|
|
|
|
> GPU switching utility for Nvidia Optimus laptops.
|
|
|
|
> More information: <https://github.com/bayasdev/envycontrol>.
|
|
|
|
|
|
|
|
- Switch between different GPU modes:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo envycontrol {{[-s|--switch]}} {{nvidia|integrated|hybrid}}`
|
2023-04-19 16:24:38 +05:00
|
|
|
|
|
|
|
- Specify your display manager manually:
|
|
|
|
|
|
|
|
`envycontrol --dm`
|
|
|
|
|
|
|
|
- Check current GPU mode:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo envycontrol {{[-q|--query]}}`
|
2023-04-19 16:24:38 +05:00
|
|
|
|
|
|
|
- Reset settings:
|
|
|
|
|
|
|
|
`sudo envycontrol --reset`
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`envycontrol {{[-h|--help]}}`
|
2024-01-30 01:55:24 -03:00
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`envycontrol {{[-v|--version]}}`
|