You are not logged in.

#1 2010-01-14 01:01:12

luser78
Member
Registered: 2010-01-14
Posts: 9

How do I make that when you log into the system automatically.........

Installed fluxbox
I go into the system and to start fluxbox enter the command startx.

How do I make that when you log into the system automatically started with startx. thus automatically run fluxbox?

Offline

#2 2010-01-14 01:05:11

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: How do I make that when you log into the system automatically.........

Welcome to Arch.

You need to install a display manager: the wiki page will provide all the information you are looking for
http://wiki.archlinux.org/index.php/Display_manager


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2010-01-14 01:05:49

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: How do I make that when you log into the system automatically.........

Read the Wiki:

http://wiki.archlinux.org/index.php/Fluxbox

Alot of answers are in there. Arch encourages reading before asking. Welcome to Arch!


Matt

"It is very difficult to educate the educated."

Offline

#4 2010-01-14 01:33:36

jwbirdsong
Member
From: Western KS USA
Registered: 2006-11-25
Posts: 173

Re: How do I make that when you log into the system automatically.........

Check out the /etc/inittab section on THIS wiki page.  Just what you want. You do NOT need a Display Manager if you don't want one.


PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.

Offline

#5 2010-01-14 01:33:45

luser78
Member
Registered: 2010-01-14
Posts: 9

Re: How do I make that when you log into the system automatically.........

thank you:)

to do so need to do :
write to the end of the file. bash_profile the following :

if [[ -z "$DISPLAY" ]]; then
  startx
  logout
fi

P.S: it's cool with fluxbox!!

Last edited by luser78 (2010-01-14 02:20:41)

Offline

Board footer

Powered by FluxBB