LVDS1
コマンドで内部モニター(xrandr -o left
)のみを使用している場合。次に、HDMI1
に2番目のモニターを接続します。次に、内部モニタのみを回転させ、外部モニタは回転させません。私は次のことを試しました(ただし、現在モバイルであるため、外部接続はありません)が、それは何もしません:
xrandr --output LVDS1 -o left
1つのモニターのみを回転させるにはどうすればよいですか?
これをスクリプトに入れたいので、コマンドラインが必要です。
秘Theは、--rotate
の代わりに-o
の代わりに新しい--output
を使用することです。
xrandr --output "$internal" --rotate "$xrandr_rotation"
xrandr --output LVDS1 --rotate left
xrandr --output LVDS1 --rotate right
xrandr --output LVDS1 --rotate normal
xrandr --output LVDS1 --rotate inverted
System Settings
を開き、Displays
を選択すると、回転するモニターを選択し、回転するモニターごとに使用する回転を選択できます。