Συντονιστής: adem1
#!/bin/bash
xrandr --newmode "1920x1080_60.00" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync
xrandr --addmode DVI-0 "1920x1080_60.00"
xrandr --output DVI-0 --mode "1920x1080_60.00"
#!/bin/bash
rm -f /home/q/.config/monitors.xml
xrandr --newmode "1920x1080_60.00" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync
xrandr --addmode VGA-0 "1920x1080_60.00"
xrandr --output VGA-0 --mode 1920x1080_60.00 --pos 0x0 --rotate normal --output DIN --off --output DVI-0 --mode 1280x1024 --pos 1920x0 --rotate normal