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.
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).
http://arstechnica.com/civis/viewtopic.php?f=16&t=702038
I could not find a non X11 solution for this.
I just found out Vesa does not support multiple screen output at all.
Edit: Although I’ve found some sources where it is stated some graphics cards support tv-out for 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.)..