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
so I want to install tuigreet and greetd in my PC. Problem is, I am using default VT, and it doesn't look polished in comparison to the picture that was uploaded in tuigreet's github. So I found this project to have a better quality rendering for fonts.
Now I have several questions:
According to Arch's wiki, I should start kmscon using service.
# /etc/greetd/config.toml
[terminal]
# The VT to run the greeter on. Can be "next", "current" or a number
# designating the VT.
vt = 1
# The default session, also known as the greeter.
[default_session]
# `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh`
# with whatever you want started, such as `sway`.
#command = "agreety --cmd /bin/sh"
command = "tuigreet -t --cmd Hyprland"
# The user to run the command as. The privileges this user must have depends
# on the greeter. A graphical greeter may for example require the user to be
# in the `video` group.
user = "greeter"
I should start my greetd using VT1. The problem is, when I reboot my PC, it shows logind using KMSCON (It should instead be showing tuigreet), and after logging in, I started another getty console..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
so I want to install tuigreet and greetd in my PC. Problem is, I am using default VT, and it doesn't look polished in comparison to the picture that was uploaded in tuigreet's github. So I found this project to have a better quality rendering for fonts.
Now I have several questions:
According to Arch's wiki, I should start kmscon using service.
So I did that, and using my config:
I should start my greetd using VT1. The problem is, when I reboot my PC, it shows logind using KMSCON (It should instead be showing tuigreet), and after logging in, I started another getty console..
Then I found this link:
https://todo.sr.ht/~kennylevinsen/greetd/36
According to this link, I need to configure the greetd command like this:
But running this would give an error and prevents me from booting.
Did anyone have experience with this? What did I do wrong here?
Beta Was this translation helpful? Give feedback.
All reactions