#Weird stutter/clipping issue with KDE Plasma
23 messages · Page 1 of 1 (latest)
this gets especially bad when I fullscreen on videos
task bar stutters through sometimes even the entire background desktop stuttering through'
@meager stream try setting these kernel parameters nvidia.NVreg_EnableGpuFirmware=0 nvidia_drm.modeset=1 nvidia_drm.fbdev=1
This helped a bit on my end by fixing the visual artifacts, but I'm still stuttering when I have an external monitor connected to my laptop
I edited the .conf file here: sudo nano /efi/loader/entries/8f25d2d1f58b46e9862b65c1f8b56e5a-6.9.7-arch1-1.conf . You're file would probably have a different name
and added them in the options line: options nvme_load=YES nowatchdog rw nvidia.NVreg_EnableGpuFirmware=0 nvidia_drm.modeset=1 nvidia_drm.fbdev=1 [....]
hm
then how do i find the conf file
If you installed grub instead of systemd you have to change the grub file
i have systemd
You look in that folder what files you have
whenever i go to efi it says cant enter, and when I use sudo nano it doesnt display anything
just blank sudo nano menu
Do it as root
@meager stream did you succeed setting the kernel parameters?