f939a7ca29
We fairly consistently had multiple monitors with the whole vendor,product,serial tuple identical. If we start relying on making monitors a bit more unique, e.g. for colord integration, we need to make two monitors connected distinguishable in order for tests to properly reflect reality and excercise the correct colord integration paths. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2141>
44 lines
942 B
XML
44 lines
942 B
XML
<monitors version="2">
|
|
<configuration>
|
|
<logicalmonitor>
|
|
<x>0</x>
|
|
<y>256</y>
|
|
<primary>yes</primary>
|
|
<monitor>
|
|
<monitorspec>
|
|
<connector>DP-1</connector>
|
|
<vendor>MetaProduct's Inc.</vendor>
|
|
<product>MetaMonitor</product>
|
|
<serial>0x123456a</serial>
|
|
</monitorspec>
|
|
<mode>
|
|
<width>1024</width>
|
|
<height>768</height>
|
|
<rate>60.000495910644531</rate>
|
|
</mode>
|
|
</monitor>
|
|
</logicalmonitor>
|
|
<logicalmonitor>
|
|
<x>1024</x>
|
|
<y>0</y>
|
|
<transform>
|
|
<rotation>left</rotation>
|
|
<flipped>no</flipped>
|
|
</transform>
|
|
<monitor>
|
|
<monitorspec>
|
|
<connector>DP-2</connector>
|
|
<vendor>MetaProduct's Inc.</vendor>
|
|
<product>MetaMonitor</product>
|
|
<serial>0x123456b</serial>
|
|
</monitorspec>
|
|
<mode>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
<rate>60.000495910644531</rate>
|
|
</mode>
|
|
</monitor>
|
|
</logicalmonitor>
|
|
</configuration>
|
|
</monitors>
|