https://bugs.winehq.org/show_bug.cgi?id=57784
Bug ID: 57784 Summary: Video modes are broken Product: Wine Version: 10.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winewayland Assignee: wine-bugs@winehq.org Reporter: oleg@np880.ru Distribution: ---
Created attachment 77982 --> https://bugs.winehq.org/attachment.cgi?id=77982 Bugged video modes on wine wayland driver
Wine Wayland driver fails to properly enumerate video modes for monitors in multi-monitor setup. I have 3 monitors: 1. 1080p 60hz 100% scaling landscape 2. 1440p 180hz 125% scaling landscape 3. 1080p 60hz 100% scaling portrait When I enter "Display Settings" in Wine control panel sometimes placed on each other, sometimes stacked vertically, but they never positioned right. Furthermore, 1st and 3rd displays reported 1080p landscape despite 3rd one rotated to portrait mode, and 2nd display doesn't even report any mode. No such issue on Xwayland side.
https://bugs.winehq.org/show_bug.cgi?id=57784
--- Comment #1 from oleg@np880.ru --- Created attachment 77983 --> https://bugs.winehq.org/attachment.cgi?id=77983 Displays stacked on each other
https://bugs.winehq.org/show_bug.cgi?id=57784
--- Comment #2 from oleg@np880.ru --- Created attachment 77984 --> https://bugs.winehq.org/attachment.cgi?id=77984 Displays stacked on top of each other
https://bugs.winehq.org/show_bug.cgi?id=57784
--- Comment #3 from oleg@np880.ru --- Created attachment 77985 --> https://bugs.winehq.org/attachment.cgi?id=77985 Displays represented just fine on XWayland
https://bugs.winehq.org/show_bug.cgi?id=57784
alexandros.frantzis@collabora.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexandros.frantzis@collabo | |ra.com
--- Comment #4 from alexandros.frantzis@collabora.com --- Please attach the log of winewayland running an application (even notepad) in this multimonitor setup with the following env. variables set:
WINEDEBUG=+pid,+tid,+timestamp,+waylanddrv,+system WAYLAND_DEBUG=1
https://bugs.winehq.org/show_bug.cgi?id=57784
--- Comment #5 from oleg@np880.ru --- Created attachment 78018 --> https://bugs.winehq.org/attachment.cgi?id=78018 wine wayland log
(In reply to alexandros.frantzis from comment #4)
Please attach the log of winewayland running an application (even notepad) in this multimonitor setup with the following env. variables set:
WINEDEBUG=+pid,+tid,+timestamp,+waylanddrv,+system WAYLAND_DEBUG=1
Here
https://bugs.winehq.org/show_bug.cgi?id=57784
oleg@np880.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #6 from oleg@np880.ru --- As of Wine Staging 10.4 I can no longer experience this