On Wednesday 11 Jun 2014 12:28:17 Francisco Ares wrote: > Hi, > > I am trying to install Gentoo on a x64 system with such processor, that, as > far as I could understand, is like to have the chipset embedded, so the > buses to video, pci express, usb, etc, comes out of the processor chip. > > The kernel from the 3.10 series were not able to correctly handle this > processor, at least the video driver (not sure about the rest), but the new > stable one, "gento-sources-3.12.21-r1" is OK, now I have the framebuffer > splash. > > But no X11 for now. I have added "~amd64" keywords to > "x11-drivers/xf86-video-intel", but, for now, only a black screen, with no > clue on the log file "/var/log/Xorg.0.log" (which is the latest). > > On "/etc/portage/make.conf", I have the line: > > VIDEO_CARDS="intel i915 i965 modesetting" > > Did I miss something? Change the above to: VIDEO_CARDS="intel i965 modesetting" (not sure if modesetting is necessary) Enable the corresponding kernel drivers, but not for framebuffer - see here: https://wiki.gentoo.org/wiki/Xorg/Configuration and recompile and install your new kernel. Run emerge -uaNDv world which will remerge the necessary xorg drivers. Reboot and it should work. -- Regards, Mick