🌐
OMG! Ubuntu
omgubuntu.co.uk › home › how to › how to install greenwithenvy on ubuntu (nvidia gpu tool)
How to Install GreenWithEnvy on Ubuntu (NVIDIA GPU Tool) - OMG! Ubuntu
October 17, 2023 - The developer of this NVIDIA graphics card utility recommends Ubuntu users install GreenWithEnvy from Flathub (indeed, recommends it for most other Linux distros too).
🌐
GitHub
github.com › dankamongmen › GreenWithEnvy
GitHub - dankamongmen/GreenWithEnvy: fork of https://gitlab.com/leinardi/gwe · GitHub
This is the preferred way to get GWE on any major distribution (Arch, Fedora, Linux Mint, openSUSE, Ubuntu, etc).
Starred by 146 users
Forked by 4 users
Languages   Python 96.0% | Meson 2.6% | Shell 1.4%
Discussions

Any replacement for Green With Envy (GWE)?
Glad you got a fix. LACT is the way. Using with my 9070xt. More on reddit.com
🌐 r/linux_gaming
2
7
November 26, 2025
GreenWithEnvy Fan Help
Last time I checked it was broken because of Nvidia driver changes. More on reddit.com
🌐 r/linux_gaming
12
0
December 10, 2022
SOLVED - how to use green with envy? | Overclockers Forums
I'm using ubuntu 22.14, jammin jelly. nvidia latest driver in the repo. coolbit set to 4. can't get fan control to work. More on overclockers.com
🌐 overclockers.com
October 2, 2022
Overclocking question with GreenWithEnvy

The power limit in GWE is the Watts, not a percentage. For example, under Windows with Afterburner my Power % goes up to 110% on my RTX 2080 Ti. That actually equates to 330 Watts (since it is a 300 watt card). So in GWE my slider starts at 300 and goes up to 330. These limits are set by card, so if you max'd your slider under Afterburner, its basically the same thing in GWE, just presented differently. That said, I've never really had a good experience with GWE setting my power limit on start, so I instead run a script on startup. The Nvidia driver comes with a tool called nvidia-smi (neat fact this program actually comes with the Windows driver too, just harder to access). I have this in my autostart:

# Set powerlimit for my RTX 2080 Ti
sudo nvidia-smi -i 0 -pl 330

This sets the power limit on my GPU. If you only have a single Nvidia GPU the -i 0 will be the same for you, but you'll need to know what your upper power limit is and replace 330 with that. Do note that this requires sudo to be executed. Since it is startup I don't want to enter my password so I you can open a terminal and run sudo EDITOR=nano visudo. If you are comfortable with vi/vim you can leave out the "EDITOR" part, but most people are more comfortable with nano. Then you want to add at the bottom %wheel ALL=(ALL) NOPASSWD: /usr/bin/nvidia-smi. This basically says to let any user in the "wheel" group (the group that is usually used to signify a user with sudo priveleges on most distros) can run specifically the nvidia-smi in "/usr/bin" without a password. Now the path and group might have to change, I'm not familar with Pop_OS since I use Arch, but you should be able to go from there fairly easily.

As for the offsets, it should be the same as in Afterburner. It basically is just telling the GPU to +X Mhz to the clock/memory speed at X voltage, which is how the offsets work in Afterburner. That said, there is no equivalent (at least I've not found it) of the OC Scanner or the Clock-to-Voltage curve like you can in Afterburner. Also be aware that different OS react differently to overclocks. I find that I can actually do more under Linux on my GPU than Windows, but I find that my CPU overclock (which I can't dynamically change) is more likely to cause instability under Linux than Windows. So you'll have to redo your experiments and stressing to find what works.

