You are not logged in.
Hello everyone.
Very much time I have the trouble that mouse coursor is flickering on connected desktop and I don't have any ideas how to debug it.
Desktop is connected to laptop. On laptop desktop I don't have any problems.
I have only camera videos:
The video of flicering
Any screen record programs didn't record this flicks.
I have i3wm system on X11
I found that this problem has begun after xrandr command:
xrandr --output eDP-1 --rate 90 --scale 0.75x0.75 --right-of HDMI-1Last edited by zakrush (2024-12-02 09:17:01)
Offline
I think the main problem it's --scale 0.75x0.75
without it I don't have flicks at first time and watch on it.
Offline
I found the solution:
xrandr --output eDP-1 --rate 90 --scale 0.75x0.75 --output HDMI-1 --left-of eDP-1 --scale 0.9999x0.9999 Added scale for HDMI-1
Offline