Wheres my intel igpu?

a handful of gpu questions, but namely how do i see my intel gpu usage? my nvidia gpu had 10% yusage spikes before it flatlines to 0, and my desktop isnt frozen so it cant be using that, but system monitor just says “gpu 2” and doesnt read usage

kwin says its using “gpu: i915,nv_platform,nvidia,nvidia-nvswitch” as well, and im just curious what that even means

also after installing switcheroo i dont see the option to select what gpu to run it on, probably has to do with the question before as it shows 3 drivers

Not sure but I would guess it is using what it needs and winding down, maybe trying to figure out and going nah you don’t need me. I’m guessing mate, for real answers from people smater than me post exactly what is happening and what you hope to achieve. (Was initailly going to answer inside your pc lol, sorry)

inxi -G
Graphics:
Device-1:Intel Raptor Lake-S GT1 [UHD Graphics 770]driver:i915v:kernel
Device-2:NVIDIA GA104 [GeForce RTX 3060 Ti Lite Hash Rate]driver:nvidia
v:595.71.05
Device-3:Logitech HD Webcam C615driver:snd-usb-audio,uvcvideotype:USB
Display:waylandserver:``X.org``v:1.21.1.22with:Xwaylandv:24.1.11
compositor:kwin_waylanddriver:
gpu:i915,nv_platform,nvidia,nvidia-nvswitchresolution: 1:1920x1080~60Hz
2:1920x1080~50Hz3:1920x1080~60Hz
API:EGLv:1.5drivers:iris,nvidia,swrast
platforms:gbm,wayland,x11,surfaceless,device
API:OpenGLv:4.6.0compat-v:4.5vendor:nvidia mesav:595.71.05
renderer:NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2
API:Vulkanv:1.4.341drivers:nvidia,intelsurfaces:N/A
Info: Tools: api:clinfo, eglinfo, glxinfo, vulkaninfo
de:kscreen-console,kscreen-doctorgpu:nvidia-settings,nvidia-smi
wl:wayland-infox11: xdpyinfo, xprop, xrandr

was hoping to achieve hybrid graphics but idk how to check if its already setup or not, because its kinda behaving like it is, but until i can see what my igpu is doing i cant really tell

Are you using KDE? Sorry I’ve had a big day.

If you are open system montior and it should show what is being used.

If it doesn’t display what expected I would check the optional dependacies to see if I need anthing there (hopefully someone smater than me can help you out more if this)

the nvidia gpu is there but not the igpu, just a mystery “gpu 2”

GPU 2 could be the igpu

I’m just guessing but if system not need system not using, if you open a video clip or game, does it change at all.?

GPU 3 is the rtx card, the name is visible

idk what GPU 2 is, it never moves, because the nvidia one should be gpu 2

image

Looking at this it opposite

There is some stuff here which might helo

ah
igpus from intel arent supported by system monitor
thats why

Well there you go, I would mark your post the solution then so it can help others in future trying to figure this out. Glad you got an answer to it.

Which is the intel igpu driver. Just check the arch wiki.

Newer intel gpus such as the dedicated Battlemage cards rely on the Xe drivers instead.

For Intel GPU, use intel-gpu-tools and run intel_gpu_top as root to monitor the GPU activity during video playback for example. The video bar being above 0% indicates GPU video decoder/encoder usage.

https://wiki.archlinux.org/title/Hardware_video_acceleration#Verification

putting KWIN_DRM_DEVICES=/dev/dri/card1:/dev/dri/card2 in /etc/environment got it to both detect the igpu and fix the gpu load order somehow

image