Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xサーバーでビデオ出力を回転させて、縦向きモードと横向きモードで表示できることを私は知っています。
Xサーバーより前に発生するビデオ出力を回転させることが可能かどうか興味があります。マシンが起動すると、黒い背景に白いテキストが出力されます (rc.sysinit、eth 接続の起動など)。
framebuffer-console を使用するとfbcon=rotate:n、起動時にコマンドを使用してコンソール出力をローテーションできます。
fbcon=rotate:n
(n = 0: 回転なし、n=1 時計回りに 90 度、n=2 上下逆、n=3: 反時計回りに 90 度)
フレームバッファ オプションは、ファイル内のカーネル ソースに記載されています。
linux-source-2.6.32/Documentation/fb/fbcon.txt