12 Jan
2025
12 Jan
'25
7:39 a.m.
For example, when GPU 1 has adapter 1 and GPU 2 has adapter 2, without this fix, the `adapter` variable in the for loop is always zero when forming GDI display names \\.\DISPLAY* because these two adapters are on different GPUs. Thus "\\.\DISPLAY1" is incorrectly passed to xrandr14_get_id() for the second adapter and eventually gets the wrong current display mode for the second adapter. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57610 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7136