Closed vesim987 closed 4 years ago
Can you do this from a TTY:
echo 0xFE | sudo tee /sys/module/drm/parameters/debug # Enable verbose DRM logging
sudo dmesg -C
dmesg -w >dmesg.log & # Continuously write DRM logs to a file
sway -d >sway.log 2>&1 # Exit immediately when sway has started
fg # Kill dmesg with Ctrl+C
echo 0x00 | sudo tee /sys/module/drm/parameters/debug
Hrm, sorry, can you do the same but try to reproduce the bug while sway is running?
Closing because this is missing DRM logs. Please re-open once you get these.
After waking up my laptopm from suspend i can't enable third display. Restarting sway is fixing the issue.
And also it looks like sway leaked modesetting from my second display to the third one.
Versions:
swaymsg -t get_outputs:
Logs after connecting the third display:
Logs after executing `output DP-2 enable':
Logs after executing
output DP-1 disable
:Logs after executing 'output DP-2 enable'