FreeBSDDesktop / DEPRECATED-freebsd-base-graphics

Fork of FreeBSD's base repository to work on graphics-stack-related projects
Other
49 stars 13 forks source link

mouse pointer not focused or lost cursor sprite on window border #102

Closed olevole closed 7 years ago

olevole commented 7 years ago

drm-next-4.7 f16dfbd, Iris Graphics 540, xorg-server-1.18.4,1 from https://github.com/freebsd/freebsd-ports-graphics.

when you try in any WM to move set the cursor to the edge of the window (for example, to resize it), pointer slips/jump from focus, or cursor not switch to another sprite. However, the window can be resized if the mouse is on a few pixels from border.

A similar problem with the select text in (xterm, konsole ...) - the string was selected which is much lower than the pointer.

Also, this is only visual effect. I've record X session via recordmydesktop and if you watch it on

https://www.olevole.ru/beautifullife.ogv - all looks fine.

But what i see in real, recorded on phone ;):

https://www.olevole.ru/reallife.mp4

nomadlogic commented 7 years ago

+1 I have been having this issue for quite a while on Skylake and drm-next codebranch. I am open to ideas as to how we can debug this, as I've not been able to make much progress over the past couple months. It is good to hear its happening to someone else actually - as I was affraid it was just a misconfig on my end.

FWIW if using modesetting driver this option should fix 'er up:

Option "SWcursor" "on"

olevole commented 7 years ago

No, i used "intel" driver and this options not affected for me.

TheDharc commented 7 years ago

I don't know why they are not fixing bugs =/

mattmacy commented 7 years ago

Can you confirm that this issue isn't present on linux 4.7?

TheDharc commented 7 years ago

Ok, fixed in last trueos update.

olevole commented 7 years ago

@TheDharc Hi. Can you share link to patch/commit that fix this problem? I've use FreeBSD, not TrueOS.

mattmacy commented 7 years ago

Fixed in drm-next