From 1260f9394605d1a09ca19ca067fae13adc447b58 Mon Sep 17 00:00:00 2001 From: Birk Weiberg <birk@keyframe.org> Date: Thu, 30 Sep 2021 12:16:01 +0200 Subject: [PATCH] added missing monitors config --- monitors.xml | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 monitors.xml diff --git a/monitors.xml b/monitors.xml new file mode 100644 index 0000000..fe9c834 --- /dev/null +++ b/monitors.xml @@ -0,0 +1,108 @@ +<monitors version="1"> + <configuration> + <clone>no</clone> + <output name="DP1"> + <vendor>DEL</vendor> + <product>0xa0b9</product> + <serial>0x32355053</serial> + <width>1920</width> + <height>1200</height> + <rate>60</rate> + <x>0</x> + <y>0</y> + <rotation>normal</rotation> + <reflect_x>no</reflect_x> + <reflect_y>no</reflect_y> + <primary>yes</primary> + </output> + <output name="DP2"> + <vendor>DEL</vendor> + <product>0xa0b9</product> + <serial>0x304a4453</serial> + <width>1920</width> + <height>1200</height> + <rate>60</rate> + <x>1920</x> + <y>0</y> + <rotation>left</rotation> + <reflect_x>no</reflect_x> + <reflect_y>no</reflect_y> + <primary>no</primary> + </output> + <output name="DP3"> + <vendor>DEL</vendor> + <product>0xa0b9</product> + <serial>0x30344e53</serial> + <width>1920</width> + <height>1200</height> + <rate>60</rate> + <x>3120</x> + <y>0</y> + <rotation>normal</rotation> + <reflect_x>no</reflect_x> + <reflect_y>no</reflect_y> + <primary>no</primary> + </output> + <output name="HDMI1"> + </output> + <output name="HDMI2"> + </output> + <output name="HDMI3"> + </output> + <output name="VIRTUAL1"> + </output> + </configuration> + <configuration> + <clone>no</clone> + <output name="DP1"> + <vendor>DEL</vendor> + <product>0xa0b9</product> + <serial>0x304a4453</serial> + <width>1920</width> + <height>1080</height> + <rate>60</rate> + <x>0</x> + <y>0</y> + <rotation>normal</rotation> + <reflect_x>no</reflect_x> + <reflect_y>no</reflect_y> + <primary>yes</primary> + </output> + <output name="DP2"> + <vendor>DEL</vendor> + <product>0xa0b9</product> + <serial>0x30344e53</serial> + <width>1920</width> + <height>1080</height> + <rate>60</rate> + <x>1920</x> + <y>0</y> + <rotation>left</rotation> + <reflect_x>no</reflect_x> + <reflect_y>no</reflect_y> + <primary>no</primary> + </output> + <output name="DP3"> + <vendor>DEL</vendor> + <product>0xa0b9</product> + <serial>0x32355053</serial> + <width>1920</width> + <height>1080</height> + <rate>60</rate> + <x>3000</x> + <y>0</y> + <rotation>normal</rotation> + <reflect_x>no</reflect_x> + <reflect_y>no</reflect_y> + <primary>no</primary> + </output> + <output name="HDMI1"> + </output> + <output name="HDMI2"> + </output> + <output name="HDMI3"> + </output> + <output name="VIRTUAL1"> + </output> + </configuration> +</monitors> -- GitLab