You are not logged in.
Yesterday I have updated my system with pacman -Syu, now I get this on startx
/usr/bin/startx: line 196: /usr/bin/xinit: No such file or directory. Of course, the requested file is there.
I already reinstalled nvidia (256.44-1), xorg (1.8.1.902) and kernel26 (2.6.34.3-1), but the problem still remain.
Any idea?
Offline
xinit is provided by the xorg-xinit package, try reinstalling that one too. Is startx supposed to call xinit? Does straight xinit work?
If /usr/bin/xinit exists, the only thing I can think of is that there are no execute permissions. Post the output of "ls -al /usr/bin/xinit" Mine gives "-rwxr-xr-x 1 root root 15224 Apr 4 08:09 /usr/bin/xinit*"
Offline