mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 00:50:42 -05:00
4e03e89869
This test checks that mirroring works when using separate CRTCs. It does not check cloning. https://bugzilla.gnome.org/show_bug.cgi?id=777732
36 lines
764 B
XML
36 lines
764 B
XML
<monitors version="2">
|
|
<configuration>
|
|
<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.000495910644531</rate>
|
|
</mode>
|
|
</monitor>
|
|
<monitor>
|
|
<monitorspec>
|
|
<connector>DP-2</connector>
|
|
<vendor>MetaProduct's Inc.</vendor>
|
|
<product>MetaMonitor</product>
|
|
<serial>0x123456</serial>
|
|
</monitorspec>
|
|
<mode>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
<rate>60.000495910644531</rate>
|
|
</mode>
|
|
</monitor>
|
|
</logicalmonitor>
|
|
</configuration>
|
|
</monitors>
|