paperwm / PaperWM

Tiled scrollable window management for Gnome Shell
GNU General Public License v3.0
2.99k stars 128 forks source link

Mixed-scale multi-monitor causes weird window behavior, flickering, unresponsiveness and overlapping. #955

Closed SimonBlancoE closed 4 days ago

SimonBlancoE commented 4 days ago

https://github.com/user-attachments/assets/02eff348-8932-46e7-a1dc-d92a4be6350c

Describe the bug When opening windows, they seem push each other and sometimes overlap. Windows become unresponsive. It doesn't happen 100% of the time, but almost always with video players going fullscreen and terminals.

To Reproduce Steps to reproduce the behavior: This started happening since I added a 4K monitor to my laptop. I was using a FHD monitor before and the error didn't happen.

System information: Distribution: openSUSE Tumbleweed GNOME Shell: 46.5 Display server: Wayland PaperWM version: 47.0.0 Enabled extensions:

jtaala commented 4 days ago

Hey @SimonBlancoE,

Could you try enabling scale-monitor-framebuffer, logout/login and see if the situation is improved any?

See https://www.omglinux.com/how-to-enable-fractional-scaling-fedora/ for enabling in gnome.

SimonBlancoE commented 4 days ago

Activating fractional scaling seem to have solved all the issues.

gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"

Thank you so much for the help and for this great extension.