I know that this is kinda the wrong forum, but it's general ramblings....
Does anyone here know how to configure a Linux Kernel to switch to virtual consoles with key combo Alt + F1, F2, F3....?
-JL
Virtual Console Configuring?
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Virtual Console Configuring?
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
OH, outside X and inside.
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Device Drivers - Character Devices - Virtual Terminal.
Default is that you can do this switch with Alt - Fx on the console, and with Ctrl - Alt - Fx while on X. You need your /etc/inittab to set up the multiple terminals, though. On my system:
Default is that you can do this switch with Alt - Fx on the console, and with Ctrl - Alt - Fx while on X. You need your /etc/inittab to set up the multiple terminals, though. On my system:
Code: Select all
# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux
Every good solution is obvious once you've found it.
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Thanks it works!
Thats pretty cool.
-JL
Thats pretty cool.
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io