[Bug 1938909] [NEW] Cheetah3 needs "Fix filetype for Python 2"

2021-08-04 Thread Stijn Souffriau
Public bug reported:

Basically I'm hitting the issue fixed by:
https://github.com/CheetahTemplate3/cheetah3/commit/53e4c37564a48f0ad9e27fef5fa49df1d644c8c5

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

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

Title:
  Cheetah3 needs "Fix filetype for Python 2"

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1906129] [NEW] diaspora-install needs utf-8 for postgresql in config

2020-11-28 Thread Stijn Dumon
Public bug reported:

Caused by:
PG::InvalidParameterValue: ERROR:  new encoding (UTF8) is incompatible with the 
encoding of the template database (SQL_ASCII)
HINT:  Use the same encoding as in the template database, or use template0 as 
template.

rake aborted!
ActiveRecord::StatementInvalid: PG::InvalidParameterValue: ERROR:  new encoding 
(UTF8) is incompatible with the encoding of the template database (SQL_ASCII)
HINT:  Use the same encoding as in the template database, or use template0 as 
template.
: CREATE DATABASE "diaspora_production" ENCODING = 'unicode'

after changing encoding to utf8 and adding template" template0 as first 
parameter 
to /usr/share/diaspora/config/database.yml it all started to work ok 

postgres: &postgres
+  template: template0 
-  encoding: unicode
+encoding: utf8


sed -i 's!encoding: unicode!encoding: unicode\n  template: template0!' 
/usr/share/diaspora/config/database.yml

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

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

Title:
  diaspora-install needs utf-8 for postgresql in config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/diaspora-installer/+bug/1906129/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1881129] [NEW] package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: subproces post-removal script geïnstalleerd gaf een foutwaarde 1 terug

2020-05-28 Thread Stijn
Public bug reported:

u

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: lightdm 1.10.6-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-170.220-generic 3.13.11-ckt39
Uname: Linux 3.13.0-170-generic i686
ApportVersion: 2.14.1-0ubuntu3.29
AptOrdering:
 lubuntu-desktop: Purge
 lubuntu-default-session: Purge
 lubuntu-core: Purge
 lubuntu-default-settings: Purge
 lightdm: Purge
Architecture: i386
Date: Thu May 28 13:54:09 2020
DuplicateSignature: package:lightdm:1.10.6-0ubuntu1:subproces post-removal 
script geïnstalleerd gaf een foutwaarde 1 terug
ErrorMessage: subproces post-removal script geïnstalleerd gaf een foutwaarde 1 
terug
InstallationDate: Installed on 2014-09-27 (2069 days ago)
InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140416.2)
LightdmConfig:
 [SeatDefaults]
 autologin-guest=false
 autologin-user=marleen
 autologin-user-timeout=0
 autologin-session=lightdm-autologin
LightdmGreeterLog:
 ** (lightdm-gtk-greeter:1399): WARNING **: Failed to load user image: Openen 
van bestand ‘/home/marleen/.face’ mislukt: Bestand of map bestaat niet
 
 ** (lightdm-gtk-greeter:1399): WARNING **: Failed to load user image: Openen 
van bestand ‘/home/user/.face’ mislukt: Bestand of map bestaat niet
LightdmGreeterLogOld:
 ** (lightdm-gtk-greeter:1195): WARNING **: Failed to load user image: Openen 
van bestand ‘/home/user/.face’ mislukt: Bestand of map bestaat niet
 
 ** (lightdm-gtk-greeter:1195): WARNING **: Failed to load user image: Openen 
van bestand ‘/home/marleen/.face’ mislukt: Bestand of map bestaat niet
 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.
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.8
 apt  1.0.1ubuntu2.24
SourcePackage: lightdm
Title: package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: subproces 
post-removal script geïnstalleerd gaf een foutwaarde 1 terug
UpgradeStatus: Upgraded to trusty on 2020-05-28 (0 days ago)

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


** Tags: apport-package i386 trusty

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

Title:
  package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: subproces
  post-removal script geïnstalleerd gaf een foutwaarde 1 terug

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867675] Re: Install failure for libc6 2.31-0ubuntu6 on armhf

2020-03-25 Thread Sebastiaan van Stijn
ok; "success" - the problem is solved when installing libseccomp 2.4.3.
Unfortunately, that version is not available on Ubuntu versions < 20.03
(https://packages.ubuntu.com/search?keywords=libseccomp2).

So for debugging, I installed the package from the ubuntu 20.03
repository.

What it comes down to (IIUC);

The container we're running (ubuntu:20.03) makes a syscall that's
introduced in Linux 5.x, but docker in this case is running on a 4.x
kernel (the host is Ubuntu 16.04). The version of libseccomp installed
on the host is not taking kernel 5.x syscalls into account, receives an
error, and (likely) in that case blocks the syscall, because a whitelist
is used.

Solutions for this would be to;

- ask Ubuntu and Debian package maintainers to provide libseccomp 2.4.3 
packages for older (LTS) releases. It's a patch release, so possibly acceptable 
for them. On the other hand; it's adding "features" for a kernel version that's 
not used by those versions of Ubuntu / Debian.
- somehow make libseccomp handle "unknown" syscalls, and perhaps allow them 
(instead of blocking)? (not exactly sure how it's handling these, so I'd have 
to read up on that); probably that's the same (similar) as changing our 
"whitelist" to a "blacklist" (which could weaken security)

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

Title:
  Install failure for libc6 2.31-0ubuntu6 on armhf

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867675] Re: Install failure for libc6 2.31-0ubuntu6 on armhf

2020-03-25 Thread Sebastiaan van Stijn
Some further discussion in https://github.com/moby/moby/issues/40734.
Possibly one of the new syscalls (added in Linux 5.4) are now being
used, but not whitelisted in docker's seccomp profile;
https://github.com/moby/moby/issues/40734

** Bug watch added: github.com/moby/moby/issues #40734
   https://github.com/moby/moby/issues/40734

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

Title:
  Install failure for libc6 2.31-0ubuntu6 on armhf

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867675] Re: Install failure for libc6 2.31-0ubuntu6 on armhf

2020-03-24 Thread Sebastiaan van Stijn
We ran into the same issue in the containerd packaging scripts
(https://github.com/docker/containerd-packaging/pull/151), and it looks
like the `Cannot utime: Operation not permitted` is caused by seccomp
blocking something.

Now the question is if the default seccomp profile is blocking something
that does not have to be blocked, if a different syscall is made when
installing this package or if a syscall is made that is not understood
by libseccomp (perhaps different syscalls were added for 32-bit
platforms).

Not an expert in this area, but thought I'd at least add the info I have
at this moment.

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

Title:
  Install failure for libc6 2.31-0ubuntu6 on armhf

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1667709] Re: unfocussed tabs are transparent

2017-04-24 Thread Stijn
Still have this problem with latest terminator version

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

Title:
  unfocussed tabs are transparent

To manage notifications about this bug go to:
https://bugs.launchpad.net/terminator/+bug/1667709/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1676082] Re: Inactive terminator tabs have a 100% transparent background (which looks very broken)

2017-04-24 Thread Stijn
*** This bug is a duplicate of bug 1667709 ***
https://bugs.launchpad.net/bugs/1667709

Still have this problem with latest terminator version

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

Title:
  Inactive terminator tabs have a 100% transparent background (which
  looks very broken)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1675703] [NEW] [Latitude E5550, Intel Broadwell HDMI, Digital Out, HDMI] Playback problem

2017-03-24 Thread Stijn Haers
28-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-66.87-generic 4.4.44
Uname: Linux 4.4.0-66-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC1D0c:   stijn  2402 F...m pulseaudio
 /dev/snd/controlC1:  stijn  2402 F pulseaudio
 /dev/snd/controlC0:  stijn  2402 F pulseaudio
CurrentDesktop: Unity
Date: Fri Mar 24 10:01:46 2017
InstallationDate: Installed on 2015-09-21 (549 days ago)
InstallationMedia: It
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
Symptom_Card: Built-in Audio - HDA Intel HDMI
Symptom_Jack: Digital Out, HDMI
Symptom_Type: None of the above
Title: [Latitude E5550, Intel Broadwell HDMI, Digital Out, HDMI] Playback 
problem
UpgradeStatus: Upgraded to xenial on 2016-11-08 (135 days ago)
dmi.bios.date: 01/05/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.name: 0JPRM5
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd01/05/2015:svnDellInc.:pnLatitudeE5550:pvr01:rvnDellInc.:rn0JPRM5:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E5550
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages xenial

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

Title:
  [Latitude E5550, Intel Broadwell HDMI, Digital Out, HDMI] Playback
  problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1675703/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257682] Re: dig compiled without -DDIG_SIGCHASE!

2017-02-03 Thread Mike van Stijn
This bug seems to be back in Ubuntu 16.04

# dig +sigchase
Invalid option: +sigchase
Usage:  dig [@global-server] [domain] [q-type] [q-class] {q-opt}
{global-d-opt} host [@local-server] {local-d-opt}
[ host [@local-server] {local-d-opt} [...]]

Use "dig -h" (or "dig -h | more") for complete list of options

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

# apt-cache policy dnsutils
dnsutils:
  Installiert:   1:9.10.3.dfsg.P4-8ubuntu1.4
  Installationskandidat: 1:9.10.3.dfsg.P4-8ubuntu1.4
  Versionstabelle:
 *** 1:9.10.3.dfsg.P4-8ubuntu1.4 500
500 http://de.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
100 /var/lib/dpkg/status
 1:9.10.3.dfsg.P4-8 500
500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

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

Title:
  dig compiled without -DDIG_SIGCHASE!

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1210380] Re: package mysql-server-5.5 5.5.32-0ubuntu0.12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-08-25 Thread Stijn Tintel
Seeing this on a clean install of mysql-server inside a trusty Docker
container:

160825 12:36:59 [Warning] Using unique option prefix myisam-recover instead of 
myisam-recover-options is deprecated and will be removed in a future release. 
Please use the full name instead.
160825 12:36:59 [Note] Plugin 'FEDERATED' is disabled.
160825 12:36:59 InnoDB: The InnoDB memory heap is disabled
160825 12:36:59 InnoDB: Mutexes and rw_locks use GCC atomic builtins
160825 12:36:59 InnoDB: Compressed tables use zlib 1.2.8
160825 12:36:59 InnoDB: Using Linux native AIO
160825 12:36:59 InnoDB: Initializing buffer pool, size = 128.0M
160825 12:36:59 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
160825 12:36:59  InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
160825 12:36:59  InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
160825 12:36:59  InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
160825 12:36:59  InnoDB: Waiting for the background threads to start
160825 12:37:00 InnoDB: 5.5.50 started; log sequence number 0
160825 12:37:00  InnoDB: Starting shutdown...
160825 12:37:01  InnoDB: Shutdown completed; log sequence number 1595675
160825 12:37:01 [Warning] Using unique option prefix myisam-recover instead of 
myisam-recover-options is deprecated and will be removed in a future release. 
Please use the full name instead.
160825 12:37:01 [Note] Plugin 'FEDERATED' is disabled.
160825 12:37:01 InnoDB: The InnoDB memory heap is disabled
160825 12:37:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
160825 12:37:01 InnoDB: Compressed tables use zlib 1.2.8
160825 12:37:01 InnoDB: Using Linux native AIO
160825 12:37:01 InnoDB: Initializing buffer pool, size = 128.0M
160825 12:37:01 InnoDB: Completed initialization of buffer pool
160825 12:37:01 InnoDB: highest supported file format is Barracuda.
160825 12:37:01  InnoDB: Waiting for the background threads to start
160825 12:37:02 InnoDB: 5.5.50 started; log sequence number 1595675
ERROR: 1064  You have an error in your SQL syntax; check the manual that 
corresponds to your MySQL server version for the right syntax to use near 
'ALTER TABLE user ADD column Show_view_priv enum('N','Y') CHARACTER SET utf8 
NOT ' at line 1
160825 12:37:02 [ERROR] Aborting

160825 12:37:02  InnoDB: Starting shutdown...
160825 12:37:03  InnoDB: Shutdown completed; log sequence number 1595675
160825 12:37:03 [Note] /usr/sbin/mysqld: Shutdown complete

