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.
topic title: Automated logon: is this possible?
8 posts
• Page 1 of 1
-
Posts: 17
- Joined: 09 Dec 2007
-
Posts: 319
- 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.
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
- 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
========= 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.
You could install gdm or kdm, though it will drag other dependencies with it.
-
Posts: 1,520
- 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
eriefisher
-
Posts: 48
- 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)
========= 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
- 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
========= 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