From a00fa705205432d273ee0fbdbc59a8afae427fc2 Mon Sep 17 00:00:00 2001 From: Abdul Rafay <82662797+rafay99-epic@users.noreply.github.com> Date: Wed, 19 Apr 2023 16:24:38 +0500 Subject: [PATCH] envycontrol: add page (#9889) Co-authored-by: K.B.Dharun Krishna --- pages/linux/envycontrol.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/linux/envycontrol.md 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`