If you can, boot the linux-sabayon-3.6-r3 kernel and, when it stabilises and you see a blank screen, press Ctrl-Alt-F1 to get to the TTY1 console, log in a root user, and use following commands to redirect the output to the file temp<nn>.txt in your home directory. Then boot the linux-sabayon-3.5-r7 kernel and past the contents of those files here:
- Code: Select all
uname -a > /home/amandus/temp01.txt
cat /etc/X11/xorg.conf > /home/amandus/temp02.txt
cat /var/log/messages | grep -i --text error > /home/amandus/temp03.txt
cat /var/log/Xorg.0.log | grep II > /home/amandus/temp04.txt
cat /var/log/Xorg.0.log | grep WW > /home/amandus/temp05.txt
cat /var/log/Xorg.0.log | grep EE > /home/amandus/temp06.txt
ls -la /etc/X11/xorg.d/* > /home/amandus/temp07.txt
eselect opengl list > /home/amandus/temp08.txt
eselect opencl list > /home/amandus/temp09.txt
eselect kernel list > /home/amandus/temp10.txt
equo search ati-drivers > /home/amandus/temp11.txt
equo search ati-userspace > /home/amandus/temp12.txt
equo search xf86-video-ati > /home/amandus/temp13.txt
cat /boot/grub/grub.cfg > /home/amandus/temp14.txt
cat /etc/conf.d/modules > /home/amandus/temp15.txt
lsmod > /home/amandus/temp16.txt
lspci > /home/amandus/temp17.txt
But if you cannot get to a VT when you boot the linux-sabayon-3.6-r3 kernel, boot the linux-sabayon-3.5-r7 kernel and paste here the output of all the above commands anyway.