On Tue, Jul 16, 2013 at 09:14:49PM +0300, [email protected] wrote: > >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. > > This helps. I could not get a hang anymore. Youtube looks good again > as well.
Here is an amd64 build of the latest mesa release, the in tree mesa is a few major versions old and can't be upgraded until the radeon kms parts are merged: http://jsg.id.au/openbsd/mesa-9.1.4.amd64.tgz tar -C / -xzphf mesa-9.1.4.amd64.tgz you may have to copy /usr/X11R6/lib/libGL.so.14.0 over /usr/X11R6/lib/libGL.so.13.0 to get chromium to load the correct library without rebuilding it. Hopefully that would be enough for the purposes of testing without rebuilding the rest of xenocara. To revert back to the in tree mesa/libGL remove /usr/X11R6/lib/libGL.so.14.0 /usr/X11R6/lib/libGLU.so.8.0 and either extract the xenocara sets from a snapshot or do a xenocara build.
