[Ubuntu-x-swat] [Bug 1176608] Re: Xorg freeze

2013-05-06 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1084960 ***
https://bugs.launchpad.net/bugs/1084960

** This bug has been marked a duplicate of bug 1084960
   Resume from Standby mode doesn't work with Nouveau

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

Title:
  Xorg freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1176608/+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 1176566] Re: Problem with display on screen.

2013-05-06 Thread Timo Aaltonen
probably just nautilus fails to draw the background

** Package changed: xorg (Ubuntu) = nvidia-graphics-drivers-304
(Ubuntu)

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

Title:
  Problem with display on screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1176566/+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 1176503] Re: Xorg freeze

2013-05-06 Thread Timo Aaltonen
** Package changed: xorg (Ubuntu) = nvidia-graphics-drivers-313-updates
(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/1176503

Title:
  Xorg freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-313-updates/+bug/1176503/+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 1176335] Re: Xorg freeze

2013-05-06 Thread Timo Aaltonen
** Package changed: xorg (Ubuntu) = xserver-xorg-video-nouveau (Ubuntu)

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

Title:
  Xorg freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1176335/+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 1176653] Re: [ilk mesa] *ERROR* GPU hanging too fast, declaring wedged!

2013-05-06 Thread Chris Wilson
** Summary changed:

-  [drm:i915_reset] *ERROR* GPU hanging too fast, declaring wedged!
+ [ilk mesa] *ERROR* GPU hanging too fast, declaring wedged!

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

Title:
  [ilk mesa] *ERROR* GPU hanging too fast, declaring wedged!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1176653/+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 1176803] [NEW] [packaging]fglrx-* shouldn't conflict with nvidia-*

2013-05-06 Thread Henry Lin
Public bug reported:

We can use alternatives system to switch between GL related stuff etc.
So it supposed to be possible to install fglrx simultaneously with nvidia?

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

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

Title:
  [packaging]fglrx-* shouldn't conflict with nvidia-*

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1176803/+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 1176818] [NEW] upgrade to 13.6: wrong/strange behavior opengel es vertex shader

2013-05-06 Thread wim de vries
Public bug reported:

Graphics: Intel® 965GM 
I suspect (I am not a mesa etc. specialist) sth wrong in the mesa lib, because 
opengl ES isn't working correctly any more.
I had a WebGL app running nicely in FireFox and Chromium (Ubuntu 12.10).
I upgraded from 12.10(64bits) to 13.4 (64bits).
Now it does not work correctly any more in FireFox as well as Chromium.
No errors, but serious wrong behavior.
It still works correctly on other machines (ubuntu 12.04/FireFox, 
macBook/FireFox, windows/Chromium).
The bug turns up in the following lines of the vertex shader (coming from 
javascript/WebGL)
---
uniform mediump vec3 criticalHeights;
attribute mediump  vec3 vertex;
...
if(criticalHeights[2]  vertex.z )
{varAmbientLight = redAmbientLight; varDiffuseLight = redDiffuseLight;};
 }
---
criticalHeights[2] and vertex.z vary between -100 and + a few hundred.
the 'if' statement always returns true, even with extreme values like 
-100.0  vertex.z or criticalHeights[2]  100.0
Please find attached output of glxinfo.
Thanks.

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

** Attachment added: glx.txt
   https://bugs.launchpad.net/bugs/1176818/+attachment/322/+files/glx.txt

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

Title:
  upgrade to 13.6: wrong/strange behavior opengel es vertex shader

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1176818/+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 1134492] Re: xserver-xorg-lts-quantal breaks Kubuntu

2013-05-06 Thread TheGhost
For those users who want to install the kubuntu-desktop package with
Quantal stack coming from Ubuntu 12.04.2 the following did the trick for
me:

sudo apt-get install kubuntu-desktop xserver-xorg-lts-quantal libgl1
-mesa-glx-lts-quantal libgbm1-lts-quantal kde-window-manager

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

Title:
  xserver-xorg-lts-quantal breaks Kubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1134492/+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 1176818] Re: upgrade to 13.6: wrong/strange behavior opengel es vertex shader

2013-05-06 Thread wim de vries
Just tested an existing desktop Qt opengl ES application, with same kind of 
code (if ...).
Also same wrong behaviour.

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

Title:
  upgrade to 13.6: wrong/strange behavior opengel es vertex shader

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1176818/+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 1137817] Re: [ivb] System freeze after high memory usage

2013-05-06 Thread rsoika
I tested kernel versions 3.8.9, 3.8.10, 3.8.11 with no success.

Attached I send a screenshot of a freeze, so you can imagine the problem better.
The picture is not absolute static but flickers partially.
After 10 minutes, the system reboots. But I still have no way to collect any 
data.

I am currently using the kernel options:
GRUB_CMDLINE_LINUX=i8042.noloop i915.i915_enable_rc6=0


** Attachment added: screenshot
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1137817/+attachment/355/+files/DSC_0867.JPG

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

Title:
  [ivb] System freeze after high memory usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1137817/+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 1176857] [NEW] Touchpad resolution too coarse on thinkpad X230

2013-05-06 Thread Rüdiger Kupper
Public bug reported:

