LoginSignup
1
1

More than 3 years have passed since last update.

Ubuntu:マルチモニターのひとつだけ画面を回転させたい。

Posted at

目的

片方の画面でPDFや書籍を快適に読むために、デュアルディスプレイにした画面の片方だけを縦向きにかえる。

やり方

ターミナルを起動して以下を入力
xrandr --output "$internal" --rotate "$xrandr_rotation"


xrandr --output HDMI-0 --rotate left
xrandr --output HDMI-0 --rotate right
xrandr --output HDMI-0 --rotate normal
xrandr --output HDMI-0 --rotate inverted

"$internal"の部分はxrandrコマンドを叩けば分かる。
あとは物理的にモニターを立てる必要がある。

参照文献

Rotate only one screen

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1