have you guys tried compiling the latest mesa from source and installing it
into your system? I had to just do that for a bug I hit recently :

wget ftp://ftp.freedesktop.org/pub/mesa/10.2.7/MesaLib-10.2.7.tar.bz2
tar jxvf MesaLib<tab>
cd MesaLib<tab>
sudo apt-get install build-essential
sudo apt-get build-dep mesa
./configure --prefix=/usr --enable-gles1 --enable-gles2 --enable-xa
--enable-opencl-icd --with-dri-drivers=i915,i965 --enable-glx-tls
--with-dri-driverdir=/usr/lib/x86_64-linux-gnu/dri
--with-egl-platforms='drm x11' --with-gallium-drivers=""
make -j
sudo make install

reboot or service lightdm restart, confirm mesa driver version
with  glxinfo| grep -i "version string"

Don't upgrade libgl1-mesa* packages on your system until it hits >= 10.2.7
or whatever "bleeding" version of mesa you decide to install.

On Wed, Sep 17, 2014 at 7:11 AM, Paul Emsley <pems...@mrc-lmb.cam.ac.uk>
wrote:

> On 17/09/14 10:01, Jan Gebauer wrote:
>
>> Hi,
>>
>> regarding the problem COOT has with Intel HD cards on Ubuntu
>> (https://www.mail-archive.com/coot@jiscmail.ac.uk/msg03454.html) , I
>> wonder if there is a fix in the meantime.
>>
>>
> Me too. Has anyone with service contract with Canonical and reported this
> problem to them?
>
> Paul.
>

Reply via email to