You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having possibly a few issues with multi-display configs, possibly same root cause.
Expected Behavior
After display blanking and waking up, multi-display config should be restored as it was.
Current Behavior
On wakeup :
all windows that were on secondary monitor are now on the primary display
one monitor (on DVI), that should be 1920x1080, now is set to 1024x768
lxqt-config-monitor reports this DVI monitor as "1920x1080", which is wrong and disagrees with xrandr --query
Steps to Reproduce (for bugs)
configure two monitors with one primary (HDMI) and one that "extends another display"
let computer idle and turn off displays
wake up by moving mouse
Context
This used to work fine with a slightly different monitor setup (same DVI monitor , but the other one was DP) , so the problem is probably not just a regression.
I realize this may be difficult to reproduce, but I'm not sure what type of debugging info would be useful to provide.
System Information
abridged xrandr output :
Screen 0: minimum 320 x 200, current 2944 x 1200, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 disconnected (normal left inverted right x axis y axis)
HDMI-A-1 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 546mm x 352mm
1920x1200 59.95*+
.....
DVI-D-0 connected 1024x768+1920+109 (normal left inverted right x axis y axis) 480mm x 270mm
1920x1080 60.00 +
.....
1024x768 75.03 60.00*
GPU : radeon RX570
Distribution & Version: arch
Kernel: 6.7.5
Qt Version: 5.15.12
liblxqt Version: 1.4.0-1
Package version: 1.4.0-1
libkscreen : 5.27.10
The text was updated successfully, but these errors were encountered:
slight update - connecting the HDMI monitor into HDMI-A-0 instead of HDMI-A-1 , almost same behaviour regarding window placement (everything is moved to the DVI monitor), but at least now both monitors are set to the correct resolution.
Happens both with openbox and icewm as WM.
I'm having possibly a few issues with multi-display configs, possibly same root cause.
Expected Behavior
After display blanking and waking up, multi-display config should be restored as it was.
Current Behavior
On wakeup :
xrandr --query
Steps to Reproduce (for bugs)
Context
This used to work fine with a slightly different monitor setup (same DVI monitor , but the other one was DP) , so the problem is probably not just a regression.
I realize this may be difficult to reproduce, but I'm not sure what type of debugging info would be useful to provide.
System Information
abridged xrandr output :
The text was updated successfully, but these errors were encountered: