You are not logged in.

#1 2007-04-13 21:20:25

Zer0
Member
From: Windsor, ON, Canada
Registered: 2006-08-25
Posts: 299

How do you load your DE? deamon style or inittab?

I'm curious as to how everyone is loading the DE's they use.  I like to load the "proper" way in inittab and changing the runlevel to 5 but I see more and more recommendations to use the rc.conf DAEMON line method or even backgrounding it like so (kde example)..

DAEMONS=(syslog-ng network hal crond alsa @kdm)

I know that backgrounding it daemon line style will give that feel of a "faster bootup" but I'm not sure if it's ok to leave the "purist" method of inittab behind.  Is it safe or is it going to cause unforseen problems down the road?

What do you think and what do you use?

Offline

#2 2007-04-13 21:26:50

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: How do you load your DE? deamon style or inittab?

I prefer the inittab approach, because that way X won't start if I boot to runlevel 3.

Offline

#3 2007-04-13 21:37:26

watsonalgas
Member
Registered: 2007-01-15
Posts: 92

Re: How do you load your DE? deamon style or inittab?

lucke wrote:

I prefer the inittab approach, because that way X won't start if I boot to runlevel 3.

How do you boot into 3 if you have inittab set to 5?

I use inittab, just cause.

Offline

#4 2007-04-13 21:40:20

stjepan
Member
Registered: 2006-07-02
Posts: 76

Re: How do you load your DE? deamon style or inittab?

.

Last edited by stjepan (2022-09-20 21:46:07)

Offline

#5 2007-04-13 21:57:44

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: How do you load your DE? deamon style or inittab?

watsonalgas: simply append the runlevel to your kernel command line when booting


1000

Offline

#6 2007-04-13 21:59:31

Zer0
Member
From: Windsor, ON, Canada
Registered: 2006-08-25
Posts: 299

Re: How do you load your DE? deamon style or inittab?

oh bash_profile style.. very nice wink

lets not forget about .xinitrc style also smile

Offline

#7 2007-04-13 22:04:23

SiD
Member
From: Germany
Registered: 2006-09-21
Posts: 729

Re: How do you load your DE? deamon style or inittab?

stjepan wrote:

Xgl+startxfce4 in ~/.bash_profile

I did not know that this is possible, just tried it out with startx in ~/.bash_profile and this ~/.xinitrc

xbindkeys & 
exec startxfce4

I like it! smile

edit:
Before I used SLiM startet via inittab...

Last edited by SiD (2007-04-14 08:39:25)

Offline

#8 2007-04-14 03:15:45

Master Beef
Member
Registered: 2005-05-28
Posts: 37

Re: How do you load your DE? deamon style or inittab?

in .bashrc

if [ -z "$DISPLAY" ] && [ $(tty) = /dev/vc/1 ]; then
    startx
fi

in .xinitrc

exec xmodmap -e "pointer = 1 2 3 6 7 4 5 8 9 10 11 12 13" &
exec imwheel -kb "89" &
exec nitrogen --restore &
exec xscreensaver &
exec openbox

"Alright it's settled. Zorak is the hammer, Moltar you suck."

Offline

#9 2007-04-14 06:30:21

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: How do you load your DE? deamon style or inittab?

I just run startx by hand when I need it.

Offline

#10 2007-04-14 07:32:46

Exclamation
Member
Registered: 2006-08-07
Posts: 53

Re: How do you load your DE? deamon style or inittab?

I use startx and have it run at init 5.
Used this guide: http://wiki.archlinux.org/index.php/Start_X_at_boot

Offline

#11 2007-04-14 08:04:34

darweth
Member
From: Brooklyn, NY
Registered: 2007-04-07
Posts: 68

Re: How do you load your DE? deamon style or inittab?

I am the noob gdm daemon man of the thread.

Offline

#12 2007-04-14 08:45:48

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: How do you load your DE? deamon style or inittab?

i just login and type startx (eg how real men do it ;-))


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#13 2007-04-14 08:50:09

hrist
Member
From: Germany
Registered: 2007-01-07
Posts: 61
Website

Re: How do you load your DE? deamon style or inittab?

yep me too


two - Arch64 | dwm | nvidia
three - Arch64 | dwm | nvidia

Offline

#14 2007-04-14 09:24:52

patroclo7
Member
From: Bassano del Grappa, ITALY
Registered: 2006-01-11
Posts: 915

Re: How do you load your DE? deamon style or inittab?

I am ALMOST a real man too: I autologin on the console (I am on my personal laptop), then I type startx, since I want to use X only sometimes.


Mortuus in anima, curam gero cutis

Offline

#15 2007-04-14 10:44:10

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: How do you load your DE? deamon style or inittab?

I use initab to start at runlevel 5.
If I want to go to runlevel 3, I simply type: 'init 3'

Last edited by hussam (2007-04-14 10:45:03)

Offline

#16 2007-04-15 08:21:31

Harbin
Member
Registered: 2007-04-14
Posts: 3

Re: How do you load your DE? deamon style or inittab?

inittab here smile

Offline

#17 2007-04-15 08:50:52

DaNiMoTh
Member
Registered: 2006-06-10
Posts: 260

Re: How do you load your DE? deamon style or inittab?

Daemon style..
Because sometimes my parents want to use this PC, and with GDM a lot of difficulties ( for them ) disappear big_smile

Offline

#18 2007-04-15 09:18:36

z3ppelin
Member
Registered: 2006-07-10
Posts: 171

Re: How do you load your DE? deamon style or inittab?

Here also deamon style gdm, i would use .bashrc method if gnome-volume-manager would run.

Offline

#19 2007-04-15 09:23:47

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: How do you load your DE? deamon style or inittab?

Update: I kicked the DE out, I startx now smile

Last edited by Ramses de Norre (2008-01-07 18:00:24)

Offline

#20 2007-04-15 12:55:21

mouse256
Member
From: Antwerpen, Belgium
Registered: 2005-08-24
Posts: 247

Re: How do you load your DE? deamon style or inittab?

I use inittab style, I think it's more clean.
And there was another reason why I switched (I used the daemon method), but I can't remember it tongue

Offline

#21 2007-04-16 07:52:39

syd
Member
From: Auckland, NZ
Registered: 2006-01-22
Posts: 155

Re: How do you load your DE? deamon style or inittab?

startx method here.

I find that its really quick when you want to make small changes to your setup. I don't know why i do that but i find i do.
One day I'll realize that the setup ive got is what i like and i don't need to try other thinks. (I hope)

Offline

#22 2007-04-16 08:25:22

PJ
Member
From: Sweden
Registered: 2005-10-11
Posts: 602

Re: How do you load your DE? deamon style or inittab?

mouse256 wrote:

I use inittab style, I think it's more clean.
And there was another reason why I switched (I used the daemon method), but I can't remember it tongue

Same here.

Offline

#23 2007-04-16 09:39:18

beza1e1
Member
From: Karlsruhe, Germany
Registered: 2007-04-15
Posts: 30
Website

Re: How do you load your DE? deamon style or inittab?

gdm in DAEMON. Simply Beautiful.

Offline

#24 2007-04-16 09:54:38

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: How do you load your DE? deamon style or inittab?

Real men are using inittab and kdm with auto-login. ;-)

Offline

#25 2007-04-16 10:15:33

Ryochan7
Member
From: Peoria, IL
Registered: 2006-01-02
Posts: 45
Website

Re: How do you load your DE? deamon style or inittab?

Inittab

Offline

Board footer

Powered by FluxBB