[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-06-13 Thread themroc
*** This bug is a duplicate of bug 966631 ***
https://bugs.launchpad.net/bugs/966631

Same problem (complete freeze while running google earth after half a minute) 
here:
Core i5-2510E 2.5 Ghz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-06-06 Thread Timo Aaltonen
*** This bug is a duplicate of bug 966631 ***
https://bugs.launchpad.net/bugs/966631

** This bug has been marked a duplicate of bug 966631
   [sandybridge-m-gt2] GPU lockup  render.IPEHR: 0x7a03 with Google 
Maps(WebGL) in Chromium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-06-04 Thread Joseph Salisbury
** Tags added: kernel-da-key

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-27 Thread orions.belts1
Probook 6360b,
 i5-2410M CPU
3.2.0-24-generic x86_64

same bug also, comment #25 seems to fix it.
(Note:  libgl1-mesa-dri:i386 was already installed..)

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-19 Thread meijer.o
Computer HP probook 4531s
processor: sandy bridge i3-2330M
display 1366x768
kernel 3.2.0-24-generic

same bug, google earth freezes, sometimes x freezes after login

so far the fix 'intel_reg_write 0x2120 '0x1206800' fixed the bug,
(google earth runs flawlessly now)

Best regards,

Otto

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-12 Thread jsevi83
I tested googleearth after running  sudo intel_reg_write 0x2120
'0x1206800'  and still had the same problem. Since I'm running ubuntu
64bit, I tried to install libgl1-mesa-dri:i386 and the problem is gone,
maybe that helps others users...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-11 Thread Chris Polderman
I have encountered this one once more even though i had added the
workaround to the X session start sequence.

As I suspect that the GPU is completely reinitialized when suspending (I
do that a lot), I have now added it to the sleep/suspend sequence:

/etc/pm/sleep.d/20_intel_workaround
(do not forget to make it executable)
--

#!/bin/sh

case $1 in
  hibernate|suspend) echo Intel workaround;;
  resume|thaw)   intel_reg_write 0x2120 0x1206800;;
esac

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-11 Thread Žygimantas Beručka
Yes indeed, the value gets back to 0x1206820 after resuming from S3.

However, I can inform you that with this workaround my sandybridge
laptop has been running for the third day in a row without freezing,
whereas before that I usually had had up to several freezes a day (since
I suspend my machine quite a lot).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-11 Thread Chris Polderman
Good to know, something to look forward to!

:-)

Chris

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-11 Thread jsevi83
I updated to kernel 3.3.5 from kernel-ppa/mainline and to xserver-xorg-
video-intel  2:2.19.0-0ubuntu1~xup1 from
ppa:ubuntu-x-swat/x-updates, and the problem is still there. When I zoom
in the map the screen goes black and then I get the lightdm login
screen. I tried with googleearth 6.0 and 6.2, with the same results.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-11 Thread Rocko
** Description changed:

  When I run google-earth 6.2.1.6014-r0 using the Sandy Bridge GPU, X
  freezes while zooming in on a location. For instance this happens when I
  type 'Caversham WA' into the Google Earth search: X freezes about half-
  way through the animation.
+ 
+ Workarounds are:
+ 
+ 1. Use kernel 3.4-rc5 or later (eg from the mainline Ubuntu kernels at
+ http://kernel.ubuntu.com/~kernel-ppa/mainline/)
+ 
+ 2. Patch the stock 3.2 kernel with the patch at comment #12.
+ 
+ 3. Apply the workaround described at
+ https://bugs.freedesktop.org/show_bug.cgi?id=47535. For more information
+ see comments #24, #34, and #35.
+ 
  
  This happens in Unity, Unity2d, or gnome-shell in Ubuntu 12.04.
  
  X completely freezes so that I can't even switch to a tty console.
  However, I can still ssh into the machine from a remote location.
  Restarting lightdm has no effect but I can reboot the PC.
  
  If I run google-earth through the nvidia card on this PC (using
  bumblebee/optirun) there is no problem. google-earth also runs fine in a
  VM on this machine using the VirtualBox OSE graphics drivers, and it
  also runs fine on another PC with only an nvidia card.
  
  The Xorg.0.log file reports EQ overflowing and gives a number of
  backtraces (the Xorg.0.log is attached in case apport didn't find it).
  
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  Uname: Linux 3.3.1-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.0-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Sat Apr  7 11:09:12 2012
  DistUpgraded: 2012-03-02 12:54:22,948 WARNING no activity on terminal for 240 
seconds (Installed mysql-client-5.5)
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: Dell Inc. Dell System XPS L502X
  ProcEnviron:
-  LANGUAGE=en_AU:en
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_AU.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_AU:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_AU.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.3.1-generic 
root=UUID=67083065-b92e-4596-a218-817c1dfc8ae7 ro i915.i915_enable_rc6=1 quiet 
splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to precise on 2012-03-02 (35 days ago)
  dmi.bios.date: 02/20/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0NJT03
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd02/20/2012:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0NJT03:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L502X
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.7.4-0ubuntu3
  version.ia32-libs: ia32-libs 20090808ubuntu35
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-07 Thread Chris Polderman
I am currently testing with the following every time I start X:

sudo intel_reg_write 0x2120 0x1206800

(intel_reg_write is located in the intel_gpu_tools package)

Workaround is mentioned in
https://bugs.freedesktop.org/show_bug.cgi?id=47535

Curious if it fixes it as this bug is really bugging me :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-06 Thread Albert Damen
Apparantly the wrong version of the patch went into 3.4-rc5, so there is a 
follow up patch now: 
drm/i915: Do no set Stencil Cache eviction LRA w/a on gen7+.

See http://lists.freedesktop.org/archives/intel-gfx/2012-May/017391.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-06 Thread lee cowell
this exact same issue occurs on kubuntu 12.04 on samsung notebook
(RV520). although a 64 bit machine here I've installed kubuntu 32 bit.
but because it worked in kubuntu 11.10 my suspicion is that its the
kernel causing the freeze. and once the freeze occurs we reach for a new
power up. even the clock stops updating (one reason to always display
seconds). yeah we can get to it via win7 but we try to stay away from
that thing as much as possible.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-03 Thread James Christie
This bug has plagued me for a year now since I got my laptop. Upgrading
to the 3.4-rc5 kernel from the ubuntu kernel packages, as this comment
thread suggested, has fixed it. I have so far seen zero adverse effects,
and only good ones, in that games play now without me waiting for the
inevitable lockup.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-03 Thread Joseph Salisbury
** Tags added: kernel-bug-fixed-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-03 Thread maxp
I have exactly the same problem on Ubuntu 12.04, 64bit, Intel graphic.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-02 Thread madbiologist
The patch mentioned in comments  #11 and #18 has been included upstream
in kernel 3.4-rc5, and cc'd to stable.

A PPA of kernel 3.4-rc5 is available at http://kernel.ubuntu.com
/~kernel-ppa/mainline/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-05-02 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-30 Thread Bryce Harrington
Thanks Rocko, I've flagged this for the kernel team to review.

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: kernel-handoff-graphics

** Changed in: linux (Ubuntu)
Milestone: None = quantal-updates

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-30 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-30 Thread Joseph Salisbury
@Rocko

Can you provide some information on the status of the patch with regards
to getting it merged upstream?  Has it been sent upstream, what sort of
feedback has it received, is it getting applied to a subsystem
maintainer's tree, etc?

People affected by this bug are probably wondering why the kernel team
doesn't just apply the patch and fix it. The reason is that the kernel
team is reluctant (not opposed) to apply any patch to a stable kernel
that is not from upstream.  Applying patches that don't come from
upstream add greatly to the support of the kernel as other upstream
patches may touch the same area as the non-upstream patch and may
prevent them from applying cleanly.


** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-30 Thread Rocko
See the upstream bug mentioned in the commit. In
https://bugs.freedesktop.org/show_bug.cgi?id=47535#c14 it says Linus
merged the patch into the upstream kernel, and Greg picked it up for 3.3
stable.  Hopefully should be landing in a distro near you. :), which
might not help 3.2, of course.

I just saw the commit in the overnight git log, saw that it fixed the
problem, and worked out how to modify it to apply to 3.2 as a proof-of-
concept.

From the upstream comment, it appears there is another workaround:

If upgrading kernels is inconvenient, you can also apply the workaround
manually via sudo intel_reg_write 0x2120 0x1206800, or by disabling
HiZ and separate stencil (export hiz=false).  (The kernel patch does the
register write, so the intel_reg_write workaround is just as good.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-29 Thread Hernando Torque
Seems to work fine with a patched Ubuntu 3.2.0-24.37 kernel.

It also seems to fix the hang in bug 808384.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-29 Thread Hernando Torque
Sorry, wrong bug, I meant this one: bug 950300.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-28 Thread Rocko
It looks like this is a kernel issue rather than a xserver issue, as
kernel commit 3a69ddd6f872180b6f61fda87152b37202118fbc fixes the problem
for me:

commit 3a69ddd6f872180b6f61fda87152b37202118fbc
Author: Kenneth Graunke kenn...@whitecape.org
Date:   Fri Apr 27 12:44:41 2012 -0700

drm/i915: Set the Stencil Cache eviction policy to non-LRA mode.

Clearing bit 5 of CACHE_MODE_0 is necessary to prevent GPU hangs in
OpenGL programs such as Google MapsGL, Google Earth, and gzdoom when
using separate stencil buffers.  Without it, the GPU tries to use the
LRA eviction policy, which isn't supported.  This was supposed to be off
by default, but seems to be on for many machines.

This cannot be done in gen6_init_clock_gating with most of the other
workaround bits; the render ring needs to exist.  Otherwise, the
register write gets dropped on the floor (one printk will show it
changed, but a second printk immediately following shows the value
reverts to the old one).

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47535
Cc: sta...@vger.kernel.org
Cc: Rob Castle future...@gmail.com
Cc: Eric Appleman erapple...@gmail.com
Cc: aaron...@gmx.net
Cc: Keith Packard kei...@keithp.com
Signed-off-by: Kenneth Graunke kenn...@whitecape.org
Reviewed-by: Daniel Vetter daniel.vet...@ffwll.ch
Acked-by: Daniel Vetter daniel.vet...@ffwll.ch
Signed-off-by: Dave Airlie airl...@redhat.com


** Bug watch added: freedesktop.org Bugzilla #47535
   https://bugs.freedesktop.org/show_bug.cgi?id=47535

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-28 Thread Rocko
The attached patch stops the crash with the 3.2.16 kernel, so it should
work with the Ubuntu 3.2 kernel as well.

** Patch added: patch for 3.2
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/975689/+attachment/3114281/+files/fix-intel-gpu-crash-3.2.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-28 Thread Ubuntu Foundation's Bug Bot
The attachment patch for 3.2 of this bug report has been identified as
being a patch.  The ubuntu-reviewers team has been subscribed to the bug
report so that they can review the patch.  In the event that this is in
fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-28 Thread linoxman
I have the same problem. Google Earth 6.2.2.

Intel CoreI-5 2300.
Ubuntu 12.04 64Bits.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-22 Thread Robert Lock
My machine is doing the same thing.

Ubuntu 12.04

Gateway DX4860-US20P, with integrated Intel HD

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-20 Thread Hernando Torque
Is there a way to recover from this without killing X? I can ssh into
the system or blindly restart LightDM via a virtual terminal (it won't
switch to it, but you can log in and run commands), but I'd like to keep
X alive. :-(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-19 Thread Bryce Harrington
Rocko - I've forwarded this bug upstream to
https://bugs.freedesktop.org/show_bug.cgi?id=48937 - please subscribe
yourself to this bug, in case they need further information or wish you
to test something.  Thanks ahead of time!

** Bug watch added: freedesktop.org Bugzilla #48937
   https://bugs.freedesktop.org/show_bug.cgi?id=48937

** Also affects: xserver-xorg-video-intel via
   https://bugs.freedesktop.org/show_bug.cgi?id=48937
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-19 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=48937.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2012-04-20T00:20:31+00:00 Bryce Harrington wrote:

Forwarding this bug from Ubuntu reporter Rocko:
http://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/975689

[Problem]
We've had several reports of freezes while running google earth, of which this 
is one.  Two instances are sandybridge, one is GM965.

[Original Description]
When I run google-earth 6.2.1.6014-r0 using the Sandy Bridge GPU, X freezes 
while zooming in on a location. For instance this happens when I type 
'Caversham WA' into the Google Earth search: X freezes about half-way through 
the animation.

This happens in Unity, Unity2d, or gnome-shell in Ubuntu 12.04.

X completely freezes so that I can't even switch to a tty console.
However, I can still ssh into the machine from a remote location.
Restarting lightdm has no effect but I can reboot the PC.

If I run google-earth through the nvidia card on this PC (using
bumblebee/optirun) there is no problem. google-earth also runs fine in a
VM on this machine using the VirtualBox OSE graphics drivers, and it
also runs fine on another PC with only an nvidia card.

The Xorg.0.log file reports EQ overflowing and gives a number of
backtraces (the Xorg.0.log is attached in case apport didn't find it).

DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
Uname: Linux 3.3.1-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Sat Apr  7 11:09:12 2012
DistUpgraded: 2012-03-02 12:54:22,948 WARNING no activity on terminal for 240 
seconds (Installed mysql-client-5.5)
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MachineType: Dell Inc. Dell System XPS L502X
ProcEnviron:
 LANGUAGE=en_AU:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_AU.UTF-8ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.3.1-generic 
root=UUID=67083065-b92e-4596-a218-817c1dfc8ae7 ro i915.i915_enable_rc6=1 quiet 
splash vt.handoff=7
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: Upgraded to precise on 2012-03-02 (35 days ago)
dmi.bios.date: 02/20/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A10
dmi.board.name: 0NJT03
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd02/20/2012:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0NJT03:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.name: Dell System XPS L502X
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.7.4-0ubuntu3
version.ia32-libs: ia32-libs 20090808ubuntu35
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

Reply at: https://bugs.launchpad.net/xserver-xorg-video-
intel/+bug/975689/comments/4


On 2012-04-20T00:21:54+00:00 Bryce Harrington wrote:

Created attachment 60347
intel-freeze.log

Manually collected error state, dmesg, and logs

Reply at: https://bugs.launchpad.net/xserver-xorg-video-
intel/+bug/975689/comments/5


** Changed in: xserver-xorg-video-intel
   Status: Unknown = Confirmed

** Changed in: xserver-xorg-video-intel
   Importance: Unknown = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 975689] Re: X freezes completely running google earth on xserver-xorg-video-intel - IPEHR: 0x7a000002

2012-04-16 Thread Bryce Harrington
** Summary changed:

- X freezes completely running google earth on xserver-xorg-video-intel
+ X freezes completely running google earth on xserver-xorg-video-intel -   
IPEHR: 0x7a02

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided = High

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975689

Title:
  X freezes completely running google earth on xserver-xorg-video-intel
  -   IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/975689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs