[Ubuntu-x-swat] [Bug 981168] Re: Regression: Installing apps causes a terrible visual glitch-- have to restart X.org.

2012-04-16 Thread Bryce Harrington
@Bilal, note that the i915 you're seeing in your lspci is the kernel
driver, not the chipset family.  For instance on my system it is:

$ lspci -vvnn
...
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GSE 
Express Integrated Graphics Controller [8086:27ae] (rev 
03) (prog-if 00 [VGA controller])
Subsystem: Dell Device [1028:02f4]

Kernel driver in use: i915
Kernel modules: intelfb, i915

For some intel devices they don't give the chipset family, but you can
look them up using the new xpci command:

$ xpci 8086:27ae
i945gme (8086:27ae|945GME) i945 xserver-xorg-video-intel

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

Title:
  Regression: Installing apps causes a terrible visual glitch-- have to
  restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 981168] Re: Regression: Installing apps causes a terrible visual glitch-- have to restart X.org.

2012-04-16 Thread Bryce Harrington
"i945" is not a "driver", it's a chipset family.

It does appear that all commenters on this bug have i945 chipsets.  The
correct command to run to check this is:

 $ lspci | grep VGA | grep 945
 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express 
Integrated Graphics Controller (rev 03)

It may say "945GSE", or "82945", or etc.  The key thing is that "945" is
in there somewhere.

I tested a i945 netbook, first with Ubuntu from about a week or so ago,
then updated to current.  Prior to the update I could not reproduce the
bug.  After the update I was able to reproduce it.


There are three drivers for i945:  One is the kernel driver named i915, one is 
a mesa driver , and one is the X driver name -intel.  The kernel driver handles 
the hardware, the mesa driver does 3D acceleration, the X driver 2D 
acceleration.

During this period, none of the three drivers have changed.  mesa's last
update was 27 Mar.  xserver-xorg-video-intel was 15 Feb.  The kernel has
had some changes more recently but has been frozen in this time period.

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

Title:
  Regression: Installing apps causes a terrible visual glitch-- have to
  restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 983323] Re: [regression] Corrupted screen and sluggish performance after suspend with 295.40 drivers

2012-04-16 Thread djwong
Yes, the patch does re-break CVE-2012-0946.

It sounds like nvidia are working on the corruption and stuttering issues and 
in the meantime they'd rather we not use 295.40:
http://www.nvnews.net/vbulletin/showthread.php?p=2546510#post2546510

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/983323

Title:
  [regression] Corrupted screen and sluggish performance after suspend
  with 295.40 drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/983323/+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 983323] Re: [regression] Corrupted screen and sluggish performance after suspend with 295.40 drivers

2012-04-16 Thread djwong
This patch fixes the problem for me, although I suspect that it probably
re-breaks CVE-2012-0946.  Hard to tell with a closed source project. :(

Anyway, I slipped in a printk to print the offending offset and size.
On a GeForce 7300GT (~2006 iMac) it looks like something in the driver
is trying to map 0x1000 0x1000 (which is explicitly checked by the
IS_BLACKLISTED_REG_OFFSET macro).  I have no idea what registers are in
there, but for that system the ability to create the memory mapping is
crucial to restarting graphics during resume.

I wonder if this will fix the other people who can't even get Unity3d
started, but that's pure speculation.

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-0946

** Patch added: "revert-295.40-security-fix.patch"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/983323/+attachment/3081741/+files/revert-295.40-security-fix.patch

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/983323

Title:
  [regression] Corrupted screen and sluggish performance after suspend
  with 295.40 drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/983323/+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 983636] Re: Xorg instantly SEGFAULT when plugging in a usb wireless hid

2012-04-16 Thread Bryce Harrington
Try this PPA:

https://launchpad.net/~bryce/+archive/lp973297

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  Xorg instantly SEGFAULT when plugging in a usb wireless hid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983636/+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 983581] Re: null reference error at shutdown/logoff

2012-04-16 Thread Bryce Harrington
Stacktrace shows a kernel stacktrace in firegl_takedown.

You mention you have the latest proprietary drivers installed, yet
jockey does not show either supported fglrx driver enabled:

JockeyStatus:
 xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
 xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, Disabled, 
Not in use)

What version of fglrx do you have installed exactly?

Have you tried purging fglrx completely, and reinstalling from jockey?

** Package changed: xorg (Ubuntu) => fglrx-installer (Ubuntu)

** Changed in: fglrx-installer (Ubuntu)
   Importance: Undecided => High

** Changed in: fglrx-installer (Ubuntu)
   Status: New => Triaged

** Changed in: fglrx-installer (Ubuntu)
   Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/983581

Title:
  null reference error at shutdown/logoff

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/983581/+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 916568] Re: Multiple focus problems on first connexion

2012-04-16 Thread Bryce Harrington
Ok thanks, that second video shows the problem quite clearly.

It really does feel more like a window manager bug than X, however the
fact that you find similar focus problems in both gnome shell and unity
tends to suggest otherwise.

I haven't seen other reports of this behavior (or, at least, not any
that I can recall).  Is there any chance it is something particular to
your system configuration?  Can you create a USB live image and boot
that, and see if it reproduces?  If it does not, then boot your regular
system but log in as a guest account.

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Medium

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  Multiple focus problems on first connexion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/916568/+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 946178] Re: GPU fan always at 100%, can not change the thermal settings

2012-04-16 Thread Le Gluon Du Net
this bug is still present in the 295.40 version...

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/946178

Title:
  GPU fan always at 100%, can not change the thermal settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/946178/+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 983481] Re: X freeze with intel video and multiple monitors

2012-04-16 Thread Bryce Harrington
For GPU lockup bugs with Intel graphics, you need to collect the output
of 'dmesg' and your /sys/kernel/debug/dri/0/i915_error_state file.  Both
of these must be collected while the machine is locked up (e.g. by
sshing into the sick machine over ethernet).  See
https://wiki.ubuntu.com/X/Troubleshooting/Freeze for additional info.

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  X freeze with intel video and multiple monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983481/+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 936552] Re: MacBookAir 4, 1 trackpad does not work with evdev/multitouch driver

2012-04-16 Thread Clint Byrum
Adding 'and stopped udevtrigger' to the start on conditions seems to
have solved the problem without any sleeps. This might also be the fix
for bug # 969489, which might suggest that the whole thing is related.

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

Title:
  MacBookAir 4,1 trackpad does not work with evdev/multitouch driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/936552/+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 981168] Re: Regression: Installing apps causes a terrible visual glitch-- have to restart X.org.

2012-04-16 Thread Pablo Almeida
Sorry if this is a dumb question, but how do I try it?

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

Title:
  Regression: Installing apps causes a terrible visual glitch-- have to
  restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 982401] Re: Xorg crash

2012-04-16 Thread Bryce Harrington
I can't reproduce.  Feel free to reopen with a full backtrace if you see
it again.

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Xorg crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/982401/+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 983675] Re: ???

2012-04-16 Thread Bryce Harrington
I don't see any errors in the log files.

** Changed in: xorg (Ubuntu)
   Status: New => Invalid

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

Title:
  ???

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983675/+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 981168] Re: Regression: Installing apps causes a terrible visual glitch-- have to restart X.org.

2012-04-16 Thread Jay Taoko
I have attached a branch proposal to this bug. It should resolve the
problem. Please, try it.

** Branch linked: lp:~unity-team/unity/unity.fix-sc-icon-to-launcher-
animation-981168

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

Title:
  Regression: Installing apps causes a terrible visual glitch-- have to
  restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 983581] Re: null reference error at shutdown/logoff

2012-04-16 Thread Daniel Eloff
Attaching a photo of the stacktrace, hopefully it helps someone make
sense of this bug. Let me know if there's anything else I can do.

** Attachment added: "Photo of stacktrace"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983581/+attachment/3081654/+files/stacktrace.jpg

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

Title:
  null reference error at shutdown/logoff

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983581/+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 983675] Re: ???

2012-04-16 Thread Feodor
-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/983675

Title:
  ???

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983675/+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 983675] [NEW] ???

2012-04-16 Thread Feodor
Public bug reported:

Is there an attachment for this?

If I'm doing something wrong here please delete this. Sorry!

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
Uname: Linux 3.2.0-23-generic-pae i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu4
Architecture: i386
CompizPlugins: 
[core,composite,opengl,decor,imgpng,place,compiztoolbox,session,regex,mousepoll,snap,unitymtgrabhandles,move,wall,animation,gnomecompat,resize,vpswitch,grid,fade,scale,expo,workarounds,ezoom,unityshell]
CompositorRunning: compiz
Date: Tue Apr 17 01:36:38 2012
DistUpgraded: 2012-04-14 21:51:27,118 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:21ce]
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
MachineType: LENOVO 4177CTO
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae 
root=UUID=7a99a140-d928-42b9-b37c-80e21b0ca773 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to precise on 2012-04-15 (2 days ago)
XorgLogOld:
 
dmi.bios.date: 11/28/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 83ET67WW (1.37 )
dmi.board.asset.tag: Not Available
dmi.board.name: 4177CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr83ET67WW(1.37):bd11/28/2011:svnLENOVO:pn4177CTO:pvrThinkPadT420:rvnLENOVO:rn4177CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4177CTO
dmi.product.version: ThinkPad T420
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.7.6-0ubuntu1
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

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug compiz-0.9 i386 precise ubuntu

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

Title:
  ???

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983675/+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


Re: [Ubuntu-x-swat] [Bug 981168] Re: Regression: Installing apps causes a terrible visual glitch-- have to restart X.org.

2012-04-16 Thread Pablo Almeida
unity --reset didn't help here either. However, after the session is
already broken, it fixes it.

Note: I also tried it from a clean USB live session and the problem is
there too.

2012/4/17 Stéphane Guillou <981...@bugs.launchpad.net>

> I tried "unity --reset" but I confirm that it didn't help.
>
> Why is it a SRU milestone? This really can't be in the final release.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/981168
>
> Title:
>  Regression: Installing apps causes a terrible visual glitch-- have to
>  restart X.org.
>
> Status in Unity:
>  Confirmed
> Status in “unity” package in Ubuntu:
>  Confirmed
> Status in “xserver-xorg-video-intel” package in Ubuntu:
>  New
> Status in “unity” source package in Precise:
>  Confirmed
> Status in “xserver-xorg-video-intel” source package in Precise:
>   New
>
> Bug description:
>  Installing any GUI app from the software center breaks the session
>  with a visual glitch that hides everything. This is probably related
>  to the new animation when installing apps (the icon flying to the
>  Launcher), because it only happens when the Software Center is set to
>  lock new apps to the Launcher.
>
>  I believe this is really bad since this is going to be the default
>  behavior.
>
>  I'm on a Intel Graphics machine (lspci output attached)
>
>  ProblemType: Bug
>  DistroRelease: Ubuntu 12.04
>  Package: software-center 5.2
>  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
>  Uname: Linux 3.2.0-23-generic-pae i686
>  ApportVersion: 2.0.1-0ubuntu2
>  Architecture: i386
>  Date: Fri Apr 13 17:53:46 2012
>  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386
> (20120225)
>  PackageArchitecture: all
>  ProcEnviron:
>   LANGUAGE=pt_BR:pt:en
>   TERM=xterm
>   PATH=(custom, no user)
>   LANG=pt_BR.UTF-8
>   SHELL=/bin/bash
>  SourcePackage: software-center
>  UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/unity/+bug/981168/+subscriptions
>


-- 
Pablo Almeida
http://www.google.com/profiles/pabloalmeidaff9

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

Title:
  Regression: Installing apps causes a terrible visual glitch-- have to
  restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 983636] Re: Xorg instantly SEGFAULT when plugging in a usb wireless hid

2012-04-16 Thread Peter Kopias
https://www.youtube.com/watch?v

This video shows the keyboard, the usb-dongle, the working Xorg, the
plugin, the segfault and the log.

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

Title:
  Xorg instantly SEGFAULT when plugging in a usb wireless hid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983636/+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 982401] Re: Xorg crash

2012-04-16 Thread Andrew Shmig aka SyFyKid
Hello!
I cant reproduce this bug, but it occurs when I am working with Ctrl+C, Ctrl+V 
or Ctrl-A in LibreOffice.
Gnome crashes, after that upper panel disappears, after that all windows 
disappear, and finally Gnome reloads... but very-very slow.

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

Title:
  Xorg crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/982401/+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 983640] Re: [g41] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000001

2012-04-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  [g41] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/983640/+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 983640] Re: [g41] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000001

2012-04-16 Thread rakragans
-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/983640

Title:
  [g41] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/983640/+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 983640] [NEW] [g41] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000001

2012-04-16 Thread rakragans
Public bug reported:

While updating packages this error occurred.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
Uname: Linux 3.2.0-23-generic-pae i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu4
Architecture: i386
Chipset: g41
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Tue Apr 17 09:05:12 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DuplicateSignature: [g41] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0001 
Ubuntu 12.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e32] 
(rev 03) (prog-if 00 [VGA controller])
   Subsystem: Giga-byte Technology Device [1458:d000]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120201.1)
InterpreterPath: /usr/bin/python2.7
MachineType: Gigabyte Technology Co., Ltd. G41MT-ES2L
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae 
root=UUID=C698D8F998D8E8C7 loop=/hostname/disks/root.disk ro quiet splash 
vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+12ubuntu1
 libdrm2  2.4.32-1ubuntu1
 xserver-xorg-video-intel 2:2.17.0-1ubuntu4
SourcePackage: xserver-xorg-video-intel
Title: [g41] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0001
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 12/01/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F2
dmi.board.name: G41MT-ES2L
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd12/01/2009:svnGigabyteTechnologyCo.,Ltd.:pnG41MT-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG41MT-ES2L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: G41MT-ES2L
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.7.6-0ubuntu1
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

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


** Tags: apport-crash compiz-0.9 false-gpu-hang freeze i386 precise ubuntu

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

Title:
  [g41] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/983640/+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 983636] Re: Xorg instantly SEGFAULT when plugging in a usb wireless hid

2012-04-16 Thread Peter Kopias
lsusb after plugging the device in (xorg died)

** Attachment added: "lsusb after sigsegv"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983636/+attachment/3081373/+files/lsusb-with-chiconyhidpluggedin.txt

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

Title:
  Xorg instantly SEGFAULT when plugging in a usb wireless hid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983636/+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 983636] Re: Xorg instantly SEGFAULT when plugging in a usb wireless hid

2012-04-16 Thread Peter Kopias
I've attached the Xorg.0.log , and lspci and lsusb outputs AFTER
plugging the Chicony "KG-06-09" wireless HID (keyboard with touchpad)
in.

I was able to use this same config (keyboard,mouse,keyboard+touchpad)
with the 11.10 Xorg.


** Attachment added: "Segmentation fault at the moment when the device gets 
plugged in"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983636/+attachment/3081372/+files/Xorg.1.log

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

Title:
  Xorg instantly SEGFAULT when plugging in a usb wireless hid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983636/+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 977281] Re: [sandybridge-m-gt2] False GPU lockup render.IPEHR: 0x7a000002

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

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-16T18:49:39+00:00 Bryce Harrington wrote:

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

[Problem]
Another 0x7... bug, and possibly dupe of the WebGL/google maps bug, but occurs 
when using gmsh.

[Original Description]
Happens when running gmsh on a asus N43SN  ubuntu 12.04

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0-0ubuntu4
Architecture: amd64
Chipset: sandybridge-m-gt2
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sun Apr  8 09:15:11 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DuplicateSignature: [sandybridge-m-gt2] GPU lockup  render.IPEHR: 0x7a02 
Ubuntu 12.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
InterpreterPath: /usr/bin/python2.7
MachineType: ASUSTeK Computer Inc. N43SN
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-22-generic 
root=UUID=b5d7825a-b60f-4a9b-b125-15923ace618b ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-intel
Title: [sandybridge-m-gt2] False GPU lockup  render.IPEHR: 0x7a02
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 02/15/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: N43SN.302
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: N43SN
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN43SN.302:bd02/15/2011:svnASUSTeKComputerInc.:pnN43SN:pvr1.0:rvnASUSTeKComputerInc.:rnN43SN:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: N43SN
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.7.4-0ubuntu3
version.ia32-libs: ia32-libs N/A
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/977281/comments/6


On 2012-04-16T18:49:50+00:00 Bryce Harrington wrote:

Created attachment 60133
BootDmesg.txt

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


On 2012-04-16T18:50:14+00:00 Bryce Harrington wrote:

Created attachment 60134
CurrentDmesg.txt

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


On 2012-04-16T18:50:27+00:00 Bryce Harrington wrote:

Created attachment 60135
i915_error_state.txt

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


On 2012-04-16T18:50:41+00:00 Bryce Harrington wrote:

Created attachment 60136
XorgLog.txt

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


** 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-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/977281

Title:
  [sandybridge-m-gt2] False GPU lockup  render.IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.ne

[Ubuntu-x-swat] [Bug 979836] Re: [i945g] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000002 render.IPEHR: 0x7d8e0001

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

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-17T01:53:47+00:00 Bryce Harrington wrote:

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

[Problem]
Another in the 0x7... series...  Occurs while alt-tabbing

[Original Description]
Hangs whenever i stream video in fullscreen/switch to other processes w/ 
alt-tab.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
Uname: Linux 3.2.0-23-generic-pae i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu1
Architecture: i386
Chipset: i945g
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Thu Apr 12 14:54:13 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DuplicateSignature: [i945g] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 
render.IPEHR: 0x7d8e0001 Ubuntu 12.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, if not too technical
GpuHangFrequency: Several times a day
GpuHangReproducibility: Occurs more often under certain circumstances
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 
02) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:01ad]
   Subsystem: Dell Device [1028:01ad]
InterpreterPath: /usr/bin/python2.7
MachineType: Dell Inc. OptiPlex GX620
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae 
root=UUID=8da9a36e-4c13-455c-b0c3-f62819edfde3 ro splash quiet vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+12ubuntu1
 libdrm2  2.4.32-1ubuntu1
 xserver-xorg-video-intel 2:2.17.0-1ubuntu4
SourcePackage: xserver-xorg-video-intel
Title: [i945g] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 render.IPEHR: 
0x7d8e0001
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 02/20/2006
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0KH290
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 15
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd02/20/2006:svnDellInc.:pnOptiPlexGX620:pvr:rvnDellInc.:rn0KH290:rvr:cvnDellInc.:ct15:cvr:
dmi.product.name: OptiPlex GX620
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.7.4-0ubuntu3
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/979836/comments/2


On 2012-04-17T01:54:01+00:00 Bryce Harrington wrote:

Created attachment 60137
BootDmesg.txt

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


On 2012-04-17T01:54:15+00:00 Bryce Harrington wrote:

Created attachment 60138
CurrentDmesg.txt

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


On 2012-04-17T01:54:35+00:00 Bryce Harrington wrote:

Created attachment 60139
i915_error_state.txt

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


On 2012-04-17T01:54:53+00:00 Bryce Harrington wrote:

Created attachment 60140
XorgLog.txt

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


** 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-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https:

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

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

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-17T01:56:16+00:00 Bryce Harrington wrote:

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

[Problem]
Another in the 0x7... series.  This with mtp

[Original Description]
It happened when I was trying to connect my Galaxy S via mtp

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
Chipset: i965gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Thu Apr 12 21:52:38 2012
DistUpgraded: 2012-04-12 00:47:17,282 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 tp-smapi, 0.41, 2.6.38-14-generic, x86_64: installed
 tp-smapi, 0.41, 3.2.0-23-generic, x86_64: installed
DuplicateSignature: [i965gm] GPU lockup  render.IPEHR: 0x7b00 Ubuntu 12.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) 
[8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
   Subsystem: Lenovo T61 [17aa:20b5]
   Subsystem: Lenovo T61 [17aa:20b5]
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
InterpreterPath: /usr/bin/python2.7
MachineType: LENOVO 8895W27
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=194e5d2a-212e-484a-b79f-9d9e9112b877 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+12ubuntu1
 libdrm2  2.4.32-1ubuntu1
 xserver-xorg-video-intel 2:2.17.0-1ubuntu4
SourcePackage: xserver-xorg-video-intel
Title: [i965gm] False GPU lockup  render.IPEHR: 0x7b00
UpgradeStatus: Upgraded to precise on 2012-04-11 (0 days ago)
UserGroups:
 
dmi.bios.date: 03/18/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 7LETC9WW (2.29 )
dmi.board.name: 8895W27
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7LETC9WW(2.29):bd03/18/2011:svnLENOVO:pn8895W27:pvrThinkPadT61:rvnLENOVO:rn8895W27:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 8895W27
dmi.product.version: ThinkPad T61
dmi.sys.vendor: LENOVO
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/980325/comments/2


On 2012-04-17T01:56:38+00:00 Bryce Harrington wrote:

Created attachment 60141
BootDmesg.txt

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


On 2012-04-17T01:56:57+00:00 Bryce Harrington wrote:

Created attachment 60142
CurrentDmesg.txt

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


On 2012-04-17T01:57:15+00:00 Bryce Harrington wrote:

Created attachment 60143
i915_error_state.txt

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


On 2012-04-17T01:57:30+00:00 Bryce Harrington wrote:

Created attachment 60144
XorgLog.txt

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

[Ubuntu-x-swat] [Bug 981261] Re: [sandybridge-m-gt2] GPU lockup render.IPEHR: 0x78170003

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

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-17T01:23:12+00:00 Bryce Harrington wrote:

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

[Problem]
One of several 0x7... bugs happening on Ubuntu.  This one occurs on login

[Original Description]
Error on login.
The error "[sandybridge-m-gt2] GPU lockup  render.IPEHR: 0x78170003" shows on 
login half the times.
The other half the X server gets frozen and I have to restart the X's or the 
system

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
Chipset: sandybridge-m-gt2
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Fri Apr 13 15:18:46 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.4.1, 3.2.0-23-generic, x86_64: installed
 nvidia-current, 295.40, 3.2.0-23-generic, x86_64: installed
DuplicateSignature: [sandybridge-m-gt2] GPU lockup  render.IPEHR: 0x78170003 
Ubuntu 12.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GpuHangFrequency: Several times a day
GpuHangReproducibility: Occurs more often under certain circumstances
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Toshiba America Info Systems Device [1179:fc31]
 NVIDIA Corporation GF108 [GeForce GT 540M] [10de:0df4] (rev ff) (prog-if ff)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
InterpreterPath: /usr/bin/python2.7
MachineType: TOSHIBA SATELLITE P750
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=47966917-c048-45a8-a852-b1850c6e207d ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+12ubuntu1
 libdrm2  2.4.32-1ubuntu1
 xserver-xorg-video-intel 2:2.17.0-1ubuntu4
SourcePackage: xserver-xorg-video-intel
Title: [sandybridge-m-gt2] GPU lockup  render.IPEHR: 0x78170003
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 07/13/2011
dmi.bios.vendor: TOSHIBA
dmi.bios.version: 2.10
dmi.board.asset.tag: NULL
dmi.board.name: PEQAA
dmi.board.vendor: TOSHIBA
dmi.board.version: 1.00
dmi.chassis.asset.tag: *
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnTOSHIBA:bvr2.10:bd07/13/2011:svnTOSHIBA:pnSATELLITEP750:pvrPSAY3E-03S018CE:rvnTOSHIBA:rnPEQAA:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
dmi.product.name: SATELLITE P750
dmi.product.version: PSAY3E-03S018CE
dmi.sys.vendor: TOSHIBA
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
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/981261/comments/3


On 2012-04-17T01:26:20+00:00 Bryce Harrington wrote:

Created attachment 60111
BootDmesg.txt

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


On 2012-04-17T01:26:32+00:00 Bryce Harrington wrote:

Created attachment 60112
CurrentDmesg.txt

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


On 2012-04-17T01:26:58+00:00 Bryce Harrington wrote:

Created attachment 60113
i915_error_state.txt

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

---

[Ubuntu-x-swat] [Bug 981539] Re: [sandybridge-gt2+] GPU lockup render.IPEHR: 0x7a000002

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

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-17T01:28:53+00:00 Bryce Harrington wrote:

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

[Problem]
This is one of several 0x7... bugs we're seeing in Ubuntu.  This one is with 
WebGL and google maps.

[Original Description]
Activated WebGL rendering in Firefox for maps.google.com

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
Chipset: sandybridge-gt2+
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sat Apr 14 14:07:04 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DuplicateSignature: [sandybridge-gt2+] GPU lockup  render.IPEHR: 0x7a02 
Ubuntu 12.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GpuHangFrequency: Very infrequently
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Today
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0122] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASRock Incorporation Device [1849:0122]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
InterpreterPath: /usr/bin/python2.7
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=1d0f1ba5-3c33-4b37-b965-9a4ed18653b6 ro i915.i915_enable_rc6=0 quiet 
splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+12ubuntu1
 libdrm2  2.4.32-1ubuntu1
 xserver-xorg-video-intel 2:2.17.0-1ubuntu4
SourcePackage: xserver-xorg-video-intel
Title: [sandybridge-gt2+] GPU lockup  render.IPEHR: 0x7a02
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 04/27/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.00
dmi.board.name: Z68 Pro3-M
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.00:bd04/27/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnZ68Pro3-M:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.7.6-0ubuntu1
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/981539/comments/2


On 2012-04-17T01:29:07+00:00 Bryce Harrington wrote:

Created attachment 60115
BootDmesg.txt

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


On 2012-04-17T01:29:18+00:00 Bryce Harrington wrote:

Created attachment 60116
CurrentDmesg.txt

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


On 2012-04-17T01:29:30+00:00 Bryce Harrington wrote:

Created attachment 60117
i915_error_state.txt

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


On 2012-04-17T01:29:41+00:00 Bryce Harrington wrote:

Created attachment 60118
XorgLog.txt

Reply at: https

[Ubuntu-x-swat] [Bug 981555] Re: [i965gm] False GPU lockup render.IPEHR: 0x79050003

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

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-17T01:30:59+00:00 Bryce Harrington wrote:

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

[Problem]
This is one of several 0x7... bugs we're seeing in Ubuntu.  This is with the 
compiz water effect.

[Original Description]
i was trying to use the conpiz effect water

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic i686
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu1
Architecture: i386
Chipset: i965gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Fri Apr 13 08:31:48 2012
DistUpgraded: 2012-04-12 23:26:49,008 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 5.100.82.38+bdcom, 3.0.0-17-generic, i686: installed
 bcmwl, 5.100.82.38+bdcom, 3.2.0-23-generic, i686: installed
 vboxhost, 4.1.12, 3.0.0-17-generic, i686: installed
 vboxhost, 4.1.12, 3.2.0-23-generic, i686: installed
 vboxhost, 4.1.12, 3.2.0-23-generic-pae, i686: installed
DuplicateSignature: [i965gm] GPU lockup  render.IPEHR: 0x79050003 Ubuntu 12.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: No
GraphicsCard:
 Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) 
[8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:30cd]
   Subsystem: Hewlett-Packard Company Device [103c:30cd]
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
InterpreterPath: /usr/bin/python2.7
MachineType: Hewlett-Packard HP Pavilion dv2700
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=a145333e-a103-422d-8b87-6a052cd915b3 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+12ubuntu1
 libdrm2  2.4.32-1ubuntu1
 xserver-xorg-video-intel 2:2.17.0-1ubuntu4
SourcePackage: xserver-xorg-video-intel
Title: [i965gm] False GPU lockup  render.IPEHR: 0x79050003
UpgradeStatus: Upgraded to precise on 2012-04-13 (1 days ago)
UserGroups:
 
dmi.bios.date: 08/26/2008
dmi.bios.vendor: Phoenix
dmi.bios.version: F.2D
dmi.board.name: 30CD
dmi.board.vendor: Wistron
dmi.board.version: 80.52
dmi.chassis.asset.tag: BRG847F97L
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenix:bvrF.2D:bd08/26/2008:svnHewlett-Packard:pnHPPaviliondv2700:pvrF.2D:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv2700
dmi.product.version: F.2D
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.7.4-0ubuntu3
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/981555/comments/2


On 2012-04-17T01:31:19+00:00 Bryce Harrington wrote:

Created attachment 60119
BootDmesg.txt

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


On 2012-04-17T01:31:31+00:00 Bryce Harrington wrote:

Created attachment 60120
CurrentDmesg.txt

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


On 2012-04-17T01:31:41+00:00 Bryce Harrington wrote:

Created attachment 60121
i915_error_state.txt

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


On 2012-04-17T01:31:54+00:00 Bryce Harrington wrote:

Created attachment 60122
i915_error_state.tx

[Ubuntu-x-swat] [Bug 982010] Re: [gm45] GPU lockup render.IPEHR: 0x78080003

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

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-17T01:39:36+00:00 Bryce Harrington wrote:

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

[Problem]
One of several 0x7... bugs in ubuntu, this one with oolite

[Original Description]
just opening the application oolite creates this error/hang

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu3
Architecture: amd64
Chipset: gm45
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sun Apr 15 02:55:50 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.1.12, 3.2.0-21-generic, x86_64: installed
 virtualbox, 4.1.12, 3.2.0-22-generic, x86_64: installed
 virtualbox, 4.1.12, 3.2.0-23-generic, x86_64: installed
DuplicateSignature: [gm45] GPU lockup  render.IPEHR: 0x78080003 Ubuntu 12.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, if not too technical
GpuHangFrequency: Very infrequently
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Today
GraphicsCard:
 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:30e1]
   Subsystem: Hewlett-Packard Company Device [103c:30e1]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120401)
InterpreterPath: /usr/bin/python2.7
MachineType: Hewlett-Packard HP EliteBook 2530p
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=c30a3c2c-2fca-43db-a841-f2fbdf388f0c ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+12ubuntu1
 libdrm2  2.4.32-1ubuntu1
 xserver-xorg-video-intel 2:2.17.0-1ubuntu4
SourcePackage: xserver-xorg-video-intel
Title: [gm45] GPU lockup  render.IPEHR: 0x78080003
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 12/27/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PSU Ver. F.20
dmi.board.name: 30E1
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 03.24
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PSUVer.F.20:bd12/27/2011:svnHewlett-Packard:pnHPEliteBook2530p:pvrF.20:rvnHewlett-Packard:rn30E1:rvrKBCVersion03.24:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 2530p
dmi.product.version: F.20
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.7.6-0ubuntu1
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/982010/comments/2


On 2012-04-17T01:40:00+00:00 Bryce Harrington wrote:

Created attachment 60124
BootDmesg.txt

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


On 2012-04-17T01:40:13+00:00 Bryce Harrington wrote:

Created attachment 60125
CurrentDmesg.txt

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


On 2012-04-17T01:40:25+00:00 Bryce Harrington wrote:

Created attachment 60126
i915_error_state.txt

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


On 2012-04-17T01:40:39+00:00 Bryce Harrington wrote:

Created attachment 60127
XorgLog.txt

Reply at: https://bugs.launc

[Ubuntu-x-swat] [Bug 982410] Re: [sandybridge-gt1] False GPU lockup render.IPEHR: 0x7a000003

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

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-17T01:41:41+00:00 Bryce Harrington wrote:

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

[Problem]
One of several 0x7... bugs reported to Ubuntu.  This one was when using VDR.

[Original Description]
Tried to start VDR with Option "vdr-sxfe --video=xvmc"

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu3
Architecture: amd64
Chipset: sandybridge-gt1
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sun Apr 15 18:03:59 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus: virtualbox, 4.1.12, 3.2.0-23-generic, x86_64: installed
DuplicateSignature: [sandybridge-gt1] GPU lockup  render.IPEHR: 0x7a03 
Ubuntu 12.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: I just need an easy workaround
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120324)
InterpreterPath: /usr/bin/python2.7
MachineType: System manufacturer System Product Name
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=54394293-fdcd-4fe9-bf88-e7ea53c40d08 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+12ubuntu1
 libdrm2  2.4.32-1ubuntu1
 xserver-xorg-video-intel 2:2.17.0-1ubuntu4
SourcePackage: xserver-xorg-video-intel
Title: [sandybridge-gt1] False GPU lockup  render.IPEHR: 0x7a03
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 02/28/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3506
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H67-V
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3506:bd02/28/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H67-V:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.7.6-0ubuntu1
version.ia32-libs: ia32-libs N/A
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/982410/comments/2


On 2012-04-17T01:42:04+00:00 Bryce Harrington wrote:

Created attachment 60128
BootDmesg.txt

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


On 2012-04-17T01:42:20+00:00 Bryce Harrington wrote:

Created attachment 60129
CurrentDmesg.txt

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


On 2012-04-17T01:42:41+00:00 Bryce Harrington wrote:

Created attachment 60130
i915_error_state.txt

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


On 2012-04-17T01:43:04+00:00 Bryce Harrington wrote:

Created attachment 60131
XorgLog.txt

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


** Cha

[Ubuntu-x-swat] [Bug 983547] Re: [g33] GPU lockup render.IPEHR: 0x7d990000

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

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-17T01:17:45+00:00 Bryce Harrington wrote:

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

[Problem]
This is one of several 0x7... bug reports we're seeing in Ubuntu, each 
triggered by running a different app or combination of apps.

[Original Report]
Open firefox, thunderbird and Ubuntu Software Center, then after a few minutes 
Pow!

Time: 1334619635 s 43262 us
PCI ID: 0x29c2
EIR: 0x
PGTBL_ER: 0x
Render command stream:
  ACTHD: 0x0f5004a8
  IPEIR: 0x
  IPEHR: 0x7d99
  INSTDONE: 0x7dfffa41
  INSTPM: 0x0800
  seqno: 0x00051d5b
  fence[0] = 0861
  fence[1] = 0d000341
  fence[2] = 
  fence[3] = 0c300021
  fence[4] = 08800341
  fence[5] = 0621
  fence[6] = 07000341
  fence[7] = 08100021
  fence[8] = 0c800341
  fence[9] = 0d800341
  fence[10] = 00f00021
  fence[11] = 02800341
  fence[12] = 0571
  fence[13] = 00a1
  fence[14] = 0541
  fence[15] = 0e01

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu3
Architecture: amd64
Chipset: g33
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Mon Apr 16 20:40:37 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DuplicateSignature: [g33] GPU lockup  render.IPEHR: 0x7d99 Ubuntu 12.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GpuHangFrequency: This is the first time
GpuHangReproducibility: Seems to happen randomly
GpuHangStarted: Today
GraphicsCard:
 Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] 
(rev 10) (prog-if 00 [VGA controller])
   Subsystem: Elitegroup Computer Systems Device [1019:2683]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120402)
InterpreterPath: /usr/bin/python2.7
MachineType: ECS G31T-M7
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=62783b6b-a23d-4525-9496-22de12ea6c44 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+12ubuntu1
 libdrm2  2.4.32-1ubuntu1
 xserver-xorg-video-intel 2:2.17.0-1ubuntu4
SourcePackage: xserver-xorg-video-intel
Title: [g33] GPU lockup  render.IPEHR: 0x7d99
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 03/01/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080014
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: G31T-M7
dmi.board.vendor: ECS
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: ECS
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080014:bd03/01/2010:svnECS:pnG31T-M7:pvr1.0:rvnECS:rnG31T-M7:rvr1.0:cvnECS:ct3:cvr1.0:
dmi.product.name: G31T-M7
dmi.product.version: 1.0
dmi.sys.vendor: ECS
version.compiz: compiz 1:0.9.7.6-0ubuntu1
version.ia32-libs: ia32-libs N/A
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/983547/comments/2


On 2012-04-17T01:18:21+00:00 Bryce Harrington wrote:

Created attachment 60107
BootDmesg.txt

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


On 2012-04-17T01:18:32+00:00 Bryce Harrington wrote:

Created attachment 60108
CurrentDmesg.txt

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


On 2012-04-17T01:18:42+00:00 Bry

[Ubuntu-x-swat] [Bug 983636] Re: Xorg instantly SEGFAULT when plugging in a usb wireless hid

2012-04-16 Thread Peter Kopias
-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/983636

Title:
  Xorg instantly SEGFAULT when plugging in a usb wireless hid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983636/+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 983636] [NEW] Xorg instantly SEGFAULT when plugging in a usb wireless hid

2012-04-16 Thread Peter Kopias
Public bug reported:

 What I think should have happen: Xorg should not die with SIGSEGV
 What did happen: Xorg died with SIGSEGV


 I've just upgraded from ubuntu 11.10 - desktop - x86 ubuntu (gnome).

 After reboot X did not start. I tried to install missing packages, with
no success.

 Then I looked at xorg.log, and found that my "Chicony USB hid" killed
it.

 I've got an USB keyboard (logitech), a normal usb mouse, and a wireless
keyboard+mouse combo device plugged in.

 After removing the latter from the usb hub, X runs fine.

 If I plug in, Xorg INSTANTLY dies with segfault. (I can repeat it, so
if you tell me to install some debug symbols, I can recreate the sigsegv
any time)

 Xorg.log looks like this: (full: http://pastebin.ubuntu.com/933492/ )

[   449.618] (II) config/udev: Adding input device Logitech USB Keyboard 
(/dev/input/event2)
[   449.618] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard 
catchall"
[   449.618] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[   449.618] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   449.618] (**) Logitech USB Keyboard: always reports core events
[   449.618] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event2"
[   449.618] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31c
[   449.618] (--) evdev: Logitech USB Keyboard: Found keys
[   449.618] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
[   449.618] (**) Option "config_info" 
"udev:/sys/devices/pci:00/:00:1d.7/usb1/1-2/1-2.2/1-2.2:1.0/input/input2/event2"
[   449.618] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" 
(type: KEYBOARD, id 8)
[   449.618] (**) Option "xkb_rules" "evdev"
[   449.618] (**) Option "xkb_model" "pc105"
[   449.618] (**) Option "xkb_layout" "us,hu"
[   449.618] (**) Option "xkb_variant" ","
[   449.618] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,grp:lwin_toggle"
[   449.620] (II) config/udev: Adding input device Logitech USB Keyboard 
(/dev/input/event3)
[   449.620] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard 
catchall"
[   449.620] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[   449.620] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   449.620] (**) Logitech USB Keyboard: always reports core events
[   449.620] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event3"
[   449.620] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31c
[   449.620] (--) evdev: Logitech USB Keyboard: Found absolute axes
[   449.620] (II) evdev: Logitech USB Keyboard: Forcing absolute x/y axes to 
exist.
[   449.620] (--) evdev: Logitech USB Keyboard: Found keys
[   449.620] (II) evdev: Logitech USB Keyboard: Configuring as mouse
[   449.620] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
[   449.620] (**) Option "config_info" 
"udev:/sys/devices/pci:00/:00:1d.7/usb1/1-2/1-2.2/1-2.2:1.1/input/input3/event3"
[   449.620] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" 
(type: KEYBOARD, id 9)
[   449.620] (**) Option "xkb_rules" "evdev"
[   449.620] (**) Option "xkb_model" "pc105"
[   449.620] (**) Option "xkb_layout" "us,hu"
[   449.620] (**) Option "xkb_variant" ","
[   449.620] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,grp:lwin_toggle"
[   449.621] (II) evdev: Logitech USB Keyboard: initialized for absolute axes.
[   449.621] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
[   449.621] (**) Logitech USB Keyboard: (accel) acceleration profile 0
[   449.621] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
[   449.621] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
[   449.622] (II) config/udev: Adding input device Chicony USB Wireless HID 
Receiver (/dev/input/event5)
[   449.622] (**) Chicony USB Wireless HID Receiver: Applying InputClass "evdev 
keyboard catchall"
[   449.622] (II) Using input driver 'evdev' for 'Chicony USB Wireless HID 
Receiver'
[   449.622] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   449.622] (**) Chicony USB Wireless HID Receiver: always reports core events
[   449.622] (**) evdev: Chicony USB Wireless HID Receiver: Device: 
"/dev/input/event5"
[   449.622] (--) evdev: Chicony USB Wireless HID Receiver: Vendor 0x4f2 
Product 0x618
[   449.622] (--) evdev: Chicony USB Wireless HID Receiver: Found keys
[   449.622] (II) evdev: Chicony USB Wireless HID Receiver: Configuring as 
keyboard
[   449.622] (**) Option "config_info" 
"udev:/sys/devices/pci:00/:00:1d.7/usb1/1-2/1-2.3/1-2.3:1.0/input/input5/event5"
[   449.622] (II) XINPUT: Adding extended input device "Chicony USB Wireless 
HID Receiver" (type: KEYBOARD, id 10)
[   449.623] (**) Option "xkb_rules" "evdev"
[   449.623] (**) Option "xkb_model" "pc105"
[   449.623] (**) Option "xkb_layout" "us,hu"
[   449.623] (**) Option "xkb_variant" ","
[   449.623] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,grp:lwin_toggle"
[   449.624] (II) config

[Ubuntu-x-swat] [Bug 979748] Re: Laptop with Intel Graphics: external VGA monitor only gets signal on boot (no “hot plugging”)

2012-04-16 Thread Andy Iverson
Here is what I  have add to my .xprofile:

===

xrandr --newmode  "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024
1027 1034 1063 -hsync +vsync

xrandr --addmode VGA1 1280x1024_60.00

===

Note that the reason for these 2 lines is that Ubuntu doesn't properly
recognize my external (just says "Unknown") and only allows a default
resolution of 1024 x 768 without the above 2 lines (2 lines give me the
resolution option of 1280x1024 for the external monitor).  I should
probably check to see if there is another bug related to Ubuntu not
recognizing the external monitor properly.

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

Title:
  Laptop with Intel Graphics: external VGA monitor only gets signal on
  boot (no “hot plugging”)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/979748/+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 981168] Re: Regression: Installing apps causes a terrible visual glitch-- have to restart X.org.

2012-04-16 Thread Stéphane Guillou
I tried "unity --reset" but I confirm that it didn't help.

Why is it a SRU milestone? This really can't be in the final release.

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

Title:
  Regression: Installing apps causes a terrible visual glitch-- have to
  restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 983622] Re: wacom squashing shapes and lines when mapped to widescreen monitor

2012-04-16 Thread Todd A McCullough
I just wanted to add that I hope I am not irritating anyone. Maybe this
has been posted in the wrong place. Please accept my apologies if it
has.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/983622

Title:
  wacom squashing shapes and lines when mapped to widescreen monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/983622/+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 983622] Re: wacom squashing shapes and lines when mapped to widescreen monitor

2012-04-16 Thread Todd A McCullough
** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/983622/+attachment/3081238/+files/Xorg.0.log

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/983622

Title:
  wacom squashing shapes and lines when mapped to widescreen monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/983622/+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 983622] Re: wacom squashing shapes and lines when mapped to widescreen monitor

2012-04-16 Thread Todd A McCullough
** Attachment added: "xorg.conf"
   https://bugs.launchpad.net/bugs/983622/+attachment/3081237/+files/xorg.conf

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/983622

Title:
  wacom squashing shapes and lines when mapped to widescreen monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/983622/+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 983622] [NEW] wacom squashing shapes and lines when mapped to widescreen monitor

2012-04-16 Thread Todd A McCullough
Public bug reported:

I'm experiencing a slight problem in relation to drawing with my old
wacom Graphire 2 and my new widescreen monitor.

I am using ubuntu 11.10 64 bit.
Wacom Graphire 2.
Gnome Shell - which might be conflicting with something in ubuntu

Anywas, I thought I was maybe going crazy. But everything seems to be
mapping incorrectly and is being squished when mapped to the monitor.

To confirm it was happening I drew and elongated oval that was stretched
vertically on a piece of paper. I than traced with the wacom and it was
elongated horizontally. Squashed.

All my strokes are being treated this way and I am not sure how to fix
it. Makes it difficult to draw what I am seeing in my mind's eye.

Can you help.

** Affects: xf86-input-wacom (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/983622

Title:
  wacom squashing shapes and lines when mapped to widescreen monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/983622/+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 244993] Re: mapping incorrect with widescreen

2012-04-16 Thread Todd A McCullough
** Attachment added: "xorg.conf"
   
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/244993/+attachment/3081226/+files/xorg.conf

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/244993

Title:
  mapping incorrect with widescreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/244993/+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 244993] Re: mapping incorrect with widescreen

2012-04-16 Thread Todd A McCullough
** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/244993/+attachment/3081225/+files/Xorg.0.log

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/244993

Title:
  mapping incorrect with widescreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/244993/+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 244993] Re: mapping incorrect with widescreen

2012-04-16 Thread Todd A McCullough
I'm experiencing a slight problem in relation to drawing with my old
wacom Graphire 2 and my new widescreen monitor.

I am using ubuntu 11.10 64 bit.
Wacom Graphire 2.
Gnome Shell - which might be conflicting with something in ubuntu 

Anywas, I thought I was maybe going crazy. But everything seems to be
mapping incorrectly and is being squished when mapped to the monitor.

To confirm it was happening I drew and elongated oval that was stretched
vertically on a piece of paper. I than traced with the wacom and it was
elongated horizontally. Squashed.

All my strokes are being treated this way and I am not sure how to fix
it. Makes it difficult to draw what I am seeing in my mind's eye.

Can you help.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/244993

Title:
  mapping incorrect with widescreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/244993/+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 983614] Re: The dash is opening spuriously with on bcm5974 touchpads with xserver-xorg-input-synaptics 1.5.99.902-0ubuntu5

2012-04-16 Thread Robert Hooker
** Package changed: xorg (Ubuntu) => xserver-xorg-input-synaptics
(Ubuntu)

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

Title:
  The dash is opening spuriously with on bcm5974 touchpads with xserver-
  xorg-input-synaptics 1.5.99.902-0ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/983614/+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 983614] [NEW] The dash is opening spuriously with on bcm5974 touchpads with xserver-xorg-input-synaptics 1.5.99.902-0ubuntu5

2012-04-16 Thread Robert Hooker
Public bug reported:

With 1.5.99.902-0ubuntu5 while 2 finger scrolling the dash is getting
opened spuriously on bcm5974 multitouch devices, and downgrading to
1.5.99.902-0ubuntu4 fixes it. I'm guessing its related to scroll
coasting being introduced. When it happens I am getting tens of these
messages saved in ~/.xsession-errors each time

[22:30:50] Warning: failed to get previous touch value
[22:30:50] GRAIL WARNING (v3/slice.cpp:GetValues:207): failed to get touch from 
frame

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
Uname: Linux 3.4.0-030400rc3-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,regex,gnomecompat,animation,mousepoll,vpswitch,move,workarounds,grid,place,wall,kdecompat,imgpng,resize,snap,expo,fade,session,scale,ezoom,unityshell]
CompositorRunning: compiz
Date: Mon Apr 16 23:03:53 2012
DistUpgraded: 2012-01-09 10:52:51,261 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Apple Inc. Device [106b:00eb]
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64+mac (20110427.1)
MachineType: Apple Inc. MacBookAir4,2
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.4.0-030400rc3-generic 
root=UUID=95622cbd-b253-48f0-9a5d-a0948c98f97a ro quiet splash 
elevator=deadline i915.i915_enable_rc6=1 i915.i915_enable_fbc=0 
i915.semaphores=1 i915.lvds_downclock=1 pcie_aspm=force usbcore.autosuspend=1 
drm.vblankoffdelay=1 vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to precise on 2012-01-09 (98 days ago)
dmi.bios.date: 01/24/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBA41.88Z.0077.B0F.1201241549
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-742912EFDBEE19B3
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookAir4,2
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-742912EFDBEE19B3
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA41.88Z.0077.B0F.1201241549:bd01/24/2012:svnAppleInc.:pnMacBookAir4,2:pvr1.0:rvnAppleInc.:rnMac-742912EFDBEE19B3:rvrMacBookAir4,2:cvnAppleInc.:ct10:cvrMac-742912EFDBEE19B3:
dmi.product.name: MacBookAir4,2
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz 1:0.9.7.6-0ubuntu2~ppa2
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 
8.0.2-0ubuntu3
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

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 precise ubuntu

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

Title:
  The dash is opening spuriously with on bcm5974 touchpads with xserver-
  xorg-input-synaptics 1.5.99.902-0ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/983614/+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 981168] Re: Regression: Installing apps causes a terrible visual glitch-- have to restart X.org.

2012-04-16 Thread Omer Akram
this bug is being looked at by Jay, release teams considers this a
release blocker. unity --reset won't help or anything.

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

Title:
  Regression: Installing apps causes a terrible visual glitch-- have to
  restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 981168] Re: Regression: Installing apps causes a terrible visual glitch-- have to restart X.org.

2012-04-16 Thread Bilal Akhtar
That makes stuff even more surprising.

Also, try running unity --reset, then install an app again. Does the
issue happen again?

** Summary changed:

- [i945] Regression: Installing apps causes a terrible visual glitch-- have to 
restart X.org.
+ Regression: Installing apps causes a terrible visual glitch-- have to restart 
X.org.

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

Title:
  Regression: Installing apps causes a terrible visual glitch-- have to
  restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 982485] Re: nvidia 295.40 breaks unity 3d

2012-04-16 Thread Alvaro Leal (Effenberg0x0)
Hi Mick, Unchecking "Sync to VBLank" always did make things a little
faster for me using NVidia drivers, although it generally creates some
tearing, specially when watching high-res movies. I wonder if it will
fix everyone's problems in this situation. It would be interesting if
everyone here could test it too.

But I'm more interested in how you came to replacing lightdm for
gdm/kdm. I mean, if you undo this change, is the problem back?

Thanks,
Effenberg

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/982485

Title:
  nvidia 295.40 breaks unity 3d

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/982485/+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 981168] Re: [i945] Regression: Installing apps causes a terrible visual glitch on netbooks-- have to restart X.org.

2012-04-16 Thread Stéphane Guillou
Thanks for this Bilal. However, lspci -v returns this for me:

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express 
Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
Subsystem: Samsung Electronics Co Ltd Device c052
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f000 (32-bit, non-prefetchable) [size=512K]
I/O ports at 1800 [size=8]
Memory at d000 (32-bit, prefetchable) [size=256M]
Memory at f030 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at  [disabled]
Capabilities: 
Kernel driver in use: i915
Kernel modules: intelfb, i915

Looks like it's not only the i945 driver that's affected.

** Summary changed:

- [i945] Regression: Installing apps causes a terrible visual glitch on 
netbooks-- have to restart X.org.
+ [i945] Regression: Installing apps causes a terrible visual glitch-- have to 
restart X.org.

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

Title:
  [i945] Regression: Installing apps causes a terrible visual glitch--
  have to restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 978807] Re: 'Cypress Trackpad' incorrectly detected as 'ImPS/2 Generic Wheel Mouse' in 'Dell XPS 13 Ultrabook''

2012-04-16 Thread Neo
Can anybody at least show me how to use this trackpad with xterm?
Currently, there is no "Emulation3Button" for this trackpad so copy &
paste doesn't work.

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

Title:
   'Cypress Trackpad' incorrectly detected as 'ImPS/2 Generic Wheel
  Mouse' in 'Dell XPS 13 Ultrabook''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/978807/+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 975848] Re: Black screen after screen lock

2012-04-16 Thread Bryce Harrington
Ok, then perhaps it is a GPU lockup.  Next time it happens, ssh in and
collect the output of 'dmesg' and your
/sys/kernel/debug/dri/0/i915_error_state file.  Both of these must be
collected while the machine is locked up (e.g. by sshing into the sick
machine over ethernet).  See
https://wiki.ubuntu.com/X/Troubleshooting/Freeze for additional info.

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

Title:
  Black screen after screen lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/975848/+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 980198] Re: sandybridge-gt1 GPU lockup

2012-04-16 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => Triaged

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

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

Title:
   sandybridge-gt1  GPU lockup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/980198/+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 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

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

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

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

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

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

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

Title:
  [i965gm] False GPU lockup  render.IPEHR: 0x7b00

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980325/+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 981604] Re: [sandybridge-m-gt2+] False GPU lockup render.IPEHR: 0x78171003

2012-04-16 Thread Bryce Harrington
Hi Michael, do you associate this crash with a particular application?

Most other reporters of these 0x7... bugs indicate it occurs after
launching a specific program.

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

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

Title:
  [sandybridge-m-gt2+] False GPU lockup  render.IPEHR: 0x78171003

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/981604/+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 977281] Re: [sandybridge-m-gt2] False GPU lockup render.IPEHR: 0x7a000002

2012-04-16 Thread Bryce Harrington
jhn - I've forwarded this bug upstream to
https://bugs.freedesktop.org/show_bug.cgi?id=48795 - 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 #48795
   https://bugs.freedesktop.org/show_bug.cgi?id=48795

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

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

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

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

Title:
  [sandybridge-m-gt2] False GPU lockup  render.IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/977281/+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 979836] Re: [i945g] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000002 render.IPEHR: 0x7d8e0001

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

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

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

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

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

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

Title:
  [i945g] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 render.IPEHR:
  0x7d8e0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/979836/+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 983548] Re: Xorg crashed with SIGABRT in raise()

2012-04-16 Thread Apport retracing service
*** This bug is a duplicate of bug 943880 ***
https://bugs.launchpad.net/bugs/943880

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #943880, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/983548/+attachment/3080638/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/983548/+attachment/3080641/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/983548/+attachment/3080649/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/983548/+attachment/3080651/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/983548/+attachment/3080652/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/983548/+attachment/3080653/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/983548/+attachment/3080654/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 943880
   Xorg crashed with SIGABRT in __libc_message() from malloc_printerr() via 
XIDestroyDeviceProperty

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  Xorg crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/983548/+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 966631] Re: [sandybridge-m-gt2] GPU lockup render.IPEHR: 0x7a000003 with Google Maps(WebGL) in Chromium

2012-04-16 Thread Bryce Harrington
** Also affects: xserver-xorg-video-intel via
   https://bugs.freedesktop.org/show_bug.cgi?id=47535
   Importance: Unknown
   Status: Unknown

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

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

Title:
  [sandybridge-m-gt2] GPU lockup  render.IPEHR: 0x7a03 with Google
  Maps(WebGL) in Chromium

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/966631/+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 981541] Re: [sandybridge-gt2+] GPU lockup render.IPEHR: 0x7a000003

2012-04-16 Thread Bryce Harrington
*** This bug is a duplicate of bug 982410 ***
https://bugs.launchpad.net/bugs/982410

** This bug has been marked a duplicate of bug 982410
   [sandybridge-gt1] False GPU lockup  render.IPEHR: 0x7a03

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

Title:
  [sandybridge-gt2+] GPU lockup  render.IPEHR: 0x7a03

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/981541/+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 982710] Re: Nvidia 295.40 - Ubuntu 12.04 Beta 2 Fresh Install (slow performance in Unity 3D, and EQ Overflow)

2012-04-16 Thread Charles Profitt
I tested reverting to 295.20 by installing the binary from Nvidia's
site. Was able to install and performance is good again.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/982710

Title:
  Nvidia 295.40 - Ubuntu 12.04 Beta 2 Fresh Install (slow performance in
  Unity 3D, and EQ Overflow)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/982710/+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 943880] Re: Xorg crashed with SIGABRT in __libc_message() from malloc_printerr() via XIDestroyDeviceProperty

2012-04-16 Thread Chase Douglas
I just figure out today how to get what I believe is a full unity
session up and running in a valgrind X:

1. Log out, we're going to stop the current X session.
2. Switch to a VT (ctrl+alt+fn2)
3. Log in
4. $ sudo stop lightdm
5. $ sudo valgrind Xorg :0 2>&1 | tee /tmp/log
6. Switch to another VT (ctrl+alt+fn3) and login (or use a different screen 
window if you are running screen)
7. $ DISPLAY=:0 dbus-launch unity

Make sure there are no user dbus daemons running before running dbus-
launch. That seemed to mess things up. Also, the desktop is going to run
*REALLY* *REALLY* slow and might take multiple minutes just to start. It
may also have all kinds of visual artifacts. Hopefully you can get
around them to reproduce the issue. Once you have, attach /tmp/log here.

Thanks!

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

Title:
  Xorg crashed with SIGABRT in __libc_message() from malloc_printerr()
  via XIDestroyDeviceProperty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/943880/+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 981168] Re: [i945] Regression: Installing apps causes a terrible visual glitch on netbooks-- have to restart X.org.

2012-04-16 Thread Pablo Almeida
@Bilal

I did lspci -v, as you told me to do and the command didn't output
anything, The driver in use is the i915, as in your computer. I'm
attaching my lspci -v output:


** Attachment added: "lspcidashv.txt"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/981168/+attachment/3081031/+files/lspcidashv.txt

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

Title:
  [i945] Regression: Installing apps causes a terrible visual glitch on
  netbooks-- have to restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 982010] Re: [gm45] GPU lockup render.IPEHR: 0x78080003

2012-04-16 Thread Bryce Harrington
Rob Emmett - I've forwarded this bug upstream to
https://bugs.freedesktop.org/show_bug.cgi?id=48793 - 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 #48793
   https://bugs.freedesktop.org/show_bug.cgi?id=48793

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

** 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-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/982010

Title:
  [gm45] GPU lockup  render.IPEHR: 0x78080003

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/982010/+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 982410] Re: [sandybridge-gt1] False GPU lockup render.IPEHR: 0x7a000003

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

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

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

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

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

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

Title:
  [sandybridge-gt1] False GPU lockup  render.IPEHR: 0x7a03

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/982410/+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 981539] Re: [sandybridge-gt2+] GPU lockup render.IPEHR: 0x7a000002

2012-04-16 Thread Bryce Harrington
Pierre Yager - I've forwarded this bug upstream to
https://bugs.freedesktop.org/show_bug.cgi?id=48791 - 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 #48791
   https://bugs.freedesktop.org/show_bug.cgi?id=48791

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

** 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-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/981539

Title:
  [sandybridge-gt2+] GPU lockup  render.IPEHR: 0x7a02

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/981539/+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 981555] Re: [i965gm] False GPU lockup render.IPEHR: 0x79050003

2012-04-16 Thread Bryce Harrington
Luciano Santos - I've forwarded this bug upstream to
https://bugs.freedesktop.org/show_bug.cgi?id=48792 - 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 #48792
   https://bugs.freedesktop.org/show_bug.cgi?id=48792

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

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

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

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

Title:
  [i965gm] False GPU lockup  render.IPEHR: 0x79050003

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/981555/+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 981261] Re: [sandybridge-m-gt2] GPU lockup render.IPEHR: 0x78170003

2012-04-16 Thread Bryce Harrington
fgr1986 - I've forwarded this bug upstream to
https://bugs.freedesktop.org/show_bug.cgi?id=48790 - 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 #48790
   https://bugs.freedesktop.org/show_bug.cgi?id=48790

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

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

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

Title:
  [sandybridge-m-gt2] GPU lockup  render.IPEHR: 0x78170003

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/981261/+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 981168] Re: [i945] Regression: Installing apps causes a terrible visual glitch on netbooks-- have to restart X.org.

2012-04-16 Thread Bilal Akhtar
The lspci -v command should return a large amount of text. Search for
your graphic card in it (usually starts as "VGA compatible controller")
and see the "Kernel driver in use" line in the graphic card block.

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA 
controller])
Subsystem: Dell Device 050e
Flags: bus master, fast devsel, latency 0, IRQ 51
Memory at f140 (64-bit, non-prefetchable) [size=4M]
Memory at e000 (64-bit, prefetchable) [size=256M]
I/O ports at 4000 [size=64]
Expansion ROM at  [disabled]
Capabilities: 
Kernel driver in use: i915
Kernel modules: i915

As you can see, in my case it's i915, and i945 seems to be the affected
driver.

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

Title:
  [i945] Regression: Installing apps causes a terrible visual glitch on
  netbooks-- have to restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 981168] Re: [i945] Regression: Installing apps causes a terrible visual glitch on netbooks-- have to restart X.org.

2012-04-16 Thread Bilal Akhtar
@Pablo and Stephane: Please run lspci -v , not just lspci. The -v tag is
important, since plain lspci doesn't display the driver being used.

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

Title:
  [i945] Regression: Installing apps causes a terrible visual glitch on
  netbooks-- have to restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 983581] Re: null reference error at shutdown/logoff

2012-04-16 Thread Daniel Eloff
-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/983581

Title:
  null reference error at shutdown/logoff

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983581/+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 983581] [NEW] null reference error at shutdown/logoff

2012-04-16 Thread Daniel Eloff
Public bug reported:

IIRC this happens in something to do with OpenGL but I don't know how to
find the whole stacktrace, is it logged somewhere? Let me know what I
can do to provide more information to debug this.

I have an ATI HD 6950 with latest proprietary drivers installed.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu3
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: Mon Apr 16 20:11:44 2012
DistUpgraded: 2012-04-06 12:10:53,922 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Cayman PRO [Radeon HD 6950] [1002:6719] 
(prog-if 00 [VGA controller])
   Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:0b00]
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
JockeyStatus:
 xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
 xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, Disabled, 
Not in use)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=7b2f96e2-c9ae-49ac-bad2-803ab58fa702 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to precise on 2012-04-06 (10 days ago)
dmi.bios.date: 03/27/2012
dmi.bios.vendor: Intel Corp.
dmi.bios.version: SIX7910J.86A.0460.2012.0327.1627
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: DX79TO
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG28805-400
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrSIX7910J.86A.0460.2012.0327.1627:bd03/27/2012:svn:pn:pvr:rvnIntelCorporation:rnDX79TO:rvrAAG28805-400:cvn:ct3:cvr:
version.compiz: compiz 1:0.9.7.6-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
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

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 precise ubuntu

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

Title:
  null reference error at shutdown/logoff

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/983581/+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 943880] Re: Xorg crashed with SIGABRT in __libc_message() from malloc_printerr() via XIDestroyDeviceProperty

2012-04-16 Thread Hugh Perkins
@penalvch: step 3 seems to need some specific clarification, given that
the process in question is the X server.  At least: I'm not sure how to
start the X server in valgrind.

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

Title:
  Xorg crashed with SIGABRT in __libc_message() from malloc_printerr()
  via XIDestroyDeviceProperty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/943880/+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 983362] Re: Xorg crashed with SIGABRT

2012-04-16 Thread Apport retracing service
*** This bug is a duplicate of bug 943880 ***
https://bugs.launchpad.net/bugs/943880

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #943880, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/983362/+attachment/3079159/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/983362/+attachment/3079162/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/983362/+attachment/3079170/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/983362/+attachment/3079172/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/983362/+attachment/3079173/+files/Registers.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 943880
   Xorg crashed with SIGABRT in __libc_message() from malloc_printerr() via 
XIDestroyDeviceProperty

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  Xorg crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/983362/+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 983580] Re: package fglrx (not installed) failed to install/upgrade: el subproceso instalado el script post-removal devolvió el código de salida de error 1

2012-04-16 Thread Jaime Rave
-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/983580

Title:
  package fglrx (not installed) failed to install/upgrade: el subproceso
  instalado el script post-removal devolvió el código de salida de error
  1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/983580/+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 983547] Re: [g33] GPU lockup render.IPEHR: 0x7d990000

2012-04-16 Thread Bryce Harrington
amauricio - I've forwarded this bug upstream to
https://bugs.freedesktop.org/show_bug.cgi?id=48789 - 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 #48789
   https://bugs.freedesktop.org/show_bug.cgi?id=48789

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

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

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

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

Title:
  [g33] GPU lockup  render.IPEHR: 0x7d99

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/983547/+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 983580] [NEW] package fglrx (not installed) failed to install/upgrade: el subproceso instalado el script post-removal devolvió el código de salida de error 1

2012-04-16 Thread Jaime Rave
Public bug reported:

After installing the driver the system was not having 3D acceleration so
I decided to purge the package and then this error appear.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: fglrx (not installed)
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
Uname: Linux 3.2.0-23-generic-pae i686
NonfreeKernelModules: fglrx
.tmp.unity.support.test.1:
 
ApportVersion: 2.0.1-0ubuntu4
AptOrdering:
 xvba-va-driver: Purge
 fglrx: Purge
 fglrx-amdcccle-updates: Purge
 fglrx-updates: Purge
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Mon Apr 16 20:14:25 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
ErrorMessage: el subproceso instalado el script post-removal devolvió el código 
de salida de error 1
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Madison [Mobility Radeon HD 5000 Series] 
[1002:68c0] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1594]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120213)
JockeyStatus:
 xorg:fglrx_updates - Controlador de gráficos FGLRX propietario de ATI/AMD 
(actualizaciones post-lanzamiento) (Privativo, Desactivado, No está en uso)
 xorg:fglrx - Controlador gráfico FGLRX privativo para ATI/AMD (Privativo, 
Desactivado, No está en uso)
MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae 
root=UUID=d8e1da35-b93c-4487-8793-91bb2d17de7c ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: fglrx-installer
Title: package fglrx (not installed) failed to install/upgrade: el subproceso 
instalado el script post-removal devolvió el código de salida de error 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/26/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.0F
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1594
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 91.36
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.0F:bd07/26/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr058B20242B1020100:rvnHewlett-Packard:rn1594:rvr91.36:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion dv6 Notebook PC
dmi.product.version: 058B20242B1020100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.7.6-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
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

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise ubuntu

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/983580

Title:
  package fglrx (not installed) failed to install/upgrade: el subproceso
  instalado el script post-removal devolvió el código de salida de error
  1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/983580/+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 982077] Re: hang on shutdown - PGTBL_ERR: 0x00000001, EIR: 0x00000010

2012-04-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  hang on shutdown - PGTBL_ERR: 0x0001, EIR: 0x0010

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/982077/+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 851546] Re: [i965gm] False GPU lockup render.IPEHR: 0x60020100

2012-04-16 Thread Bryce Harrington
Hi Michael, upstream would like to know:

"""
Three questions:

1. Any instructions for how to reproduce the failure?  I don't see any
instructions in either bug report for how to reproduce.  It's really hard to
fix arbitrary GPU hangs if we can't reproduce them.

2. Does the failure still occur with current Mesa 7.11 branch?  Say,
5459781?

3. Does the failure still occur with Mesa master?  There have been a lot of
fixes for GPU hangs since 7.11.  However, most of the fixes have been for later
chipsets.
"""

** This bug is no longer a duplicate of bug 828684
   [i965gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100

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

Title:
  [i965gm] False GPU lockup  render.IPEHR: 0x60020100

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/851546/+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 851546] Re: [i965gm] False GPU lockup render.IPEHR: 0x60020100

2012-04-16 Thread Bryce Harrington
Also, if you get a chance to test Precise and find it still occurs
there, please add the 'precise' tag to the bug.

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

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

Title:
  [i965gm] False GPU lockup  render.IPEHR: 0x60020100

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/851546/+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 946311] Re: only external screen is working with asus zenbook ux31e [eDP1]

2012-04-16 Thread Brad Figg
Thank you for taking the time to file a bug report on this issue.

However, given the number of bugs that the Kernel Team receives during
any development cycle it is impossible for us to review them all.
Therefore, we occasionally resort to using automated bots to request
further testing. This is such a request.

We have noted that there is a newer version of the development kernel
than the one you last tested when this issue was found. Please test
again with the newer kernel and indicate in the bug if this issue still
exists or not.

You can update to the latest development kernel by simply running the
following commands in a terminal window:

sudo apt-get update
sudo apt-get dist-upgrade

If the bug still exists, change the bug status from Incomplete to
Confirmed. If the bug no longer exists, change the bug status from
Incomplete to Fix Released.

If you want this bot to quit automatically requesting kernel tests, add
a tag named: bot-stop-nagging.

 Thank you for your help, we really do appreciate it.


** Changed in: linux (Ubuntu)
   Status: New => Confirmed

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Tags added: kernel-request-3.2.0-23.36

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

Title:
  only external screen is working with asus zenbook ux31e [eDP1]

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/946311/+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 839976] Re: [i915gm] False GPU lockup EIR: 0x00000002 render.IPEHR: 0x01000000

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

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0002 render.IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/839976/+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 768184] Re: [i965gm] GPU lockup (ESR: 0x00000001 IPEHR: 0x01800020) - Black screen (dpms?)

2012-04-16 Thread Bryce Harrington
>From upstream bug report.

We're still getting these bugs as of Precise.  E.g. bug #981860
---
The first of the fixes has landed:

commit 14667a4bde4361b7ac420d68a2e9e9b9b2df5231
Author: Chris Wilson 
Date:   Tue Apr 3 17:58:35 2012 +0100

drm/i915: Finish any pending operations on the framebuffer before
disabling

Similar to the case where we are changing from one framebuffer to
another, we need to be sure that there are no pending WAIT_FOR_EVENTs on
the pipe for the current framebuffer before switching. If we disable the
pipe, and then try to execute a WAIT_FOR_EVENT it will block
indefinitely and cause a GPU hang.

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

Title:
  [i965gm] GPU lockup (ESR: 0x0001 IPEHR: 0x01800020) - Black screen
  (dpms?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/768184/+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 768184] Re: [i965gm] GPU lockup (ESR: 0x00000001 IPEHR: 0x01800020) - Black screen (dpms?)

2012-04-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  [i965gm] GPU lockup (ESR: 0x0001 IPEHR: 0x01800020) - Black screen
  (dpms?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/768184/+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 768184] Re: [i965gm] GPU lockup (ESR: 0x00000001 IPEHR: 0x01800020) - Black screen (dpms?)

2012-04-16 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => Triaged

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

** Tags added: kernel-handoff-graphics

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

Title:
  [i965gm] GPU lockup (ESR: 0x0001 IPEHR: 0x01800020) - Black screen
  (dpms?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/768184/+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 981860] Re: [gm45] GPU lockup render.IPEHR: 0x01800020

2012-04-16 Thread Bryce Harrington
*** This bug is a duplicate of bug 768184 ***
https://bugs.launchpad.net/bugs/768184

** This bug has been marked a duplicate of bug 768184
   [i965gm] GPU lockup (ESR: 0x0001 IPEHR: 0x01800020) - Black screen 
(dpms?)

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

Title:
  [gm45] GPU lockup  render.IPEHR: 0x01800020

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/981860/+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 982251] Re: [gm45] False GPU lockup render.IPEHR: 0x01820000

2012-04-16 Thread Bryce Harrington
Possibly same as bug #768184 , although error codes differ.

My German is rusty, mind rewriting description in english?

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

Title:
  [gm45] False GPU lockup  render.IPEHR: 0x0182

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/982251/+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 982889] Re: X trying to start faster than drm driver is ready

2012-04-16 Thread Tomas Vanderka
I looked at the code and it seems it fails somewhere in kernel drm_setversion 
ioctl after being called from libdrm drmSetInterfaceVersion.
I guess it's because drm driver load didn't finish yet. And there are no 
usefull return values in the code involved so there's no way to know libdrm 
should try again.

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

Title:
  X trying to start faster than drm driver is ready

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/982889/+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 839976] Re: [i915gm] False GPU lockup EIR: 0x00000002 render.IPEHR: 0x01000000

2012-04-16 Thread Bryce Harrington
@Kernel team, upstream committed fix
14667a4bde4361b7ac420d68a2e9e9b9b2df5231 for drm/i915 for this issue.


** This bug is no longer a duplicate of bug 828684
   [i965gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100

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

** Tags added: kernel-handoff-graphics

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0002 render.IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/839976/+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 982485] Re: nvidia 295.40 breaks unity 3d

2012-04-16 Thread Ubuntu_cork
apologies, comment above is about Alvaro from Bug #982762 I hope I am
crediting the right person for their help.

Again, hope all this is of some use to at least one other person besides
me


Mick.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/982485

Title:
  nvidia 295.40 breaks unity 3d

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/982485/+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 946311] Re: only external screen is working with asus zenbook ux31e [eDP1]

2012-04-16 Thread Bryce Harrington
@kernel team: This one is still in progress upstream, but they're
proposing some kernel patches to test.

** Also affects: linux (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-intel in Ubuntu.
https://bugs.launchpad.net/bugs/946311

Title:
  only external screen is working with asus zenbook ux31e [eDP1]

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/946311/+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 982485] Re: nvidia 295.40 breaks unity 3d

2012-04-16 Thread Ubuntu_cork
I have found a workaround for me based on Alvara descrition above :)
My hardware is a GeForce 7000M/nForce 610m
The solution is simply to remove the 295.40 module and to replace it with the 
295.20 series and perform two tweaks as mentioned above.

1) If you don't have it already done, update your system using the following:
apt-get update && apt-get dist-upgrade
2) apt-get remove nvidia-current nvidia-common
3) Download the driver from 
http://www.nvidia.co.uk/object/linux-display-amd64-295.20-driver-uk.html
4) Go to a terminal by holding down ALT, TAB & F2 (Any F key from 1-6 should 
work)
5) execute:  lightdm stop  
if using kdm, replace light dm with kdm, or if using gdm for display login 
replace lightdm with gdm.
go to the directory where you downloaded the display driver.
look for NVIDIA-"something".run
6) chmod +x ./NVIDIA-*
7) Make sure you have build-essential installed if not install it with apt-get 
install build-essential
8) execute " ./NVIDIA-whateverthefilenameis.run" without quotes
9) restart your display with "lightdm start" at the command prompt and choose 
2d ubuntu
10) once logged in with unbridled thanks to Alvaro "Effenberg0x0" Leal perform 
the following steps

- Unchecking "Sync to VBlank" in CCSM/OpenGL Plugin;
- Unchecking "Sync to VBlank" in nvidia-settings (at XServer XVideo Settings 
and OpenGL Settings)

Reboot, login and hey presto regular unity 3d should now be up and running for 
you, worked for me :)
I hope this helps some if not all here.

Mick.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/982485

Title:
  nvidia 295.40 breaks unity 3d

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/982485/+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 982762] Re: Nvidia 295.40 - Ubuntu 12.04 Beta 2 Fresh Install (slow performance in Unity 3D)

2012-04-16 Thread Ubuntu_cork
*** This bug is a duplicate of bug 982485 ***
https://bugs.launchpad.net/bugs/982485

I have found a workaround for me based on Alvara descrition above :)
My hardware is a GeForce 7000M/nForce 610m
The solution is simply to remove the 295.40 module and to replace it with the 
295.20 series and perform two tweaks as mentioned above.

1) If you don't have it already done, update your system using the following:
apt-get update && apt-get dist-upgrade
2) apt-get remove nvidia-current nvidia-common
3) Download the driver from 
http://www.nvidia.co.uk/object/linux-display-amd64-295.20-driver-uk.html
4) Go to a terminal by holding down ALT, TAB & F2 (Any F key from 1-6 should 
work)
5) execute:  lightdm stop  
if using kdm, replace light dm with kdm, or if using gdm for display login 
replace lightdm with gdm.
go to the directory where you downloaded the display driver.
look for NVIDIA-"something".run
6) chmod +x ./NVIDIA-*
7) Make sure you have build-essential installed if not install it with apt-get 
install build-essential
8) execute " ./NVIDIA-whateverthefilenameis.run" without quotes
9) restart your display with "lightdm start" at the command prompt and choose 
2d ubuntu
10) once logged in with unbridled thanks to Alvaro "Effenberg0x0" Leal perform 
the following steps

- Unchecking "Sync to VBlank" in CCSM/OpenGL Plugin;
- Unchecking "Sync to VBlank" in nvidia-settings (at XServer XVideo Settings 
and OpenGL Settings)

Reboot, login and hey presto regular unity 3d should now be up and
running for you, worked for me :)

Mick.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/982762

Title:
  Nvidia 295.40 - Ubuntu 12.04 Beta 2 Fresh Install (slow performance in
  Unity 3D)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/982762/+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 899303] Re: [gm45] GPU locks up for a few seconds then recovers when using xscreensaver on random

2012-04-16 Thread Bryce Harrington
Reopening and bumping to kernel team.

User reports not seeing the issue, so perhaps it's already fixed.  Still
may be worth a review; we've had other reports about lags due to
temporary gpu lockups, so this might be relevant still.

** Package changed: xserver-xorg-video-intel (Ubuntu) => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: Fix Released => New

** Tags added: kernel-handoff-graphics

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

Title:
  [gm45] GPU locks up for a few seconds then recovers when using
  xscreensaver on random

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/899303/+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 899303] Re: [gm45] GPU locks up for a few seconds then recovers when using xscreensaver on random

2012-04-16 Thread Bryce Harrington
Upstream thinks this was fixed with the following linux kernel commit:

commit c501ae7f332cdaf42e31af30b72b4b66cbbb1604
Author: Chris Wilson 
Date:   Wed Dec 14 13:57:23 2011 +0100

drm/i915: Only clear the GPU domains upon a successful finish

By clearing the GPU read domains before waiting upon the buffer, we run
the risk of the wait being interrupted and the domains prematurely
cleared. The next time we attempt to wait upon the buffer (after
userspace handles the signal), we believe that the buffer is idle and so
skip the wait.

There are a number of bugs across all generations which show signs of an
overly haste reuse of active buffers.

Such as:

  https://bugs.freedesktop.org/show_bug.cgi?id=29046
  https://bugs.freedesktop.org/show_bug.cgi?id=35863
  https://bugs.freedesktop.org/show_bug.cgi?id=38952
  https://bugs.freedesktop.org/show_bug.cgi?id=40282
  https://bugs.freedesktop.org/show_bug.cgi?id=41098
  https://bugs.freedesktop.org/show_bug.cgi?id=41102
  https://bugs.freedesktop.org/show_bug.cgi?id=41284
  https://bugs.freedesktop.org/show_bug.cgi?id=42141

A couple of those pre-date i915_gem_object_finish_gpu(), so may be
unrelated (such as a wild write from a userspace command buffer), but
this does look like a convincing cause for most of those bugs.

Signed-off-by: Chris Wilson 
Cc: sta...@kernel.org
Reviewed-by: Daniel Vetter 
Reviewed-by: Eugeni Dodonov 
Signed-off-by: Daniel Vetter 

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

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

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

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

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

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

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

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

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

Title:
  [gm45] GPU locks up for a few seconds then recovers when using
  xscreensaver on random

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/899303/+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 981168] Re: [i945] Regression: Installing apps causes a terrible visual glitch on netbooks-- have to restart X.org.

2012-04-16 Thread Stéphane Guillou
I am affected by this bug but the command in comment #9 doesn't return
anything.

lspci returns this:

00:00.0 Host bridge: Intel Corporation Mobile 945GSE Express Memory Controller 
Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express 
Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio 
Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 
02)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 
02)
00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#1 (rev 02)
00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#2 (rev 02)
00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#3 (rev 02)
00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#4 (rev 02)
00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller 
(rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7-M Family) SATA 
Controller [IDE mode] (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
02:00.0 Ethernet controller: Atheros Communications Inc. AR242x / AR542x 
Wireless Network Adapter (PCI-Express) (rev 01)
03:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast 
Ethernet Controller (rev 13)

My netbook is a Samsung N310.

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

Title:
  [i945] Regression: Installing apps causes a terrible visual glitch on
  netbooks-- have to restart X.org.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/981168/+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 983556] [NEW] xserver two nvidia cards and 4 monitors

2012-04-16 Thread Robert DeCarlo
Public bug reported:

Iformation uploaded.

I have two nvidia cards and 4 monitors. If I understand correctly, I
need separate "screens" for each card.

I am able to get screen0 working ok but screen1 has problems. The
desktop background is sold bright white and I cannot change it. There
are no tool bars, but I can right click and "change desktop background".
However, do that changes screen0 and not screen1.

Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nvidia-current 295.40-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.gpus.1: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/1'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.40  Thu Apr  5 21:37:00 
PDT 2012
 GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu4)
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu2
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: None
Date: Mon Apr 16 19:23:24 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus: nvidia-current, 295.40, 3.2.0-23-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:8354]
 NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:8354]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120327.1)
JockeyStatus:
 xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
 xorg:nvidia_current_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
MachineType: System manufacturer System Product Name
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=29a91fc1-2d27-4699-8780-68cd4af4b306 ro quiet splash vt.handoff=7
SourcePackage: nvidia-graphics-drivers
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/30/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1006
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: SABERTOOTH X58
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1006:bd03/30/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnSABERTOOTHX58:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.7.4-0ubuntu3
version.ia32-libs: ia32-libs N/A
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.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
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

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise ubuntu

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/983556

Title:
  xserver two nvidia cards and 4 monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/983556/+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 983556] Re: xserver two nvidia cards and 4 monitors

2012-04-16 Thread Robert DeCarlo
-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/983556

Title:
  xserver two nvidia cards and 4 monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/983556/+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 982710] Re: Nvidia 295.40 - Ubuntu 12.04 Beta 2 Fresh Install (slow performance in Unity 3D, and EQ Overflow)

2012-04-16 Thread Bug Watch Updater
** Changed in: nvidia-graphics-drivers (Debian)
   Status: Unknown => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/982710

Title:
  Nvidia 295.40 - Ubuntu 12.04 Beta 2 Fresh Install (slow performance in
  Unity 3D, and EQ Overflow)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/982710/+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


  1   2   3   4   >