The thinkpad X230 tablet has three HID for controlling the pointer: mouse, 
touch screen and touch pad.
With mouse and touch screen as inpt devices, I have pixel-exact control of the 
pointer.

In contrast, when using the touch pad as the input device, resolution is
very coarse: the pointer jumps in small steps of approx. 5 pixels. This
resolution is too coarse, e.g. for controlling graphical user interfaces
with small buttons. Very often, when I tap on the touch pad for
emulating a left click, the pointer jumps 5 pixels from where it was,
causing me to actually click on a different button. (This can be quite
annoying. Example: I regularly hit suspend instead of log out in the
system menu).

Can the pointer resolution be changed for the touch pad? If so, it
should default to pixel-exact resolution.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon May  6 13:13:29 2013
DistUpgraded: 2013-04-25 18:13:00,044 WARNING no activity on terminal for 300 
seconds (Konfiguration von upstart wird vorbereitet)
DistroCodename: raring
DistroVariant: ubuntu
DkmsStatus: virtualbox, 4.2.10, 3.8.0-19-generic, x86_64: installed
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:2203]
InstallationDate: Installed on 2013-04-12 (23 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: LENOVO 34382AG
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=/dev/mapper/vg-lv--root ro quiet splash acpi_osi=!Windows 2012 
vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to raring on 2013-04-25 (10 days ago)
dmi.bios.date: 02/25/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: GCET92WW (2.52 )
dmi.board.asset.tag: Not Available
dmi.board.name: 34382AG
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrGCET92WW(2.52):bd02/25/2013:svnLENOVO:pn34382AG:pvrThinkPadX230Tablet:rvnLENOVO:rn34382AG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 34382AG
dmi.product.version: ThinkPad X230 Tablet
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Sun May  5 19:49:27 2013
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6
xserver.video_driver: intel

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


** Tags: amd64 apport-bug compiz-0.9 raring 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/1176857

Title:
  Touchpad resolution too coarse on thinkpad X230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1176857/+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 1176857] Re: Touchpad resolution too coarse on thinkpad X230

2013-05-06 Thread Rüdiger Kupper
I attach two videos, one demonstrating pointer controlled via touch
screen and touch pad, respectively. Note the pointer jumping in small
steps when using the touch pad.

** Attachment added: video showing pointer controlled by touch screen
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1176857/+attachment/3666721/+files/touchscreen-input.ogv

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

Title:
  Touchpad resolution too coarse on thinkpad X230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1176857/+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 1176857] Re: Touchpad resolution too coarse on thinkpad X230

2013-05-06 Thread Rüdiger Kupper
** Attachment added: video showing pointer controlled by touch pad
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1176857/+attachment/3666722/+files/touchpad-input.ogv

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

Title:
  Touchpad resolution too coarse on thinkpad X230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1176857/+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 1176818] Re: upgrade to 13.4: wrong/strange behavior opengel es vertex shader

2013-05-06 Thread wim de vries
** Summary changed:

- upgrade to 13.6: wrong/strange behavior opengel es vertex shader
+ upgrade to 13.4: wrong/strange behavior opengel es vertex shader

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

Title:
  upgrade to 13.4: wrong/strange behavior opengel es vertex shader

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1176818/+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 1176818] Re: upgrade to 13.4: wrong/strange behavior opengl es vertex shader

2013-05-06 Thread wim de vries
** Summary changed:

- upgrade to 13.4: wrong/strange behavior opengel es vertex shader
+ upgrade to 13.4: wrong/strange behavior opengl es vertex shader

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

Title:
  upgrade to 13.4: wrong/strange behavior opengl es vertex shader

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1176818/+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 1079096] Re: Xephyr does not have GLX

2013-05-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xorg-server

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

Title:
  Xephyr does not have GLX

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1079096/+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 1035749] Re: graphical interface freeze when logging Ubuntu (Unity3D)

2013-05-06 Thread Tommaso Bosco
Tried open drivers, fxglr and fxglr-updates, but nothing change...

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

Title:
  graphical interface freeze when logging Ubuntu (Unity3D)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1035749/+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 877719] Re: [Latitude E6510] xset dpms off causes X to freeze with nvidia_current

2013-05-06 Thread Andreas Kotes
Running into the same issue on a Thinkpad X220, but only since raring.

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

Title:
  [Latitude E6510] xset dpms off causes X to freeze with nvidia_current

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/877719/+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 1080674] Re: [QEMU] Corrupted desktop screen for raring desktop installation in QEMU guest (Cirrus graphics). Affects KVM but not VBox.

2013-05-06 Thread Dave Gilbert
Still present in current Saucy ISO on a raring host.

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

Title:
  [QEMU] Corrupted desktop screen for raring desktop installation in
  QEMU guest (Cirrus graphics).  Affects KVM but not VBox.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo/+bug/1080674/+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 1176911] [NEW] Slideshow on the stage 18 of Unigine Heaven 3.0 benchmarking after upgrading to Raring

2013-05-06 Thread adem
Public bug reported:

Ubuntu 13.04 Raring Ringtail, xserver-xorg-video-intel 2:2.21.6-0ubuntu4

I've noticed some FPS loss in the games right after upgrading from
Quantal to Raring. Then I decided to make a benchmark in Unigine 3.0
Heaven. Average FPS looked the same until the stage 18, when slideshow
was started. It took about 2 minutes to get the stage passed, but in
Quantal it took only 12 seconds.

Here are 2 videos from 12.10  13.10 to show what is actually happen, I have 
used lowest possible settings to run Unigine Heaven 3.0 with 1024x576 
resolution:
Kubuntu 12.10 http://www.youtube.com/watch?v=j89SyEayS34 (no slideshow at 
2:50-3:05)
Kubuntu 13.04 http://www.youtube.com/watch?v=_OD3ORU6TnQ (slideshow at 
2:50-5:02)

Also some random benchmark's results from games that i play and Unigine Heaven 
3.0 (12.10 / 13.04):
Warsow: 145.9 / 120.5 fps
Xonotic: 160.0 / 152.1 fps
Unigine Heaven 3.0: 325 / 274 scores

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Mon May  6 17:38:51 2013
InstallationDate: Installed on 2013-04-29 (7 days ago)
InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
MarkForUpload: True
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: Upgraded to raring on 2013-04-29 (6 days ago)

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


** Tags: amd64 apport-bug raring

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

Title:
  Slideshow on the stage 18 of Unigine Heaven 3.0 benchmarking after
  upgrading to Raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1176911/+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 1176911] Re: Slideshow on the stage 18 of Unigine Heaven 3.0 benchmarking after upgrading to Raring

2013-05-06 Thread adem
** Description changed:

- Ubuntu 13.04 Raring Ringtail, xserver-xorg-video-intel 2:2.21.6-0ubuntu4
+ Ubuntu 13.04 Raring Ringtail, xserver-xorg-video-intel
+ 2:2.21.6-0ubuntu4, Intel® Core™ i5-2320 with HD 2000 (Sandy Bridge)
  
  I've noticed some FPS loss in the games right after upgrading from
  Quantal to Raring. Then I decided to make a benchmark in Unigine 3.0
  Heaven. Average FPS looked the same until the stage 18, when slideshow
  was started. It took about 2 minutes to get the stage passed, but in
  Quantal it took only 12 seconds.
  
  Here are 2 videos from 12.10  13.10 to show what is actually happen, I have 
used lowest possible settings to run Unigine Heaven 3.0 with 1024x576 
resolution:
  Kubuntu 12.10 http://www.youtube.com/watch?v=j89SyEayS34 (no slideshow at 
2:50-3:05)
  Kubuntu 13.04 http://www.youtube.com/watch?v=_OD3ORU6TnQ (slideshow at 
2:50-5:02)
  
  Also some random benchmark's results from games that i play and Unigine 
Heaven 3.0 (12.10 / 13.04):
  Warsow: 145.9 / 120.5 fps
  Xonotic: 160.0 / 152.1 fps
  Unigine Heaven 3.0: 325 / 274 scores
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Mon May  6 17:38:51 2013
  InstallationDate: Installed on 2013-04-29 (7 days ago)
  InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Release amd64 
(20121017.1)
  MarkForUpload: True
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to raring on 2013-04-29 (6 days ago)

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

Title:
  Slideshow on the stage 18 of Unigine Heaven 3.0 benchmarking after
  upgrading to Raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1176911/+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 1176920] [NEW] lots of warnings during run in log file (zero width or height/out of video memory/bad bpp)

2013-05-06 Thread Dave Gilbert
Public bug reported:


Saucy-daily iso in a KVM guest under raring running with QML/Spice.
Unity as the desktop.

Every time I open any app I get a few more lines of debug/warnings in
the X logs in the guest.

It doesn't seem to be having any bad effect other than fillin the logs.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: xserver-xorg-video-qxl 0.1.0-0ubuntu3
ProcVersionSignature: Ubuntu 3.9.0-0.4-generic 3.9.0
Uname: Linux 3.9.0-0-generic x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.10-0ubuntu1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon May  6 15:01:05 2013
DistUpgraded: Fresh install
DistroCodename: saucy
DistroVariant: ubuntu
GraphicsCard:
 Red Hat, Inc. Device [1b36:0100] (rev 04) (prog-if 00 [VGA controller])
   Subsystem: Red Hat, Inc Device [1af4:1100]
InstallationDate: Installed on 2013-05-06 (0 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130506)
Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Bochs Bochs
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-0-generic 
root=UUID=61690886-0594-46d1-bf79-4cb8526f0274 ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-qxl
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/01/2011
dmi.bios.vendor: Bochs
dmi.bios.version: Bochs
dmi.chassis.type: 1
dmi.chassis.vendor: Bochs
dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnBochs:pnBochs:pvr:cvnBochs:ct1:cvr:
dmi.product.name: Bochs
dmi.sys.vendor: Bochs
version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.44-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Mon May  6 14:51:56 2013
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputAT Translated Set 2 keyboard KEYBOARD, id 7
 inputImExPS/2 Generic Explorer Mouse MOUSE, id 8
xserver.errors: open /dev/dri/card0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.13.3-0ubuntu6

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


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

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

