mirror of
https://github.com/brl/mutter.git
synced 2024-11-27 18:40:40 -05:00
61950755ec
So far some basic testing, including: * Test that the migrated configuration is applicable * Test that a monitors.xml with multiple configurations are translated * Test rotation * Test tiled monitor discovery (well, test a made up tiled monitor configuration since I don't have a real one) https://bugzilla.gnome.org/show_bug.cgi?id=777732
28 lines
648 B
XML
28 lines
648 B
XML
<monitors version="2">
|
|
<configuration>
|
|
<migrated/>
|
|
<logicalmonitor>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<primary>yes</primary>
|
|
<transform>
|
|
<rotation>right</rotation>
|
|
<flipped>no</flipped>
|
|
</transform>
|
|
<monitor>
|
|
<monitorspec>
|
|
<connector>DP-1</connector>
|
|
<vendor>MetaProduct's Inc.</vendor>
|
|
<product>MetaMonitor</product>
|
|
<serial>0x123456</serial>
|
|
</monitorspec>
|
|
<mode>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
<rate>60</rate>
|
|
</mode>
|
|
</monitor>
|
|
</logicalmonitor>
|
|
</configuration>
|
|
</monitors>
|