Hi,
I downloaded and installed kmscon, because I would like to have nice glyph rendering in tty.
I can get it to spawn the login command, but as soon as I log in I get kicked out and back to the login.
I created a Vagrant project to reproduce the issue: https://github.com/davethecipo/test-kmscon-fedora.
It needs virtualbox and vagrant installed.
I set up the bootstrap script to enable kmscon on tty4.
If anyone is willing to help me investigate this, these are the steps to reproduce:
git clone https://github.com/davethecipo/test-kmscon-fedora
cd test-kmscon-fedora
vagrant up --provision
- Open VirtualBox gui, open the running virtual machine
- Press right Ctrl to capture keyboard inputs
- Press RCtrl (right control) and F4 to open tty4
- try logging in with user vagrant, password vagrant
Thanks in advance,
Davide