More on reddit.com
🌐 r/linux_gaming
5
2
July 14, 2021
🌐
LinuxLinks
linuxlinks.com › home › essential system tools: greenwithenvy – nvidia graphics card utility
Essential System Tools: GreenWithEnvy - NVIDIA graphics card utility - LinuxLinks
March 16, 2023 - GreenWithEnvy (GWE) is a graphical system tool for NVIDIA graphics cards. This utility provides information about the card present in a system together with the ability to control its fans and overclock the GPU and memory.
🌐
2heng
hello.2heng.xin › @omgubuntu › 111246862284449529
OMG! Ubuntu!: "How to Install GreenWithEnvy on Ubuntu (NVIDIA GP…" - 小森林
October 16, 2023 - If so, you may want to install GreenWithEnvy. And in this post I show you how. GreenWithEnvy is a free, open-source utility for Linux designed exclusively for use with with NVIDIA graphics cards.
🌐
AmazingRDP
amazingrdp.com › home › boost your gpu performance: install greenwithenvy on ubuntu
Boost Your GPU Performance: Install GreenWithEnvy on Ubuntu | AmazingRDP
October 23, 2023 - It is important to note that while GreenWithEnvy may not fully replicate all the features, tweaks, and toggles found in these Windows tools,it does offer a satisfactory range of functionalities to meet the majority of users’ requirements. The developer of this NVIDIA graphics card utility recommends Ubuntu users install GreenWithEnvy from Flathub (indeed, recommends it for most other Linux distros too).
🌐
Tutorial for Linux
tutorialforlinux.com › how to install greenwithenvy on ubuntu gnu/linux distro
How to Install GreenWithEnvy on Ubuntu Gnu/Linux Distro • tutorialforlinux.com
August 8, 2025 - And GreenWithEnvy for Ubuntu is a System utility designed to provide Information, Control the Fans and Overclock your NVIDIA Card.
🌐
Tutorial for Linux
tutorialforlinux.com › step by step – greenwithenvy installation on ubuntu 20.04 guide
Step by step - GreenWithEnvy Installation on Ubuntu 20.04 Guide • tutorialforlinux.com
March 12, 2022 - And GreenWithEnvy for Ubuntu 20.04 is a System utility designed to provide Information, Control the Fans and Overclock your NVIDIA Card.
🌐
Tutorial for Linux
tutorialforlinux.com › how to install greenwithenvy on ubuntu 24.04 – step-by-step
How to Install GreenWithEnvy on Ubuntu 24.04 - Step-by-step • tutorialforlinux.com
April 17, 2025 - And GreenWithEnvy for Ubuntu 24.04 is a System utility designed to provide Information, Control the Fans and Overclock your NVIDIA Card.
Find elsewhere
🌐
GitLab
gitlab.com › roberto leinardi › greenwithenvy
Roberto Leinardi / GreenWithEnvy · GitLab
December 31, 2018 - System utility designed to provide information, control the fans and overclock your NVIDIA card
🌐
LinuxVox
linuxvox.com › blog › green-with-envy-linux
Green with Envy Linux: A Comprehensive Guide — linuxvox.com
The installation process may vary depending on your Linux distribution. Here are the general steps for Ubuntu-based systems: # Add the GWE repository sudo add-apt-repository ppa:ernstp/mesarc sudo apt update # Install Green with Envy sudo apt install greenwithenvy
🌐
Tutorial for Linux
tutorialforlinux.com › greenwithenvy installation on ubuntu 22.04 – step by step
GreenWithEnvy Installation on Ubuntu 22.04 - Step by step • tutorialforlinux.com
December 25, 2023 - And GreenWithEnvy for Ubuntu 22.04 is a System utility designed to provide Information, Control the Fans and Overclock your NVIDIA Card.
🌐
GitHub
github.com › leinardi › gwe
GitHub - leinardi/gwe: WARNING: This is a mirror of the GitLab repository. Please go there to open new issues or Pull Requests. · GitHub
This is the preferred way to get GWE on any major distribution (Arch, Fedora, Linux Mint, openSUSE, Ubuntu, etc).
Starred by 99 users
Forked by 9 users
Languages   Python 94.8% | Meson 2.5% | Shell 1.5%
🌐
Reddit
reddit.com › r/linux_gaming › any replacement for green with envy (gwe)?
r/linux_gaming on Reddit: Any replacement for Green With Envy (GWE)?
November 26, 2025 -

The author is no longer maintaining it and I'd very much like to find a replacement so I can manually manage my fan curves.

Thank you!

**SOLVED** Thank you u/Dk000t LACT flatpak works great as a replacement.

🌐
Clear Linux* Project
clearlinux.org › software › flathub › greenwithenvy
GreenWithEnvy | Clear Linux* Project
The Flatpak app is included as part of the desktop bundle. Make sure the desktop bundle is installed before installing a Flatpak app: sudo swupd bundle-list | grep desktop · To install the desktop bundle, enter: sudo swupd bundle-add desktop
🌐
Tutorial for Linux
tutorialforlinux.com › how to install greenwithenvy on linux mint 22 – step by step
How to Install GreenWithEnvy on Linux Mint 22 - Step by step • tutorialforlinux.com
August 8, 2025 - Install GreenWithEnvy on Linux Mint 22 for NVIDIA GPU overclocking, fan control, and performance tuning. Step-by-step source install.
🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › software & applications
[SOLVED] No GreenWithEnvy and graphics applications after installing Nvidia driver 515 - Linux Mint Forums
August 3, 2022 - Active apt repos in: /etc/apt/sources.list.d/graphics-drivers-ppa-focal.list 1: deb http: //ppa.launchpad.net/graphics-drivers/ppa/ubuntu focal mainIt's not really a good idea to be installing Nvidia drivers from two different sources.
🌐
Reddit
reddit.com › r/linux_gaming › greenwithenvy fan help
r/linux_gaming on Reddit: GreenWithEnvy Fan Help
December 10, 2022 -

I just switched to Ubuntu 20.04 and can't customize the fan speed of my gpu. RTX3070, PC, nvidia driver 470 (tried on 525 and 515, still didn't work). I red another post like this in this page, but it didn't solve my problem. I have access to create new profiles for fan speed, i can apply them, but nothing happens when applied. Duty 0% , rpm 0. Sometimes when i restart the GWE it stucks on 30% for 10 seconds and drop on 0% fan. GWE 0.15.5. Also i can't find the .conf file of the GWE.

🌐
Overclockers
overclockers.com › home › forums › overclockers.com community › distributed computing teams › folding team
SOLVED - how to use green with envy? | Overclockers Forums
October 2, 2022 - from my notes # Note: Nvidia error in ubuntu 22.04 - Failed to set new Fan Speed # Solved this issue by editing the file: /etc/X11/Xwrapper.config # edit Xwrapper to enable root for nvidia-setting fan and OC adjustment # add line "needs_root_rights=yes" above line "allowed_users=console" # needs_root_rights=yes # allowed_users=console Also, I use cool-bits=28 to allow GPU and GPU memory clock adjustment.
🌐
GitHub
github.com › mikeroyal › GWE-snap
GitHub - mikeroyal/GWE-snap: A snap for GWE, a system utility designed to provide information, control the fans and overclock your NVIDIA card. It works on Ubuntu, Fedora, Debian, and other major Linux distributions. · GitHub
This is the snap for GWE, a GTK system utility designed to provide information, control the fans and overclock your NVIDIA video card and graphics processor.It works on Ubuntu, Fedora, Debian, and other major Linux distributions.
Author   mikeroyal