using_a_text_terminal_as_another_monitor
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | using_a_text_terminal_as_another_monitor [2011/04/16 09:12] (current) – created tkbletsc | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | Here is a weird/dumb idea: using an ancient serial text terminal as an additional monitor. | ||
+ | Here's my work so far. | ||
+ | |||
+ | The idea is to use '' | ||
+ | |||
+ | To have the dumb terminal be the display for this screen session, I'll tie '' | ||
+ | |||
+ | $ getty -nl / | ||
+ | |||
+ | Then I set up my listener window with: | ||
+ | $ screen -rx | ||
+ | |||
+ | Some quirks -- I want to actually have two screen sessions: one to bind the window and dumb terminal to one session, and one nested inside which will have multiple tabs. These sessions need different configs -- I don't want ANY shortcuts for the outer session, and I want fancy shortcuts & UI for the screen interface I actually use. This will mean multiple screen configs (-c option), and the inner session will have to be started with the -m option (to allow for nesting). | ||
+ | |||
+ | Of course, step 0 is to get a physical dumb terminal...right now I just validated this with two VMs serial-ported together. |
using_a_text_terminal_as_another_monitor.txt · Last modified: by tkbletsc