https://bugs.winehq.org/show_bug.cgi?id=37475
jre.winesim@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #1 from jre.winesim@gmail.com --- Nevermind, it's indeed a bug in the Intel graphics driver:
https://bugs.freedesktop.org/show_bug.cgi?id=84372
There's workaround (enabling SNA) mentioned in comment #7 that works for me:
# cat /etc/X11/xorg.conf.d/20-intel.conf Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "sna" Option "TearFree" "true" EndSection
Just the background graphics are distorted now.