Dual monitors without xorg

Hi!
Is there a way to utilize dual monitors without using x11? Like having tty1 output on one screen and tty0 on another.:r
 
eujedi said:
Hi!
Is there a way to utilize dual monitors without using x11? Like having tty1 output on one screen and tty0 on another.:r
Of course. Unix is multi-user system. For instance you can attach as many terminals as the number of serial ports on your computer and having tty0 output on first serial console(first terminal), tty1 output on the second serial console (terminal) and so on.
 
I think he means two monitors attached to the same video system on a single computer. Dual-head, in other words. I don't know the magic formula, but I would start by looking at the syscons manpage.
 
I can't prove this, but I have a feeling the code for settings up two monitors is somewhat too card-specific and hairy to put in the TTY output layer. I could be wrong, though - if it's a case of doing the usual VGA or VESA setup on something that looks like two separate normal cards, maybe it's doable. Not something I've looked into ...
 
The big hurdle is syscons, and its manpage says "There can be only one syscons device defined in the system." Consider a different tactic, however. Why not make display one a regular console and display two X11? This is something I *have* seen. Or even make both screens X11 displays. You don't need a window manager, just run fullscreen xterms on both.
 
i haven't been able to find any information about rerouting a laptop's virtual console display to it's VGA output. i've gotten a few clues from some man pages, namely device.hints and syscons, but my little brain just can't make the leap from the keyboard example given in syscons to a similar entry for vga out. or am i going down the wrong path on this? btw, please forgive the lack of links to mans, i'm still learning how to do eveerything from elinks.
 
despite initial skepticism about screen/tmux redirecting output, i googled all over the place, only to have my doubts confirmed.

does anyone have the real answer to my question? i have Read all The F***ing Manual i can think of that apply, but they assume more knowledge of the system than i have. i'm sure this solution is no greater than 5 lines of code somewhere. anyone...anyone...
 
Back
Top