dpms: Don't crash if trying to interact with the fake screen
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.