GreenWithEnvy Error
I'm trying to install this app so I can adjust gpu fan curves and I keep getting this error
5 Replies
GWE doesn’t work in Wayland. Check out LACT there has been a new update now just today to give it Nvidia support.
https://copr.fedorainfracloud.org/coprs/ilyaz/LACT/
trying to follow this tutorial and i cant even get passed the first command (im new to linux so idk if this is supposed to be an easy fix or not lol)
I believe the command on Bazzite is ujust install-lact
I’m not sure if it’s the most updated version of lact though
yeah you should use the ujust command
ujust install-lact
, using copr on ublue distros is a little more complicated than on a normal fedora distro
you can technically use your own COPRs, but you have to add the *.repo
file (downloaded from copr on the web) to /etc/yum.repos.d
and then do sudo rpm-ostree refresh-md --force
and then at that point you can just do a regular rpm-ostree install lact
. the copr for LACT was just published yesterday for the first time and we just merged a PR to change ujust install-lact
to use that instead of the old method of fetching from their github release page. it should be in the next release
but tl;dr: use ujust install-lact