顯示所有連接的顯示器和支持的分辨率:xrandr
設置特定顯示器的分辨率:xrandr --output [顯示器名稱] --mode [分辨率]
設置顯示器的刷新率:xrandr --output [顯示器名稱] --rate [刷新率]
設置顯示器的旋轉方向:xrandr --output [顯示器名稱] --rotate [方向]
(方向可以是 normal, inverted, left, right)
設置顯示器的位置和大小:xrandr --output [顯示器名稱] --pos [x坐標]x[y坐標] --fb [寬度]x[高度]
同時使用多個顯示器:xrandr --output [顯示器1名稱] --auto --output [顯示器2名稱] --auto --right-of [顯示器1名稱]
切換顯示器的輸入源:xrandr --output [顯示器名稱] --input [輸入源]
添加新的分辨率模式:xrandr --newmode [分辨率模式]
將新的分辨率模式添加到顯示器:xrandr --addmode [顯示器名稱] [分辨率模式]
移除顯示器的某個分辨率模式:xrandr --delmode [顯示器名稱] [分辨率模式]