I have a laptop with 2 GPUs, it’s a Nvidia Optimus hybrid graphics system. I struggle to find on which of those GPUs Wayland (KDE Plasma) is running. Tool wayland-info spits out lots of detailed technical information. Not very user friendly. I’m not sure what I should look there for to get my answer.
The Wayland tab under Info Center just displays content of wayland-info so, not extra help there.
Please, KWin/Plasma devs, if you read this, please could you add extra information under Info Center showing on which GPU is Wayland running?
I think you can find it in OpenGL (GLX). Scroll a bit down, you will see Device: driver name (e.g. in my case its Device: Mesa Intel...), under Extended renderer info section.
ETA: You can also use the search at the top. Just search for Device:.
For what it’s worth - as a general rule, across most modern distributions and desktop environments, you can open a terminal window and run glxinfo | grep OpenGL. The first couple lines there will tell you what’s actively rendering:
For comparison, here is Info Center output from my other laptop, also dual GPU, but where I assume Wayland runs primarily on iGPU, Intel integrated card.
Sorry, try searching for OpenGL in OpenGL (GLX). If that doesn’t work, search for direct (just to test the search). If it doesn’t return anything, something is wrong with the Info Center.
Or you could run @johnandmegh’s suggested command in the terminal.
But yeah I think KDE should show this more clearly.
In my understanding, EGL is successor to GLX, and Wayland uses EGL. GLX is used by X11. So, I should look there, shouldn’t I?
It is so I guess you might be right but for whatever reason on my system it only shows my AMD dGPU in the EGL page.