Mark Kettenis [2013-12-13, 23:24:58]: > > Date: Fri, 13 Dec 2013 20:25:34 +0100 > > From: Steven Mestdagh <[email protected]> > > > > I'm unable to start X (using automatic config) with the intel driver, looks > > like an issue in drm. Maybe the Intel HD Graphics 4600 is not supported yet > > as this is a rather new board? > > I suspect it is. pcidump -vx would tell us more. > > The xf86-video-intel driver we have is a little bit out of date. You > could try a newer version. Use the Makefile.bsd-wrapper Grab: > > <http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/xf86-video-intel-2.99.906.tar.gz> > > # tar xfz xf86-video-intel-2.99.906.tar.gz > # cp Makefile.bsd-wrapper xf86-video-intel-2.99.906 > # cd xf86-video-intel-2.99.906 > # make -f Makefile.bsd-wrapper obj > # env XENOCARA_RERUN_AUTOCONF=Yes make -f Makefile.bsd-wrapper build
it works fine with that version of the driver. thanks a lot!
