|
Post by grasshopper on Feb 6, 2021 19:11:20 GMT
On most Linux systems, you can gain access to one or more virtual terminals by typing Ctrl+Alt+F1, Ctrl+Alt+F2, etc.
I'm wondering whether this facility could be added to the C64 Maxi as, in my opinion, it's generally a quicker and less resource intensive way to gain access to a command line than having to load a full X-Windows desktop.
As an experiment, I tried adding the following line to /etc/inittab:
2:2345:respawn:/sbin/getty tty2
I was hoping this would let me access a virtual terminal by typing Ctrl+Alt+F2, but unfortunately it doesn't work.
It occurs to me that perhaps the keymap had been changed to prevent the Ctrl+Alt+Fn key combinations from doing anything. However, I can't find out which file I need to edit.
Can anyone point me in the right direction?
Thanks
|
|
|
Post by jj0 on Feb 6, 2021 20:37:38 GMT
I don't think the Maxi supports a tty - the screen is only activated by the Carousel. You'd need the fbcon.ko (and associated modules) to enable one or more consoles. But with the source and kernel .config still not available that's not possible at the moment. Maybe you can tweak the (somewhat dysfunctional) yaft framebuffer console from my FEL-mode tool for the Mini? Though I only used because I couldn't get the more common fbterm to work, maybe that works on the Maxi.
|
|
|
Post by jj0 on Feb 7, 2021 15:38:37 GMT
I don't think the Maxi supports a tty - the screen is only activated by the Carousel. You'd need the fbcon.ko (and associated modules) to enable one or more consoles. But with the source and kernel .config still not available that's not possible at the moment. Maybe you can tweak the (somewhat dysfunctional) yaft framebuffer console from my FEL-mode tool for the Mini? Though I only used because I couldn't get the more common fbterm to work, maybe that works on the Maxi. I got yaft to work on the standard THE64's as fake upgrade: see here.
|
|