this post was submitted on 18 Mar 2024
35 points (100.0% liked)

Linux

46777 readers
1654 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Been running endeavor OS on my MSI delta 15 (all AMD with no nvidia card) with KDE and it switches between integrated and dgpu like it should. However after installing gnome and using it for a bit I noticed that it was always having the dgpu idling. This basically cuts my battery life in half, and making it less than desirable. I could not find much about it online so I'm presuming its some sort of user error. I do use it for gaming a bit so would prefer a solution that does not involve completely killing the dgpu.

Edit: the issue turned out to be a mullvad service using the dgpu. This was found by looking in nvtop and checking what process is using GPU 0, and resolved by going to /opt/Mullvad VPN/mullvad-vpn and adding --disable-gpu.

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 5 months ago (1 children)

Hello OP, on this kind of system GNOME should use the igpu by default and the dGPU only when an App "launched with dedicated graphics" from the menu, or with DRI_PRIME=1 from the command line. (Also some vulkan game can also select the dgpu)

If that is not the case this is a bug.

Are you using x11 or wayland, can you see what is using the dgpu with nvtop ?

[–] [email protected] 2 points 5 months ago (1 children)

Thank you for your answer. It does not matter if it is X11 or wayland, both have the issue. I have tried to upload an image of nvtop (I think it was done correctly?) and it seems like a mullvad service is using the dgpu for some unknown reason. I have no clue why it is doing this, as it does not on KDE. I do not know how I would force this to use integrated so any help would be appreciated.

[–] [email protected] 4 points 5 months ago* (last edited 5 months ago) (1 children)

If you launch mullvad from the app icon, try you add to PrefersNonDefaultGPU=true (or false) in mullvad-vpn.desktop (cp /usr/share/applications/mullvad-vpn.desktop ~/.local/share/applications

If it is autostarted add it in .config/autostart/mullvad-vpn.desktop

Or add --disable-gpu to the in Exec : Exec="/opt/Mullvad VPN/mullvad-vpn" --disable-gpu %U

[–] [email protected] 2 points 5 months ago (1 children)

Thank you so much, adding --disable-gpu to /opt/Mullvad VPN/mullvad-vpn solved it. Thank you for your time

[–] [email protected] 1 points 5 months ago

It would be nice if you edit your post to include what caused the issue, how you identified it and how you solved it, so others with the same issue can easily find an answer and so people who want to help you know that you already found a solution

[–] [email protected] 2 points 5 months ago (1 children)

You can disable the dGPU in the BIOS if I am not wrong. You can also check powertop optimisations to try to extend the battery life of your laptop and change the charging curve of your battery to extend its lifespan.

[–] [email protected] 9 points 5 months ago

That’s sort of nuclear. OP wants it to behave like KDE, where the DE prefers the integrated GPU and just select applications wake the discrete one.

[–] [email protected] 1 points 5 months ago (1 children)

You need optimus or bumblebee to do that. Just beware those are pain to install.

[–] [email protected] 4 points 5 months ago

optimus/bumblebee is NVIDIA only, with AMD only setup everything should work ootb except some specific bugs (looking at you rocm)