160825 12:37:03 [Warning] Using unique option prefix myisam-recover instead of 
myisam-recover-options is deprecated and will be removed in a future release. 
Please use the full name instead.
160825 12:37:03 [Note] Plugin 'FEDERATED' is disabled.
160825 12:37:03 InnoDB: The InnoDB memory heap is disabled
160825 12:37:03 InnoDB: Mutexes and rw_locks use GCC atomic builtins
160825 12:37:03 InnoDB: Compressed tables use zlib 1.2.8
160825 12:37:03 InnoDB: Using Linux native AIO
160825 12:37:03 InnoDB: Initializing buffer pool, size = 128.0M
160825 12:37:03 InnoDB: Completed initialization of buffer pool
160825 12:37:03 InnoDB: highest supported file format is Barracuda.
160825 12:37:03  InnoDB: Waiting for the background threads to start
160825 12:37:04 InnoDB: 5.5.50 started; log sequence number 1595675
160825 12:37:04  InnoDB: Starting shutdown...
160825 12:37:05  InnoDB: Shutdown completed; log sequence number 1595675
160825 12:37:05 [Warning] Using unique option prefix myisam-recover instead of 
myisam-recover-options is deprecated and will be removed in a future release. 
Please use the full name instead.
160825 12:37:05 [Note] Plugin 'FEDERATED' is disabled.
160825 12:37:05 InnoDB: The InnoDB memory heap is disabled
160825 12:37:05 InnoDB: Mutexes and rw_locks use GCC atomic builtins
160825 12:37:05 InnoDB: Compressed tables use zlib 1.2.8
160825 12:37:05 InnoDB: Using Linux native AIO
160825 12:37:05 InnoDB: Initializing buffer pool, size = 128.0M
160825 12:37:05 InnoDB: Completed initialization of buffer pool
160825 12:37:05 InnoDB: highest supported file format is Barracuda.
160825 12:37:05  InnoDB: Waiting for the background threads to start
160825 12:37:06 InnoDB: 5.5.50 started; log sequence number 1595675
ERROR: 1050  Table 'plugin' already exists
160825 12:37:06 [ERROR] Aborting

160825 12:37:06  InnoDB: Starting shutdown...
160825 12:37:07  InnoDB: Shutdown completed; log sequence number 1595675
160825 12:37:

[Bug 1571564] Re: Unable to install Kubuntu 16.04

2016-04-21 Thread Stijn Tintel
Correction, downgrading to plasma-desktop-data_5.5.4-0ubuntu1_all.deb
made the pop-up go away, and I could start plasmashell again. However,
my panel was still messed up and clicking kickoff produced an error.

I then noticed that plasma-desktop was not installed (showed rc in dpkg
-l), so I manually installed plasma-desktop_5.5.4-0ubuntu1_amd64.deb and
now everything seems fine after logging out and in again.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1571564

Title:
  Unable to install Kubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1571564/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1571564] Re: Unable to install Kubuntu 16.04

2016-04-21 Thread Stijn Tintel
Downgrading to plasma-desktop-data_5.5.4-0ubuntu1_all.deb seems to solve
the problem for me.

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

Title:
  Unable to install Kubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1571564/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1571564] Re: Unable to install Kubuntu 16.04

2016-04-21 Thread Stijn Tintel
Seeing this on a Kubuntu 16.04 installed a few weeks ago from the beta2
install CD. This installation worked fine until today, I am getting a
pop-up after logging in:

Plasma Cannot Start - Plasma

All shell packages missing.
This is an installation issue, please contact your distribution

Krunner works in my case and I can start programs like this.

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

Title:
  Unable to install Kubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1571564/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1571702] [NEW] unable to take VM screenshot

2016-04-18 Thread Stijn Tintel
Public bug reported:

Description:Ubuntu 16.04 LTS
Release:16.04

virt-manager:
  Installed: 1:1.3.2-3ubuntu1
  Candidate: 1:1.3.2-3ubuntu1
  Version table:
 *** 1:1.3.2-3ubuntu1 500
500 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
500 http://be.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
100 /var/lib/dpkg/status

Start a KVM VM in via virt-manager. In the VM window, click "Virtual
Machine", then "Take Screenshot" and "Save". It should save a
screenshot.

Instead of creating a screenshot, it creates an empty png file and virt-
manager throws this error:

Error taking screenshot: argument 1 must be convertible to a buffer, not
_ResultTuple

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/details.py", line 1455, in 
control_vm_screenshot
return self._take_screenshot()
  File "/usr/share/virt-manager/virtManager/details.py", line 1507, in 
_take_screenshot
file(filename, "wb").write(ret)
TypeError: argument 1 must be convertible to a buffer, not _ResultTuple

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: virt-manager 1:1.3.2-3ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
Uname: Linux 4.4.0-18-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: KDE
Date: Mon Apr 18 17:16:49 2016
InstallationDate: Installed on 2016-04-05 (13 days ago)
InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160405)
PackageArchitecture: all
SourcePackage: virt-manager
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: virt-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  unable to take VM screenshot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/1571702/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1550912] Re: python-lxc segfaults when calling get_ips()

2016-04-06 Thread Stijn Tintel
A simple rebuild of python-lxc solves this problem on 16.04. Please
rebuild and push to repo.

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

Title:
  python-lxc segfaults when calling get_ips()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2016-01-26 Thread stijn
I have posted to the mailing list. If anything develops I will post it
here.

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2016-01-12 Thread stijn
Hi Chris, I agree that I do not think my bug is a duplicate of the other
kerning issue. I mentioned that already in the bug in my contributions
of 2015-02-27 and 2015-04-23. Unfortunately, there is no action on the
duplicate bug either, so the route through the Document Foundations
seems to have come to a haly completely.

Regarding your radeon mailing list suggestion: I don't understand
completely. Do you mean I should sent a mail there describing my problem
to that mailing list? So that they are informed as well?

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2016-01-07 Thread stijn
Hi Chris, thanks for the info. I already posted the bug at the Document
Foundation earlier, so I think already took those steps. I'll explain
what happened.

-Feb 2015: I posted the bug on DF.org here: 
https://bugs.documentfoundation.org/show_bug.cgi?id=89558
-Feb 2015: My bug was merged by a DF.org user with another one, here: 
https://bugs.documentfoundation.org/show_bug.cgi?id=88991
-Apr 2015: I had some new experiences with the bug, a.o. that it did not occur 
with the proprietary graphics driver. So I decided to post the bug with the 
developers of the open source driver as well. This is the bug topic you and I 
are discussing in now.
-Apr - Oct 2015: I kept adding some info to the DF.org bug when I found it. I 
got no more replies on DF.org. The bug has not been assigned to a developer 
there.

So I am unsure whether I can do more than that for fixing it upstream.
If you have a suggestion, let me know.


** Bug watch added: Document Foundation Bugzilla #89558
   https://bugs.documentfoundation.org/show_bug.cgi?id=89558

** Bug watch added: Document Foundation Bugzilla #88991
   https://bugs.documentfoundation.org/show_bug.cgi?id=88991

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2015-12-20 Thread stijn
Hi Chris, in my experience it can literally happen to any document I use
in LO. So even a new document I just started with only default
formatting. So if there's any consistency in it, then it probably has to
do with my system configuration or the way my system creates document
and then interacts with my graphics driver.

So I attached an example .odp-slide that I use regularly to maybe give
you a clue. Any suggestion / help is welcome. Again: I do realise that
this is becoming quite a particular bug (hard to reproduce, potentially
related to my system configuration). So I understand if you want to give
up on it at any point.

