You are not logged in.

#1 2011-03-19 04:43:02

petertosh
Member
Registered: 2011-03-09
Posts: 11

-bash: startx: command not found

that is the error i get after following the directions for install from the website. have ATI drivers installed. have dbus in the correct spot in daemons. have installed arch before but never ran into this issue, and all the other posts i have looked at have been totally useless to me. so any help you can give me would be awesome. i will post more info if you need.

Cheers

Offline

#2 2011-03-19 04:54:06

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: -bash: startx: command not found

What is the output of:

$ which startx
 -or-
$ pacman -Ql xorg-xinit

Offline

#3 2011-03-19 04:54:56

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: -bash: startx: command not found

install xorg-xinit

Offline

#4 2011-03-19 05:07:51

petertosh
Member
Registered: 2011-03-09
Posts: 11

Re: -bash: startx: command not found

when i installed xorg-xinit i got:

/etc/X11/xinit/xinitrc/: line:52 twm: command not found
line 53 xclock
54 xterm
56 exec
55 xterm all command not found

xinit: connection to x server lost


and for which startx i get:
/usr/bin/startx

Offline

#5 2011-03-19 05:29:11

cardoor
Member
Registered: 2011-03-18
Posts: 2

Re: -bash: startx: command not found

sounds like you need to install at least xterm, and should probably install an windows manager as well.

sudo pacman -S xterm fluxbox

from there I would copy .xinitrc from the skeleton folder to your home directory

cp /etc/skel/.xinitrc ~/

and then append exec fluxbox to your .xinitrc

edit: obviously you're welcome to use any WM I just used fluxbox as an example

Last edited by cardoor (2011-03-19 05:30:58)

Offline

#6 2011-03-19 05:49:35

petertosh
Member
Registered: 2011-03-09
Posts: 11

Re: -bash: startx: command not found

xterm solved it for me. thanks guys.

Offline

Board footer

Powered by FluxBB