[Ubuntu-x-swat] [Bug 1493625] Re: Fails to generate texture when running zenity on Nexus 4

2015-09-10 Thread Daniel van Vugt
Blocked by bug 1494240 :(

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

Title:
  Fails to generate texture when running zenity on Nexus 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1493625/+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 1493596] Re: Glamor chooses texture format that don't work on Nexus 4

2015-09-10 Thread Daniel van Vugt
Blocked by bug 1494240 :(

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

Title:
  Glamor chooses texture format that don't work on Nexus 4

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

2015-09-10 Thread dino99
** Changed in: xorg (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  desctop crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1472211/+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 1494240] Re: Xmir crashes immediately on startup using glamor on Nexus4

2015-09-10 Thread Daniel van Vugt
If only there was a way to force libepoxy to use GLESv2 (which it
understands also) then it would not try to call the offending
glGetStringi().

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

Title:
  Xmir crashes immediately on startup using glamor on Nexus4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libhybris/+bug/1494240/+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 1404247] Re: Vivid Wallpaper hashed

2015-09-10 Thread jerrylamos
Wily getting worse and worse.

Much screen text hashed unreadable.  A couple weeks ago it was just
Wallpaper.

Do note, Files Pictures select jpg displays jpg just fine.  Settings
Appearance all hashed.

See attached screenshot.

Do note with hashed unreadable text as in gedit, selecting screenshot
may clear up the text, after screenshot unreadable again.

Status says "Incomplete"  What would you like?

Thanks.


** Attachment added: "Screenshot showing hashed unreadable display"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1404247/+attachment/4460510/+files/Screenshot%20from%202015-09-09%2007-30-22.png

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

Title:
  Vivid Wallpaper hashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1404247/+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 1494240] [NEW] Xmir crashes immediately on startup using glamor on Nexus4

2015-09-10 Thread Daniel van Vugt
Public bug reported:

Xmir crashes immediately on startup using glamor on Nexus4.

glamor GL version: OpenGL ES 3.0 V@53.0 AU@  (CL@)
...
glamor GLSL version: OpenGL ES GLSL ES 3.00
(EE)
(EE) Backtrace:
(EE)
(EE) Segmentation fault at address 0x0
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE)

The stack trace is lost. However the problem appears to be the
glGetStringi() function. This function is new in GLESv3 and libepoxy
only uses it because the GLES version is 3.0 on mako. However, libhybris
fails to implement glGetStringi() and forward it to the driver
correctly. At least that seems to be the problem. Our hybris GLESv2 is
missing the function but the Android GLESv2 on the device has it.

** Affects: libhybris (Ubuntu)
 Importance: Undecided
 Assignee: Daniel van Vugt (vanvugt)
 Status: New

** Affects: xorg-server (Ubuntu)
 Importance: High
 Assignee: Daniel van Vugt (vanvugt)
 Status: New

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

** Description changed:

  Xmir crashes immediately on startup using glamor on Nexus4.
  
+ glamor GL version: OpenGL ES 3.0 V@53.0 AU@  (CL@)
+ ...
  glamor GLSL version: OpenGL ES GLSL ES 3.00
- (EE) 
+ (EE)
  (EE) Backtrace:
- (EE) 
+ (EE)
  (EE) Segmentation fault at address 0x0
- (EE) 
+ (EE)
  Fatal server error:
  (EE) Caught signal 11 (Segmentation fault). Server aborting
- (EE) 
+ (EE)
  
  The stack trace is lost. However the problem appears to be the
  glGetStringi() function. This function is new in GLESv3 and libepoxy
  only uses it because the GLES version is 3.0 on mako. However, libhybris
  fails to implement glGetStringi() and forward it to the driver
  correctly. At least that seems to be the problem. Our hybris GLESv2 is
  missing the function but the Android GLESv2 on the device has it.

** Changed in: libhybris (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

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

Title:
  Xmir crashes immediately on startup using glamor on Nexus4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libhybris/+bug/1494240/+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 1272338] Re: Xorg memory leak on trusty

2015-09-10 Thread bmaupin
See here for the same bug for the fglrx driver:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1354350

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

Title:
  Xorg memory leak on trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-driver/+bug/1272338/+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 1494370] [NEW] fglrx-core 2:15.200-0ubuntu4.2: fglrx-core kernel module failed to build

2015-09-10 Thread Kevin
Public bug reported:

i keep getting errors when trying to install fglrx, or lose the
graphical environment completely. I'm using a AtI Mobility Radeon HD
5650 with switchable graphics turned off.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: fglrx-core (not installed)
ProcVersionSignature: Ubuntu 3.19.0-20.20-lowlatency 3.19.8
Uname: Linux 3.19.0-20-lowlatency x86_64
ApportVersion: 2.17.2-0ubuntu1.3
Architecture: amd64
DKMSKernelVersion: 3.19.0-20-lowlatency
Date: Sat Sep  5 14:19:34 2015
DuplicateSignature: 
dkms:fglrx-core:2:15.200-0ubuntu4.2:/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:1824:5:
 error: incompatible types when returning type ‘kuid_t’ but ‘KCL_TYPE_Uid’ was 
expected
InstallationDate: Installed on 2015-04-01 (161 days ago)
InstallationMedia: Ubuntu-Studio 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
PackageVersion: 2:15.200-0ubuntu4.2
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.1
SourcePackage: fglrx-installer
Title: fglrx-core 2:15.200-0ubuntu4.2: fglrx-core kernel module failed to build
UpgradeStatus: Upgraded to vivid on 2015-07-16 (55 days ago)

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


** Tags: amd64 apport-package vivid

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

Title:
  fglrx-core 2:15.200-0ubuntu4.2: fglrx-core kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1494370/+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 1494370] Re: fglrx-core 2:15.200-0ubuntu4.2: fglrx-core kernel module failed to build

2015-09-10 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/1494370

Title:
  fglrx-core 2:15.200-0ubuntu4.2: fglrx-core kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1494370/+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 1322925] Re: [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus

2015-09-10 Thread Pablo Guevara
This bug affects me on Ubuntu 14.04.3 LTS

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

Title:
  [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1322925/+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 1364078] Re: Cannot set screen resolution above 1400x1050

2015-09-10 Thread bmaupin
I had the same problem after switching from the xserver-xorg-video-ati
driver to fglrx and then back to xserver-xorg-video-ati after
experiencing a memory leak:

https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1354350

The problem was the fglrx package installs this file:

/etc/modprobe.d/fglrx-core.conf

Which includes this line:

blacklist radeon

Which blacklists the open source radeon driver. I removed
/etc/modprobe.d/fglrx-core.conf, rebooted, and my problem was fixed.
xrandr was able to see all available resolutions as well as it was able
to see multiple monitors.

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

Title:
  Cannot set screen resolution above 1400x1050

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1364078/+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 1494344] [NEW] fglrx does not work after update to 15.200

2015-09-10 Thread Eriks Dobelis
Public bug reported:

I was using flgrx-updates (13.350) and all was working well. After
recent update to 15.200 all processes normally using GPU started to
consume a lot of CPU or basically did not work at all (e.g. watching
youtube full screen and pressing play/pause/play would hang computer for
~20 sec). Returned to open source ATI drivers and it is working fine.

Any debugging information I shall provide?

Using:
3.13.0-63 generic SMP 64 bit
14.04.3 LTS
ATI HD 7750

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

** Description changed:

  I was using flgrx-updates (13.350) and all was working well. After
  recent update to 15.200 all processes normally using GPU started to
  consume a lot of CPU or basically did not work at all (e.g. watching
  youtube full screen and pressing play/pause/play would hang computer for
  ~20 sec). Returned to open source ATI drivers and it is working fine.
  
  Any debugging information I shall provide?
  
  Using:
+ 3.13.0-63 generic SMP 64 bit
  14.04.3 LTS
  ATI HD 7750

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

Title:
  fglrx does not work after update to 15.200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1494344/+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 1354350] Re: Xorg memory leak on 14.04

2015-09-10 Thread bmaupin
Same problem with Xubuntu 14.04.3. I switched back to the xserver-xorg-
video-ati driver to see if it fixes the problem.

This was while I was still using fglrx:

$ ps aux | grep /usr/bin/X
root  1470  0.7 24.3 4415808 1973744 tty7  Ss+  Sep04  65:07 /usr/bin/X 
-core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 
-novtswitch
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.3 LTS
Release:14.04
Codename:   trusty
$ uname -a
Linux bmaupi-xubuntu 3.16.0-48-generic #64~14.04.1-Ubuntu SMP Thu Aug 20 
23:03:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
$ uptime
 09:41:21 up 5 days, 16:04,  8 users,  load average: 0.45, 0.67, 0.71
$ dpkg -s fglrx
Package: fglrx
Status: install ok installed
Priority: extra
Section: restricted/misc
Installed-Size: 163590
Maintainer: Ubuntu Core Developers 
Architecture: amd64
Source: fglrx-installer
Version: 2:15.200-0ubuntu0.5
$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon(TM) HD8490
OpenGL version string: 4.4.13374 Compatibility Profile Context 13.35.1005

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

Title:
   Xorg memory leak on 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/fglrx/+bug/1354350/+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 1494402] [NEW] WebKitWebProcess WebKitGtk+ 2.4.8 uses memory without end when visiting some LinkedIn URL

2015-09-10 Thread Andres Gomez (Tanty)
Public bug reported:

Ubuntu 14.10 with GNOME3 PPA.

I launch Web, GNOME's default browser and I log in into my LinkedIn
profile.

Then, from the top bar I place my pointer over the "Connections" menu so it is 
expanded, once expanded, I click on the "See all" link:
https://www.linkedin.com/people/pymk/hub?ref=global-nav=nav_utilities_invites_header

Upon doing so, the browser freezes and I notice the HD of my computer
starting to work hard. After checking with "top" the WebKitWebProcess is
growing its used memory by the Gbs!!! and it doesn't seem to stop.

This may not be a problem in WKGTK+ but the graphics driver since, after 
repeating the process with a GDB attached to the WebKitWebProcess, GDB states 
that the point in which it exits when manually killing the process is:
/usr/lib/x86_64-linux-gnu/dri/i965_dri.so

However, I cannot reproduce with Chromium, FF (of course, the code path
is completely different).

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

** Package changed: nautilus-sendto (Ubuntu) => mesa (Ubuntu)

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

Title:
  WebKitWebProcess WebKitGtk+ 2.4.8 uses memory without end when
  visiting some LinkedIn URL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1494402/+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 1494402] Re: WebKitWebProcess WebKitGtk+ 2.4.8 uses memory without end when visiting some LinkedIn URL

2015-09-10 Thread Andres Gomez (Tanty)
Installed package info:

Package: libgl1-mesa-dri
Priority: optional
Section: libs
Installed-Size: 13450
Maintainer: Ubuntu X-SWAT 
Original-Maintainer: Debian X Strike Force 
Architecture: amd64
Source: mesa
Version: 10.3.2-0ubuntu0.1
Replaces: libgl1-mesa-dri-experimental (<< 7.11.1), xlibmesa-dri (<< 1:7.0.0)
Depends: libllvm3.5 (>= 1:3.5~+rc3), libc6 (>= 2.17), libdrm-intel1 (>= 
2.4.48), libdrm-nouveau2 (>= 2.4.38), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 
2.4.38), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.7), 
libstdc++6 (>= 4.
9)
Pre-Depends: multiarch-support
Recommends: libtxc-dxtn-s2tc0 | libtxc-dxtn0
Conflicts: xlibmesa-dri (<< 1:7.0.0)
Breaks: libgl1-mesa-dri-experimental (<< 7.11.1), libgl1-mesa-glx (<< 
7.10.2-4), libgl1-mesa-glx-no-multiarch, xserver-xorg-core (<< 2:1.14.3-5), 
xserver-xorg-core-no-multiarch
Filename: pool/main/m/mesa/libgl1-mesa-dri_10.3.2-0ubuntu0.1_amd64.deb
Size: 3351968
MD5sum: fb6937016f5cc5af78aeab9671177e60
SHA1: 46358fe6f088e2bc66bba57a2ca9477faa5d8f98
SHA256: 15adb480830a429daea75d02ebb39ed465a7933ae1f81d9c54284d20ae88d259
Description-en: free implementation of the OpenGL API -- DRI modules
 This version of Mesa provides GLX and DRI capabilities: it is capable of
 both direct and indirect rendering.  For direct rendering, it can use DRI
 modules from the libgl1-mesa-dri package to accelerate drawing.
 .
 This package does not include the OpenGL library itself, only the DRI
 modules for accelerating direct rendering.
 .
 For a complete description of Mesa, please look at the
 libgl1-mesa-glx package.
Description-md5: 5f2b652ffc2f2781c936450c0c51bcc7
Multi-Arch: same
Homepage: http://mesa3d.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active, 
kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, 
xubuntu-desktop, xubuntu-core, mythbuntu-frontend, mythbuntu-frontend, 
mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, 
mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, 
ubuntustudio-desktop-minimal, ubuntustudio-desktop, ubuntu-gnome-desktop, 
ubuntu-sdk-libs, ubuntu-touch, ubuntukylin-desktop

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

Title:
  WebKitWebProcess WebKitGtk+ 2.4.8 uses memory without end when
  visiting some LinkedIn URL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1494402/+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 1494375] Re: package libegl1-mesa:amd64 10.1.3-0ubuntu0.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-09-10 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/1494375

Title:
  package libegl1-mesa:amd64 10.1.3-0ubuntu0.4 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1494375/+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 1494375] [NEW] package libegl1-mesa:amd64 10.1.3-0ubuntu0.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-09-10 Thread Dallas Posey
Public bug reported:

Hey Dood ya got me.  Just a routing update to 14.04 (Kubuntu actually)
and this is how it turned out.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libegl1-mesa:amd64 10.1.3-0ubuntu0.4
ProcVersionSignature: Ubuntu 3.13.0-63.103-generic 3.13.11-ckt25
Uname: Linux 3.13.0-63-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.13
Architecture: amd64
Date: Thu Sep 10 11:11:20 2015
DuplicateSignature: package:libegl1-mesa:amd64:10.1.3-0ubuntu0.4:subprocess 
installed post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationDate: Installed on 2015-01-22 (230 days ago)
InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.4
 apt  1.0.1ubuntu2.10
SourcePackage: mesa
Title: package libegl1-mesa:amd64 10.1.3-0ubuntu0.4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check trusty

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

Title:
  package libegl1-mesa:amd64 10.1.3-0ubuntu0.4 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1494375/+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 1494402] [NEW] WebKitWebProcess WebKitGtk+ 2.4.8 uses memory without end when visiting some LinkedIn URL

2015-09-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Ubuntu 14.10 with GNOME3 PPA.

I launch Web, GNOME's default browser and I log in into my LinkedIn
profile.

Then, from the top bar I place my pointer over the "Connections" menu so it is 
expanded, once expanded, I click on the "See all" link:
https://www.linkedin.com/people/pymk/hub?ref=global-nav=nav_utilities_invites_header

Upon doing so, the browser freezes and I notice the HD of my computer
starting to work hard. After checking with "top" the WebKitWebProcess is
growing its used memory by the Gbs!!! and it doesn't seem to stop.

This may not be a problem in WKGTK+ but the graphics driver since, after 
repeating the process with a GDB attached to the WebKitWebProcess, GDB states 
that the point in which it exits when manually killing the process is:
/usr/lib/x86_64-linux-gnu/dri/i965_dri.so

However, I cannot reproduce with Chromium, FF (of course, the code path
is completely different).

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

-- 
WebKitWebProcess WebKitGtk+ 2.4.8 uses memory without end when visiting some 
LinkedIn URL
https://bugs.launchpad.net/bugs/1494402
You received this bug notification because you are a member of Ubuntu-X, which 
is subscribed to mesa in Ubuntu.

___
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 1484279] Re: [FFe] Mesa 11.0.0

2015-09-10 Thread Jason Gerard DeRose
Quick question: mesa11 depends on libllvm3.7, but libllvm3.7 is still in
universe.

Is there a plan to promote libllvm3.7 to main?

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

Title:
  [FFe] Mesa 11.0.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1484279/+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 1494452] [NEW] lerky frame rate

2015-09-10 Thread Robert Mills
Public bug reported:

