mirror of
https://github.com/brl/mutter.git
synced 2024-11-30 03:50:47 -05:00
a2636ce2df
At least when the XML is written by mutter it will have three decimal places. We don't enforce any precision requirements when reading the XML. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2465>
45 lines
1.0 KiB
XML
45 lines
1.0 KiB
XML
<monitors version="2">
|
|
<configuration>
|
|
<migrated/>
|
|
<logicalmonitor>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<transform>
|
|
<rotation>left</rotation>
|
|
<flipped>no</flipped>
|
|
</transform>
|
|
<monitor>
|
|
<monitorspec>
|
|
<connector>HDMI-1</connector>
|
|
<vendor>DEL</vendor>
|
|
<product>DELL P2415Q</product>
|
|
<serial>GTTPW67P0WFB</serial>
|
|
</monitorspec>
|
|
<mode>
|
|
<width>3840</width>
|
|
<height>2160</height>
|
|
<rate>29.981</rate>
|
|
</mode>
|
|
</monitor>
|
|
</logicalmonitor>
|
|
<logicalmonitor>
|
|
<x>2160</x>
|
|
<y>0</y>
|
|
<primary>yes</primary>
|
|
<monitor>
|
|
<monitorspec>
|
|
<connector>eDP-1</connector>
|
|
<vendor>AUO</vendor>
|
|
<product>0x123d</product>
|
|
<serial>0x00000000</serial>
|
|
</monitorspec>
|
|
<mode>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
<rate>60.050</rate>
|
|
</mode>
|
|
</monitor>
|
|
</logicalmonitor>
|
|
</configuration>
|
|
</monitors>
|