> 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 You will need to the right versions of the GNU autotols installed; see /usr/xenocara/README for more details. --- # $OpenBSD: Makefile.bsd-wrapper,v 1.5 2008/03/25 23:41:50 matthieu Exp $ .include <bsd.xconf.mk> .if ${XENOCARA_BUILD_DRI:L} != "yes" CONFIGURE_ARGS+= --disable-dri .endif CONFIGURE_ARGS+= --with-xorg-module-dir=${LIBDIR}/modules .include <bsd.xorg.mk> [demime 1.01d removed an attachment of type application/octet-stream which had a name of Makefile.bsd-wrapper]