desktop in heat, jumping around like a Chihuahua making love to an end
table leg.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
Uname: Linux 3.16.0-38-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.13
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Thu Sep 10 13:48:31 2015
DistUpgraded: Fresh install
DistroCodename: rafaela
DistroVariant: ubuntu
DkmsStatus:
 virtualbox-guest, 4.3.10, 3.13.0-55-generic, i686: installed
 virtualbox-guest, 4.3.10, 3.16.0-38-generic, i686: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller [8086:27a2] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:30bb]
   Subsystem: Hewlett-Packard Company Device [103c:30bb]
InstallationDate: Installed on 2015-06-20 (82 days ago)
InstallationMedia: Linux Mint 17 "Qiana" - Release i386 20140624
LightdmGreeterLog:
 ** (lightdm-gtk-greeter:18101): WARNING **: Failed to load background: Failed 
to open file '/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png': No 
such file or directory
 
 ** (lightdm-gtk-greeter:18101): WARNING **: Failed to load user image: Failed 
to open file '/home/cyberb764/.face': No such file or directory
 g_dbus_connection_real_closed: Remote peer vanished with error: Underlying 
GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
LightdmGreeterLogOld:
 ** (lightdm-gtk-greeter:4451): WARNING **: Failed to load background: Failed 
to open file '/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png': No 
such file or directory
 
 ** (lightdm-gtk-greeter:4451): WARNING **: Failed to load user image: Failed 
to open file '/home/cyberb764/.face': No such file or directory
 g_dbus_connection_real_closed: Remote peer vanished with error: Underlying 
GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
MachineType: Hewlett-Packard Presario V6000 (GA395UA#ABA)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic 
root=UUID=e3158dc0-96e2-4ddf-95da-73fc09585d87 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/26/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.2D
dmi.board.name: 30BB
dmi.board.vendor: Quanta
dmi.board.version: 66.42
dmi.chassis.type: 10
dmi.chassis.vendor: Quanta
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.2D:bd11/26/2008:svnHewlett-Packard:pnPresarioV6000(GA395UA#ABA):pvrRev1:rvnQuanta:rn30BB:rvr66.42:cvnQuanta:ct10:cvrN/A:
dmi.product.name: Presario V6000 (GA395UA#ABA)
dmi.product.version: Rev 1
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Thu Sep 10 13:37:34 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   13125 
 vendor SEC
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: apport-bug i386 rafaela third-party-packages 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/1494452

Title:
  lerky  frame rate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1494452/+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 1237904] Re: Xorg crashed with SIGABRT in OsAbort()

2015-09-10 Thread Apport retracing service
** Tags added: wily

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

Title:
  Xorg crashed with SIGABRT in OsAbort()

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

2015-09-10 Thread Apport retracing service
*** This bug is a duplicate of bug 1237904 ***
https://bugs.launchpad.net/bugs/1237904

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 #1237904, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1237904
   Xorg crashed with SIGABRT in OsAbort()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Xorg crashed with SIGABRT in OsAbort()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1494538/+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 1494370] Re: fglrx-core 2:15.200-0ubuntu4.2: fglrx-core kernel module failed to build

2015-09-10 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1288404 ***
https://bugs.launchpad.net/bugs/1288404

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1288404, so it 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. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1288404
   fglrx 2:13.350-0ubuntu1: fglrx kernel module failed to build [error: 
incompatible types when returning type ‘kuid_t’ but ‘KCL_TYPE_Uid’ was expected]

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

Title:
  fglrx-core 2:15.200-0ubuntu4.2: fglrx-core kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1494370/+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 1494240] Re: Xmir crashes immediately on startup using glamor on Nexus4

2015-09-10 Thread Robert Ancell
Note, this is not happening on my Nexus 4 (vivid).

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

Title:
  Xmir crashes immediately on startup using glamor on Nexus4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libhybris/+bug/1494240/+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 1404247] Re: Vivid Wallpaper hashed

2015-09-10 Thread jerrylamos
Kernel:

linux-image-3.17.0-031700-generic_3.17.0-031700.201410060605_amd64.deb

works fine installed into Wily.  
I think it's one of the last Utopic kernels

So my drill is, update or install latest Wily, verify screen display is
all screwed up,

Then install a kernel that will work.

I'm not a developer so I've got no way to find what changed (lots!) that
would affect screen display.

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

