5 lines
266 B
Bash
Executable File
5 lines
266 B
Bash
Executable File
#!/bin/bash
|
|
xrandr --newmode "1600x900_60p" 118.25 1600 1688 1856 2112 900 903 908 934 -hsync +vsync
|
|
xrandr --addmode DisplayPort-1 1600x900_60p
|
|
xrandr --output HDMI-A-0 --mode 1600x900_120i --primary --output DisplayPort-1 --mode 1600x900_60p --same-as HDMI-A-0
|