Posts: 17
pjotr123
Joined: 09 Dec 2007
#1
I want to log in automatically in Antix 7.01, when I start it up. As I am the sole user of this laptop, the fingerprint authorization in the BIOS of my machine is adequate for my security needs.

In Gnome and KDE it' s relatively simple to create an automated logon for a user. But how do I do that in Antix with Fluxbox?

Greetz, Pjotr.
Posts: 319
impuwat
Joined: 13 Sep 2007
#2
I know how to take care of half the battle. In /etc/slim.conf look for a default user line. Uncomment it and substitute your user name in.

When you reboot slim will ask only for your password.

I'm sure someone with more technical knowledge can jump in here and let you know a direct answer to your question. I'm curious about this as well.
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#3
Auto login is just bypassing slim. It can be done but I can only offer some links.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.mepislovers.org/forums/archive/index.php/t-11216.html"
linktext was:"http://www.mepislovers.org/forums/archi ... 11216.html"
====================================


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://bbs.archlinux.org/viewtopic.php?pid=182064"
linktext was:"http://bbs.archlinux.org/viewtopic.php?pid=182064"
====================================


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://support.zenwalk.org/index.php/topic,10777.0.html"
linktext was:"http://support.zenwalk.org/index.php/topic,10777.0.html"
====================================


This is not recommended though.

eriefisher
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#4
I don't think slim (antiX login manager) allows for auto-login.
You could install gdm or kdm, though it will drag other dependencies with it.
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#5
Slim itself does not but you should be able to just startx instead of slim. I think it's in the inittab somewhere but you would be asking for more trouble than it's worth.

eriefisher
pjotr123
Posts: 17
pjotr123
Joined: 09 Dec 2007
#6
Thanks for the replies. Something for the wish list? __{{emoticon}}__
Posts: 48
r3bol
Joined: 14 Sep 2007
#7
I'm looking into this too. These tutorials might give some insight:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://unix-tutorial.blogspot.com/search/label/script"
linktext was:"http://unix-tutorial.blogspot.com/search/label/script"
====================================

(well maybe not so much the first one)
Posts: 3
donquixote2u
Joined: 12 Feb 2008
#8
I played around a bit and found that eeriefishers first suggested link to an earlier antiX thread worked for me(
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.mepislovers.org/forums/archive/index.php/t-11216.html"
linktext was:"http://www.mepislovers.org/forums/archi ... 11216.html"
====================================
) , in particular pet's suggestions re mingetty; to sum up my total changes (refer to that thread for more details);

1) blanked out /etc/init.d/slim (after a backup copy was made of course __{{emoticon}}__ )
2) apt-get mingetty and modify /etc/inittab to log desired default user on with mingetty.
3) call startx from that default users ~/bash_profile script