Wednesday, April 8, 2009

How to Enable Auto Login on Fedora 10


as root add these lines to /etc/gdm/custom.conf (replacing 'youruser' with your user name)

[daemon]
TimedLoginEnable=true
TimedLogin=youruser


if you want to get an instantaneous login edit /etc/gdm/gdm.schemas and set the the value to 0, the default is 30.


<key>daemon/TimedLoginDelay</key>
<signature>i</signature>
<default>0</default>


reboot your pc

No comments: