All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keith Packard <keithp@keithp.com>
To: Eric Appleman <erappleman@gmail.com>, intel-gfx@lists.freedesktop.org
Subject: Re: Google MapsGL causing X crashes on machines with Sandybridge graphics
Date: Fri, 13 Apr 2012 08:16:38 -0700	[thread overview]
Message-ID: <86obqvk6g9.fsf@sumi.keithp.com> (raw)
In-Reply-To: <loom.20120412T203112-566@post.gmane.org>

<#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

      parent reply	other threads:[~2012-04-13 15:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86obqvk6g9.fsf@sumi.keithp.com \
    --to=keithp@keithp.com \
    --cc=erappleman@gmail.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.