运行纵向视频输出 Pre-X 服务器

发布于 2024-09-26 03:51:22 字数 110 浏览 3 评论 0原文

我知道可以在 X 服务器中旋转视频输出以纵向模式和横向模式显示。

我很好奇是否可以旋转 X 服务器之前发生的视频输出。机器启动时会输出黑底白字(rc.sysinit、启动 eth 连接等)。

I know it's possible to rotate video output in X server to display in portrait mode as well as landscape.

I'm curious if it's possible to rotate the video output that occurs pre-X server. The white text on black background output as the machine boots (rc.sysinit, bringing up eth connections, etc.).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只有一腔孤勇 2024-10-03 03:51:22

如果您使用framebuffer-console,您可以在启动时使用fbcon=rotate:n命令来旋转控制台输出。

(n = 0:无旋转,n=1 顺时针 90 度,n=2 颠倒,n=3:逆时针 90 度)

帧缓冲区选项记录在文件的内核源代码中

linux-source-2.6.32/Documentation/fb/fbcon.txt

if you use the framebuffer-console you can use the fbcon=rotate:n command at boot time to rotate the console output.

(n = 0: no rotation, n=1 90deg clockwise, n=2 upside down, n=3: 90deg counterclockwise)

The framebuffer options are documented in the kernel source in the file

linux-source-2.6.32/Documentation/fb/fbcon.txt
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文