モニターを中心に物理的に直角に回転できます。コンソールでは、rotate_all
/sys/devices/.../fbcon/にある「ボタン」を使用して方向を制御できます。しかし、xorgは興味がありません。今、私はXorgに正常に起動または回転するように指示したいと思います。
いくつかを正しく設定した後Xorg -config
(マウスとkbdは libinputを使用し、カード0ドライバは "modesetting"の代わりに "intel"です)/etc/X11/xorg.conf
X11で簡単なウィンドウマネージャを起動できます。
xinit fvwm
xorg.confに次の行を追加して変更しました。
Option "rotate" "right"
数日間嬉しかったです。 ttyとXの両方が傾いたモニターを収容できました。しかし、これで画面が再び正常に戻ったので、Xが再び間違っています!私はスイングするたびにそのオプションをチェックしてコメントを付けたくありません。
そして…
xinit fvwm -- -screen r
...識別子「r」を使用して、新しく定義されたXorg「画面」を選択し、「回転」を監視できます。しかし、私はそれを失い、まだこの画面とディスプレイを理解していないことに気づきました。
欲しいならxrandrがいい変化回転します。
Rotated_all-ed tty(斜めの画面を含む)で、「xinit fvwm」コマンドに「rotated」を追加するようにxorg.confをどのように設定しますか?
「serverlayout」セクションで1行を見つけました...
画面0「画面0」0 0
頭が長くてたまに傾く「頭」しか持っていません。 xorg.confをどのように設定しますか?
これは無効なモニター識別子です(「DellRR」対「回転」)... xorg.confのほとんどです。これで、回転バージョン用の2つのモニタと2つの画面セクションがあります。
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Monitor"
Identifier "rotated"
Option "rotate" "right"
EndSection
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
#Driver "modesetting"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
EndSection
Section "Screen"
Identifier "r"
Device "Card0"
Monitor "rotated"
EndSection