To set up Fedora to login automatically just open the file /etc/gdm/custom.conf, and then add the following three lines to the end of the file.
[daemon] AutomaticLoginEnable=True AutomaticLogin=brad
In the above brad is my user name. Obviously you should use the user name you want to log into automatically.
An alternative method is to login automatically after a certain amount of time. To do this use the following four lines.
[daemon] TimedLoginEnable=True TimedLogin=brad TimedLoginDelay=5
The TimedLoginDelay option is used to set the number of seconds to wait until the user is automatically logged in.
本文介绍了如何配置Fedora系统以实现自动登录功能。通过编辑/etc/gdm/custom.conf文件并添加特定参数,用户可以选择直接自动登录或者设置延迟自动登录。文中详细说明了AutomaticLogin和TimedLogin两种方式的配置步骤。
3800

被折叠的 条评论
为什么被折叠?



