Jelajahi Sumber

Adding monitor config

Vinicius Teshima 1 tahun lalu
induk
melakukan
5bff4abe2c
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      .screenlayout/monitor.sh

+ 6 - 0
.screenlayout/monitor.sh

@@ -0,0 +1,6 @@
+#!/bin/sh
+
+xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
+xrandr --addmode "DisplayPort-0" "1920x1080_60.00"
+xrandr --addmode "DisplayPort-1" "1920x1080_60.00"
+xrandr --output HDMI-A-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DisplayPort-0 --mode 1920x1080_60.00 --pos 0x0 --rotate normal --output DisplayPort-1 --mode 1920x1080_60.00 --pos 3840x0 --rotate normal --output DisplayPort-2 --off