You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ubuntu login prompt appears, but no fbkeyboard.
When I modify the above [Install] section to
WantedBy=getty.target,
fbkeyboard appears without the login prompt and I can input characters on the blank screen.
What should I do to log in using fbkeyboard?
I tried buffyboard with service file like the above. The system gets frozen and sometimes reboots itself.
fbkeyboard works fine on the device with the same kernel and a postmarketOS rootfs. The above service file is on a ubuntu rootfs.
The text was updated successfully, but these errors were encountered:
I would like to bring up fbkeyboard with systemd on a phone device. So I created fbkeyboard.service as below:
[Unit]
Description=fbkeyboard
[Service]
Type=simple
ExecStart=/home/ubuntu/fbkeyboard_1 -d /dev/input/event2 -f /usr/share/fonts/truetype/noto/NotoSans-Bold.ttf
StandardInput=tty
StandardOutput=tty
TTYPath=/dev/tty1
Restart=on-failure
RestartSec=10
KillMode=process
[Install]
WantedBy=multi-user.target
The ubuntu login prompt appears, but no fbkeyboard.
When I modify the above [Install] section to
WantedBy=getty.target,
fbkeyboard appears without the login prompt and I can input characters on the blank screen.
What should I do to log in using fbkeyboard?
I tried buffyboard with service file like the above. The system gets frozen and sometimes reboots itself.
fbkeyboard works fine on the device with the same kernel and a postmarketOS rootfs. The above service file is on a ubuntu rootfs.
The text was updated successfully, but these errors were encountered: