Skip to content
Commit 951b72c1 authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

outputorderwatcher: ignore outputs without crtc

when turning outputs **off** using `xrandr --off` that output is still
connected but won't have any crtc attached. this is distinctly different
from when kscreen disables an output, which indeed marks the output
disconnected but it still has a crtc

previously we would expect to find screens without crtc in the
list of `qApp->screens()` which would then trigger an infinite refresh
loop via the refresh timer because the screen would never be `present`
on account of being off.

BUG: 466362


(cherry picked from commit 9385993e)
parent 364c617a
Pipeline #376362 passed with stage
in 9 minutes and 40 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment