[Ubuntu-x-swat] [Bug 925048]

2014-07-24 Thread Ilia Mirkin
*** Bug 81614 has been marked as a duplicate of this bug. ***

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

Title:
  [GTX 580] X seems to hang a login prompt -- PFIFO errors in dmesg

To manage notifications about this bug go to:
https://bugs.launchpad.net/nouveau/+bug/925048/+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 925048]

2014-07-24 Thread Ilia Mirkin
(In reply to comment #12)
> This bug is affecting me also, see the last duplicated bug. Any progress in
> fixing this? Maybe some help in testing (for ex.) required?

It's a bit of a mystery unfortunately. Adding to the annoyance, Ben said
that it does work just fine on his NVC8, although he has the less
powerful versions. Could be something with high ROP/TPC/GPC counts not
being handled. (Or multiple PARTs?)

That might actually be an interesting experiment -- before loading
nouveau, mask out a bunch of the units and see if it helps. If it does,
find the "breaking" point.

This is the code that computes that stuff:

http://cgit.freedesktop.org/~darktama/nouveau/tree/nvkm/engine/graph/nvc0.c#n1330

priv->rop_nr = (nv_rd32(priv, 0x409604) & 0x001f) >> 16;
priv->gpc_nr =  nv_rd32(priv, 0x409604) & 0x001f;
for (i = 0; i < priv->gpc_nr; i++) {
priv->tpc_nr[i]  = nv_rd32(priv, GPC_UNIT(i, 0x2608));
priv->tpc_total += priv->tpc_nr[i];
}

Step 1: Print out the various values (i.e. number of ROPs, GPCs, and the 
per-GPC TPC counts).
Step 2: Artificially lower them (to, e.g., 1) and see if it helps. If it does, 
figure out which of the values matter and where the breaking points are.

If it doesn't help, perhaps the units need to be disabled a little
harder, e.g. by setting 0x22584/0x22588.

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

Title:
  [GTX 580] X seems to hang a login prompt -- PFIFO errors in dmesg

To manage notifications about this bug go to:
https://bugs.launchpad.net/nouveau/+bug/925048/+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 925048]

2014-07-24 Thread Dmitriy "Simplehuman" Fedorov
This bug is affecting me also, see the last duplicated bug. Any progress
in fixing this? Maybe some help in testing (for ex.) required?

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

Title:
  [GTX 580] X seems to hang a login prompt -- PFIFO errors in dmesg

To manage notifications about this bug go to:
https://bugs.launchpad.net/nouveau/+bug/925048/+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 925048]

2014-07-24 Thread Dmitriy "Simplehuman" Fedorov
(In reply to comment #13)

> 
> It's a bit of a mystery unfortunately. Adding to the annoyance, Ben said
> that it does work just fine on his NVC8, although he has the less powerful
> versions. Could be something with high ROP/TPC/GPC counts not being handled.
> (Or multiple PARTs?)
> 
> That might actually be an interesting experiment -- before loading nouveau,
> mask out a bunch of the units and see if it helps. If it does, find the
> "breaking" point.
> 
> This is the code that computes that stuff:
> 
> http://cgit.freedesktop.org/~darktama/nouveau/tree/nvkm/engine/graph/nvc0.
> c#n1330
> 
>   priv->rop_nr = (nv_rd32(priv, 0x409604) & 0x001f) >> 16;
>   priv->gpc_nr =  nv_rd32(priv, 0x409604) & 0x001f;
>   for (i = 0; i < priv->gpc_nr; i++) {
>   priv->tpc_nr[i]  = nv_rd32(priv, GPC_UNIT(i, 0x2608));
>   priv->tpc_total += priv->tpc_nr[i];
>   }
> 
> Step 1: Print out the various values (i.e. number of ROPs, GPCs, and the
> per-GPC TPC counts).
> Step 2: Artificially lower them (to, e.g., 1) and see if it helps. If it
> does, figure out which of the values matter and where the breaking points
> are.
> 
> If it doesn't help, perhaps the units need to be disabled a little harder,
> e.g. by setting 0x22584/0x22588.

Can you describe more detailed what I need to do? I'm afraid I'm not so
advanced at this moment to understand everything in your comment. Maybe
not in comments but by e-mail doityourselft...@gmail.com

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

Title:
  [GTX 580] X seems to hang a login prompt -- PFIFO errors in dmesg

To manage notifications about this bug go to:
https://bugs.launchpad.net/nouveau/+bug/925048/+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 925048]

2014-07-24 Thread Dmitriy "Simplehuman" Fedorov
*** Bug 81614 has been marked as a duplicate of this bug. ***

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

Title:
  [GTX 580] X seems to hang a login prompt -- PFIFO errors in dmesg

To manage notifications about this bug go to:
https://bugs.launchpad.net/nouveau/+bug/925048/+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 301892] Re: usb audio Audio Kontrol 1 crashes xserver bad - hal, evdev issue on Intrepid?

2014-07-24 Thread Pedro Henrique Tancredo Campos
I'm getting the same problem. Any progress?

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

Title:
  usb audio Audio Kontrol 1 crashes xserver bad - hal, evdev issue on
  Intrepid?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/301892/+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 1322949] Re: x diagnostics

2014-07-24 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

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

-- 
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/1322949

Title:
  x diagnostics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1322949/+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 988196] Re: Touchpad sensitivity setting does not affect second finger (MacBook Air 2012)

2014-07-24 Thread Launchpad Bug Tracker
[Expired for xserver-xorg-input-synaptics (Ubuntu) because there has
been no activity for 60 days.]

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Incomplete => Expired

-- 
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/988196

Title:
  Touchpad sensitivity setting does not affect second finger (MacBook
  Air 2012)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/988196/+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 1332489] Re: [Dell Inspiron 5547] AMD Radeon R7 M260 [1002:6900] Unable to resume from suspend with fglrx

2014-07-24 Thread Po-Hsu Lin
Hi Chih,
The "aticonfig --pxl" command shows:
"aticonfig: No supported adapters detected"
But from AMD Catalyst Control Center (amdccle), it says that the system in 
using the "High Performance GPU"

If switch to "Power-saving GPU" (Intel) by using amdccle, suspend /
resume works fine


** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1332489/+attachment/4162451/+files/syslog

-- 
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/1332489

Title:
  [Dell Inspiron 5547] AMD Radeon R7 M260 [1002:6900] Unable to resume
  from suspend with fglrx

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1332489/+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 1140716]

2014-07-24 Thread Chris Wilson
*** Bug 81676 has been marked as a duplicate of this bug. ***

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

To manage notifications about this bug go to:
https://bugs.launchpad.net/dri/+bug/1140716/+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 1140716]

2014-07-24 Thread Chris Wilson
*** Bug 81710 has been marked as a duplicate of this bug. ***

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

To manage notifications about this bug go to:
https://bugs.launchpad.net/dri/+bug/1140716/+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 1140716]

2014-07-24 Thread Chris Wilson
*** Bug 81673 has been marked as a duplicate of this bug. ***

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

To manage notifications about this bug go to:
https://bugs.launchpad.net/dri/+bug/1140716/+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 1348418] Re: PPC: Alternate installation boot to black screen

2014-07-24 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1348418

** Tags added: iso-testing

-- 
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/1348418

Title:
  PPC: Alternate installation boot to black screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1348418/+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 1348418] [NEW] PPC: Alternate installation boot to black screen

2014-07-24 Thread Keith Rogers
Public bug reported:

Alternate Installer via usb flash drive.

The installation proceeded without a problem. Upon initial reboot,
computer display stays black with only the arrow showing. The arrow can
be moved around. I was able to get to a console to file this bug.

I rebooted via the console and stopped the booting sequence with a TAB,
in order to type in the following boot parameter:

Linux video=radeonfb:1920x1080-32@60

The computer booted correctly and everything worked normally.

However, on subsequent reboot, the computer does not remember the boot
parameter, and it must be entered manually.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-32.57-powerpc-smp 3.13.11.4
Uname: Linux 3.13.0-32-powerpc-smp ppc
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: powerpc
Date: Thu Jul 24 19:10:00 2014
InstallationDate: Installed on 2014-07-24 (0 days ago)
InstallationMedia: Lubuntu 14.04.1 LTS "Trusty Tahr" - Release powerpc 
(20140722.2)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug powerpc trusty

-- 
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/1348418

Title:
  PPC: Alternate installation boot to black screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1348418/+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 1348418] Re: PPC: Alternate installation boot to black screen

2014-07-24 Thread Keith Rogers
To clarify, I filed the bug using another computer.

-- 
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/1348418

Title:
  PPC: Alternate installation boot to black screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1348418/+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 864446] Re: compiz crashed with SIGSEGV in free()

2014-07-24 Thread Treviño
** Changed in: unity (Ubuntu)
   Status: New => Fix Released

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

Title:
  compiz crashed with SIGSEGV in free()

To manage notifications about this bug go to:
https://bugs.launchpad.net/nux/+bug/864446/+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 938738] Re: Half screen display on primary when extending

2014-07-24 Thread Treviño
** Changed in: unity (Ubuntu)
   Status: New => Incomplete

-- 
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/938738

Title:
  Half screen display on primary when extending

To manage notifications about this bug go to:
https://bugs.launchpad.net/disper/+bug/938738/+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 980519] Re: Random log off in Ubuntu 12.04 LTS

2014-07-24 Thread Treviño
** Changed in: unity (Ubuntu)
   Status: New => Fix Released

-- 
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/980519

Title:
  Random log off in Ubuntu 12.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/980519/+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 1016854] Re: Desktop appearance changes after locking desktop for few minutes

2014-07-24 Thread Treviño
** Changed in: unity (Ubuntu)
   Status: New => Confirmed

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

Title:
  Desktop appearance changes after locking desktop for few minutes

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1016854/+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 1029542] Re: Chatzilla complete window translucent and not visible

2014-07-24 Thread Treviño
** Changed in: unity (Ubuntu)
   Status: New => Incomplete

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

Title:
  Chatzilla complete window translucent and not visible

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1029542/+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 1333676] Re: Screen disappear and show chunks from memory

2014-07-24 Thread madbiologist
** Tags added: trusty xubuntu

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

Title:
  Screen disappear and show chunks from memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1333676/+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 1282867] Re: Frequent hang and render glitches in Xorg, caused by SNA

2014-07-24 Thread Mark Edgington
I am experiencing the same problem on a Dell Inspiron 6400 with an Intel
GM945 display controller.  Symptoms occur frequently when using
chromium-browser.  Forcing AccelMethod to "UXA" resolved the symptoms.
I'm using Ubuntu 14.04, kernel 3.13.0-32-generic, and xserver-xorg-
video-intel version 2:2.99.910-0ubuntu1.

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

Title:
  Frequent hang and render glitches in Xorg, caused by SNA

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1282867/+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 1228991] Re: compiz crashed with SIGSEGV in _swrast_map_texture()

2014-07-24 Thread jerrylamos
I'm running Utopic Development now, haven't had this problem.

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

Title:
  compiz crashed with SIGSEGV in _swrast_map_texture()

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1228991/+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 1041790]

2014-07-24 Thread Chris Wilson
*** Bug 81710 has been marked as a duplicate of this bug. ***

-- 
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/1041790

Title:
  [snb] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001, workaround
  i915.semaphores=0

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1041790/+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 1332489] Re: [Dell Inspiron 5547] AMD Radeon R7 M260 [1002:6900] Unable to resume from suspend with fglrx

2014-07-24 Thread Chih-Hsyuan Ho
@Po-Hsu, we would need more info on the system config when the issue is
happening. With AMD's fglrx driver installed, can you help make sure
what graphics mode (I or A) when the issue happens?

To find out which graphics module is in use:

aticonfig --pxl

To switch to Intel, run the following command and reboot:

sudo aticonfig --px-igpu

To switch to AMD, run the following command and reboot:

sudo aticonfig --px-dgpu

Please also include the /var/log/syslog file after failure happens.
Thanks.

-- 
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/1332489

Title:
  [Dell Inspiron 5547] AMD Radeon R7 M260 [1002:6900] Unable to resume
  from suspend with fglrx

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1332489/+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 1191426] Re: logout is slow, profiling reveals lots of CPU time in nouveau_connector_detect

2014-07-24 Thread Alberto Salvia Novella
** Changed in: hundredpapercuts
 Assignee: Papercuts Ninjas (papercuts-ninja) => (unassigned)

** Changed in: hundredpapercuts
   Importance: Undecided => Medium

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

Title:
  logout is slow, profiling reveals lots of CPU time in
  nouveau_connector_detect

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1191426/+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 1252687] Re: Keyboard layout does not change when typing the password during return to work

2014-07-24 Thread Volodya
apport information

** Description changed:

  System: Ubuntu 13.10
  Keyboard layouts: English (US), Russian (RU)
  
  I do not know what package to report it against, i know that the bot
  will do the warning right after i post, but that can't be helped, sorry.
  
  To reproduce:
  Start any application
  Change the keyboard layout to Russian
  Wait for the computer to turn off the monitor due to non-use (or close the 
lid on the Netbook/Notebook).
  
  What happens:
  Cannot type the password in English, pressing the designated keys (left 
alt+left shift for me) does not change the indicator
  To work around that, i change to 'Switch user' and type my own password.
  
  What i expect to happen:
  Password request should either always be in one language, or to allow 
changing the layout with the designated key sequence.
  
  This worked in 12.04, this is a regression.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroRelease: Ubuntu 13.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:1477]
 Subsystem: ASUSTeK Computer Inc. Device [1043:1477]
  InstallationDate: Installed on 2013-12-22 (80 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1)
  MachineType: ASUSTeK COMPUTER INC. N76VB
  MarkForUpload: True
  Package: xorg-server (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-18-generic 
root=UUID=6ffb525f-8987-4985-bf49-0fa4acf97fb8 ro splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  Tags:  saucy ubuntu compiz-0.9
  Uname: Linux 3.11.0-18-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 05/24/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N76VB.205
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N76VB
  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.:bvrN76VB.205:bd05/24/2013:svnASUSTeKCOMPUTERINC.:pnN76VB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN76VB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N76VB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.10+13.10.20131113-0ubuntu1ppa1
  version.libdrm2: libdrm2 2.4.46-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2~saucy1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.904-0ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.9-2ubuntu1
  xserver.bootTime: Wed Mar 12 23:48:07 2014
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   NOUVEAU(G0): Failed to initialise context object: 2D_NVC0 (0)
   NOUVEAU(G0): Error initialising acceleration.  Falling back to NoAccel
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8605 
   vendor AUO
  xserver.version: 2:1.14.5-1ubuntu2~saucy1
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.2
+ Architecture: i386
+ DistroCodename: saucy
+ DistroRelease: Ubuntu 13.10
+ DistroVariant: ubuntu
+ InstallationDate: Installed on 2013-12-22 (213 days ago)
+ InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1)
+ MarkForUpload: True
+ Package: xorg-server (not installed)
+ ProcVersionSignature: Ubuntu 3.11.0-26.45-generic 3.11.10.12
+ Tags:  saucy ubuntu
+ Uname: Linux 3.11.0-26-generic i686
+ UnreportableReason: Unsupported Ubuntu Release
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1252687/+attachment/4161882/+files/ProcEnviron.txt

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

[Ubuntu-x-swat] [Bug 1345217] Re: nvidia-304-update (video driver) got uninstalled and is unistallable after update to HWE-Stack5 (from Ubuntu LTS 12.04.4 to 12.04.5)

2014-07-24 Thread Steve L
I can't install 304 either as it gives me this error:

 nvidia-304-updates : Depends: xorg-video-abi-11 or
   xorg-video-abi-12 but it is not installable or
   xorg-video-abi-13 or
   xorg-video-abi-14

E: Unable to correct problems, you have held broken packages.

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

Title:
  nvidia-304-update (video driver) got uninstalled and is unistallable
  after update to HWE-Stack5 (from Ubuntu LTS 12.04.4 to 12.04.5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304-updates/+bug/1345217/+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 1345217] Re: nvidia-304-update (video driver) got uninstalled and is unistallable after update to HWE-Stack5 (from Ubuntu LTS 12.04.4 to 12.04.5)

2014-07-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-304-updates (Ubuntu)
   Status: New => Confirmed

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

Title:
  nvidia-304-update (video driver) got uninstalled and is unistallable
  after update to HWE-Stack5 (from Ubuntu LTS 12.04.4 to 12.04.5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304-updates/+bug/1345217/+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 1154431] Re: Unity doesn't start up

2014-07-24 Thread Treviño
** Changed in: unity
   Status: New => 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/1154431

Title:
  Unity doesn't start up

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1154431/+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 1216325] Re: compiz crashed with SIGSEGV in r600_context_bo_reloc()

2014-07-24 Thread Treviño
** Changed in: unity
   Importance: Undecided => Medium

** Changed in: unity
   Status: New => Triaged

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

Title:
  compiz crashed with SIGSEGV in r600_context_bo_reloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1216325/+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 1228991] Re: compiz crashed with SIGSEGV in _swrast_map_texture()

2014-07-24 Thread Treviño
** Changed in: unity
   Importance: Undecided => Medium

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

Title:
  compiz crashed with SIGSEGV in _swrast_map_texture()

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1228991/+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 1191426] Re: logout is slow, profiling reveals lots of CPU time in nouveau_connector_detect

2014-07-24 Thread Treviño
** Changed in: unity
   Importance: Undecided => Medium

** Changed in: unity
   Status: New => Fix Released

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

Title:
  logout is slow, profiling reveals lots of CPU time in
  nouveau_connector_detect

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1191426/+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 1242633] Re: unity pointer barriers sru bug

2014-07-24 Thread Treviño
** Changed in: unity
   Importance: Undecided => High

** Changed in: unity
   Status: New => Fix Released

** Changed in: unity
 Assignee: (unassigned) => Maarten Lankhorst (mlankhorst)

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

Title:
  unity pointer barriers sru bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1242633/+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 1314587] Re: Windows slow/stall/freeze when minimizing/restoring/etc in Unity 7 14.04

2014-07-24 Thread Treviño
** Changed in: unity
   Status: New => Confirmed

-- 
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/1314587

Title:
  Windows slow/stall/freeze when minimizing/restoring/etc in Unity 7
  14.04

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