Skip to content

dpms: Don't crash if trying to interact with the fake screen

Aleix Pol Gonzalez requested to merge work/apol/dpms-wayland-fake into master

Qt uses at time a fake QScreen instance that isn't mirrored on Wayland. This makes our code receive an output it does not expect. Solve it by not attempting at setting the dpms on such outputs.

BUG: 470484

Merge request reports