You are not logged in.

#1 2008-03-11 21:36:30

Misbah
Member
Registered: 2008-02-27
Posts: 218

~/.xinitrc [SOLVED]

deleted

Last edited by Misbah (2012-02-14 05:57:31)

Offline

#2 2008-03-11 21:44:41

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: ~/.xinitrc [SOLVED]

.xinitrc is the init script for startx, the script where you place what programs you want to run before starting X. So, you're not supposed to run .xinitrc, you're supposed to run startx.

Offline

#3 2008-03-11 22:06:12

Misbah
Member
Registered: 2008-02-27
Posts: 218

Re: ~/.xinitrc [SOLVED]

deleted

Last edited by Misbah (2012-02-14 05:57:12)

Offline

#4 2008-03-11 22:17:34

blu3ness
Member
From: Edmonton, Canada
Registered: 2007-12-28
Posts: 169

Re: ~/.xinitrc [SOLVED]

welcome to arch smile I have the exact feeling 3 months ago yikes


Archlinux on Compaq Presario v5000 laptop smile

Offline

#5 2008-03-11 22:30:22

s0lar
Member
Registered: 2005-05-19
Posts: 56

Re: ~/.xinitrc [SOLVED]

You can use gdm or kdm in your daemons section of the rc.conf file so you do not need to startx after a boot.

Offline

#6 2008-03-11 23:22:56

Misbah
Member
Registered: 2008-02-27
Posts: 218

Re: ~/.xinitrc [SOLVED]

deleted

Last edited by Misbah (2012-02-14 05:57:03)

Offline

#7 2008-03-12 00:59:39

bgc1954
Member
From: Edmonton, AB, Canada
Registered: 2006-03-14
Posts: 1,160

Re: ~/.xinitrc [SOLVED]

I used to use gdm all the time as well until I found out about slim.  It's a very simple login manager and doesn't have anywhere near the dependencies of gdm.  http://wiki.archlinux.org/index.php/SLIM


Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz

Offline

#8 2008-03-12 05:42:00

tofu
Member
Registered: 2008-02-26
Posts: 42

Re: ~/.xinitrc [SOLVED]

i was going to use a graphic login... but having a simple script i found on this forum works just as well.

add this to your .bash_profile in ~/

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

it starts X once you login on virtual console 1

its pretty cool - maybe someday i'll check out SLIM...

Offline

Board footer

Powered by FluxBB