For the complete documentation index, see llms.txt. This page is also available as Markdown.

12.2 Wayland 显示管理器

SDDM

SDDM 支持 Wayland 会话,从略,参见其他有关章节。

Ly

Ly 是 TUI 界面的登录管理器,界面较为简洁。

通过 pkg 安装:

# pkg install ly

通过 Ports 安装:

# cd /usr/ports/x11/ly/ 
# make install clean

使用 pkg info -D ly 获取最新的安装说明。

将以下行加入 /etc/gettytab,设置 Ly 条目:

Ly:\
	:lo=/usr/local/bin/ly_wrapper:\
	:al=root:

编辑 /etc/ttys,将以下行:

ttyv1	"/usr/libexec/getty Pc"		xterm	onifexists secure

修改为

重启即可。

最后更新于