Re: After a successful installation KDE won't initialize
Reply #2 –
After creating the xinitrc fail and adding the two commands from the article, Plasma started normally.
However, it can't detect my sound devices. I also still need a way to make KDE start automatically on startup.
And, yes, the lightdm service works.
UPDATE: I've also noticed my internet connection is a bit sluggish. For the record I did this whole song and dance in the installation:
Alternatively, if you will use openrc, Gentoo's netifrc modules can be used, these are located in /etc/init.d/ and work on a script-per-interface basis.
ip -s link <- Get the exact name of your interface
nano /etc/conf.d/net <- Add config_<interface>="dhcp"
Now the parent script /etc/init.d/net.lo should be symlinked to create additional scripts for each network interface and then loaded into an openrc runlevel.
ln -s /etc/init.d/net.lo /etc/init.d/net.<interface>
rc-update add net.<interface> default