** Attachment added: "Document that I use often that regularly gives problems. 
However, note that problems can occur with *any* LO-document I use, even new 
ones with only text in default formatting."
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1448937/+attachment/4537816/+files/BrokenDocument.odp

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2015-12-16 Thread stijn
Unfortunately, that's exactly the issue: the display / kerning problems
are not connected to a specific document. It can happen to any LO-
document, but it does not always happen. So I can not do an apple-apple
test in that way.

That's the annoying part of the whole thing: it happens often enough to
make it annoying, but not in a reproducible enough way to test /solve
it.

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2015-12-15 Thread stijn
[Continuation of previous post, I can't seem to edit]

Two things:

1. The graphical output of LO was nearly faultless. Errors I normally
have in displayed properties like bold / italic / font were not there.
However I did experience a full loss of display of some characters at a
certain high zoom level. See the attachment of previous post. In both
cases, there needs to be a "j" in the void after the "i" characters.
Other zoom levels did display the "j". (The problem was not limited to
j's; other characters also disappeared sometimes.) So my experience was
not without display problems, but different ones than I have on my
regular system.

2. I can not be really sure of the results as I have no set way of
reproducing the problem on my regular system. In my test with the LiveCD
I opened a lot of different LO documents in different apps as I know
that to be a risk factor. However, I only tried this for about 10
minutes, which could be to little.

So I am not sure whether my bug will be solved automatically in upcoming
Ubuntu installs. I leave it to you whether you still see this as a bug
that needs attention or that you find it to vague to act upon. If you
need anything from me, let me know.

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2015-12-15 Thread stijn
Chris, I have tried using the LiveCD. I do not really know what to
conclude from the results though

** Attachment added: "CharactersLostAtHighZoomImpress_Wrong.png"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1448937/+attachment/4535112/+files/CharactersLostAtHighZoomImpress_Wrong.png

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2015-12-03 Thread stijn
Okay, I will try. Is is possible to run LibreOffice in an LiveCD-
environment? I have not used the LiveCD before much.

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2015-12-01 Thread stijn
Hi Chris, no it does not. It can happen with any document in Impress or
Writer. I must say I have not seen it in Calc recently, although I did
before. It can be old, big, rich, often-saved documents, but also a
fresh document I just started typing in.

Unfortunately, I don't have a clear way of reproducing it. It usually
happens only after I have been working with the LO-apps for a while (say
10 - 30 mins), not often directly from the start of using them. Risk
factors seem to include having multiple LO-files open, especially
between different apps.

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2015-11-30 Thread stijn
I saw that this bug expired because of inactivity. Indeed I have not
checked it for a while. I do however have an update, if that might be
relevant:

I managed to install the new bios. It did not solve my issue, from time
to time I still have the weird font display problems I described. The
output of the command Cristopher specified on 29-09-2015 is:

GPET65WW (1.65 )
06/26/2015

In addition: I have also upgraded to Ubuntu 15.10. That did not change
anything either.

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] Re: tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots fine with proprietary driver

2015-10-01 Thread stijn
I'll try it out tomorrow, but I am not completely sure I will be able to
pull it off. :-) I'll let you know. I am very glad to hear that you are
actively developing tint2, it is an awesome complement to the normal
Ubuntu desktop, so I will do my best to help.

Would be very nice if the new tint2 versions would become available in a
package too.

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2015-09-30 Thread stijn
Hi Chris,

I am interested to see if the bios update could solve the kerning
issues.

However, I have unfortunately not succeeded updating the bios. I have
read the three suggested modes of doing so on the wiki, but am unable to
perform any of them. The first: I can't get the .iso on an USB drive.
Not through Ubuntu (Startup Disk Creator) nor Windows (Rufus).  In
Windows it says the .iso is unbootable. The second: I can't run the
Windows .exe, since I don't have a dual boot system. The third: further
information on the ThinkVantage option is not available on the wiki
page.

I understand that you are not here to solve my bios update issues, but
should you have a suggestion, let me know.

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] Re: tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots fine with proprietary driver

2015-09-30 Thread stijn
Hi Chris, thanks for your update and your suggestion for updating the
bios. I have a few points:

1. I have unfortunately not succeeded updating the bios. I have read the
three suggested modes of doing so on the wiki, but am unable to perform
any of them. The first: I can't get the .iso on an USB drive. Not
through Ubuntu (Startup Disk Creator) nor Windows (Rufus).  In Windows
it says the .iso is unbootable. The second: I can't run the Windows
.exe, since I don't have a dual boot system. The third: further
information on the ThinkVantage option is not available on the wiki
page.

2. However, the sleep workaround suggested by o9000 works like a charm.
I haven't had issues since. So I am satisfied as this issue is not
bothering me anymore. So for me no further action is required on this
one.

3. However, I do realize that this is more a workaround than a potential
bug fix. So if from the bug fix angle it is still relevant for you to do
further diagnostics, let me know, I am happy to try to provide.

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] Re: tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots fine with proprietary driver

2015-09-29 Thread stijn
Okay, that sounds plausible! I'll try that, thanks!

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2015-09-29 Thread stijn
Hi Cristopher, I've included the info as you asked. I see now that all
kinds of .txt files were uploaded to this thread. Is that the right way
to do it?

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] Re: tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots fine with proprietary driver

2015-09-29 Thread stijn
I've tried starting tint2 from a terminal about 10 times in a row and
all were successfull. So it seems that it does not fail when started
from a terminal.

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] XorgLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478337/+files/XorgLog.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] LightdmDisplayLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "LightdmDisplayLog.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478323/+files/LightdmDisplayLog.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] UnitySupportTest.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "UnitySupportTest.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478336/+files/UnitySupportTest.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] BootLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478318/+files/BootLog.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] xserver.devices.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "xserver.devices.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478371/+files/xserver.devices.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Xrandr.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1448937/+attachment/4478339/+files/Xrandr.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] UdevDb.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1448937/+attachment/4478334/+files/UdevDb.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] XorgLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478367/+files/XorgLog.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] ProcCpuinfo.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478330/+files/ProcCpuinfo.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] LightdmGreeterLogOld.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "LightdmGreeterLogOld.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478325/+files/LightdmGreeterLogOld.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] LightdmGreeterLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "LightdmGreeterLog.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478324/+files/LightdmGreeterLog.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] xdpyinfo.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478370/+files/xdpyinfo.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] xserver.devices.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "xserver.devices.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478341/+files/xserver.devices.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] XorgLogOld.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478368/+files/XorgLogOld.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] Xrandr.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1448939/+attachment/4478369/+files/Xrandr.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] MonitorsUser.xml.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478329/+files/MonitorsUser.xml.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] ProcModules.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478333/+files/ProcModules.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] UdevLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478335/+files/UdevLog.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] GconfCompiz.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "GconfCompiz.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478322/+files/GconfCompiz.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] UdevDb.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1448939/+attachment/4478364/+files/UdevDb.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] ProcInterrupts.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478332/+files/ProcInterrupts.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] LightdmLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "LightdmLog.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478326/+files/LightdmLog.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] DpkgLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478321/+files/DpkgLog.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] CurrentDmesg.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478319/+files/CurrentDmesg.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Lspci.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1448937/+attachment/4478327/+files/Lspci.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Lsusb.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1448937/+attachment/4478328/+files/Lsusb.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Dependencies.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478320/+files/Dependencies.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] XorgLogOld.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478338/+files/XorgLogOld.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] Re: LibreOffice has serious kerning issues with characters' display of font, bold, italic

