Thanks! I'll give that a try. Tim
On Mon, Apr 27, 2015 at 10:34 AM, Matthew Dillon < [email protected]> wrote: > > :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 >
