(09-25-2020, 05:12 PM)canaac Wrote: I have installed Mobian + Xfce, but when I start it asks for the username and password, but the keyboard does not appear.
Try:
Code:
sudo apt install lightdm onboard
sudo nano /etc/lightdm/lightdm-gtk-greeter.conf
Then add the below:
Code:
[greeter]
keyboard = onboard -l Phone -t Nightshade
keyboard-position = "100%,center -0;100% 20%"
a11y-states = +keyboard
icon-theme-name = Adwaita
font-name = Sans 14
xft-dpi = 100
hide-user-image = true
user-background = true
Ctrl+x to save and then reboot.