[Ubuntu-x-swat] [Bug 1724047] Re: xserver terminates frequently, journal says drm/i915: Resetting chip after gpu hang

2020-04-21 Thread John Neffenger
That didn't work either. Using the "intel" driver with:

  Option "AccelMethod" "UXA"

still resulted in the following GPU HANG:

  [drm] GPU HANG: ecode 9:0:0x85da, in compiz [3398], reason:
Hang on rcs0, action: reset
  i915 :00:02.0: Resetting rcs0 after gpu hang
  [drm:gen8_reset_engines [i915]] *ERROR* rcs0: reset request timeout
  i915 :00:02.0: Resetting chip after gpu hang
  [drm:gen8_reset_engines [i915]] *ERROR* rcs0: reset request timeout
  [drm:i915_reset [i915]] *ERROR* Failed to reset chip: -5

After all these tests, my current guess is that the hardware
acceleration in my Web browsers (Firefox and Chromium) is triggering the
error in the graphics driver or firmware.

I disabled the hardware acceleration in Firefox and Chromium. I also now
avoid running anything that uses Electron, such as the Skype and Signal
desktop snap packages, because I don't know how to disable the hardware
acceleration in an Electron app.

After about a week, the problem occurs now only if I forget and leave
Skype running for an afternoon. I'm hoping this can continue to function
as a simple work-around.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server-hwe-16.04 in Ubuntu.
https://bugs.launchpad.net/bugs/1724047

Title:
  xserver terminates frequently, journal says drm/i915: Resetting chip
  after gpu hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server-hwe-16.04/+bug/1724047/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1724047] Re: xserver terminates frequently, journal says drm/i915: Resetting chip after gpu hang

2020-04-14 Thread John Neffenger
Well, that didn't work for very long. Disabling the acceleration of the
"intel" driver did not solve the problem for me. I tried three more
changes, described below.

(1) Next I tried going back to the "modesetting" driver but with the
acceleration disabled:

/etc/X11/xorg.conf

  Section "Device"
  Identifier "Intel Graphics"
  Driver "modesetting"
  Option "AccelMethod" "none"
  EndSection

Eventually, the screen went into some kind of infinite-updating loop
among all the window and was completely unresponsive. The kernel log
file (/var/log/kern.log) contained the messages:

  Apr 12 10:00:25 tower kernel: [ 4941.921796] show_signal_msg: 21 callbacks 
suppressed
  Apr 12 10:00:25 tower kernel: [ 4941.921808] GpuWatchdog[7196]: segfault at 0 
ip 55f89a514727 sp 7f8ec6d966d0 error 6 in 
signal-desktop[55f89733a000+53d7000]

I'm not sure whether the Signal desktop snap application triggered the
problem, but those were the last messages before having to power-off the
system.

(2) Next I removed the "/etc/X11/xorg.conf" file and reverted to the
original Ubuntu 16.04 kernel version 4.4 instead of the Hardware
Enablement (HWE) version 4.15. That eventually encountered the same
infinite-updating loop problem.

(3) So a couple of days ago I switched back to the HWE kernel version
4.15 and updated the Xorg configuration to use UXA instead of the
default SNA acceleration method. Several posts on the Internet suggested
that it might solve problems with Intel Skylake graphics. (I have Intel
HD Graphics P530 on a 2015 "Skylake" Xeon E3-1225v5 processor.)

/etc/X11/xorg.conf

  Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
  # Acceleration method: Unified Acceleration Architecture
  Option "AccelMethod" "UXA"
  EndSection

So far, so good. It has been only a couple of days, though, and
sometimes the problem takes several days to occur.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server-hwe-16.04 in Ubuntu.
https://bugs.launchpad.net/bugs/1724047

Title:
  xserver terminates frequently, journal says drm/i915: Resetting chip
  after gpu hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server-hwe-16.04/+bug/1724047/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1724047] Re: xserver terminates frequently, journal says drm/i915: Resetting chip after gpu hang

2020-04-06 Thread John Neffenger
I just hit another GPU HANG, this time with the "intel" driver instead
of the "modesetting" driver. The kernel log file (/var/log/kern.log)
shows:

Apr  6 08:59:36 tower kernel: [44387.837794]

[drm] GPU HANG: ecode 9:0:0x85da, in Xorg [1751],
reason: Hang on rcs0, action: reset
i915 :00:02.0: Resetting rcs0 after gpu hang
[drm:gen8_reset_engines [i915]] *ERROR* rcs0: reset request timeout
i915 :00:02.0: Resetting chip after gpu hang
asynchronous wait on fence i915:compiz[3304]/1:56366 timed out
[drm:gen8_reset_engines [i915]] *ERROR* rcs0: reset request timeout
[drm:i915_reset [i915]] *ERROR* Failed to reset chip: -5

Now I will try with the hardware acceleration disabled, still using the
"intel" driver, as follows (/etc/X11/xorg.conf):

---
# Tries "intel" instead of "modesetting" driver to fix GPU HANG
# https://bugs.launchpad.net/ubuntu/+source/xorg-server-hwe-16.04/+bug/1724047
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
# Disables acceleration
Option "NoAccel" "True"
# Disables only 3D acceleration (Direct Rendering Infrastructure)
# Option "DRI" "False"
EndSection
---

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server-hwe-16.04 in Ubuntu.
https://bugs.launchpad.net/bugs/1724047

Title:
  xserver terminates frequently, journal says drm/i915: Resetting chip
  after gpu hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server-hwe-16.04/+bug/1724047/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1724047] Re: xserver terminates frequently, journal says drm/i915: Resetting chip after gpu hang

2020-04-05 Thread John Neffenger
I started to see the same GPU HANG error sometime this year (2020).

I am using the default "modesetting" driver with automatic configuration
and no "xorg.conf" file (/etc/X11/xorg.conf). The Xorg log file
(/var/log/Xorg.1.log) is attached.

The following error occurred on April 1, 2020, at 18:36:30.

[drm] GPU HANG: ecode 9:0:0x85da, in Xorg [1784],
reason: Hang on rcs0, action: reset
i915 :00:02.0: Resetting rcs0 after gpu hang
[drm:gen8_reset_engines [i915]] *ERROR* rcs0: reset request timeout
i915 :00:02.0: Resetting chip after gpu hang
[drm:gen8_reset_engines [i915]] *ERROR* rcs0: reset request timeout
[drm:i915_reset [i915]] *ERROR* Failed to reset chip: -5
[drm] Reducing the compressed framebuffer size.
This may lead to less power savings than a non-reduced-size.
Try to increase stolen memory size if available in BIOS.

The next error occurred on April 4, 2020 at 12:15:13.

[drm] GPU HANG: ecode 9:0:0x85da, in skypeforlinux [17067],
reason: Hang on rcs0, action: reset
i915 :00:02.0: Resetting rcs0 after gpu hang
[drm:gen8_reset_engines [i915]] *ERROR* rcs0: reset request timeout
i915 :00:02.0: Resetting chip after gpu hang
[drm:gen8_reset_engines [i915]] *ERROR* rcs0: reset request timeout
[drm:i915_reset [i915]] *ERROR* Failed to reset chip: -5
[drm] Reducing the compressed framebuffer size.
This may lead to less power savings than a non-reduced-size.
Try to increase stolen memory size if available in BIOS.

I have now switched to the older "intel" driver to see whether that
might solve the problem, using the following "xorg.conf" file:

# Try "intel" instead of "modesetting" driver to fix GPU HANG.
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
# Disables acceleration
# Option "NoAccel" "True"
# Disables only 3D acceleration (Direct Rendering Infrastructure)
# Option "DRI" "False"
EndSection

My system information is listed below (now showing the "intel" graphics
driver).

$ uname -a
Linux tower 4.15.0-91-generic #92~16.04.1-Ubuntu SMP
Fri Feb 28 14:57:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.6 LTS
Release:16.04
Codename:   xenial

$ inxi -S -M -C -G -y 80
System:   Host: tower Kernel: 4.15.0-91-generic x86_64 (64 bit)
  Desktop: Unity 7.4.5  Distro: Ubuntu 16.04 xenial
Machine:  System: Dell product: Precision Tower 3420
  Mobo: Dell model: 08K0X7 v: A01 Bios: Dell v: 2.13.1 date: 06/14/2019
CPU:  Quad core Intel Xeon E3-1225 v5 (-HT-MCP-) cache: 8192 KB 
  clock speeds: max: 3300 MHz 1: 917 MHz 2: 1962 MHz 3: 1896 MHz
  4: 1349 MHz
Graphics: Card: Intel HD Graphics P530
  Display Server: X.Org 1.19.6 driver: intel
  Resolution: 2560x1440@59.95hz
  GLX Renderer: Mesa DRI Intel HD Graphics P530 (Skylake GT2)
  GLX Version: 3.0 Mesa 18.0.5


** Attachment added: "Matched modesetting as autoconfigured driver 0"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server-hwe-16.04/+bug/1724047/+attachment/5347151/+files/Xorg.1.log

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server-hwe-16.04 in Ubuntu.
https://bugs.launchpad.net/bugs/1724047

Title:
  xserver terminates frequently, journal says drm/i915: Resetting chip
  after gpu hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server-hwe-16.04/+bug/1724047/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2014-01-08 Thread John Neffenger
Thank you for following up! Unfortunately, I pulled out the NVIDIA
Quadro FX 550 and bought a cheap AMD Radeon HD 5450 graphics adapter a
very long time ago now. I'm using the ATI open-source driver, and
haven't had the problem since. I gave away the NVIDIA adapter.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2011-12-12 Thread John Neffenger
apport information

** Tags added: apport-collected oneiric running-unity ubuntu

** Description changed:

  The X.Org X server on my Dell Precision 490 Workstation freezes
  consistently and permanently each time I load the Web page at the
  following address on my Ubuntu 11.10 oneiric system running Unity 2D:
  
http://www.google.ca/nexus
  
  I never encountered such freezes in the previous release of Ubuntu
  (11.04 natty). The freeze happens with both Mozilla Firefox 8.0 and
  Chromium 15.0.874.106 (Developer Build 107270 Linux). No updates to the
  screen occur (no clock updates, for example), but I can SSH into the
  system to gather information and reboot. There is usually no CPU
  activity, but one out of the four freezes yesterday had X using over 50
  percent CPU usage during the freeze.
  
  I followed the instructions here:
  
https://wiki.ubuntu.com/X/Troubleshooting/Freeze
  
  to capture the dmesg output and Xorg.0.log file for each of the four
  freezes yesterday. Below are the answers to the questions recommended on
  that page.
  
  Q: When did you upgrade to this version of Ubuntu? When did you first
  notice the freezes occurring?
  
  A: I upgraded about 3 weeks ago and first noticed the freezes about 2
  weeks ago while using the Web browser.
  
  Q: How frequently do the freezes occur? How many per day would you say
  you experience?
  
  A: They occur about once per week, but yesterday I found a Web site
  (www.google.ca/nexus) that can cause the freeze each and every time it
  loads in a Web browser (Firefox and Chromium).
  
  Q: List the applications you typically have open at the time of the
  freeze.
  
  A: I usually have open at least the Web browser (Firefox or Chromium)
  and the Terminal. I may also have open GnuCash, a VirtualBox guest
  running Windows, NetBeans, and Thunderbird.
  
  Q: Think back to the last few times it froze. What activities were you
  doing in each of those times?
  
  A: The last four times it froze, I simply clicked a link to go to the
  site www.google.ca/nexus or loaded it directly from the address bar.
  
  Q: Do you have compiz enabled? Does the issue go away if you disable it?
  
  A: I am running Unity 2D, the Unity interface for non-accelerated
  graphics cards. I see compositing effects, so perhaps I'm running
  compiz. I'll look into disabling it.
  
  Q: If your system is a laptop, do you suspend/resume it? Had you resumed
  at some point prior to the freezes?
  
  A: My system is a Dell Precision 490 Workstation. I suspend it at night,
  but this freeze occurs even right after a fresh reboot after visiting
  the Google Nexus page.
  
  Additional information:
  
  $ lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10
  
  $ apt-cache policy xserver-xorg-video-nouveau
  xserver-xorg-video-nouveau:
Installed: 1:0.0.16+git20110411+8378443-1
Candidate: 1:0.0.16+git20110411+8378443-1
Version table:
   *** 1:0.0.16+git20110411+8378443-1 0
  500 http://ca.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
  100 /var/lib/dpkg/status
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 1.23-0ubuntu4
+ Architecture: amd64
+ CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,resize,imgpng,gnomecompat,place,snap,regex,grid,move,session,vpswitch,unitymtgrabhandles,mousepoll,animation,wall,expo,ezoom,workarounds,fade,scale,unityshell]
+ CompositorRunning: None
+ DistUpgraded: Log time: 2011-11-22 22:41:56.988316
+ DistroCodename: oneiric
+ DistroRelease: Ubuntu 11.10
+ DistroVariant: ubuntu
+ DkmsStatus:
+  virtualbox, 4.1.2, 3.0.0-13-generic, x86_64: installed
+  virtualbox, 4.1.2, 3.0.0-14-generic, x86_64: installed
+ ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
+ GraphicsCard:
+  nVidia Corporation NV43GL [Quadro FX 550] [10de:014d] (rev a2) (prog-if 00 
[VGA controller])
+Subsystem: nVidia Corporation Device [10de:0349]
+ InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110426)
+ MachineType: Dell Inc. Precision WorkStation 490
+ Package: xserver-xorg-video-nouveau 1:0.0.16+git20110411+8378443-1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LC_TIME=en_DK.UTF-8
+  LANGUAGE=en_CA:en
+  PATH=(custom, user)
+  LANG=en_CA.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.0.0-14-generic 
root=/dev/mapper/hostname-root ro quiet
+ ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
+ Tags:  oneiric running-unity ubuntu
+ Uname: Linux 3.0.0-14-generic x86_64
+ UpgradeStatus: Upgraded to oneiric on 2011-11-23 (19 days ago)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 04/25/2008
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A08
+ dmi.board.name: 0F9382
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 7
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 

[Ubuntu-x-swat] [Bug 901793] BootLog.gz

2011-12-12 Thread John Neffenger
apport information

** Attachment added: BootLog.gz
   https://bugs.launchpad.net/bugs/901793/+attachment/2630735/+files/BootLog.gz

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] CurrentDmesg.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/901793/+attachment/2630736/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Dependencies.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/901793/+attachment/2630737/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] DpkgLog.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: DpkgLog.txt
   https://bugs.launchpad.net/bugs/901793/+attachment/2630738/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] GconfCompiz.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/901793/+attachment/2630739/+files/GconfCompiz.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] LightdmLog.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: LightdmLog.txt
   
https://bugs.launchpad.net/bugs/901793/+attachment/2630740/+files/LightdmLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Lspci.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/901793/+attachment/2630741/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Lsusb.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/901793/+attachment/2630742/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] MonitorsGlobal.xml.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: MonitorsGlobal.xml.txt
   
https://bugs.launchpad.net/bugs/901793/+attachment/2630743/+files/MonitorsGlobal.xml.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] ProcCpuinfo.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/901793/+attachment/2630745/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] ProcInterrupts.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/901793/+attachment/2630746/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] ProcModules.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/901793/+attachment/2630747/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] UdevDb.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/901793/+attachment/2630748/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] UdevLog.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/901793/+attachment/2630749/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] UnitySupportTest.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: UnitySupportTest.txt
   
https://bugs.launchpad.net/bugs/901793/+attachment/2630750/+files/UnitySupportTest.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] XorgLog.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/901793/+attachment/2630751/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] XorgLogOld.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/901793/+attachment/2630752/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Xrandr.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/901793/+attachment/2630753/+files/Xrandr.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] xdpyinfo.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/901793/+attachment/2630754/+files/xdpyinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] MonitorsUser.xml.txt

2011-12-12 Thread John Neffenger
apport information

** Attachment added: MonitorsUser.xml.txt
   
https://bugs.launchpad.net/bugs/901793/+attachment/2630744/+files/MonitorsUser.xml.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2011-12-12 Thread John Neffenger
Attached above is all the information from the apport-collect 901793
command. Attached below are my own captures of the dmesg output and
/var/log/Xorg.0.log file during each of the freezes (using SSH to login
to the system).

I just tried it again, and my system still freezes even after upgrading
to the most recent Linux 3.0.0-14-generic #23-Ubuntu kernel. At least
until Google updates that Nexus page, it seems I can cause the freeze
each and every time.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2011-12-12 Thread John Neffenger
Freeze #2 dmesg output. Ends with:

[ 1180.344349] [drm] nouveau :07:00.0: Setting dpms mode 3 on tmds encoder 
(output 1)
[ 1347.880775] [drm] nouveau :07:00.0: Setting dpms mode 0 on tmds encoder 
(output 1)


** Attachment added: dmesg-2.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/901793/+attachment/2630800/+files/dmesg-2.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2011-12-12 Thread John Neffenger
Freeze #3 dmesg output. Ends with:

[  417.676011] [drm] nouveau :07:00.0: reloc wait_idle failed: -16
[  417.676021] [drm] nouveau :07:00.0: reloc apply: -16
[  420.684021] [drm] nouveau :07:00.0: reloc wait_idle failed: -16
[  420.684031] [drm] nouveau :07:00.0: reloc apply: -16
[  423.684009] [drm] nouveau :07:00.0: reloc wait_idle failed: -16
[  423.684014] [drm] nouveau :07:00.0: reloc apply: -16
[  426.724013] [drm] nouveau :07:00.0: reloc wait_idle failed: -16
[  426.724022] [drm] nouveau :07:00.0: reloc apply: -16


** Attachment added: dmesg-3.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/901793/+attachment/2630801/+files/dmesg-3.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2011-12-12 Thread John Neffenger
Freeze #4 dmesg output. Ends with:

[  203.796013] [drm] nouveau :07:00.0: Failed to idle channel 4.
[  203.800081] [drm] nouveau :07:00.0: PGRAPH idle timed out with status 
0x08820101
[  203.800081] [drm] nouveau :07:00.0: Failed: Instance=0x00010f00 Save=1
[  203.800081] [drm] nouveau :07:00.0: IP: 0x28, Opcode: 0x00500060
[  203.800081] [drm] nouveau :07:00.0: 0x40030C = 0x0029


** Attachment added: dmesg-4.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/901793/+attachment/2630802/+files/dmesg-4.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2011-12-12 Thread John Neffenger
Freeze #5 dmesg output. Ends with (nothing nouveau):

[   44.480010] eth0: no IPv6 routers present
[   44.796015] eth1: no IPv6 routers present


** Attachment added: dmesg-5.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/901793/+attachment/2630816/+files/dmesg-5.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2011-12-12 Thread John Neffenger
Freeze #2 /var/log/Xorg.0.log file. Ends with:

[  1170.331] (II) NOUVEAU(0): Modeline 1680x1050x0.0  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)


** Attachment added: Xorg.0.log-2.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/901793/+attachment/2630818/+files/Xorg.0.log-2.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2011-12-12 Thread John Neffenger
Freeze #3 /var/log/Xorg.0.log file. Ends with:

[   500.092] [mi] EQ overflowing. The server is probably stuck in an infinite 
loop.
[   500.092] 
Backtrace:
[   500.122] 0: /usr/bin/X (xorg_backtrace+0x26) [0x460566]
...


** Attachment added: Xorg.0.log-3.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/901793/+attachment/2630819/+files/Xorg.0.log-3.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2011-12-12 Thread John Neffenger
Freeze #4 /var/log/Xorg.0.log file. Ends with:

[   203.047] [mi] EQ overflowing. The server is probably stuck in an infinite 
loop.
[   203.047] 
Backtrace:
[   203.095] 0: /usr/bin/X (xorg_backtrace+0x26) [0x460566]
...


** Attachment added: Xorg.0.log-4.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/901793/+attachment/2630820/+files/Xorg.0.log-4.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2011-12-12 Thread John Neffenger
Freeze #5 /var/log/Xorg.0.log file. Ends with:

[   182.728] [mi] EQ overflowing. The server is probably stuck in an infinite 
loop.
[   182.728] 
Backtrace:
[   182.756] 0: /usr/bin/X (xorg_backtrace+0x26) [0x460566]
...


** Attachment added: Xorg.0.log-5.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/901793/+attachment/2630821/+files/Xorg.0.log-5.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2011-12-12 Thread John Neffenger
Freeze #1 dmesg output. Ends with:

[  636.608016] [drm] nouveau :07:00.0: reloc wait_idle failed: -16
[  636.608028] [drm] nouveau :07:00.0: reloc apply: -16


** Attachment added: dmesg-1.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/901793/+attachment/2630799/+files/dmesg-1.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] Re: Xorg freezes visiting www.google.ca/nexus

2011-12-12 Thread John Neffenger
Freeze #1 /var/log/Xorg.0.log file. Ends with:

[   146.312] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-2B6FA8C3EA6AA113DC680288825EF0846851A010.xkm
[   146.343] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-2B6FA8C3EA6AA113DC680288825EF0846851A010.xkm
[   146.347] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-2B6FA8C3EA6AA113DC680288825EF0846851A010.xkm
[   146.352] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-2B6FA8C3EA6AA113DC680288825EF0846851A010.xkm


** Attachment added: Xorg.0.log-1.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/901793/+attachment/2630817/+files/Xorg.0.log-1.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 901793] [NEW] Xorg freezes visiting www.google.ca/nexus

2011-12-08 Thread John Neffenger
Public bug reported:

The X.Org X server on my Dell Precision 490 Workstation freezes
consistently and permanently each time I load the Web page at the
following address on my Ubuntu 11.10 oneiric system running Unity 2D:

  http://www.google.ca/nexus

I never encountered such freezes in the previous release of Ubuntu
(11.04 natty). The freeze happens with both Mozilla Firefox 8.0 and
Chromium 15.0.874.106 (Developer Build 107270 Linux). No updates to the
screen occur (no clock updates, for example), but I can SSH into the
system to gather information and reboot. There is usually no CPU
activity, but one out of the four freezes yesterday had X using over 50
percent CPU usage during the freeze.

I followed the instructions here:

  https://wiki.ubuntu.com/X/Troubleshooting/Freeze

to capture the dmesg output and Xorg.0.log file for each of the four
freezes yesterday. Below are the answers to the questions recommended on
that page.

Q: When did you upgrade to this version of Ubuntu? When did you first
notice the freezes occurring?

A: I upgraded about 3 weeks ago and first noticed the freezes about 2
weeks ago while using the Web browser.

Q: How frequently do the freezes occur? How many per day would you say
you experience?

A: They occur about once per week, but yesterday I found a Web site
(www.google.ca/nexus) that can cause the freeze each and every time it
loads in a Web browser (Firefox and Chromium).

Q: List the applications you typically have open at the time of the
freeze.

A: I usually have open at least the Web browser (Firefox or Chromium)
and the Terminal. I may also have open GnuCash, a VirtualBox guest
running Windows, NetBeans, and Thunderbird.

Q: Think back to the last few times it froze. What activities were you
doing in each of those times?

A: The last four times it froze, I simply clicked a link to go to the
site www.google.ca/nexus or loaded it directly from the address bar.

Q: Do you have compiz enabled? Does the issue go away if you disable it?

A: I am running Unity 2D, the Unity interface for non-accelerated
graphics cards. I see compositing effects, so perhaps I'm running
compiz. I'll look into disabling it.

Q: If your system is a laptop, do you suspend/resume it? Had you resumed
at some point prior to the freezes?

A: My system is a Dell Precision 490 Workstation. I suspend it at night,
but this freeze occurs even right after a fresh reboot after visiting
the Google Nexus page.

Additional information:

$ lsb_release -rd
Description:Ubuntu 11.10
Release:11.10

$ apt-cache policy xserver-xorg-video-nouveau
xserver-xorg-video-nouveau:
  Installed: 1:0.0.16+git20110411+8378443-1
  Candidate: 1:0.0.16+git20110411+8378443-1
  Version table:
 *** 1:0.0.16+git20110411+8378443-1 0
500 http://ca.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/901793

Title:
  Xorg freezes visiting www.google.ca/nexus

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp