2014-06-15 6:52 GMT-03:00 Mick <michaelkintz...@gmail.com>:

> 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
>


Thanks, going to try this too.

Now I get something in a (what seems a) "VGA compatible controller", and
although the frame buffer is working, the Tux logos and all text characters
are all white and irregular blocks, with approximate expected sizes for
characters, but it looks like each one was written twice, a bit shifted
each time, so some of them even merge. Even the colored brief diagnostic
messages for the results of the init scripts are also white.

I guess I forgot to add the intel drivers to the kernel, going to check
this first.

Thanks again,
Francisco

Reply via email to