vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Soren Hauberg wrote: > Hi > I have gentoo on my old laptop. And basicly I'm sick of needing to log > in every time I start the machine. Does anybody know of a way to login > automaticly? If you're using KDE: There's a feature like that available (Control Centre => System Administration => Login Manager => Convenience or something like that...) -- Ciao, Philipp |
| |||
| Philipp Becker wrote: > Soren Hauberg wrote: > > >>Hi >>I have gentoo on my old laptop. And basicly I'm sick of needing to log >>in every time I start the machine. Does anybody know of a way to login >>automaticly? > > > If you're using KDE: There's a feature like that available > (Control Centre => System Administration => Login Manager => Convenience or > something like that...) > No I'm using xdm (it's a 300 mhz celeron, so kde/gnome is not an option) but I would like to get rid of xdm and log directly into X. Soren |
| |||
| Soren Hauberg wrote: > > > Philipp Becker wrote: > >> Soren Hauberg wrote: >> >> >>> Hi >>> I have gentoo on my old laptop. And basicly I'm sick of needing to log >>> in every time I start the machine. Does anybody know of a way to login >>> automaticly? >> >> >> >> If you're using KDE: There's a feature like that available >> (Control Centre => System Administration => Login Manager => >> Convenience or >> something like that...) >> > No I'm using xdm (it's a 300 mhz celeron, so kde/gnome is not an option) > but I would like to get rid of xdm and log directly into X. > > Soren > I would also be interested in hearing about this. I have a laptop as well, and I'm pretty sure that security is not that much of an issue for me; as ultimately convenience is. If you find an answer to this, please cc it to this group. Thanks! -- -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- Jordan T. Cox Programmer, IT Administrator, Tech Support Geronimo Development Corporation -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- |
| |||
| Soren Hauberg wrote: > > > Philipp Becker wrote: >> Soren Hauberg wrote: >> >> >>>Hi >>>I have gentoo on my old laptop. And basicly I'm sick of needing to log >>>in every time I start the machine. Does anybody know of a way to login >>>automaticly? >> >> >> If you're using KDE: There's a feature like that available >> (Control Centre => System Administration => Login Manager => Convenience >> or something like that...) >> > No I'm using xdm (it's a 300 mhz celeron, so kde/gnome is not an option) > but I would like to get rid of xdm and log directly into X. > > Soren you could use kdm (or gdm which has less requirements) to start some other session (wmaker myself). |
| |||
| Donour Sizemore wrote: > Soren Hauberg wrote: > > >> >>Philipp Becker wrote: >> >>>Soren Hauberg wrote: >>> >>> >>> >>>>Hi >>>>I have gentoo on my old laptop. And basicly I'm sick of needing to log >>>>in every time I start the machine. Does anybody know of a way to login >>>>automaticly? >>> >>> >>>If you're using KDE: There's a feature like that available >>>(Control Centre => System Administration => Login Manager => Convenience >>>or something like that...) >>> >> >>No I'm using xdm (it's a 300 mhz celeron, so kde/gnome is not an option) >>but I would like to get rid of xdm and log directly into X. >> >>Soren > > > you could use kdm (or gdm which has less requirements) to start some other > session (wmaker myself). I think that's not a very good solution. I think it's strange that I need to start a gui to do something automiticly. On my old laptop xdm takes about 10 sec. to start - kdm/gdm would properply be more slow. It must be possible with a non-gui application. /Soren |
| |||
| Soren Hauberg wrote: >> you could use kdm (or gdm which has less requirements) to start some >> other session (wmaker myself). > I think that's not a very good solution. I think it's strange that I > need to start a gui to do something automiticly. On my old laptop xdm > takes about 10 sec. to start - kdm/gdm would properply be more slow. Ever tried out? And if the automatic login is activated, perhaps KDM doesn't even start up at all (or at least not all the way), although I haven't tried that out. > It must be possible with a non-gui application. Perhaps this is what you're searching for... http://freshmeat.net/projects/qlogin/ -- Ciao, Philipp |
| |||
| Philipp Becker wrote: > Soren Hauberg wrote: > > >>>you could use kdm (or gdm which has less requirements) to start some >>>other session (wmaker myself). >> >>I think that's not a very good solution. I think it's strange that I >>need to start a gui to do something automiticly. On my old laptop xdm >>takes about 10 sec. to start - kdm/gdm would properply be more slow. > > > Ever tried out? And if the automatic login is activated, perhaps KDM doesn't > even start up at all (or at least not all the way), although I haven't > tried that out. I tried about a year ago and both kdm and gdm started the gui and then did a login. The problem with kdm/gdm is that they depend on kde/gnome, and I would love it if I didn't have to install kde/gnome. > >>It must be possible with a non-gui application. > > > Perhaps this is what you're searching for... > http://freshmeat.net/projects/qlogin/ YES! That's what I'm looking. It's working great. Thanks. Now I can log into a console automaticly. Now I would like to start X automaticly. Is there a file where I can edit what programs are started on login. Neither .bashrc or .login gets sourced on login. /Soren > |
| |||
| Soren Hauberg wrote: >>>It must be possible with a non-gui application. >> Perhaps this is what you're searching for... >> http://freshmeat.net/projects/qlogin/ > YES! That's what I'm looking. It's working great. Thanks. > Now I can log into a console automaticly. Now I would like to start X > automaticly. Is there a file where I can edit what programs are started > on login. As far as I understand (just looking at the description) this is just a perl-prog. Should not be too hard to put another "startx" in that. Of course you shouldn't switch every terminal to qlogin if you don't want to have that many X-Sessions started ;-) -- Ciao, Philipp |
| ||||
| Soren Hauberg wrote: > > Philipp Becker wrote: > >> Soren Hauberg wrote: >> >> >>>> you could use kdm (or gdm which has less requirements) to start some >>>> other session (wmaker myself). >>> >>> >>> I think that's not a very good solution. I think it's strange that I >>> need to start a gui to do something automiticly. On my old laptop xdm >>> takes about 10 sec. to start - kdm/gdm would properply be more slow. >> >> >> >> Ever tried out? And if the automatic login is activated, perhaps KDM >> doesn't >> even start up at all (or at least not all the way), although I haven't >> tried that out. > > I tried about a year ago and both kdm and gdm started the gui and then > did a login. The problem with kdm/gdm is that they depend on kde/gnome, > and I would love it if I didn't have to install kde/gnome. > >> >>> It must be possible with a non-gui application. >> >> >> >> Perhaps this is what you're searching for... >> http://freshmeat.net/projects/qlogin/ > > YES! That's what I'm looking. It's working great. Thanks. > Now I can log into a console automaticly. Now I would like to start X > automaticly. Is there a file where I can edit what programs are started > on login. > Neither .bashrc or .login gets sourced on login. > > /Soren > >> > My thanks as well. I'll be sure to try this one out. As to .bashrc not getting sourced. Try .bash_profile. I vaguely remember .bashrc only getting sourced by Xterms and the like... but I'm not sure. -- -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- Jordan T. Cox Programmer, IT Administrator, Tech Support Geronimo Development Corporation -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- |