Title:
  lots of warnings during run in log file (zero width or height/out of
  video memory/bad bpp)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-qxl/+bug/1176920/+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 1176920] Re: lots of warnings during run in log file (zero width or height/out of video memory/bad bpp)

2013-05-06 Thread Dave Gilbert
and some more that weren't in the set captured by the report:

[   578.859] qxl_surface_create: Zero width or height
[   578.861] - 0th attempt
[   578.861] - OOM at 658 59 32 (= 155288 bytes)
[   578.861] Cache contents:  null null null null null null null null null null 
null null null null null null null null null null null null null null null null 
null null null null null null null null null null null null null null null null 
null null null null null null  776  830  644  654  926  740  707  709  970  765 
 728  822  968 1009 1015 1021 total: 16
[   578.861] Out of video memory: Could not allocate 157920 bytes
[   578.861] - 0th attempt
[   578.861] - OOM at 658 59 32 (= 155288 bytes)
[   578.861] Cache contents:  null null null null null null null null null null 
null null null null null null null null null null null null null null null null 
null null null null null null null null null null null null null null null null 
null null null null null null  776  830  644  654  926  740  707  709  970  765 
 728  822  968 1009 1015 1021 total: 16

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

Title:
  lots of warnings during run in log file (zero width or height/out of
  video memory/bad bpp)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-qxl/+bug/1176920/+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 1176911] Re: Slideshow on the stage 18 of Unigine Heaven 3.0 benchmarking after upgrading to Raring

2013-05-06 Thread adem
** Description changed:

  Ubuntu 13.04 Raring Ringtail, xserver-xorg-video-intel
  2:2.21.6-0ubuntu4, Intel® Core™ i5-2320 with HD 2000 (Sandy Bridge)
  
  I've noticed some FPS loss in the games right after upgrading from
  Quantal to Raring. Then I decided to make a benchmark in Unigine 3.0
  Heaven. Average FPS looked the same until the stage 18, when slideshow
  was started. It took about 2 minutes to get the stage passed, but in
  Quantal it took only 12 seconds.
  
  Here are 2 videos from 12.10  13.10 to show what is actually happen, I have 
used lowest possible settings to run Unigine Heaven 3.0 with 1024x576 
resolution:
  Kubuntu 12.10 http://www.youtube.com/watch?v=j89SyEayS34 (no slideshow at 
2:50-3:05)
  Kubuntu 13.04 http://www.youtube.com/watch?v=_OD3ORU6TnQ (slideshow at 
2:50-5:02)
  
  Also some random benchmark's results from games that i play and Unigine 
Heaven 3.0 (12.10 / 13.04):
  Warsow: 145.9 / 120.5 fps
  Xonotic: 160.0 / 152.1 fps
  Unigine Heaven 3.0: 325 / 274 scores
  
+ /etc/X11/xorg.conf:
+ 
+ Section Device
+ Identifier intel
+ Driver intel
+ Option AccelMethod sna
+   Option SwapbuffersWait false
+   Option TearFree true
+ EndSection 
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Mon May  6 17:38:51 2013
  InstallationDate: Installed on 2013-04-29 (7 days ago)
  InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Release amd64 
(20121017.1)
  MarkForUpload: True
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to raring on 2013-04-29 (6 days ago)

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

Title:
  Slideshow on the stage 18 of Unigine Heaven 3.0 benchmarking after
  upgrading to Raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1176911/+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 1176922] [NEW] Xorg freeze

2013-05-06 Thread PRAKASH KUMAR
*** This bug is a security vulnerability ***

Private security bug reported:

Every time when i start my PC with Ubuntu 13.04 its frees after
login...no keys working, only ofter hard power shutdown it will
shutdown. 3 to 4 times i have to repeat the same processso it will
take 8 to 10 minuts to start working properly. But once it started
properly then its not freesing at all...

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu8
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
CurrentDmesg: [   18.108945] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes 
ready
Date: Mon May  6 19:17:02 2013
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GpuHangFrequency: Several times a day
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c06d]
   Subsystem: Samsung Electronics Co Ltd Device [144d:c06d]
InstallationDate: Installed on 2013-03-24 (43 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130308)
MachineType: SAMSUNG ELECTRONICS CO., LTD. R528/R728
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=2cb81bee-a411-4502-bd41-edda95882181 ro persistent quiet splash 
vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/18/2010
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 03JL.M011.20100118.KSJ
dmi.board.name: R528/R728
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr03JL.M011.20100118.KSJ:bd01/18/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnR528/R728:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR528/R728:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
dmi.product.name: R528/R728
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Mon May  6 19:02:38 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6
xserver.video_driver: intel

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


** Tags: apport-bug compiz-0.9 freeze i386 raring ubuntu

** Information type changed from Public to Private Security

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

Title:
  Xorg freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1176922/+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 419501] Invitation to connect on LinkedIn

2013-05-06 Thread Luke Faraone
LinkedIn



I'd like to add you to my professional network on LinkedIn.

- Luke

Luke Faraone
Software Engineer at Humbug, Inc.
Greater Boston Area

Confirm that you know Luke Faraone:
https://www.linkedin.com/e/l4fo12-hgdqcaw4-3/isd/13023753161/oH-lbWzK/?hs=falsetok=1-lOJywOCRT5I1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/l4fo12-hgdqcaw4-3/7G1TdQm2_0nxFOMdP0cVovv2oWkNDeDo0Vcz02v/goo/419501%40bugs%2Elaunchpad%2Enet/20061/I4312069286_1/?hs=falsetok=0MiuYVL2CRT5I1

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

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

Title:
  apport-kde assert failure: python: ../../src/xcb_io.c:242:
  process_responses: Assertion `(((long) (dpy-last_request_read) -
  (long) (dpy-request)) = 0)' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gasp-core/+bug/419501/+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 1080993] Re: Dead screen on resume from suspend Dell Insp. 9200

2013-05-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg (Ubuntu)
   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/1080993

Title:
  Dead screen on resume from suspend Dell Insp. 9200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1080993/+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 1175676] Re: Low Graphics Resolution since kernel update with Intel 82G33/G31 vga and CRT monitor

2013-05-06 Thread Mar It
Unfortunately it has gone
when I Dist-Upgraded to 13.04 .

But, if it is not too dificult, and if you tell me how, I could re-
install it...

Anyway, I lost the high resolution at the last kernel update,

so until the penultimate was ok  (if I'm not mistaken).
Thanks
Marcos




 De: Timo Aaltonen tjaal...@ubuntu.com
Para: marcos_g...@yahoo.com.br 
Enviadas: Sexta-feira, 3 de Maio de 2013 3:31
Assunto: [Bug 1175676] Re: Low Graphics Resolution since kernel update with 
Intel 82G33/G31 vga and CRT monitor
 

if you still have the old kernels available (3.5.0-NN) please test which
one was the last working one

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

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

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1175676

Title:
  Low Graphics Resolution since kernel update with Intel 82G33/G31 vga
  and CRT monitor

Status in “xserver-xorg-video-intel” package in Ubuntu:
  Incomplete

Bug description:
  When I was still using Ubuntu 12.10
  the last kernel update droped down my video resolution to 1024x768.
  When on the boot, I choosed an older kernel, video worked, but with the 
latest kernel, didn't work.

  And when I gone to Ubuntu 13.04 , it got the same low resolution, even
  on live dvd.

  Ubuntu says I use a   vga intel 82g33/31    
  and it is pluged to an old   CRT monitor.

  --
    ~$ lsb_release -rd
  Description:    Ubuntu 13.04
  Release:    13.04



  Thanks,
  Marcos

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic i686
  .tmp.unity.support.test.0:
  
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,move,gnomecompat,vpswitch,place,snap,grid,mousepoll,session,regex,resize,imgpng,unitymtgrabhandles,animation,wall,workarounds,expo,fade,scale,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu May  2 13:16:59 2013
  DistUpgraded: 2013-04-25 13:24:33,533 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  DpkgLog:
  
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 82G33/G31 Express Integrated Graphics Controller 
[8086:29c2] (rev 10) (prog-if 00 [VGA controller])
     Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
  InstallationDate: Installed on 2010-10-26 (919 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  MachineType: Gigabyte Technology Co., Ltd. G31M-ES2C
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=1e5ef6cb-22f8-4fde-b248-6cc7a44f4508 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to raring on 2013-04-25 (6 days ago)
  dmi.bios.date: 08/12/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F7l BL
  dmi.board.name: G31M-S2C
  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.:bvrF7lBL:bd08/12/2009:svnGigabyteTechnologyCo.,Ltd.:pnG31M-ES2C:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG31M-S2C:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: G31M-ES2C
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
  version.libdrm2: libdrm2 2.4.43-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Thu May  2 09:07:09 2013
  xserver.configfile: default
  xserver.devices:
   input        Power Button         KEYBOARD, id 6
   input        Power Button         KEYBOARD, id 7
   input         USB OPTICAL MOUSE   MOUSE, id 8
   input        AT Translated Set 2 keyboard KEYBOARD, id 9
  xserver.errors:
  
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu6
  xserver.video_driver: intel

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

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is 

[Ubuntu-x-swat] [Bug 1176976] [NEW] Xorg crash

2013-05-06 Thread Linux-ubuntu david
Public bug reported:


 Nom:Firefox
  

  

  Verson  20.0
   
  Agent utilisateur  Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:20.0) 
Gecko/20100101 Firefox/20.0

1: I surf quietly on Firefox
2: the screen darkens
3: my pc don't react even more (force restart)

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon May  6 17:59:41 2013
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
DkmsStatus: virtualbox, 4.2.10, 3.8.0-19-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1862]
   Subsystem: ASUSTeK Computer Inc. Device [1043:1862]
InstallationDate: Installed on 2013-04-29 (7 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MachineType: ASUSTeK Computer Inc. K50IJ
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=b63efb00-edf6-44a4-a02e-322ef1f0ccb1 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/26/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 212
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K50IJ
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr212:bd08/26/2009:svnASUSTeKComputerInc.:pnK50IJ:pvr1.0:rvnASUSTeKComputerInc.:rnK50IJ:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: K50IJ
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Mon May  6 17:58:51 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6
xserver.video_driver: intel

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


** Tags: amd64 apport-bug compiz-0.9 crash raring 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/1176976

Title:
  Xorg crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1176976/+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 1155327] Re: skype crashed with SIGSEGV in malloc@plt()

2013-05-06 Thread Marco Piraccini
@gunnarhj When libglib will be updated on the main PPA, no one will use
skype anymore? :) Maybe it's better to fix it. I'm not sure if it's a
skype issue or a libglib issue...

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

Title:
  skype crashed with SIGSEGV in malloc@plt()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1155327/+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 1157043] Re: kvm guest xorg endless loop at startup

2013-05-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  kvm guest xorg endless loop at startup

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

2013-05-06 Thread Joseph Salisbury
** This bug is no longer a duplicate of bug 1140716
   [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on Sandybridge

** Tags added: kernel-key

** Tags removed: kernel-key
** Tags added: kernel-stable-key

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

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

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

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

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

Title:
  [sandybridge-m-gt2] False GPU lockup  IPEHR: 0x54300804 IPEHR:
  0x0b140001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175084/+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 1155327] Re: skype crashed with SIGSEGV in malloc@plt()

2013-05-06 Thread Gunnar Hjalmarsson
On 2013-05-06 18:59, Marco Piraccini wrote:
 @gunnarhj When libglib will be updated on the main PPA, no one will use
 skype anymore? :) Maybe it's better to fix it. I'm not sure if it's a
 skype issue or a libglib issue...

Or a nvidia issue or a qtwebkit issue... There are several candidates.

I just meant that an issue due to premature use of a new version, before
it has been sufficiently tested for inclusion in Ubuntu, is a special
kind of issue. I did not intend to suggest that this Skype problem
should not be properly fixed. So far we only have a temporary and
somewhat unconventional solution in place, i.e. the LD_PRELOAD
workaround is now in the archive.

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

Title:
  skype crashed with SIGSEGV in malloc@plt()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1155327/+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 1177042] [NEW] Ubuntu wouldn't identify graphics chip and monitor

2013-05-06 Thread Subhash
Public bug reported:

I only get 1024 x  768 resolution but my graphics chip (Intel 82945g)
and my display monitor are capable of displaying greater than 1600 x 900
resolution.

Please help me identify the problem and install the correct drivers so i
could get higher resolution than 1024 x 768.  Thanks

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu7.1
ProcVersionSignature: Ubuntu 3.0.0-32.51-generic 3.0.69
Uname: Linux 3.0.0-32-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu4.1
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,gnomecompat,regex,place,vpswitch,move,mousepoll,snap,compiztoolbox,session,resize,animation,imgpng,wall,grid,workarounds,expo,unitymtgrabhandles,fade,ezoom,scale,unityshell]
CompositorRunning: None
CurrentDmesg: [  134.127608] init: plymouth-stop pre-start process (1967) 
terminated with status 1
Date: Mon May  6 13:24:12 2013
DistUpgraded: Log time: 2013-05-05 22:51:23.930589
DistroCodename: oneiric
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 
02) (prog-if 00 [VGA controller])
   Subsystem: AOPEN Inc. Device [a0a0:056f]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-32-generic 
root=UUID=b5590f21-0588-4a1a-8c71-5e2650c0295c ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to oneiric on 2013-05-06 (0 days ago)
dmi.bios.date: 06/19/2006
dmi.bios.vendor: Phoenix/Award Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenix/AwardTechnologies,LTD:bvr6.00PG:bd06/19/2006:svn:pn:pvr:cvn:ct3:cvr:
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6.1
version.libdrm2: libdrm2 2.4.33+git20120403.43704256-0ubuntu0ricotz~oneiric
version.libgl1-mesa-dri: libgl1-mesa-dri 
8.0.2+git20120429+8.0.e995b41a-0ubuntu0sarvatt~oneiric
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
8.0.2+git20120429+8.0.e995b41a-0ubuntu0sarvatt~oneiric
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99+git20111216.7909975b-0ubuntu0sarvatt~oneiric
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99+git20120412.d282719a-0ubuntu0sarvatt~oneiric
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.18.0+git20120416.a1661620-0ubuntu0sarvatt~oneiric
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120328.ab7291d3-0ubuntu0sarvatt~oneiric

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


** Tags: apport-bug i386 oneiric running-unity 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/1177042

Title:
  Ubuntu wouldn't identify graphics chip and monitor

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

2013-05-06 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  bug report

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

2013-05-06 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  Xorg freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1176922/+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 1100586] [xserver-xorg-input-synaptics/quantal] verification still needed

2013-05-06 Thread Brian Murray
The fix for this bug has been awaiting testing feedback in the -proposed
repository for quantal for more than 90 days.  Please test this fix and
update the bug appropriately with the results.  In the event that the
fix for this bug is still not verified 15 days from now, the package
will be removed from the -proposed repository.

** Tags added: removal-candidate

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

Title:
  unable to use Apple Wireless Trackpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1100586/+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 1177081] [NEW] Accepting pop-up offer to install Launchpad crashed Firefox

2013-05-06 Thread Ian Hulin
Public bug reported:

On log-in page for Launchpad, a pop-up appeared asking if I wanted to
install Launchpad.  When I clicked on the Install button, Firefox
crashed.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: fglrx-updates 2:9.000-0ubuntu0.3
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic i686
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
DKMSKernelVersion: 3.8.0-19-generic
Date: Mon May  6 17:17:33 2013
DistUpgraded: 2013-05-06 17:42:33,952 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Redwood PRO [Radeon HD 5570] [1002:68d9] 
(prog-if 00 [VGA controller])
   Subsystem: XFX Pine Group Inc. Device [1682:3058]
MachineType: ECS GeForce6100PM-M2
MarkForUpload: True
PackageVersion: 2:9.000-0ubuntu0.3
ProcKernelCmdLine: root=UUID=ca7b181a-bdf2-4d7a-83d3-01a559e724d1 ro quiet 
splash
SourcePackage: fglrx-installer-updates
Title: fglrx-updates 2:9.000-0ubuntu0.3: fglrx-updates kernel module failed to 
build
UnitySupportTest:
 Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 1: X Error of failed request:  BadRequest (invalid request code or no 
such operation)
   Major opcode of failed request:  155 (ATIFGLEXTENSION)
   Minor opcode of failed request:  66 ()
   Serial number of failed request:  23
   Current serial number in output stream:  23
UpgradeStatus: Upgraded to raring on 2013-05-06 (0 days ago)
dmi.bios.date: 06/04/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080015
dmi.board.name: GeForce6100PM-M2
dmi.board.vendor: ECS
dmi.board.version: 7.0
dmi.chassis.type: 3
dmi.chassis.vendor: ECS
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080015:bd06/04/2010:svnECS:pnGeForce6100PM-M2:pvr7.0:rvnECS:rnGeForce6100PM-M2:rvr7.0:cvnECS:ct3:cvr:
dmi.product.name: GeForce6100PM-M2
dmi.product.version: 7.0
dmi.sys.vendor: ECS
version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Mon May  6 17:46:46 2013
xserver.configfile: /etc/X11/xorg.conf
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6
xserver.video_driver: fglrx

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


** Tags: apport-package i386 need-duplicate-check raring ubuntu

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

Title:
  Accepting pop-up offer to install Launchpad crashed Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1177081/+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 102018] Re: [needs-packaging] lbxproxy

2013-05-06 Thread Joshua Kugler
It seems LBX proxy was finally removed from the X source, mainly because
there are better ways to do it. :) See
http://en.wikipedia.org/wiki/Low_Bandwidth_X

** Changed in: x11-xserver-utils (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  [needs-packaging] lbxproxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11-xserver-utils/+bug/102018/+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 1176647] Re: Random Xorg freezes occuring hours after login

2013-05-06 Thread Leon Winter
I continue to experience this bug several times a day. The bug can occur
as early as 20 minutes after boot, but may also not occur during several
hours of usage. I do not see anything suspicious in the log files
though. It might be a coincidence but it may especially occur when using
mplayer.

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

Title:
  Random Xorg freezes occuring hours after login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1176647/+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 988290] Re: Resolution change with KVM switch on Precise

2013-05-06 Thread Mike Perrin
The problem may be deeper than gnome-screensaver. I experienced the same
annoying symptom with a fresh install of Debian 7.0.0 on a machine
behind an IOGear 8-port PS2 KVM switch. As reported above, simply
opening System Settings - Displays caused the resolution to revert to
1600x1200, as did running the xrandr command in a terminal. To determine
if it was gnome-screensaver, I forced it to quit using 'gnome-
screensaver-command --exit' and confirmed that the screensaver process
was no longer running. However, switching to another machine for a few
seconds still resulted in the display changing to 1024x768. Using Gnome
Classic instead of Gnome shell didn't help. I did not remove gnome-
screensaver because it required uninstalling other gnome desktop
components also. My solution was to install the XFCE desktop which
doesn't exhibit the resolution switching behavior -- and is more usable
than Gnome3 in my opinion.

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

Title:
  Resolution change with KVM switch on Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/988290/+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 1176911] Re: Slideshow on the stage 18 of Unigine Heaven 3.0 benchmarking after upgrading to Raring

2013-05-06 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/1176911

Title:
  Slideshow on the stage 18 of Unigine Heaven 3.0 benchmarking after
  upgrading to Raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1176911/+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 1177120] [NEW] GPU hangs

2013-05-06 Thread John Markus Bjørndalen
Public bug reported:

Every once in a while, my Intel GPU hangs and I can't start OpenGL
programs unless I reboot. Furthermore, rebooting hangs, so I need to
forcefully power off the computer.

From dmesg:

[81897.515907] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU 
hung
[81897.515917] [drm] capturing error event; look for more information in 
/debug/dri/0/i915_error_state
[81899.514784] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU 
hung
[81899.515084] [drm:i915_reset] *ERROR* GPU hanging too fast, declaring wedged!
[81899.515091] [drm:i915_reset] *ERROR* Failed to reset chip.

Trying to run glxgears after the problem happens: 
 glxgears 
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
intel_do_flush_locked failed: Input/output error

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Tue May  7 00:14:14 2013
DistUpgraded: 2013-05-01 14:08:06,272 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
EcryptfsInUse: Yes
InstallationDate: Installed on 2010-11-25 (893 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MachineType: Dell Inc. Vostro 3500
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=8e428896-c84c-497b-adde-e5de672f1bba ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to raring on 2013-05-01 (5 days ago)
dmi.bios.date: 09/10/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 0G2R51
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd09/10/2010:svnDellInc.:pnVostro3500:pvrNotSpecified:rvnDellInc.:rn0G2R51:rvrA00:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Vostro 3500
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1

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


** Tags: amd64 apport-bug raring ubuntu

** Attachment added: i915_error_state as mentioned in dmesg.
   
https://bugs.launchpad.net/bugs/1177120/+attachment/3667613/+files/i915_error_state

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

Title:
  GPU hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1177120/+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 1068404] Re: Low graphics mode in muxless hybrid ATI/Intel GPU systems after fglrx upgrade

2013-05-06 Thread Chris Sykes
Hi, what's going on with this bug in raring? There doesn't seem to be
much activity on this page, but I think the bug probably still exists.
If I install fglrx from the repos, then my X server segfaults.

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

Title:
  Low graphics mode in muxless hybrid ATI/Intel GPU systems after fglrx
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1068404/+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 1132986] Re: Elantech Touchpad is unresponsive, jerky, and doesn't respond at all to clicks.

2013-05-06 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/1132986

Title:
  Elantech Touchpad is unresponsive, jerky, and doesn't respond at all
  to clicks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1132986/+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 1168066] Re: [arrandale] GPU lockup IPEHR: 0x54300004

2013-05-06 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/1168066

Title:
  [arrandale] GPU lockup  IPEHR: 0x5434

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1168066/+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 1176068] Re: package libgl1-mesa-dri 9.1.1-0ubuntu3 failed to install/upgrade: trying to overwrite shared '/etc/drirc', which is different from other instances of package libgl1-m

2013-05-06 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 mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1176068

Title:
  package libgl1-mesa-dri 9.1.1-0ubuntu3 failed to install/upgrade:
  trying to overwrite shared '/etc/drirc', which is different from other
  instances of package libgl1-mesa-dri:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1176068/+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 1170959] Re: package fglrx-updates 2:9.010-0ubuntu5 [modified: usr/lib/fglrx/etc/ati/amdpcsdb.default usr/lib/fglrx/etc/ati/atiogl.xml usr/lib/fglrx/etc/ati/authatieventsd.sh usr/

2013-05-06 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 fglrx-installer-updates in Ubuntu.
https://bugs.launchpad.net/bugs/1170959

Title:
  package fglrx-updates 2:9.010-0ubuntu5 [modified:
  usr/lib/fglrx/etc/ati/amdpcsdb.default
  usr/lib/fglrx/etc/ati/atiogl.xml
  usr/lib/fglrx/etc/ati/authatieventsd.sh usr/lib/fglrx/etc/ati/control
  usr/lib/fglrx/etc/ati/signature usr/lib/fglrx/switchlibGL
  usr/lib/fglrx/switchlibglx] failed to install/upgrade: subprocess new
  pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1170959/+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 1177081] Re: Accepting pop-up offer to install Launchpad crashed Firefox

2013-05-06 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 fglrx-installer-updates in Ubuntu.
https://bugs.launchpad.net/bugs/1177081

Title:
  Accepting pop-up offer to install Launchpad crashed Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1177081/+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 1176376] Re: package fglrx 2:9.010-0ubuntu3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 139

2013-05-06 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 fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1176376

Title:
  package fglrx 2:9.010-0ubuntu3 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 139

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1176376/+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 1176375] Re: package fglrx 2:9.010-0ubuntu3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 139

2013-05-06 Thread Apport retracing service
*** This bug is a duplicate of bug 1176376 ***
https://bugs.launchpad.net/bugs/1176376

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 #1176376, 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.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1176376
   package fglrx 2:9.010-0ubuntu3 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 139

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

Title:
  package fglrx 2:9.010-0ubuntu3 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 139

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1176375/+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 1176442] Re: nvidia-current 313.09-0ubuntu1~xedgers~quantal1: nvidia-current kernel module failed to build

2013-05-06 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 nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/1176442

Title:
  nvidia-current 313.09-0ubuntu1~xedgers~quantal1: nvidia-current kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1176442/+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 1176429] Re: fglrx-updates 2:9.000-0ubuntu0.3: fglrx-updates kernel module failed to build

2013-05-06 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 fglrx-installer-updates in Ubuntu.
https://bugs.launchpad.net/bugs/1176429

Title:
  fglrx-updates 2:9.000-0ubuntu0.3: fglrx-updates kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1176429/+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 1173443] Re: package fglrx-updates (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2013-05-06 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 fglrx-installer-updates in Ubuntu.
https://bugs.launchpad.net/bugs/1173443

Title:
  package fglrx-updates (not installed) failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1173443/+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 1162151] Re: [q35] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000002 -- invalid PTE for host access

2013-05-06 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/1162151

Title:
  [q35] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 --
  invalid PTE for host access

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1162151/+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 1176647] Re: Random Xorg freezes occuring hours after login

2013-05-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg (Ubuntu)
   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/1176647

Title:
  Random Xorg freezes occuring hours after login

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