<div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small">Thanks! I'll give that a try.</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div>Tim<br></div></div></div>
<br><div class="gmail_quote">On Mon, Apr 27, 2015 at 10:34 AM, Matthew Dillon <span dir="ltr"><<a href="mailto:dillon@apollo.backplane.com" target="_blank">dillon@apollo.backplane.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
:I tried to setup X11 on my Acer C720 using:<br>
<div><div class="h5">:<br>
:<a href="http://www.dragonflybsd.org/docs/newhandbook/ConfigChromebook/" target="_blank">http://www.dragonflybsd.org/docs/newhandbook/ConfigChromebook/</a><br>
:<br>
:It failed because it couldn't load the "intel" driver. Should the<br>
:instructions include this line?<br>
:<br>
:pkg install xf86-video-intel<br>
:<br>
:Tim<br>
<br>
</div></div>    Tim, you need to pull the dports sources and compile the<br>
    xf86-video-intel29 driver.  Then it should work.<br>
<br>
    cd /usr/dports/x11-drivers/xf86-video-intel29<br>
    make clean<br>
    make<br>
    make reinstall<br>
<br>
    This will override the normal xf86-video-intel driver.  If you<br>
    don't have the dports tree then:<br>
<br>
    cd /usr<br>
    make<br>
<br>
    and follow the instructions to get dports.<br>
<br>
    -Matt<br>
</blockquote></div><br></div></div>