2015-09-29 Thread stijn
apport information

** Tags added: apport-collected compiz-0.9 trusty ubuntu

** Description changed:

  I run in to distorted text in LibreOffice, depending on zoom level. At
  first I thought it was a LO-bug, but now I have found that I don't get
  this issues when I run the AMD proprietary driver (fglrx). So I think it
  might be a problem in the xserver-xorg-video-ati driver. I have a Radeon
  HD 8600M series in a Lenovo S540.
  
  The attached file shows an example of the bug that I had in Calc. The
  bottom right is the 'normal' text. Three lines, with the bottom one in
  bold. Depending on the zoom level, the text is distorted in many ways:
  bold / italic / font (appearance).
  
  Some extra information:
  -This happens in all LO-apps I use: Calc, Writer, Impress.
  -I don't have a clear way of reproducing it. The apps normally start out 
perfectly fine. After a while this can happen, not always. Risk factors seem to 
include having multiple LO-files open, especially between different apps.
  -It is not always that the 100% zoom level is ok. That can be distorted too.
  -This never ever happens in any other app / program I use.
  
  If this is unlikely to be caused by the xserver-xorg-video-ati driver, I
  apologize for reporting it here. If you need additional information,
  please let me know, I will be happy to provide.
  
  Required info:
  1) Ubuntu 14.04.2 LTS
  2) xserver-xorg-video-ati Installed: 1:7.3.0-1ubuntu3.1
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 2.14.1-0ubuntu3.15
+ Architecture: amd64
+ CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
+ CompositorRunning: compiz
+ CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
+ CompositorUnredirectFSW: true
+ CurrentDesktop: Unity
+ DistUpgraded: Fresh install
+ DistroCodename: trusty
+ DistroRelease: Ubuntu 14.04
+ DistroVariant: ubuntu
+ DkmsStatus:
+  vboxhost, 4.3.30, 3.13.0-61-generic, x86_64: installed
+  vboxhost, 4.3.30, 3.13.0-62-generic, x86_64: installed
+ EcryptfsInUse: Yes
+ ExtraDebuggingInterest: Yes, if not too technical
+ GraphicsCard:
+  Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
+Subsystem: Lenovo Device [17aa:2216]
+ InstallationDate: Installed on 2015-02-10 (230 days ago)
+ InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
+ MachineType: LENOVO 20B30064MH
+ Package: xorg 1:7.7+1ubuntu8.1
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-62-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
+ Tags:  trusty ubuntu compiz-0.9
+ Uname: Linux 3.13.0-62-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 02/19/2014
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: GPET54WW (1.54 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20B30064MH
+ dmi.board.vendor: LENOVO
+ dmi.board.version: 0B98401 Pro
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnLENOVO:bvrGPET54WW(1.54):bd02/19/2014:svnLENOVO:pn20B30064MH:pvrThinkPadS5-S540:rvnLENOVO:rn20B30064MH:rvr0B98401Pro:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 20B30064MH
+ dmi.product.version: ThinkPad S5-S540
+ 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 Sep 29 07:11:18 2015
+ xserver.configfile: default
+ xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
+ xserver.logfile: /var/log/Xorg.0.log
+ xserver.outputs:
+  product id   13549 
+  vendor AUO
+ xserver.version: 2:1.15.1-0ubuntu2.7

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478317/+files/BootDmesg.txt

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

[Bug 1448939] ProcInterrupts.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478362/+files/ProcInterrupts.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] xdpyinfo.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4478340/+files/xdpyinfo.txt

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] ProcEnviron.txt

2015-09-29 Thread stijn
apport information

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

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] UdevLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478365/+files/UdevLog.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] ProcCpuinfo.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478360/+files/ProcCpuinfo.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] ProcModules.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478363/+files/ProcModules.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] LightdmGreeterLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "LightdmGreeterLog.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478354/+files/LightdmGreeterLog.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] UnitySupportTest.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "UnitySupportTest.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478366/+files/UnitySupportTest.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] DpkgLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478351/+files/DpkgLog.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] Re: tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots fine with proprietary driver

2015-09-29 Thread stijn
apport information

** Tags added: apport-collected compiz-0.9 trusty ubuntu

** Description changed:

  I run a little taskbar app called tint2. I boot it at startup, but about
  50% of the time it isn't visible after booting. The other 50% it is. So
  I can reboot or logout/login until it sticks. At first I thought it was
  a bug in tint2, but now I have found that I don't get this issues when I
  run the AMD proprietary driver (fglrx). So I think it might be a problem
  in the xserver-xorg-video-ati driver. I have a Radeon HD 8600M series in
  a Lenovo S540.
  
  Additional note: when it does not display and I power off the computer,
  it is displayed for a brief moment before the computer shuts down. That
  makes me think that it is actually a display problem, not a problem of
  tint2 not booting at all.
  
  If this is unlikely to be caused by the xserver-xorg-video-ati driver, I
  apologize for reporting it here. If you need additional information,
  please let me know, I will be happy to provide.
  
  Required info:
  1) Ubuntu 14.04.2 LTS
  2) xserver-xorg-video-ati Installed: 1:7.3.0-1ubuntu3.1
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 2.14.1-0ubuntu3.15
+ Architecture: amd64
+ CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
+ CompositorRunning: compiz
+ CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
+ CompositorUnredirectFSW: true
+ CurrentDesktop: Unity
+ DistUpgraded: Fresh install
+ DistroCodename: trusty
+ DistroRelease: Ubuntu 14.04
+ DistroVariant: ubuntu
+ DkmsStatus:
+  vboxhost, 4.3.30, 3.13.0-61-generic, x86_64: installed
+  vboxhost, 4.3.30, 3.13.0-62-generic, x86_64: installed
+ EcryptfsInUse: Yes
+ ExtraDebuggingInterest: Yes, if not too technical
+ GraphicsCard:
+  Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
+Subsystem: Lenovo Device [17aa:2216]
+ InstallationDate: Installed on 2015-02-10 (230 days ago)
+ InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
+ MachineType: LENOVO 20B30064MH
+ Package: xorg 1:7.7+1ubuntu8.1
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-62-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
+ Tags:  trusty ubuntu compiz-0.9
+ Uname: Linux 3.13.0-62-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 02/19/2014
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: GPET54WW (1.54 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20B30064MH
+ dmi.board.vendor: LENOVO
+ dmi.board.version: 0B98401 Pro
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnLENOVO:bvrGPET54WW(1.54):bd02/19/2014:svnLENOVO:pn20B30064MH:pvrThinkPadS5-S540:rvnLENOVO:rn20B30064MH:rvr0B98401Pro:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 20B30064MH
+ dmi.product.version: ThinkPad S5-S540
+ 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 Sep 29 07:11:18 2015
+ xserver.configfile: default
+ xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
+ xserver.logfile: /var/log/Xorg.0.log
+ xserver.outputs:
+  product id   13549 
+  vendor AUO
+ xserver.version: 2:1.15.1-0ubuntu2.7

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478347/+files/BootDmesg.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/ma

[Bug 1448939] Lspci.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1448939/+attachment/4478357/+files/Lspci.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] ProcEnviron.txt

