On Tue, Jul 16, 2013 at 08:57:37AM +0300, ja...@cieti.lv wrote:
> On 16.07.2013 07:27, Jonathan Gray wrote:
> >There are a few things that may be relevant in terms of fixes
> >in newer versions of xf86-video-intel.
> >
> >ftp://ftp.x.org/pub/individual/driver/xf86-video-intel-2.21.11.tar.gz
> >
> >(after this they assume relaxed fencing is present and broke the
> >build by requiring yet another gcc extension we don't have)
> >
> >as described in the xenocara README, install:
> >
> >    - automake 1.12 (devel/automake/1.12)
> >    - autoconf 2.69 (devel/autoconf/2.69)
> >    - metaauto 0.9 (or later) (devel/metaauto)
> >    - libtool 2.4.2 (or later) (devel/libtool)
> >
> >extract the above tarball and add
> >http://jsg.id.au/openbsd/Makefile.bsd-wrapper
> >
> >make -f Makefile.bsd-wrapper obj
> >env XENOCARA_RERUN_AUTOCONF=Yes make -f Makefile.bsd-wrapper build
> >
> >and restart your X server.
> 
> Thank you for good and detailed instructions. I compiled new driver
> successfully and verified in Xorg.0.log that it installed correctly:
> 
> [  1352.617] (II) LoadModule: "intel"
> [  1352.617] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
> [  1352.619] (II) Module intel: vendor="X.Org Foundation"
> [  1352.619]    compiled for 1.14.1, module version = 2.21.11
> [  1352.619]    Module class: X.Org Video Driver
> [  1352.619]    ABI class: X.Org Video Driver, version 14.1
> 
> But sorry to say -- it did not help. Same problem persists.

Can you try move the relevant mesa driver to a different
directory so we can see if it is the x driver or the mesa driver
that is triggering it?

In other words move /usr/X11R6/lib/modules/dri/i965_dri.so to
a different directory outside of the ld.so search path.  Your
x log should show the software renderer 'swrast' being loaded.

Reply via email to