简体   繁体   English

Linux输出控制台到多个监视器

[英]Linux output console to multiple monitors

I want to output my console application to multiple outputs, or be able to select an output. 我想将控制台应用程序输出到多个输出,或者能够选择一个输出。 Is this possible from consoleline? 从控制台可以做到吗? The idea is run a fullscreen SDL app using the VESA driver. 这个想法是使用VESA驱动程序运行全屏SDL应用程序。

SDL has a VESA output mode (vgl), I've read, so it can be started from terminal (if I'm correct) and from console (without X11). 我已经读过,SDL具有VESA输出模式(vgl),因此可以从终端(如果我没错的话)和控制台(没有X11)启动它。

http://arstechnica.com/civis/viewtopic.php?f=16&t=702038 http://arstechnica.com/civis/viewtopic.php?f=16&t=702038

I could not find a non X11 solution for this. 我无法为此找到非X11解决方案。

I just found out Vesa does not support multiple screen output at all. 我刚刚发现Vesa根本不支持多屏幕输出。

Edit: Although I've found some sources where it is stated some graphics cards support tv-out for VESA. 编辑:尽管我找到了一些声明的消​​息来源,但是某些显卡支持VESA的电视输出。 Is there a compatibility list for this???? 有兼容性列表吗???? One would think VESA output to external monitors is pretty critical for laptops (having broken screens, etc.).. 有人会认为,将VESA输出到外部显示器对于笔记本电脑(屏幕破裂等)非常重要。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM