All of lore.kernel.org
 help / color / mirror / Atom feed
* Google MapsGL causing X crashes on machines with Sandybridge graphics
@ 2012-04-12 19:34 Eric Appleman
  2012-04-12 19:40 ` Chris Wilson
  2012-04-13 15:16 ` Keith Packard
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Appleman @ 2012-04-12 19:34 UTC (permalink / raw)
  To: intel-gfx

It's a known issue, but I've yet to find a comprehensive explanation for what's
going on.

[1] https://bugs.freedesktop.org/show_bug.cgi?id=44108
[2] https://bugs.freedesktop.org/show_bug.cgi?id=45806

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Google MapsGL causing X crashes on machines with Sandybridge graphics
  2012-04-12 19:34 Google MapsGL causing X crashes on machines with Sandybridge graphics Eric Appleman
@ 2012-04-12 19:40 ` Chris Wilson
  2012-04-13 15:16 ` Keith Packard
  1 sibling, 0 replies; 3+ messages in thread
From: Chris Wilson @ 2012-04-12 19:40 UTC (permalink / raw)
  To: Eric Appleman, intel-gfx

On Thu, 12 Apr 2012 19:34:12 +0000 (UTC), Eric Appleman <erappleman@gmail.com> wrote:
> It's a known issue, but I've yet to find a comprehensive explanation for what's
> going on.

What X crash? The bugs show a GPU hang. X itself should remain stable
through such a catastrophe and revert to software rendering (if the GPU
becomes wedged). If you have an instance where X itself fails, please do
let me know.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Google MapsGL causing X crashes on machines with Sandybridge graphics
  2012-04-12 19:34 Google MapsGL causing X crashes on machines with Sandybridge graphics Eric Appleman
  2012-04-12 19:40 ` Chris Wilson
@ 2012-04-13 15:16 ` Keith Packard
  1 sibling, 0 replies; 3+ messages in thread
From: Keith Packard @ 2012-04-13 15:16 UTC (permalink / raw)
  To: Eric Appleman, intel-gfx

<#part sign=pgpmime>
On Thu, 12 Apr 2012 19:34:12 +0000 (UTC), Eric Appleman <erappleman@gmail.com> wrote:

> It's a known issue, but I've yet to find a comprehensive explanation for what's
> going on.

Appears to be caused by the Hi-Z code. No known solution at this
point, aside from disabling Hi-Z. Here's a script that I use to launch
google-earth with Hi-Z disabled (and enough core fonts to make the
broken Qt version included work):

#!/bin/sh
export INTEL_HIZ=0
MISCFONTS=/usr/share/fonts/X11/misc
if xset q | grep -q "$MISCFONTS"; then
	echo 'fonts already present'
else
	xset fp+ /usr/share/fonts/X11/misc
fi
/usr/bin/google-earth "$@"


-- 
keith.packard@intel.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-13 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12 19:34 Google MapsGL causing X crashes on machines with Sandybridge graphics Eric Appleman
2012-04-12 19:40 ` Chris Wilson
2012-04-13 15:16 ` Keith Packard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.