I have a dual monitor setup running TTY only. The primary monitor is the actual "laptop", and the second monitor (Lilliput um-70) is connected through USB 2.0, using udl
driver.
Everything is working fine, except for one thing, whenever I change TTY, the old TTY stops refreshing itself.
tty1
is mapped to /dev/fb0
, tty2
is mapped to /dev/fb1
using kernel parameters during boot (fbcon=map:01
). When I change to tty1
(laptop monitor), tty2
(USB monitor) stops refreshing.
For example, if I put an htop
on tty2
, going back to tty1
to do some stuff, the htop
on tty2
freezes. If I go back to tty2
, it refreshes itself, but tty1
now stops refreshing.
Any ideas on how to have tty1
and tty2
staying refreshed, no matter which TTY is active?
fbcon=map:01
? Because if so, tryfbcon=map:10
, or evenfbcon=map:1
and then try mapping the consoles withcon2fbmap
afterwards – NetIceCat Dec 12 '19 at 14:34con2fbmap
after the reboot? What do you get when you usefbset -i
from each console? – NetIceCat Dec 14 '19 at 19:38