problems with intel video

It's quite possible that your GPU is not supported by the intel driver at the moment. However, no one can tell you how to fix an error when you haven't told us what the error is.
 
===> xf86-video-intel29-2.9.1 we have to wait of GEM support to get ironlake chips to work.
*** Error code 1
 
The handbook has a simple explanation. Probably the generated file will be with default vesa, the pertinent part of which looks something like this:

Code:
Section "Device"
    Identifier    "Device0"
    Driver        "vesa"
EndSection
 
Back
Top