Video card artifacts - multiple mouse cursors after F28->F29 upgrade

Immediately after upgrading my system from Fedora 28 x64 to 29 graphics issue started. Mouse leaves a trail composed of multiple cursor icons and sometimes rectangular not-refreshed parts. The more loaded is system the more pronounced the issue.

Recently I’ve upgraded to Fedora 30 x64. The issue remains.

I’ve also tested the following changes:

  1. Option “AccelMethod” “sna” used so far to “uxa”.
    The issue was replaced with another - no mouse cursor on primary display. The cursor was only visible on secondary display.
  2. Option “TearFree” “true” used so far with “false”. No effect.

My system is based on Intel Celeron J3160 with integrated graphics. Before upgrade to Fedora 29 the issue did not appear.

/etc/X11/xorg.conf.d/20-intel.conf
Section “Device”
Identifier “Intel Graphics”
Driver “intel”
Option “AccelMethod” “sna”
Option “TearFree” “true”
EndSection

How can I fix this?