I'm having some fun seeing how much I can do without X.
I'd like to assign a different TTY (framebuffer enabled) to each monitor I can attach to my computer.
I've only come across this old post https://www.linuxquestions.org/quest...75#post5776275, but it's for multiple graphics cards, whereas I have a single graphics card with multiple outputs (1 DVI, 1 HDMI, 1 VGA). My monitors also have different resolutions.
I'd like to press CTRL+ALT+F1 to switch to TTY1 on my first monitor, and CTRL+ALT+F2 to switch focus to TTY2 on the second while TTY1 still remains visible on monitor 1 and is updated, and so on for as many monitors as I can attach.

How can this be accomplished?