Acer Chromebook intructions
Matthew Dillon
dillon at apollo.backplane.com
Mon Apr 27 10:34:47 PDT 2015
:I tried to setup X11 on my Acer C720 using:
:
:http://www.dragonflybsd.org/docs/newhandbook/ConfigChromebook/
:
:It failed because it couldn't load the "intel" driver. Should the
:instructions include this line?
:
:pkg install xf86-video-intel
:
:Tim
Tim, you need to pull the dports sources and compile the
xf86-video-intel29 driver. Then it should work.
cd /usr/dports/x11-drivers/xf86-video-intel29
make clean
make
make reinstall
This will override the normal xf86-video-intel driver. If you
don't have the dports tree then:
cd /usr
make
and follow the instructions to get dports.
-Matt
More information about the Users
mailing list