0

I have a setup where i run X11VNC on a Debian distribution and connect to it via TigerVNC on a Win10 PC. But whenever I press Alt Gr a ring of black/grey-ish rings starts flashing outwards from the mouse cursor. Like shown in the picture:

enter image description here .

Anyone have an idear why this happens, and how to disable this feature?

Orpedo
  • 612

1 Answers1

0

This was related to X11VNC triggering the ctrl-locate mouse OS function when pressing alt+gr. It dissapered when i disabled the feature, using the command:

gsettings set org.gnome.settings-daemon.peripherals.mouse locate-pointer false
Orpedo
  • 612