lightdm
DM(显示管理器)功能如下:
- 启动和管理本地实例化的X Server;
- 用户认证;
- 启动和管理用户回话(常用情景);
- 在boot过程中,单例启动X 服务器和开始一个用户会话((kiosk mode));
- 在boot过程中,单例启动 X服务器,显示用户登录界面,在连接时启动用户会话;
- 支持多用户同时登录,用户选择具体用户登录,同时为每一个 用户启动 X 服务器;
- 允许 X 服务器,使用XDMCP,运行瘦客户端远程连接到其他X 服务器。
快速
不增加其他额外的启动时间;
异常安全
处理所有
- Display Manager - A daemon that manages the displays on a system.
- Display - A combination of an X server, greeter and a user session.
- User session - An application that runs on a display and allows the user to run applications.
- Greeter - An application to run on a display and prompt for authentication and session options.
Daemon:
- Able to run as as system service withou...