Title:
  Vivid Wallpaper hashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1404247/+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 1494240] Re: Xmir crashes immediately on startup using glamor on Nexus4

2015-09-10 Thread Daniel van Vugt
** Changed in: libhybris (Ubuntu)
   Status: New => In Progress

** Changed in: xorg-server (Ubuntu)
   Status: New => In Progress

** Changed in: libhybris (Ubuntu)
   Importance: Undecided => High

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

Title:
  Xmir crashes immediately on startup using glamor on Nexus4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libhybris/+bug/1494240/+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 1494240] Re: Xmir crashes immediately on startup using glamor on Nexus4

2015-09-10 Thread Robert Ancell
Actually this is occuring after your recent git changes.

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

Title:
  Xmir crashes immediately on startup using glamor on Nexus4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libhybris/+bug/1494240/+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 1494240] Re: Xmir crashes immediately on startup using glamor on Nexus4

2015-09-10 Thread Daniel van Vugt
Here's a fix for libepoxy.

** Patch added: "fix-1494240.patch"
   
https://bugs.launchpad.net/ubuntu/+source/libepoxy/+bug/1494240/+attachment/4461074/+files/fix-1494240.patch

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

Title:
  Xmir crashes immediately on startup using glamor on Nexus4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libepoxy/+bug/1494240/+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 1494240] Re: Xmir crashes immediately on startup using glamor on Nexus4

2015-09-10 Thread Ubuntu Foundations Team Bug Bot
The attachment "fix-1494240.patch" seems to be a patch.  If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  Xmir crashes immediately on startup using glamor on Nexus4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libepoxy/+bug/1494240/+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 1494240] Re: Xmir crashes immediately on startup using glamor on Nexus4

2015-09-10 Thread Daniel van Vugt
** Also affects: libepoxy (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libepoxy (Ubuntu)
   Status: New => In Progress

** Changed in: libepoxy (Ubuntu)
   Importance: Undecided => High

** Changed in: libepoxy (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: libhybris (Ubuntu)
   Status: In Progress => Won't Fix

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

Title:
  Xmir crashes immediately on startup using glamor on Nexus4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libepoxy/+bug/1494240/+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 1484279] Re: [FFe] Mesa 11.0.0

2015-09-10 Thread Jason Gerard DeRose
Oops, never mind... I see that libllvm3.7 being in main is mentioned in
the summary, sorry for the noise!

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

Title:
  [FFe] Mesa 11.0.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1484279/+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 1404247] Re: Vivid Wallpaper hashed

2015-09-10 Thread Venetin Konstantinov
15.10 (daily 10.09.2015) is completely hashed. It is unusable on Lenovo m58p 
(intel q43/45).
Since it is getting worse I don't think that this bug will be fixed soon. Maybe 
the solution is to switch to different flavor/distro.
The issue may be fixed when Ubuntu switch to Mir and Unity 8. Until then just 
stick with 14.04.

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

Title:
  Vivid Wallpaper hashed

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

2015-09-10 Thread Michel-daenzer
*** Bug 91923 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 xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1443456

Title:
  Xorg crashed with SIGABRT in fbBltOne()

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1443456/+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 1494474] [NEW] package fglrx-updates 2:15.200-0ubuntu0.5 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2015-09-10 Thread NicoRuizMza
Public bug reported:

Always at boot time this occurs.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: fglrx-updates 2:15.200-0ubuntu0.5
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic i686
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.12
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
Date: Thu Sep  3 22:49:39 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus: fglrx-updates-core, 15.200, 3.13.0-39-generic, i686: installed
DuplicateSignature: package:fglrx-updates:2:15.200-0ubuntu0.5:el subproceso 
instalado el script post-installation devolvió el código de salida de error 2
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 2
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8670D] [1002:990c] 
(prog-if 00 [VGA controller])
   Subsystem: ASRock Incorporation Device [1849:990c]
