You are not logged in.
I think I've finally gotten xorg and friends installed successfully (including video drivers) on my new arch setup. But when I run
startxit flashes, then returns to prompt, the only error displaying being that the pulseaudio daemon failed to start.
Per this thread https://bbs.archlinux.org/viewtopic.php?id=127480 I have installed jack and confirmed that pulseaudio is up-to-date. I rebooted and still get the same pulseaudio fail.
What can I do to fix this?
Last edited by cortman (2012-04-03 11:47:54)
Copy.com offers 15 GB free cloud storage plus 5 GB extra for both of us when you use my referral link: https://copy.com?r=IlpMD4. ![]()
Offline
What does your .xinitrc look like?
Offline
Here it is:
!/bin/sh
#
#~/.xinitrc
#
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choiceCopy.com offers 15 GB free cloud storage plus 5 GB extra for both of us when you use my referral link: https://copy.com?r=IlpMD4. ![]()
Offline
You need to tell startx to start your window manager otherwise it's going to just start X up, see that there's nothing left to do, and then shut X down again. Add (or uncomment) an exec line that corresponds to the window manager that you use.
Offline
Thanks for the hint. Works great.
Copy.com offers 15 GB free cloud storage plus 5 GB extra for both of us when you use my referral link: https://copy.com?r=IlpMD4. ![]()
Offline
Thanks for your great advise. I had the same or a similiar issue. After some updates the system just wasn't starting the display manager, a reinstallation of catalyst didn't help and I finally got the error "can't access ~/.config/pulse/cookie" while executing startx. A short search in the Arch Linux forums brought me here, my ~/.xinitrc had no configured DM as well. On restart I have to execute startx manually so the startup configuration needs some checking but at least I have a workaround
.
Last edited by andy_0 (2013-05-24 11:35:34)
Offline