I remember when I used to run Ubuntu that I could right-click an app and there would be an option to run the app with the dedicated graphics card. I don’t have that now, so I’m wondering, how do I get that option back in the context menu when I right-click on an app.
1 Like
AFAIK that option doesn’t exist in standard Gnome, so it must be an Ubuntu-specific thing.
-
However you can edit the existing
.desktop
file of any application (They’re in/usr/share/applications
) and you can addprime-run
before the actual command on theExec=
.(please note thespace
afterprime-run
) -
Even better would be to copy the existing
.desktop
file to your… erm… Desktop and change that one so it doesn’t get overwritten by subsequent updates.
That way, that particular program gets executed on the dGPU every time you start it…
1 Like
Thanks! You the real MVP!
1 Like
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.