You need to install envycontrol(https://github.com/geminis3/envycontrol) to make this extension work. This is a simple gnome-shell extension which provides a simple way to switch between GPU profiles on Nvidia Optimus systems (i.e laptops with Intel + Nvidia or AMD + Nvidia configurations) in a few clicks.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
20 | Active |
19 | Active |
18 | Active |
17 | Active |
16 | Active |
15 | Inactive |
14 | Active |
13 | Inactive |
12 | Rejected |
11 | Active |
10 | Active |
9 | Rejected |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Rejected |
2 | Rejected |
1 | Rejected |
Does it need reboot?
Hi, yes, after you changed the profile with extension, the PC needs to be rebooted for applying it. I was also thinking to create a notification in the case the user chooses to not reboot. Something like "hey you need to reboot for applying new settings" or something like that.
In case you want to do that: ```js Main.notify('Message Title', 'Message Body'); ```
Thanks you so much!