I recently installed Manjaro ARM OS Xfce on a Raspberry Pi4B.
To increase the user-friendliness, I tried to hook up the Official Touchscreen display 7" Rpi:
I finished the tutorial,
hooked up the ribbon and the 4 cables to 5V,GND ,SCL and SDA
powered up the whole system.
I get the boot screen with the buffer and the Manjaro logo and then I get a black screen with a blinking cursor.
The OS is straight out of the box the only configuration done is VNC server :
ssh into RPi:
ssh @
install TigerVNC:
sudo pacman -S tigervnc
configure XDMCP by modifying /etc/lightdm/lightdm.conf
sudo nano /etc/lightdm/lightdm.conf
In the [LightDM] section:
uncomment and set start-default-seat=false
In the [XDMCPServer] section:
uncomment and set enabled=true
uncomment port=177
restart lightdm:
sudo systemctl restart lightdm
create /etc/systemd/system/tigervnc.socket:
sudo nano /etc/systemd/system/tigervnc.socket
paste the following text:
[Unit]
Description=TigerVNC Server
[Socket]
ListenStream=5900
Accept=yes
[Install]
WantedBy=sockets.target
Do you mean you used the “Login Window” menu selection under Settings, to modify lightdm?
And by keyboard, do you want to enable the virtual keyboard in lightdm?
Or is lightdm is not responding to any keyboard input?
Yes, I meant I used the LightDM GTK+ Greeter Setting activate keyboard (onboard doesn’t work so I tried QVKbd keyboard but it’s way too small so I tried finding other one). Do you have any recommandation for a virtual keyboard.
Oh yes, the gtk+ greeter. Sorry, I keep forgetting about that. I use the slick greeter instead.
Sorry, I do not use the virtual keyboard, it is one of the settings I disable. I think the virtual keyboard is part of the greeter, you might try a different greeter and see if you get different results.