自动登陆
在/etc/gdm/custom.conf中加入以下几行
[daemon]
TimedLoginEnable=true
TimedLogin=username
TimedLoginDelay=1
这个在自动登陆前有倒计时,其中TimedLogin指定自动登录的用户名,TimedLoginDelay指定登录前的倒计时
或者是
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=username
这个是直接登陆
更多信息,请参看
http://live.gnome.org/GDM/2.22/Configuration
作者:白色之夜