genfool wrote:simply have to love kernel-switcher upgrade your kernel, your drivers and serves cold refreshments while it updates grub ...

Reinstalled Sabayon 7 from scratch.
When I installed virtualBox, it installed a newer kernel, sabayon-3.1-r1. When it finished, I used kernel-switcher just to be sure everything was done correctly. After rebooting, it didn't work! No X server, missing nvidia driver.
After some research to figure out what to install, I manually installed nvidia-drivers-285.05.09:0,3.1.0 and nvidia-userspace-285.05.09
Don't know if it was necessary to reinstall userspace but reinstalling can't hurt.
- Code: Select all
equo install --ask nvidia-drivers-285.05.09:0,3.1.0 nvidia-userspace-285.05.09
reboot
kdm comes up but kde won't launch, icewm and twm both work fine.
Found this error in .xsession-errors:
Cannot load library /usr/lib/libkdeinit4_klauncher.so: (/usr/lib/gcc/i686-pc-linux-gnu/4.5.3/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libstreamanalyzer.so.0))
More research and the solution is
- Code: Select all
gcc-config 4.6.2
source /etc/profile (or logout and log back in)
KDE works again.
kernel-switcher was not very helpful.
