mirror of
https://github.com/brl/mutter.git
synced 2024-12-02 12:50:53 -05:00
41 lines
836 B
XML
41 lines
836 B
XML
|
<monitors version="2">
|
||
|
<configuration>
|
||
|
<logicalmonitor>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<primary>yes</primary>
|
||
|
<monitor>
|
||
|
<monitorspec>
|
||
|
<connector>Virtual-1</connector>
|
||
|
<vendor>unknown</vendor>
|
||
|
<product>unknown</product>
|
||
|
<serial>unknown</serial>
|
||
|
</monitorspec>
|
||
|
<mode>
|
||
|
<width>1024</width>
|
||
|
<height>768</height>
|
||
|
<rate>60.003841</rate>
|
||
|
</mode>
|
||
|
</monitor>
|
||
|
</logicalmonitor>
|
||
|
<logicalmonitor>
|
||
|
<x>1024</x>
|
||
|
<y>0</y>
|
||
|
<primary>no</primary>
|
||
|
<monitor>
|
||
|
<monitorspec>
|
||
|
<connector>Meta-0</connector>
|
||
|
<vendor>MetaTestVendor</vendor>
|
||
|
<product>MetaVirtualMonitor</product>
|
||
|
<serial>0x1234</serial>
|
||
|
</monitorspec>
|
||
|
<mode>
|
||
|
<width>100</width>
|
||
|
<height>100</height>
|
||
|
<rate>60</rate>
|
||
|
</mode>
|
||
|
</monitor>
|
||
|
</logicalmonitor>
|
||
|
</configuration>
|
||
|
</monitors>
|