Francesco, the upstream developer wants you to try one patch. It has
been applied to the upstream mesa_7_0_branch after I released Debian
7.0.3-2. So you can either checkout this branch from this upstream git
repo, or get the Debian source (apt-get source mesa) and apply it (from
[1]).

Once you have the source, you need to get the build dependencies:
  apt-get build-dep mesa
And then build the DRI driver with
  make linux-dri DRI_DIRS=i965

Then you should have i965_dri.so in
  src/mesa/drivers/dri/i965/i965_dri.so

You can test it with
  LIBGL_DRIVERS_PATH=$PWD/src/mesa/drivers/dri/i965/ <yourprogram>
Adding LIBGL_DEBUG=verbose will also display some debugging messages if
you want to check that the right i965_dri.so is being used.

If you need more help, please let me know.

Brice

[1]
http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=commitdiff_plain;h=82a0e82232d61a75fee39d50333016d78938450f;hp=03447de338158cca962880fd04d7d3ecf4bd9c5b

-------- Original Message --------
Subject:        [Bug 15057] lockup with i915_wait_irq ERROR
Date:   Sun, 15 Jun 2008 19:33:25 -0700 (PDT)
From:   [EMAIL PROTECTED]
To:     [EMAIL PROTECTED]



http://bugs.freedesktop.org/show_bug.cgi?id=15057





--- Comment #6 from haihao <[EMAIL PROTECTED]>  2008-06-15 19:33:25 PST ---
Could you try the commit 82a0e82232d61a75fee39d50333016d78938450f?
So far I can't reproduce it.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to