Updated kernel to linux-sabayon-2.6.34 (both r0 and r1 yesterday), rebooted, X started and the screen went blank with blinking cursor in top left corner, and /var/log/Xorg.0.log stated:
- Code: Select all
(II) Primary Device is: PCI 00@00:02:0
(EE) intel(0): No kernel modesetting driver detected.
(II) UnloadModule: "intel"
(EE) Screen(s) found, but none have a usable configuration.
The driver used was xf86-video-intel-2.11.0. Kernel linux-sabayon-2.6.33 worked ok.
After some search (links below) I figured I should force kernel modesetting for the intel driver module.
I didn´t research yet how to add kernel parameters to grub2 (1.98-r4 /r1). I learned how to build /boot/grub/grub.cfg via
- Code: Select all
sudo /sbin/grub-mkconfig -o /boot/grub/grub.cfg
But I found the following way how to force modesetting for the driver module and solve the issue, independently on kernel parameters in grub:
- Code: Select all
echo options i915 modeset=1 > /etc/modprobe.d/i915-kms.conf
See also:
viewtopic.php?f=86&t=20503
viewtopic.php?f=76&t=20492#p116105
http://en.gentoo-wiki.com/wiki/Intel_GMA
http://en.gentoo-wiki.com/wiki/Kernel_Mode_Setting
https://wiki.ubuntu.com/X/KernelModeSetting