InstallationDate: Installed on 2014-06-24 (443 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 LTS "Trusty Tahr" - Release i386 
(20140416.2)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=548bdd8b-2fcd-41fb-af10-43e116fd26ab ro quiet splash
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.4
 apt  1.0.1ubuntu2.10
SourcePackage: fglrx-installer-updates
Title: package fglrx-updates 2:15.200-0ubuntu0.5 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 2
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/11/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P2.20
dmi.board.name: FM2A55M-VG3+
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.20:bd02/11/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A55M-VG3+:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.libdrm2: libdrm2 2.4.64+git20150829.508a5f77-0ubuntu0ricotz~trusty
version.libgl1-mesa-dri: libgl1-mesa-dri 
10.6.5~git20150829+10.6.fa342251-0ubuntu0ricotz~trusty
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
10.6.5~git20150829+10.6.fa342251-0ubuntu0ricotz~trusty
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.4.99+git20140806.fbf575cb-0ubuntu0sarvatt~trusty
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150824.3e07681c-0ubuntu0sarvatt~trusty
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11+git20141030.3fb97d78-0ubuntu0sarvatt~trusty2
xserver.bootTime: Thu Sep 10 16:57:39 2015
xserver.configfile: default
xserver.errors:
 open /dev/dri/card0: No such file or directory
 open /dev/fb0: No such file or directory
 AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file: 
No such file or directory]
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2.7
xserver.video_driver: fglrx

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


** Tags: apport-package compiz-0.9 i386 need-duplicate-check 
third-party-packages trusty 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/1494474

Title:
  package fglrx-updates 2:15.200-0ubuntu0.5 failed to install/upgrade:
  el subproceso instalado el script post-installation devolvió el código
  de salida de error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1494474/+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 1494474] Re: package fglrx-updates 2:15.200-0ubuntu0.5 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2015-09-10 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/1494474

Title:
  package fglrx-updates 2:15.200-0ubuntu0.5 failed to install/upgrade:
  el subproceso instalado el script post-installation devolvió el código
  de salida de error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1494474/+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 1404247] Re: Vivid Wallpaper hashed

2015-09-10 Thread jerrylamos
Thanks for looking at the bug.

I switch between Mily looking for bugs, and LTS when I can't get
something done with Mily because I can't read the screen.

I might try another kernel from kernel-ppa/mainline.

I don't know how to downlevel X to say, whatever it was in November 2014
when everything was fine.

Very strange when Mily Files can display a jpg just fine, then Desktop
and Terminal get it all screwed up.  Must use different routines.

I have run other flavors.  I come back to Unity when I can.  I'm used to
how to get things done with Unity.

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

Title:
  Vivid Wallpaper hashed

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

2015-09-10 Thread michael_access2000
Hi, thanks for care.
actually crash newer happen again.
 Sincerely, 
Michael Abramov 
Mobile: +972-525237549 
Skype: michael_access2000
  From: dino99 <1472...@bugs.launchpad.net>
 To: michael_access2...@yahoo.com 
 Sent: Thursday, September 10, 2015 6:29 AM
 Subject: [Bug 1472211] Re: desctop crash
   
is it still an issue with an upgraded system?

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

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

Title:
  desctop crash

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  There were 2 times during last week the systems just closed all windows and 
went to black like terminal screen.
  I do not know reason could not find nothing in logs.

  regards,
  Michael

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
  Uname: Linux 3.13.0-57-generic x86_64
  .tmp.unity.support.test.0:
  
  ApportVersion: 2.14.1-0ubuntu3.11
  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: Tue Jul  7 13:22:38 2015
  DistUpgraded: 2014-08-16 03:38:58,373 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
  Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
    Subsystem: Lenovo Device [17aa:21fb]
  InstallationDate: Installed on 2014-04-05 (457 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS "Precise Pangolin" - Release amd64 
(20140204)
  MachineType: LENOVO 2356GDG
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-57-generic 
root=UUID=68154443-867b-4896-af33-8353162717b3 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-08-16 (325 days ago)
  dmi.bios.date: 09/11/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G7ET60WW (2.02 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2356GDG
  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:bvrG7ET60WW(2.02):bd09/11/2012:svnLENOVO:pn2356GDG:pvrThinkPadT430s:rvnLENOVO:rn2356GDG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2356GDG
  dmi.product.version: ThinkPad T430s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Jul  7 12:28:52 2015
  xserver.configfile: default
  xserver.errors:
  
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
  product id                                8510 
  vendor                                    AUO
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1472211/+subscriptions

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

Title:
  desctop crash

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