summaryrefslogtreecommitdiff
path: root/src/tests/monitor-configs/scale.xml
Commit message (Collapse)AuthorAgeFilesLines
* monitor-config-store: Properly escape monitor specThomas Mühlbacher2021-01-291-1/+1
| | | | | | | | | | | | | | Makes sure that monitor specs which may be read from EDID data do not contain characters that are invalid in XML. Makes it possible to restore monitor configs of monitor models with characters such as '&' in them. To make this change not break any tests, the sample monitor configs need to be adjusted as well. Apostrophes don't strictly have to be escaped in XML text elements. However, we now do escape the elements in `<monitorspec>` specifically. Closes: <https://gitlab.gnome.org/GNOME/mutter/-/issues/1011> Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1685>
* tests: Test configured custom logical monitor scaleJonas Ådahl2017-04-071-0/+23
Check that a configured logical monitor scale overrides any calculated one. https://bugzilla.gnome.org/show_bug.cgi?id=777732