diff --git a/pages/linux/envycontrol.md b/pages/linux/envycontrol.md new file mode 100644 index 0000000000..f0b7c477fb --- /dev/null +++ b/pages/linux/envycontrol.md @@ -0,0 +1,28 @@ +# envycontrol + +> GPU switching utility for Nvidia Optimus laptops. +> More information: . + +- 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`