fixed 480p modeline to not randomly flicker my sony crt monitor in the bedroom
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
xrandr --output DisplayPort-2 --off
|
||||
xrandr --output DisplayPort-1 --off
|
||||
sleep 2
|
||||
xrandr --output DisplayPort-1 --mode 1920x1080 --scale-from $(xdpyinfo | grep -oP 'dimensions:\s+\K\d+x\d+') --same-as HDMI-A-0
|
||||
#sleep 2
|
||||
#xrandr --output DisplayPort-1 --mode 1920x1080 --scale-from $(xdpyinfo | grep -oP 'dimensions:\s+\K\d+x\d+') --same-as HDMI-A-0
|
||||
|
||||
Reference in New Issue
Block a user