mirror of
https://github.com/brl/mutter.git
synced 2025-02-18 06:04:10 +00:00
![Jonas Ådahl](/assets/img/avatar_default.png)
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
22 lines
552 B
XML
22 lines
552 B
XML
<monitors version="1">
|
|
<configuration>
|
|
<clone>no</clone>
|
|
<output name="DP-1">
|
|
<vendor>MetaProduct's Inc.</vendor>
|
|
<product>MetaMonitor</product>
|
|
<serial>0x123456</serial>
|
|
<width>600</width>
|
|
<height>800</height>
|
|
<rate>60</rate>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<rotation>right</rotation>
|
|
<reflect_x>no</reflect_x>
|
|
<reflect_y>no</reflect_y>
|
|
<primary>yes</primary>
|
|
<presentation>no</presentation>
|
|
<underscanning>no</underscanning>
|
|
</output>
|
|
</configuration>
|
|
</monitors>
|