Auto Login on Fedora Core 9, 10 & 11

This post was written by Matt on June 9, 2009
Posted Under: Linux, Technology, mythtv

As you may not I’m a big fan of mythtv and I want to have Fedora Core 9 (it’s works for 10 and 11 too) login automatically when the PC is booted up.

For some reason on Fedora 9 gdm is different and you can’t easily configure it to auto login through the GUI, but here’s another way.

Edit /etc/gdm/custom.conf and add this to the file. You could use gedit or vi whatever suits you, but you need to do it as root.
[daemon]
TimedLoginEnable=true
AutomaticLoginEnable=true
AutomaticLogin=username
TimedLogin=username
TimedLoginDelay=0

Obviously you would replace “username” above with the actually “username” you wish to login automatically.

Now reboot and test it!

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Live
  • MySpace
  • Slashdot
  • Technorati
  • YahooMyWeb
  • email
  • LinkedIn
  • RSS
  • Twitter
  • Twitthis
  • Yahoo! Bookmarks

Reader Comments

I’ve now just tested this on Fedora Core 11 and it also works. I will update the name of the article.

#1 
Written By Matt on June 18th, 2009 @ 1:34 pm

Good. It works.

#2 
Written By visitor on July 15th, 2009 @ 2:10 am