📜  用于镜像显示的 xrandr 命令 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:05.801000             🧑  作者: Mango

代码示例1
RESOLUTION=1920x1080
xrandr --listmonitors | sed -n '1!p' | sed -e 's/\s[0-9].*\s\([a-zA-Z0-9\-]*\)$/\1/g' | xargs -n 1 -- bash -xc 'xrandr --output $0 --mode '$RESOLUTION' --pos 0x0 --rotate normal'