A practical example (if I’ve got it right):
If you download an app that doesn’t scale well, and you can’t see all the buttons and controls you need (and can’t drag the view or scroll fully), you can reduce the overall resolution using Scale Screen, then check how the app displays and behaves.
I found that this app doesn’t work in QEMU.
It is running commands like wlr-randr --output DSI-1 --scale XXX, but DSI-1 doesn’t exist in QEMU. If I replace DSI-1 with Virtual-1 it works.
Would this be something you Purism folks would want a MR for? Or does it not matter so much since QEMU/virtual displays are not the intended target?
I am comfortable updating the script, but is there more to a “MR on a deb package”.
If so, are there any instructions? If not, I can submit an issue and include my changes to the script to maybe speed that up.
Either way it’s a small script and adding something to check for display name should be very simple.