Hello, I just switched to linux, was on windows before. I have some strange glitches on my computer since I switched, they happen mostly when I watch videos and when I go on steam.
here is the link to a video of these glitches: https://youtu.be/41-XL00av5I
I am using KDE plasma, and I am a beginner.
I tried doing this:
sudo pacman -Syu
sudo pacman -S xf86-video-amdgpu
sudo pacman -S nvidia
sudo reboot
Then this:
sudo pacman -Syu mesa
And it got better, but I still have them even though I have less, and I think that my RAM usage also dropped. If you need to know my laptop’s components or anything just ask me.
Thanks. Video still shows that it’s private. Setting it unlisted is also fine.
At a glance, it seems you have a hybrid setup with integrated GPU and discrete GPU (RTX A500). It looks like it’s currently rendering on a Radeon instead of the Nvidia one.
I don’t currently have HW to test hybrid configuration, and I’m not familiar with professional series Nvidia cards (A500), but as a GA107 card it should be supported by Nvidia drivers.
That really looks like GPU artifacts. I’ve seen reports of them on Nvidia+Wayland which you seem to be running, although Wayland support should have improved a lot within last year or so. This is assuming hardware itself is healthy as artifacts may also be caused by bad gpu/vram.
Try starting KDE in Xorg instead of Wayland and see if the artifacts are still there. You can choose it from Desktop session: setting menu on user login screen.
And as @anon93652015 pointed, check for Hybrid graphics switch in BIOS. Also check that your nvidia drivers are installed (nvidia-inst previously linked). AMD drivers are included in kernel and do not need installation like Nvidia does.