Re: No Desktop environment
Reply #13 –
[ 12.853576] b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2
[ 12.853636] b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2
A dmesg error suggests you can install the b43-firmware package from the AUR for wireless to work. This won't affect the desktop starting though.
It works here - I installed displaymanager-openrc and sddm. Then edited /etc/conf.d/xdm:
#DISPLAYMANAGER="xdm"
DISPLAYMANAGER="sddm"
Enabled service:
$ sudo rc-update add xdm default
I commented out my pre-existing startx content in .xinitrc and .bashrc, it worked and the sddm login page appeared, and I could get to the desktop.
I could get to a terminal prompt at boot by removing the xdm service again:
$ sudo rc-update delete xdm default
Then after logging in at the terminal prompt I tried
$ sudo /etc/init.d/xdm start
which worked, and then after rebooting:
$ sudo sddm
which also worked - not sure if that would start a root x but it also got the login page and desktop.
If you have this issue, then try to restart xdm as previously suggested by SGOrava to hopefully get some messages in the terminal login, you could also try starting the dm itself like I did above. Another thing could be to check you are on the right tty for X - (CTRL) ALT F(1-7) should switch through tty's, CTRL is only needed when X has started. I think I've seen cases when X starts on tty7 yet you stay on tty1, usually when I got my personal config wrong.