99e1cd549d
Check that configurations where monitors are disabled are properly used. Also test that old configurations with explicitly disabled outputs are migrated properly. https://bugzilla.gnome.org/show_bug.cgi?id=787629
32 lines
771 B
XML
32 lines
771 B
XML
<monitors version="2">
|
|
<configuration>
|
|
<migrated/>
|
|
<logicalmonitor>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<primary>yes</primary>
|
|
<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>
|
|
<disabled>
|
|
<monitorspec>
|
|
<connector>DP-2</connector>
|
|
<vendor>MetaProduct's Inc.</vendor>
|
|
<product>MetaMonitor</product>
|
|
<serial>0x654321</serial>
|
|
</monitorspec>
|
|
</disabled>
|
|
</configuration>
|
|
</monitors>
|