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