2015-09-29 Thread stijn
apport information

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

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] CurrentDmesg.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478349/+files/CurrentDmesg.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] Dependencies.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478350/+files/Dependencies.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] Lsusb.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1448939/+attachment/4478358/+files/Lsusb.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] LightdmDisplayLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "LightdmDisplayLog.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478353/+files/LightdmDisplayLog.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] BootLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478348/+files/BootLog.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] LightdmGreeterLogOld.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "LightdmGreeterLogOld.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478355/+files/LightdmGreeterLogOld.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] MonitorsUser.xml.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478359/+files/MonitorsUser.xml.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] LightdmLog.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "LightdmLog.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478356/+files/LightdmLog.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] GconfCompiz.txt

2015-09-29 Thread stijn
apport information

** Attachment added: "GconfCompiz.txt"
   
https://bugs.launchpad.net/bugs/1448939/+attachment/4478352/+files/GconfCompiz.txt

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448939] [NEW] tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots fine with proprietary driver

2015-04-27 Thread stijn
Public bug reported:

I run a little taskbar app called tint2. I boot it at startup, but about
50% of the time it isn't visible after booting. The other 50% it is. So
I can reboot or logout/login until it sticks. At first I thought it was
a bug in tint2, but now I have found that I don't get this issues when I
run the AMD proprietary driver (fglrx). So I think it might be a problem
in the xserver-xorg-video-ati driver. I have a Radeon HD 8600M series in
a Lenovo S540.

Additional note: when it does not display and I power off the computer,
it is displayed for a brief moment before the computer shuts down. That
makes me think that it is actually a display problem, not a problem of
tint2 not booting at all.

If this is unlikely to be caused by the xserver-xorg-video-ati driver, I
apologize for reporting it here. If you need additional information,
please let me know, I will be happy to provide.

Required info:
1) Ubuntu 14.04.2 LTS
2) xserver-xorg-video-ati Installed: 1:7.3.0-1ubuntu3.1

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

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

Title:
  tint2 taskbar boots irregularly with xserver-xorg-video-ati, boots
  fine with proprietary driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1448937] [NEW] LibreOffice has serious kerning issues with characters' display of font, bold, italic

2015-04-27 Thread stijn
Public bug reported:

I run in to distorted text in LibreOffice, depending on zoom level. At
first I thought it was a LO-bug, but now I have found that I don't get
this issues when I run the AMD proprietary driver (fglrx). So I think it
might be a problem in the xserver-xorg-video-ati driver. I have a Radeon
HD 8600M series in a Lenovo S540.

The attached file shows an example of the bug that I had in Calc. The
bottom right is the 'normal' text. Three lines, with the bottom one in
bold. Depending on the zoom level, the text is distorted in many ways:
bold / italic / font (appearance).

Some extra information:
-This happens in all LO-apps I use: Calc, Writer, Impress.
-I don't have a clear way of reproducing it. The apps normally start out 
perfectly fine. After a while this can happen, not always. Risk factors seem to 
include having multiple LO-files open, especially between different apps.
-It is not always that the 100% zoom level is ok. That can be distorted too.
-This never ever happens in any other app / program I use.

If this is unlikely to be caused by the xserver-xorg-video-ati driver, I
apologize for reporting it here. If you need additional information,
please let me know, I will be happy to provide.

Required info:
1) Ubuntu 14.04.2 LTS
2) xserver-xorg-video-ati Installed: 1:7.3.0-1ubuntu3.1

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


** Tags: libreoffice

** Attachment added: "DistortedTextLibreOffice.png"
   
https://bugs.launchpad.net/bugs/1448937/+attachment/4385382/+files/DistortedTextLibreOffice.png

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

Title:
  LibreOffice has serious kerning issues with characters' display of
  font, bold, italic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295192]

2015-02-18 Thread Stijn+bugs
Created attachment 8565783
Screenshot of form history popup in KDE5

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

Title:
  with multiple-monitors, firefox menus/url history/tooltips shows up on
  wrong monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/295192/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295192]

2015-02-18 Thread Stijn+bugs
I've added a couple of screenshots showing this problem in Firefox on
KDE5. This is on Gentoo using the proprietary nvidia driver, so this
really doesn't seem driver or desktop environment related.

And I am seeing the same problem in Thunderbird too, e.g. with the popup
showing addresses from addressbook when I start typing an address in the
To field.

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

Title:
  with multiple-monitors, firefox menus/url history/tooltips shows up on
  wrong monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/295192/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295192]

2015-02-18 Thread Stijn+bugs
Created attachment 8565782
Screenshot of save password popup in KDE5

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

Title:
  with multiple-monitors, firefox menus/url history/tooltips shows up on
  wrong monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/295192/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1336318] [NEW] UnicodeDecodeError in software-properties-common

2014-07-01 Thread Stijn Maller
Public bug reported:

After upgrading from 12.04 to 14.04 I noticed that I couldn't open the
"Additional Drivers" and the "Software Sources" windows anymore. Trying
to start them from the commandline gives the following output:

http://paste.ubuntu.com/7731727/

I found a similar bug here:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1053749

But in my case none of the files listed there seem to contain an invalid
character.

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

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

Title:
  UnicodeDecodeError in software-properties-common

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1332174] Re: [HP EliteBook 8570w Mobile Workstation] log in screen freezes after closing and reopening lid

2014-06-23 Thread Stijn
Some nvidia card apparently have this problem.
System settings > Software & Updates > Additional Drivers > Using NVIDIA binary 
driver

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

