Since about this weekend my mouse flickers when I move it and copy files or dd
an image to a USB stick in the background. The CPUs are okay and reboots etc. don't help. It doesn't happen if the CPUs are busy - just with high I/O. Solus 4 on a quad core i5 with 8 gigs of RAM and an nvme SSD. Any ideas what could cause that?
Flickering mouse under heavy I/O operation
n2o ...or dd an image to a USB stick in the background.
I noticed the same mouse behaviour. Don't have an answer, but try
sudo ionice dd bs=4M status=progress if=... of=... && sync
The key point here is the ionice
command. It "revives" GUI during heavy I/O operations, and may be used with cp
and mv
as well.
Hmm weird. You guys have NVMEs? On my older machines I haven't had the problem yet.
Okay. The issue does not occur on my SATA machine either. Funny!
Update: Solus on a newish Dell XPS13 quad core i5 - same thing. The mouse even flickers when loading web pages.