运行纵向视频输出 Pre-X 服务器
我知道可以在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用framebuffer-console,您可以在启动时使用
fbcon=rotate:n
命令来旋转控制台输出。(n = 0:无旋转,n=1 顺时针 90 度,n=2 颠倒,n=3:逆时针 90 度)
帧缓冲区选项记录在文件的内核源代码中
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