You are not logged in.
Pages: 1
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
install xorg-xinit
Offline
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
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
xterm solved it for me. thanks guys.
Offline
Pages: 1