swaywm/swayidle

one of the monitors won't wake up

fuzunspm opened this issue · 1 comments

I don't know when this issue is started but it was working fine. Now, my primary monitor wakes up but every 2-3 seconds it loops itself with losing the image, no signal message on display and returning the image again

exec swayidle -w \
         timeout 600 'swaylock -f -c 000000' \
         timeout 900 'swaymsg "output * dpms off"' \
              resume 'swaymsg "output * dpms on"' \
         before-sleep 'swaylock -f -c 000000'
output DP-1 resolution 2560x1440 adaptive_sync on position 0,0 bg ~/Pictures/Wallpapers/IMG_4298.JPG center
output HDMI-A-1 resolution 3840x2160 scale 2 position 2560,0 transform 90 bg ~/Pictures/Wallpapers/wallhaven-639473.jpg fill
focus output DP-1

I'm using latest sway and arch linux

Please open a Sway issue with debug logs.