** Description changed:

  When I close the lid of my HP EliteBook 8570w and reopen it, my computer 
comes from sleep to login screen but freezes. Nothing can be done, only reboot.
  Ubuntu 14.04 clean install on 25GB partition
  Nvidia Quadro K1000M
+ 
+ FIXED Some nvidia card have this problem.
+ System settings > Software & Updates > Additional Drivers > Using NVIDIA 
binary driver
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-29-generic 3.13.0-29.53
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  stijn  1850 F pulseaudio
-  /dev/snd/controlC0:  stijn  1850 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  stijn  1850 F pulseaudio
+  /dev/snd/controlC0:  stijn  1850 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Jun 19 18:34:35 2014
  HibernationDevice: RESUME=UUID=cfbbe5e5-61b4-4d74-8808-2030c275a5c1
  InstallationDate: Installed on 2014-06-15 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP EliteBook 8570w
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=916c5746-ce8a-4286-b4cc-cf28404a2c1e ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-29-generic N/A
-  linux-backports-modules-3.13.0-29-generic  N/A
-  linux-firmware 1.127.2
+  linux-restricted-modules-3.13.0-29-generic N/A
+  linux-backports-modules-3.13.0-29-generic  N/A
+  linux-firmware 1.127.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68IAV Ver. F.43
  dmi.board.name: 176B
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 50.1C
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68IAVVer.F.43:bd10/08/2013:svnHewlett-Packard:pnHPEliteBook8570w:pvrA1029D110C:rvnHewlett-Packard:rn176B:rvrKBCVersion50.1C:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8570w
  dmi.product.version: A1029D110C
  dmi.sys.vendor: Hewlett-Packard

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

Title:
  [HP EliteBook 8570w Mobile Workstation] log in screen freezes after
  closing and reopening lid

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1332174] [NEW] log in screen freezes after closing and reopening lid of laptop

2014-06-19 Thread Stijn
Public bug reported:

When I close the lid of my HP EliteBook 8570w and reopen it, my computer comes 
from sleep to login screen but freezes. Nothing can be done, only reboot.
Ubuntu 14.04 clean install on 25GB partition
Nvidia Quadro K1000M

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-29-generic 3.13.0-29.53
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  stijn  1850 F pulseaudio
 /dev/snd/controlC0:  stijn  1850 F pulseaudio
CurrentDesktop: Unity
Date: Thu Jun 19 18:34:35 2014
HibernationDevice: RESUME=UUID=cfbbe5e5-61b4-4d74-8808-2030c275a5c1
InstallationDate: Installed on 2014-06-15 (3 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Hewlett-Packard HP EliteBook 8570w
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=916c5746-ce8a-4286-b4cc-cf28404a2c1e ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-29-generic N/A
 linux-backports-modules-3.13.0-29-generic  N/A
 linux-firmware 1.127.2
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/08/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68IAV Ver. F.43
dmi.board.name: 176B
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 50.1C
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68IAVVer.F.43:bd10/08/2013:svnHewlett-Packard:pnHPEliteBook8570w:pvrA1029D110C:rvnHewlett-Packard:rn176B:rvrKBCVersion50.1C:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 8570w
dmi.product.version: A1029D110C
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug trusty

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

Title:
  log in screen freezes after closing and reopening lid of laptop

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1107150] Re: B75 Chipset I/O Problems

2013-12-12 Thread Stijn Volckaert
I reverted that same commit in my own kernel source and the problem is
back. This wasn't the root cause.

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

Title:
  B75 Chipset I/O Problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1107150] Re: B75 Chipset I/O Problems

2013-12-12 Thread Stijn Volckaert
This kernel has some other problems. it doesn't seem to contain the
graphics driver for my card and I can't reboot. However, over ssh I get:

stijn@rogue:~$ dd if=/dev/zero of=/home/stijn/test bs=1M count=1k
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 6.3337 s, 170 MB/s

This is most definitely fixed. Care to upload the source .deb file as
well?

Thanks

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

Title:
  B75 Chipset I/O Problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1107150] Re: B75 Chipset I/O Problems

2013-12-07 Thread Stijn Volckaert
not fixed

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

Title:
  B75 Chipset I/O Problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1107150] Re: B75 Chipset I/O Problems

2013-12-06 Thread Stijn Volckaert
not fixed

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

Title:
  B75 Chipset I/O Problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1107150] Re: B75 Chipset I/O Problems

2013-12-04 Thread Stijn Volckaert
still broken

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

Title:
  B75 Chipset I/O Problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1107150] Re: B75 Chipset I/O Problems

2013-12-03 Thread Stijn Volckaert
just tested. The x86 kernel still has the bug.

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

Title:
  B75 Chipset I/O Problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1107150] Re: B75 Chipset I/O Problems

2013-11-28 Thread Stijn Volckaert
Great to finally see this bug being worked on... I found a bunch of
similar bug reports that were finally closed (and supposedly solved)
because the original bug reporter ended up installing a 64-bit kernel
instead.

Here's what I found out so far:
* This bug only affects writing to block devices. Read speeds are absolutely 
fine. It would be nice if the other people could confirm this!
* This bug isn't related to the B75 chipset. I'm also experiencing this bug on 
a somewhat older chipset. I believe I'm using an Intel Q57 Express chipset but 
I doubt whether this is really relevant.
* It will only trigger with the x86 kernel, not the amd64 kernel.
* This bug _probably_ isn't limited to Ubuntu, Ubuntu is just the only distro 
that triggers it. I tested the following distributions:

  + Fedora 19 (32 bit) live cd (3.9.x kernel) -> works fine
  + OpenSuSe 13.1 (32 bit) live cd (3.11 kernel) -> works fine
  + Ubuntu 13.10 (32 bit) live cd (3.11 kernel) -> doesn't work
  + Ubuntu 13.10 (64 bit) live cd (3.11 kernel) -> works fine
  + Linux Mint 16 (32 bit) live cd (3.11 kernel) -> doesn't work
  + Debian 7.2 (32 bit) live cd (3.2 kernel) -> works fine

I then went back to Ubuntu 12.10 32 bit (3.5.5 kernel) and confirmed
that:

  + Running with only 8 Gigs of RAM gives me write speeds of 180-200Mb/sec
  + Running with 16 Gigs of RAM gives me write speeds of 160-180Mb/sec
  + Running with 32 Gigs of RAM gives me write speeds of 1.5-5.5Mb/sec

I downloaded a stock 3.5.5 kernel tarball and compiled it with the
ubuntu kernel config. The problem persists.

