mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 02:50:05 +00:00
Update cheatsheets
This commit is contained in:
33
linux/envycontrol
Normal file
33
linux/envycontrol
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
|
||||
- Display version:
|
||||
|
||||
`envycontrol --version`
|
||||
Reference in New Issue
Block a user