The linux kernel linux-5.18.0-4-aarch64 has multiple regressions for RockPi4B+. Previous kernel linux-5.17.9-2-aarch64 did not have these problems.
Wifi trackpad becomes almost unusable sometimes when resource intensive programs are running (eg chromium or mpv), it can take 30 seconds to move the mouse from one side of the screen to the other. Problem goes away when reverting to old kernel. The wifi keyboard also misses many keypresses and sometimes repeats keys when mpv or chromium is running too.
This fix is proposed for RaspberryPi users:
Edit /boot/config.txt (with sudo or as root) and change the line dtoverlay=vc4-fkms-v3d
to dtoverlay=vc4-kms-v3d-pi4
.
This file does not exist on my system, is there an equivalent file for Manjaro/RockPi4?