There is a similar bug where pc's suddenly get terrible write speeds to
block devices after waking up from suspend. This bug is caused by the
fact that on some pc's MTRR registers change after waking up. After
comparing Ubuntu, Fedora and Suse kernel configs, I noticed that Ubuntu
is the only distro using the MTRR sanitizer. I disabled it but the
problem persists.

This definitely seems like an mm problem to me. I'd like to test the
latest test kernel you've built but it's only available for amd64 (which
never had the problem anyway).

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

Title:
  B75 Chipset I/O Problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1248062] [NEW] canonicals vision is blurred

2013-11-05 Thread Stijn Verholen
Public bug reported:

Dear Canonical,

Today I discovered that a recent update has removed the "full date modified" 
column in nautilus, and replaced it by the day and month of modification.
A google search learned that this has indeed been removed. I'm guessing it's 
for no good reason, other than your determination to treat every desktop 
computer as a tablet.
There seems to be a fix, that involves recompiling nautilus: 
http://askubuntu.com/questions/285493/how-to-show-full-date-and-time-in-nautilus-files-3-6-list-view
 - That must be a joke.
I've had enough.

When I started using Ubuntu 7 years ago, it was the best and most user-
friendly distribution that had been created up until that point. A
couple of release cycles later and I was recommending it to customers.
You had the first linux distribution that was a viable replacement for
windows in a business environment in your hands. Then you threw it all
away.

- You combined a wonderful graphical user experience, with all the power of 
command-line linux, then started replacing those command-line tools with crap 
like Network Manager, which took several release cycles to work properly.
- You got yourself into a fight with the gnome people, because you wanted a 
desktop that looked and worked like an ipad. You took an excellent and stable 
graphical user interface and replaced it by Unity, a replacement that took 2 
release cycles to work properly. Those business users who made the transition 
to Ubuntu were lining up to buy new copies of windows.

Nautilus worked great. And suddenly, the directory tree dissapears. Not 
tablet-suitable, I guess ? No way of getting it back.
Today, the modification date dissapears. Too many characters for a tablet 
screen ? No way of getting it back.

I understand the desire to work profitably after all the time, energy and money 
that was invested in ubuntu. Your current path however, is not the way to go. 
Instead of trying to buy into the fad that Apple in actuality is, you should 
redirect your efforts to the original goal: making a linux desktop operating 
system that provides a painless transition from microsoft.
If you want to put out a tablet version of ubuntu, that's great and it's what 
opensource is all about. Just don't do it at the expense of desktop users.

It took Redhat many many years to turn a respectable profit. Maybe it's time 
you realised that nobody really likes Redhat.
If you want profit, create an allround software environment that is suitable to 
businesses.

My two cents.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  canonicals vision is blurred

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086359] [NEW] fglrx (not installed): fglrx kernel module failed to build

2012-12-04 Thread Stijn Brouwers
Public bug reported:

I followed the instructions on this site :
http://www.techlw.com/2012/08/install-amd-catalyst-128-drivers-in.html
When the window pops up for installing the catalyst, I choose to 'Generate 
distribution specific driver package'.
After this was done, I did
 dpkg -i *.deb
And this failed...
Her the log '/var/lib/dkms/fglrx/8.982/build/make.log'


DKMS make.log for fglrx-8.982 for kernel 3.5.0-19-generic (x86_64)
Tue Dec  4 13:27:11 CET 2012
AMD kernel module generator version 2.1
doing Makefile based build for kernel 2.6.x and higher
rm -rf *.c *.h *.o *.ko *.a .??* *.symvers
make -C /lib/modules/3.5.0-19-generic/build 
SUBDIRS=/var/lib/dkms/fglrx/8.982/build/2.6.x modules
make[1]: Entering directory `/usr/src/linux-headers-3.5.0-19-generic'
  CC [M]  /var/lib/dkms/fglrx/8.982/build/2.6.x/firegl_public.o
/var/lib/dkms/fglrx/8.982/build/2.6.x/firegl_public.c: In function 
‘KCL_MEM_AllocLinearAddrInterval’:
/var/lib/dkms/fglrx/8.982/build/2.6.x/firegl_public.c:2131:5: error: implicit 
declaration of function ‘do_mmap’ [-Werror=implicit-function-declaration]
/var/lib/dkms/fglrx/8.982/build/2.6.x/firegl_public.c:2131:13: warning: cast to 
pointer from integer of different size [-Wint-to-pointer-cast]
cc1: some warnings being treated as errors
make[2]: *** [/var/lib/dkms/fglrx/8.982/build/2.6.x/firegl_public.o] Error 1
make[1]: *** [_module_/var/lib/dkms/fglrx/8.982/build/2.6.x] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-19-generic'
make: *** [kmod_build] Error 2
build failed with return value 2

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: fglrx 2:8.982-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
.tmp.unity.support.test.1:
 
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
DKMSKernelVersion: 3.5.0-19-generic
Date: Tue Dec  4 13:27:15 2012
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 5.100.82.112+bdcom, 3.5.0-17-generic, x86_64: installed
 bcmwl, 5.100.82.112+bdcom, 3.5.0-18-generic, x86_64: installed
 bcmwl, 5.100.82.112+bdcom, 3.5.0-19-generic, x86_64: installed
 fglrx, 8.982: added
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Madison [Radeon HD 5000M Series] 
[1002:68c1] (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:041b]
InstallationDate: Installed on 2012-10-23 (41 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
MachineType: Dell Inc. Studio 1749
MarkForUpload: True
PackageVersion: (not installed)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-19-generic 
root=UUID=9a123f00-6b13-4e92-99f6-bb24416d759c ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: fglrx (not installed): fglrx kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/24/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.asset.tag: 1234567890
dmi.board.name: 0KVMW2
dmi.board.vendor: Dell Inc.
dmi.chassis.asset.tag: 1234567890
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd03/24/2011:svnDellInc.:pnStudio1749:pvr:rvnDellInc.:rn0KVMW2:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Studio 1749
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.8.4+bzr3407-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 3:1.12.4+git20121105-makson1~ppa2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
2:2.7.3+git20120928~quantal2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
2:6.14.6+git20120928~quantal1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
3:2.20.8+git20120928~quantal2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
2:1.0.2+git20120928~quantal1

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


** Tags: amd64 apport-package compiz-0.9 quantal third-party-packages ubuntu

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

Title:
  fglrx (not installed): fglrx kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1086359/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 83783] Re: apt-proxy hangs when client aborting download

2012-11-28 Thread Stijn Brouwers
I think it has been removed from the repository.
Can you confirm this? If it's removed, it isn't relevant here anymore and the 
bug can be closed...

** Changed in: apt-proxy (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  apt-proxy hangs when client aborting download

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-proxy/+bug/83783/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   >