You are not logged in.

#1 2024-12-02 08:13:55

zakrush
Member
Registered: 2023-03-20
Posts: 28

[SOLVED]Coursor flickering on connected deskop

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-1

Last edited by zakrush (2024-12-02 09:17:01)

Offline

#2 2024-12-02 08:56:12

zakrush
Member
Registered: 2023-03-20
Posts: 28

Re: [SOLVED]Coursor flickering on connected deskop

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

#3 2024-12-02 09:06:42

zakrush
Member
Registered: 2023-03-20
Posts: 28

Re: [SOLVED]Coursor flickering on connected deskop

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

Board footer

Powered by FluxBB