[Touch-packages] [Bug 1515446] Re: network file systems in FSTAB no longer mount at boot with NetworkManager

2017-06-07 Thread Christian González
As workaround you can put "mount -a" into /etc/rc.local just before the
"exit 0". This at least works here to get my shares. How can I help to
solve this?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1515446

Title:
  network file systems in FSTAB no longer mount at boot with
  NetworkManager

Status in One Hundred Papercuts:
  Fix Released
Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager source package in Wily:
  Fix Released
Status in network-manager package in Debian:
  New

Bug description:
  [Impact]

   * This breaks NFS mounts coming up reliably.  In some cases this can
  be quite intermittent.

  [Test Case]

   1. Add a mountpoint to an NFS share by name to fstab.
   2. See that it mounts with the mount command.
   3. Reboot 5+ times, note that it doesn't come up all (or the majority of the 
time).  

  [Regression Potential]

   * There could be a regression for the same reason it's blocked in
  Debian, because of dependency issues with packages not converted to
  systemd that want to run /etc/rcS.d/.

  You can check for this by looking for breaking/disable services during
  bootup.  Ubuntu is in a much better state than Debian, but there is a
  possibility we missed something.

  Otherwise, this will increase boot time, but when the user logs the
  networking will be more likely to be ready.

  
  -Previous description-
  After a fresh install of 15.10, nfs shares no longer mount on boot.   I'm 
using the same line to mount as I did in 14.04 prior:

  :/share  /mnt/share  ntfs4  _netdev, auto 0 0

  This line worked just fine in 14.04, and 14.10 on my laptop, to mount
  the shares at boot.

  Manual mounting after boot works fine.  Systemctl shows a name
  resolution failure (see below)

  lsb_release -rd
  Description:Ubuntu 15.10
  Release:15.10

  lsb_release -rd
  Description:Ubuntu 15.10
  Release:15.10
  bjwest@razorback:~$ apt-cache policy nfs-common
  nfs-common:
    Installed: 1:1.2.8-9ubuntu10
    Candidate: 1:1.2.8-9ubuntu10
    Version table:

   *** 1:1.2.8-9ubuntu10 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

  systemctl status mnt-share.mount
  ● mnt-share.mount - /mnt/share
     Loaded: loaded (/etc/fstab)
     Active: failed (Result: exit-code) since Wed 2015-11-11 18:58:13 CST; 2min 
15s ago
  Where: /mnt/share
   What: hog:/share
   Docs: man:fstab(5)
     man:systemd-fstab-generator(8)
    Process: 731 ExecMount=/bin/mount hog:/share /mnt/share -t nfs4 -o _netdev 
(code=exited, status=32)

  Nov 11 18:58:13 razorback systemd[1]: Mounting /mnt/share...
  Nov 11 18:58:13 razorback mount[731]: mount.nfs4: Failed to resolve server 
hog: Temporary failure in name resolution
  Nov 11 18:58:13 razorback systemd[1]: mnt-share.mount: Mount process exited, 
code=exited status=32
  Nov 11 18:58:13 razorback systemd[1]: Failed to mount /mnt/share.
  Nov 11 18:58:13 razorback systemd[1]: mnt-share.mount: Unit entered failed 
state.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1515446] Re: network file systems in FSTAB no longer mount at boot with NetworkManager

2017-06-07 Thread Christian González
I can confirm that. I updated 16.04 (works) -> 16.10 (works) -> 17.04 (doesn't 
work any more).
calling "mount -a" mounts the directories without problems.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1515446

Title:
  network file systems in FSTAB no longer mount at boot with
  NetworkManager

Status in One Hundred Papercuts:
  Fix Released
Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager source package in Wily:
  Fix Released
Status in network-manager package in Debian:
  New

Bug description:
  [Impact]

   * This breaks NFS mounts coming up reliably.  In some cases this can
  be quite intermittent.

  [Test Case]

   1. Add a mountpoint to an NFS share by name to fstab.
   2. See that it mounts with the mount command.
   3. Reboot 5+ times, note that it doesn't come up all (or the majority of the 
time).  

  [Regression Potential]

   * There could be a regression for the same reason it's blocked in
  Debian, because of dependency issues with packages not converted to
  systemd that want to run /etc/rcS.d/.

  You can check for this by looking for breaking/disable services during
  bootup.  Ubuntu is in a much better state than Debian, but there is a
  possibility we missed something.

  Otherwise, this will increase boot time, but when the user logs the
  networking will be more likely to be ready.

  
  -Previous description-
  After a fresh install of 15.10, nfs shares no longer mount on boot.   I'm 
using the same line to mount as I did in 14.04 prior:

  :/share  /mnt/share  ntfs4  _netdev, auto 0 0

  This line worked just fine in 14.04, and 14.10 on my laptop, to mount
  the shares at boot.

  Manual mounting after boot works fine.  Systemctl shows a name
  resolution failure (see below)

  lsb_release -rd
  Description:Ubuntu 15.10
  Release:15.10

  lsb_release -rd
  Description:Ubuntu 15.10
  Release:15.10
  bjwest@razorback:~$ apt-cache policy nfs-common
  nfs-common:
    Installed: 1:1.2.8-9ubuntu10
    Candidate: 1:1.2.8-9ubuntu10
    Version table:

   *** 1:1.2.8-9ubuntu10 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

  systemctl status mnt-share.mount
  ● mnt-share.mount - /mnt/share
     Loaded: loaded (/etc/fstab)
     Active: failed (Result: exit-code) since Wed 2015-11-11 18:58:13 CST; 2min 
15s ago
  Where: /mnt/share
   What: hog:/share
   Docs: man:fstab(5)
     man:systemd-fstab-generator(8)
    Process: 731 ExecMount=/bin/mount hog:/share /mnt/share -t nfs4 -o _netdev 
(code=exited, status=32)

  Nov 11 18:58:13 razorback systemd[1]: Mounting /mnt/share...
  Nov 11 18:58:13 razorback mount[731]: mount.nfs4: Failed to resolve server 
hog: Temporary failure in name resolution
  Nov 11 18:58:13 razorback systemd[1]: mnt-share.mount: Mount process exited, 
code=exited status=32
  Nov 11 18:58:13 razorback systemd[1]: Failed to mount /mnt/share.
  Nov 11 18:58:13 razorback systemd[1]: mnt-share.mount: Unit entered failed 
state.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1649385] Re: id command: German translation typo

2016-12-12 Thread Christian González
Just found it in translations:
https://translations.launchpad.net/ubuntu/yakkety/+source/coreutils/+pots/coreutils/de/705/+translate

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/1649385

Title:
  id command:  German translation typo

Status in coreutils package in Ubuntu:
  New

Bug description:
  when calling "id -z root", Ubuntu id tells me:

id: die Option --zero ist im Sandardformat nicht zulässig

  There is no word like "Sandardformat" - it should mean
  "Standardformat"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: coreutils 8.25-2ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec 12 20:20:08 2016
  InstallationDate: Installed on 2016-11-27 (15 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: coreutils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1649385] [NEW] id command: German translation typo

2016-12-12 Thread Christian González
Public bug reported:

when calling "id -z root", Ubuntu id tells me:

  id: die Option --zero ist im Sandardformat nicht zulässig

There is no word like "Sandardformat" - it should mean "Standardformat"

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: coreutils 8.25-2ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
Uname: Linux 4.4.0-53-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Dec 12 20:20:08 2016
InstallationDate: Installed on 2016-11-27 (15 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: coreutils
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/1649385

Title:
  id command:  German translation typo

Status in coreutils package in Ubuntu:
  New

Bug description:
  when calling "id -z root", Ubuntu id tells me:

id: die Option --zero ist im Sandardformat nicht zulässig

  There is no word like "Sandardformat" - it should mean
  "Standardformat"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: coreutils 8.25-2ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec 12 20:20:08 2016
  InstallationDate: Installed on 2016-11-27 (15 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: coreutils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1614365] Re: lightdm multi monitor layout does not respect user setting

2016-08-17 Thread Christian González
Additionally: I think that the display setting (resolution etc) is more
or less no "user specific" setting, as mostly monitors are placed
physically and left there - most users on a multi-user desktop system
won't regularly move the monitors around and use custom user specific
settings then.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1614365

Title:
  lightdm multi monitor layout does not respect user setting

Status in lightdm package in Ubuntu:
  New

Bug description:
  Using Ubuntu 16.04.1, and lightdm 1.18.2-0ubuntu2 during login, lightdm does 
not respect my multi monitor settings. In my user session, my external monitor 
is on the left, the laptop monitor right.
  On the login screen, it's the other way round, external right, laptop left, 
which does not respect my physical setting.

  This leads to wrapping the mouse around the edges awkwardly, and seems
  to produce bugs like flickering and displaying crap of a buffer (see
  Bug 850885) during transition to the user session.

  I know that lightdm does not respect the ~/.config/monitors.xml file,
  and that file could be copied to /etc - but this seems weird to me.

  I propose to add a setting in unity-control-center -> Displays (needs
  to be unlocked like in user settings) th "use that configuration on
  login screen".

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.2-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Aug 18 06:52:29 2016
  InstallationDate: Installed on 2016-07-24 (24 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1614365] [NEW] lightdm multi monitor layout does not respect user setting

2016-08-17 Thread Christian González
Public bug reported:

Using Ubuntu 16.04.1, and lightdm 1.18.2-0ubuntu2 during login, lightdm does 
not respect my multi monitor settings. In my user session, my external monitor 
is on the left, the laptop monitor right.
On the login screen, it's the other way round, external right, laptop left, 
which does not respect my physical setting.

This leads to wrapping the mouse around the edges awkwardly, and seems
to produce bugs like flickering and displaying crap of a buffer (see Bug
850885) during transition to the user session.

I know that lightdm does not respect the ~/.config/monitors.xml file,
and that file could be copied to /etc - but this seems weird to me.

I propose to add a setting in unity-control-center -> Displays (needs to
be unlocked like in user settings) th "use that configuration on login
screen".

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: lightdm 1.18.2-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Aug 18 06:52:29 2016
InstallationDate: Installed on 2016-07-24 (24 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Summary changed:

- lightdm multi monitor on wrong side
+ lightdm multi monitor layout does not respect user setting

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1614365

Title:
  lightdm multi monitor layout does not respect user setting

Status in lightdm package in Ubuntu:
  New

Bug description:
  Using Ubuntu 16.04.1, and lightdm 1.18.2-0ubuntu2 during login, lightdm does 
not respect my multi monitor settings. In my user session, my external monitor 
is on the left, the laptop monitor right.
  On the login screen, it's the other way round, external right, laptop left, 
which does not respect my physical setting.

  This leads to wrapping the mouse around the edges awkwardly, and seems
  to produce bugs like flickering and displaying crap of a buffer (see
  Bug 850885) during transition to the user session.

  I know that lightdm does not respect the ~/.config/monitors.xml file,
  and that file could be copied to /etc - but this seems weird to me.

  I propose to add a setting in unity-control-center -> Displays (needs
  to be unlocked like in user settings) th "use that configuration on
  login screen".

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.2-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Aug 18 06:52:29 2016
  InstallationDate: Installed on 2016-07-24 (24 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 874120] Re: Online accounts credentials keep expiring when reading email in Evolution

2016-02-16 Thread Christian González
** Also affects: gnome-online-accounts (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=751094
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gnome-online-accounts in
Ubuntu.
https://bugs.launchpad.net/bugs/874120

Title:
  Online accounts credentials keep expiring when reading email in
  Evolution

Status in gnome-online-accounts package in Ubuntu:
  Confirmed
Status in evolution package in Arch Linux:
  Unknown
Status in gnome-online-accounts package in Fedora:
  Unknown

Bug description:
  I have set up "online accounts" to connect to my personal GMail
  account and the Google Apps account set up by my employer.

  When I started Evolution, I saw that both accounts are already
  configured for reading email (and for calendering, though no calendar
  was actually selected so it didn't work - but that is another issue
  altogether).

  It worked fine initially, but after a while it started having authentication 
problems and I got a yellow warning messages at the top of the screen saying:
  Error while Refreshing folder 'INBOX'. [sic about weird capitalization]
  GDBus.Error:org.gnome.OnlineAccounts.Error.NotAuthorized: Credentials not 
found in keyring (goa-error-quark, 0): Failed to retrieve credentials from the 
keyring: Error communicating with gnome-keyring-daemon

  When I open "online accounts" again, I see that for both accounts have
  the message "Expired Credentials. Please log in again."

  I can do the log in again and it works, until the next day when I have
  to do the whole process over again.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 13:39:12 2011
  ExecutablePath: /usr/bin/evolution
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110921.2)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LANGUAGE=
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/874120/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1527326] [NEW] package libssl-doc 1.0.2d-0ubuntu1 failed to install/upgrade: Paket libssl-doc ist nicht bereit zur Konfiguration kann nicht konfiguriert werden (momentaner Statu

2015-12-17 Thread Christian González
Public bug reported:

crash when

  apt autoremove linux-image-4.2.0-19-generic

and under /boot is too few disk space left.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: libssl-doc 1.0.2d-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
AptOrdering:
 linux-image-extra-4.2.0-18-generic: Remove
 linux-image-4.2.0-18-generic: Remove
 libssl-doc: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Thu Dec 17 17:19:22 2015
Dependencies:
 
DuplicateSignature: package:libssl-doc:1.0.2d-0ubuntu1:Paket libssl-doc ist 
nicht bereit zur Konfiguration  kann nicht konfiguriert werden (momentaner 
Status »half-installed«)
ErrorMessage: Paket libssl-doc ist nicht bereit zur Konfiguration  kann nicht 
konfiguriert werden (momentaner Status »half-installed«)
InstallationDate: Installed on 2015-02-25 (295 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: openssl
Title: package libssl-doc 1.0.2d-0ubuntu1 failed to install/upgrade: Paket 
libssl-doc ist nicht bereit zur Konfiguration  kann nicht konfiguriert werden 
(momentaner Status »half-installed«)
UpgradeStatus: Upgraded to wily on 2015-11-09 (37 days ago)

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


** Tags: amd64 apport-package wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1527326

Title:
  package libssl-doc 1.0.2d-0ubuntu1 failed to install/upgrade: Paket
  libssl-doc ist nicht bereit zur Konfiguration  kann nicht konfiguriert
  werden (momentaner Status »half-installed«)

Status in openssl package in Ubuntu:
  New

Bug description:
  crash when

apt autoremove linux-image-4.2.0-19-generic

  and under /boot is too few disk space left.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libssl-doc 1.0.2d-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  AptOrdering:
   linux-image-extra-4.2.0-18-generic: Remove
   linux-image-4.2.0-18-generic: Remove
   libssl-doc: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Thu Dec 17 17:19:22 2015
  Dependencies:
   
  DuplicateSignature: package:libssl-doc:1.0.2d-0ubuntu1:Paket libssl-doc ist 
nicht bereit zur Konfiguration  kann nicht konfiguriert werden (momentaner 
Status »half-installed«)
  ErrorMessage: Paket libssl-doc ist nicht bereit zur Konfiguration  kann nicht 
konfiguriert werden (momentaner Status »half-installed«)
  InstallationDate: Installed on 2015-02-25 (295 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: openssl
  Title: package libssl-doc 1.0.2d-0ubuntu1 failed to install/upgrade: Paket 
libssl-doc ist nicht bereit zur Konfiguration  kann nicht konfiguriert werden 
(momentaner Status »half-installed«)
  UpgradeStatus: Upgraded to wily on 2015-11-09 (37 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1313170] Re: systemsettings > Display Configuration shows bogus monitor

2015-09-27 Thread Christian González
Eh - what exactly do you mean? I think this is out of my knowledge. I don't 
know which package is responsible for detecting the monitor. IMHO it is the 
kernel? or xorg?
But really, there must help someone with deeper knowledge than I have ;-)

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: 

[Touch-packages] [Bug 1313170] Re: systemsettings > Display Configuration shows bogus monitor

2015-09-27 Thread Christian González
Yes, AFAIK this is a workaround. But no solution for me. The nvidia drivers 
have other issues - I'd really like to stay with the nouveau driver as it works 
perfectly besides that.
The better and easier workaround is just disabling the monitor in 
Systemsettings/Display.
Then everything works as expected. But the (disabled) monitor stays in the 
systemsettings view.

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3.1
  

[Touch-packages] [Bug 1313170] Re: systemsettings > Display Configuration shows bogus monitor

2015-09-27 Thread Christian González
xrandr --verbose
(relevant monitor) - if you not already have this information:
VGA-1-2 connected (normal)
Identifier: 0x41
Timestamp:  22568
Subpixel:   unknown
Clones:
CRTCs:  3 4
Transform:  1.00 0.00 0.00
0.00 1.00 0.00
0.00 0.00 1.00
   filter: 
scaling mode: None 
supported: None, Full, Center, Full aspect
color vibrance: 150 
range: (0, 200)
vibrant hue: 90 
range: (0, 180)
  1024x768 (0x43)   65.0MHz -HSync -VSync
h: width  1024 start 1048 end 1184 total 1344 skew0 clock   48.4KHz
v: height  768 start  771 end  777 total  806   clock   60.0Hz
  800x600 (0x44)   40.0MHz +HSync +VSync
h: width   800 start  840 end  968 total 1056 skew0 clock   37.9KHz
v: height  600 start  601 end  605 total  628   clock   60.3Hz
  800x600 (0x45)   36.0MHz +HSync +VSync
h: width   800 start  824 end  896 total 1024 skew0 clock   35.2KHz
v: height  600 start  601 end  603 total  625   clock   56.2Hz
  848x480 (0x46)   33.8MHz +HSync +VSync
h: width   848 start  864 end  976 total 1088 skew0 clock   31.0KHz
v: height  480 start  486 end  494 total  517   clock   60.0Hz
  640x480 (0x47)   25.2MHz -HSync -VSync
h: width   640 start  656 end  752 total  800 skew0 clock   31.5KHz
v: height  480 start  489 end  492 total  525   clock   59.9Hz
  1024x768 (0x43)   65.0MHz
h: width  1024 start 1048 end 1184 total 1344 skew0 clock   48.4KHz
v: height  768 start  771 end  777 total  806   clock   60.0Hz
  800x600 (0x44)   40.0MHz
h: width   800 start  840 end  968 total 1056 skew0 clock   37.9KHz
v: height  600 start  601 end  605 total  628   clock   60.3Hz
  800x600 (0x45)   36.0MHz
h: width   800 start  824 end  896 total 1024 skew0 clock   35.2KHz
v: height  600 start  601 end  603 total  625   clock   56.2Hz

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days 

[Touch-packages] [Bug 1313170] Re: systemsettings > Display Configuration shows bogus monitor

2015-09-27 Thread Christian González
No difference. tried with daily from today, freshly downloaded and made an USB 
live system. Three monitors when 2 are really there (1 laptop internal, 1 
external). shows "2" when only laptop internal is there.
What else do you need?

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 

[Touch-packages] [Bug 1313170] Re: systemsettings > Display Configuration shows bogus monitor

2015-09-27 Thread Christian González
It's a "Samsung NP-RF511-S05DE".

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  

[Touch-packages] [Bug 1313170] LightdmGreeterLogOld.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] LightdmDisplayLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] Dependencies.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] UdevDb.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] ProcInterrupts.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] UdevLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] xserver.devices.txt

2015-09-26 Thread Christian González
apport information

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

** Description changed:

  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.
  
  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...
  
  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as windows
  are "vanishing" somwehere.
  
  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:
  
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)
  
  What else (log files etc) do you need from me to help resolve this bug?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 

[Touch-packages] [Bug 1313170] XorgLogOld.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1

[Touch-packages] [Bug 1313170] BootLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] XorgLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] ProcModules.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] CurrentDmesg.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] Lsusb.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] UnitySupportTest.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] MonitorsUser.xml.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] JournalErrors.txt

2015-09-26 Thread Christian González
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1313170/+attachment/4475808/+files/JournalErrors.txt

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] Lspci.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] ProcCpuinfo.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] Xrandr.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] Xrandr.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] xserver.devices.txt

2015-09-26 Thread Christian González
apport information

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

** Attachment removed: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475815/+files/MonitorsUser.xml.txt

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475833/+files/Dependencies.txt

** Attachment removed: "DpkgLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475834/+files/DpkgLog.txt

** Attachment removed: "GconfCompiz.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475835/+files/GconfCompiz.txt

** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475836/+files/JournalErrors.txt

** Attachment removed: "LightdmDisplayLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475837/+files/LightdmDisplayLog.txt

** Attachment removed: "LightdmGreeterLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475838/+files/LightdmGreeterLog.txt

** Attachment removed: "LightdmGreeterLogOld.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475839/+files/LightdmGreeterLogOld.txt

** Attachment removed: "LightdmLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475840/+files/LightdmLog.txt

** Attachment removed: "Lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475841/+files/Lspci.txt

** Attachment removed: "Lsusb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475842/+files/Lsusb.txt

** Attachment removed: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475843/+files/MonitorsUser.xml.txt

** Attachment removed: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475844/+files/ProcCpuinfo.txt

** Attachment removed: "ProcEnviron.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475845/+files/ProcEnviron.txt

** Attachment removed: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475846/+files/ProcInterrupts.txt

** Attachment removed: "UdevDb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475848/+files/UdevDb.txt

** Attachment removed: "UdevLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475849/+files/UdevLog.txt

** Attachment removed: "ProcModules.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475847/+files/ProcModules.txt

** Attachment removed: "XorgLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475853/+files/XorgLog.txt

** Attachment removed: "UnitySupportTest.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475851/+files/UnitySupportTest.txt

** Attachment removed: "XorgLogOld.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475856/+files/XorgLogOld.txt

** Attachment removed: "Xrandr.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475858/+files/Xrandr.txt

** Attachment removed: "xdpyinfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475860/+files/xdpyinfo.txt

** Attachment removed: "BootLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475870/+files/BootLog.txt

** Attachment removed: "xserver.devices.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475862/+files/xserver.devices.txt

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475872/+files/Dependencies.txt

** Attachment removed: "DpkgLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475873/+files/DpkgLog.txt

** Attachment removed: "GconfCompiz.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475874/+files/GconfCompiz.txt

** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475875/+files/JournalErrors.txt

** Attachment removed: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475871/+files/CurrentDmesg.txt

** Attachment removed: "LightdmDisplayLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475876/+files/LightdmDisplayLog.txt

** Attachment removed: "LightdmGreeterLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313170/+attachment/4475877/+files/LightdmGreeterLog.txt

** Attachment removed: 

[Touch-packages] [Bug 1313170] Re: systemsettings > Display Configuration shows bogus monitor

2015-09-26 Thread Christian González
I'm sorry - I ran the command multiple times and it attached I think 4 times 
the files.
Sorry for spamming. I deleted all the duplicate attachments. Should be ok now.
Hope it helps - I still have the bogus monitor in system settings (Unity now).

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  

[Touch-packages] [Bug 1313170] xdpyinfo.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] XorgLogOld.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1

[Touch-packages] [Bug 1313170] XorgLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] UnitySupportTest.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] LightdmGreeterLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] LightdmDisplayLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] Lsusb.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] GconfCompiz.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] JournalErrors.txt

2015-09-26 Thread Christian González
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1313170/+attachment/4475836/+files/JournalErrors.txt

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] DpkgLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] LightdmGreeterLogOld.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] ProcInterrupts.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] LightdmLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1

[Touch-packages] [Bug 1313170] Lspci.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] ProcCpuinfo.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] ProcEnviron.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] MonitorsUser.xml.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] LightdmGreeterLogOld.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] LightdmLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1

[Touch-packages] [Bug 1313170] Lsusb.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] UdevLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] UdevDb.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] ProcCpuinfo.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] Lspci.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] ProcModules.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] ProcInterrupts.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] MonitorsUser.xml.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] xdpyinfo.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] LightdmGreeterLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] ProcEnviron.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] Dependencies.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] Re: systemsettings > Display Configuration shows bogus monitor

2015-09-26 Thread Christian González
apport information

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

** Description changed:

  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.
  
  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...
  
  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as windows
  are "vanishing" somwehere.
  
  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:
  
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)
  
  What else (log files etc) do you need from me to help resolve this bug?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 2.17.2-0ubuntu1.5
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: compiz
+ CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
+ CompositorUnredirectFSW: true
+ CurrentDesktop: Unity
+ DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
+ DistroCodename: vivid
+ DistroRelease: Ubuntu 15.04
+ DistroVariant: ubuntu
+ DkmsStatus:
+  vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
+  vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
+Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
+ InstallationDate: Installed on 2015-02-25 (213 days ago)
+ InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
+ MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
+ Package: xorg 1:7.7+7ubuntu4
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
+ Tags:  vivid ubuntu compiz-0.9
+ Uname: Linux 3.19.0-28-generic x86_64
+ UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 04/26/2011
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 10HX.M034.20110426.SSH
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: RF511/RF411/RF711
+ dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
+ dmi.board.version: 10HX
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 9
+ dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
+ dmi.product.name: RF511/RF411/RF711
+ dmi.product.version: 10HX
+ dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
+ version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.60-2
+ version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid2
+ version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3.1

[Touch-packages] [Bug 1313170] DpkgLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] LightdmLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1

[Touch-packages] [Bug 1313170] CurrentDmesg.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] GconfCompiz.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] Xrandr.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] ProcModules.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] LightdmGreeterLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] LightdmDisplayLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] BootLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] CurrentDmesg.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] xserver.devices.txt

2015-09-26 Thread Christian González
apport information

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

** Description changed:

  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.
  
  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...
  
  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as windows
  are "vanishing" somwehere.
  
  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:
  
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)
  
  What else (log files etc) do you need from me to help resolve this bug?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 

[Touch-packages] [Bug 1313170] xdpyinfo.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] XorgLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] XorgLogOld.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1

[Touch-packages] [Bug 1313170] UdevDb.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] UnitySupportTest.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] UdevLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] DpkgLog.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Touch-packages] [Bug 1313170] GconfCompiz.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] JournalErrors.txt

2015-09-26 Thread Christian González
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1313170/+attachment/4475875/+files/JournalErrors.txt

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1313170] Dependencies.txt

2015-09-26 Thread Christian González
apport information

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

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

Title:
  systemsettings > Display Configuration shows bogus monitor

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Starting from Kubuntu 14.04, when I open systemsettings > Monitor > Display 
Configuration, I see, additionally to my built-in monitor on my laptop (Samsung 
RF511 - monitor displayed as "Seiko Epson Corporation"...) an additional screen 
named "VGA-1-2" - which is enabled.
  This "monitor" is detected despite it does not exist. I discovered that 
because some apps I started did not appear on screen, and the mouse cursor 
somehow "vanished" behind the right screen edge, until I found out that they 
were placed on that second screen - I could "drag" the windows per 
Alt+LeftClick blindly from somewhere in the right to my actual monitor.

  a screnshot of systemsettings is attached.
  Then I attached a *real* second monitor to my laptop - systemsettings detects 
it correctly and expands the screen - but now tells me that I have *three* 
monitors...

  This is really a regression to 13.10, and as the monitor is detected
  *and* enabled by default, it is not really good to work with, as
  windows are "vanishing" somwehere.

  
  I can reproduce this behaviour with a Kubuntu live ISO on my system. So it is 
NOT my misconfiguration ;-)
  I before had Kubuntu 13.10 with KDE 4.12.5, running well without this bug.
  I am using a laptop with optimus graphics: intel/nvidia card, corresponding 
lspci lines:

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

  What else (log files etc) do you need from me to help resolve this
  bug?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 26 20:12:03 2014
  InstallationDate: Installed on 2013-11-27 (150 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: kde-workspace
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (7 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2015-05-21 14:12:51,319 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.30, 3.19.0-26-generic, x86_64: installed
   vboxhost, 4.3.30, 3.19.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0a5]
  InstallationDate: Installed on 2015-02-25 (213 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Tags:  vivid ubuntu compiz-0.9
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (128 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 

[Touch-packages] [Bug 1463571] Re: GTK filechooser dialog crashes

2015-06-15 Thread Christian González
** Summary changed:

- simplescan crashes when clicking on Save
+ GTK filechooser dialog crashes

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1463571

Title:
  GTK filechooser dialog crashes

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Using Simple-scan 3.16.1 from Ubuntu 15.04 everything went correct until now.
  But now, scanning works perfectly, but when I click on Save button, 
simple-scan crashes immediately. I Upgraded to the wily version 3.17.1, no 
difference.

  I suppose it has something to do with GTK+ -maybe the file chooser
  dialog, as the syslog tells me:

  [+35,26s] ERROR: Settings schema 'org.gtk.Settings.FileChooser' does not 
contain a key named 'startup-mode'
  Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: simple-scan 3.16.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun  9 22:51:21 2015
  InstallationDate: Installed on 2015-02-25 (104 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SimpleScanLog:
   
  SourcePackage: simple-scan
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (19 days ago)
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1463571/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1463571] Re: GTK filechooser dialog crashes

2015-06-15 Thread Christian González
Oh. My fault.
I had installed ADA/GNAT/GPS in /usr/local. This includes it's own GTK version, 
which scrambled mine. Deleting it - all back to normal.

** Package changed: gtk+3.0 (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1463571

Title:
  GTK filechooser dialog crashes

Status in Ubuntu:
  Invalid

Bug description:
  Using Simple-scan 3.16.1 from Ubuntu 15.04 everything went correct until now.
  But now, scanning works perfectly, but when I click on Save button, 
simple-scan crashes immediately. I Upgraded to the wily version 3.17.1, no 
difference.

  I suppose it has something to do with GTK+ -maybe the file chooser
  dialog, as the syslog tells me:

  [+35,26s] ERROR: Settings schema 'org.gtk.Settings.FileChooser' does not 
contain a key named 'startup-mode'
  Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: simple-scan 3.16.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun  9 22:51:21 2015
  InstallationDate: Installed on 2015-02-25 (104 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SimpleScanLog:
   
  SourcePackage: simple-scan
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (19 days ago)
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1463571] Re: GTK filechooser dialog crashes

2015-06-15 Thread Christian González
A hint is here, in the thread: http://www.mail-archive.com/gtk-app-
devel-l...@gnome.org/msg15872.html

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1463571

Title:
  GTK filechooser dialog crashes

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Using Simple-scan 3.16.1 from Ubuntu 15.04 everything went correct until now.
  But now, scanning works perfectly, but when I click on Save button, 
simple-scan crashes immediately. I Upgraded to the wily version 3.17.1, no 
difference.

  I suppose it has something to do with GTK+ -maybe the file chooser
  dialog, as the syslog tells me:

  [+35,26s] ERROR: Settings schema 'org.gtk.Settings.FileChooser' does not 
contain a key named 'startup-mode'
  Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: simple-scan 3.16.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun  9 22:51:21 2015
  InstallationDate: Installed on 2015-02-25 (104 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SimpleScanLog:
   
  SourcePackage: simple-scan
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (19 days ago)
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1463571/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1463582] Re: simple-scan crashes with signal 5 in g_settings_get_enum()

2015-06-10 Thread Christian González
*** This bug is a duplicate of bug 1463571 ***
https://bugs.launchpad.net/bugs/1463571

I changed the duplicate direction as in the other one is more debug
information. Thanks.

** This bug has been marked a duplicate of bug 1463571
   simplescan crashes when clicking on Save

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1463582

Title:
  simple-scan crashes with signal 5 in g_settings_get_enum()

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Simple-scan crashes after clicking on save. I just saw that this behaviour is 
the same when using gedit, with a new, unnamed file.
  After clicking on save, instead of starting the filechooser dialog, the app 
crashes.

  Maybe helpful is the debug output (simple-scan -d)
  [+5,14s] ERROR: Settings schema 'org.gtk.Settings.FileChooser' does not 
contain a key named 'startup-mode'

  Edit: Oh. and gome-screenshot seems to crash every time as well since
  then.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1463582/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1463571] Re: simplescan crashes when clicking on Save

2015-06-10 Thread Christian González
** This bug is no longer a duplicate of bug 1463582
   simple-scan crashes with signal 5 in g_settings_get_enum()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1463571

Title:
  simplescan crashes when clicking on Save

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Using Simple-scan 3.16.1 from Ubuntu 15.04 everything went correct until now.
  But now, scanning works perfectly, but when I click on Save button, 
simple-scan crashes immediately. I Upgraded to the wily version 3.17.1, no 
difference.

  I suppose it has something to do with GTK+ -maybe the file chooser
  dialog, as the syslog tells me:

  [+35,26s] ERROR: Settings schema 'org.gtk.Settings.FileChooser' does not 
contain a key named 'startup-mode'
  Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: simple-scan 3.16.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun  9 22:51:21 2015
  InstallationDate: Installed on 2015-02-25 (104 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SimpleScanLog:
   
  SourcePackage: simple-scan
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (19 days ago)
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1463571/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1463571] Re: simplescan crashes when clicking on Save

2015-06-10 Thread Christian González
@ Robert Ancell: You wrote in the duplicate report: That looks like you are 
missing a an update schema for GTK+
I think too - but until yesterday everything worked fine. How can I fix this?

gsettings list-keys org.gtk.Settings.FileChooser
gives:

sort-column
last-folder-uri
sidebar-width
window-position
show-size-column
show-hidden
window-size
expand-folders
sort-order
location-mode

There is no startup-mode key. I suppose therefore it is referenced and
crashes.

BUT really. just because a gconf key does not exist, all programs that use that 
key are crashing???
I mean, yes, C is not really safe in that way, but there should be a check in 
GTK+ if a key exists before referencing it, right?

I am no C nor a GTK developer, but I think this is a bit strange.

Any hints how I can fix that scheme? Can I add the startup-mode key
manually? (at least would be a workaround).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1463571

Title:
  simplescan crashes when clicking on Save

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Using Simple-scan 3.16.1 from Ubuntu 15.04 everything went correct until now.
  But now, scanning works perfectly, but when I click on Save button, 
simple-scan crashes immediately. I Upgraded to the wily version 3.17.1, no 
difference.

  I suppose it has something to do with GTK+ -maybe the file chooser
  dialog, as the syslog tells me:

  [+35,26s] ERROR: Settings schema 'org.gtk.Settings.FileChooser' does not 
contain a key named 'startup-mode'
  Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: simple-scan 3.16.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun  9 22:51:21 2015
  InstallationDate: Installed on 2015-02-25 (104 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SimpleScanLog:
   
  SourcePackage: simple-scan
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (19 days ago)
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1463571/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1463571] Re: simplescan crashes when clicking on Save

2015-06-10 Thread Christian González
I found something similar on 
http://askubuntu.com/questions/164570/broken-schema-org-gtk-settings-filechooser.
I'll post my 
/usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml in case of 
any help.

dpkg -s libgtk-3-common | grep -i version
gives:
Version: 3.14.13-0ubuntu1


** Attachment added: org.gtk.Settings.FileChooser.gschema.xml
   
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1463571/+attachment/4412595/+files/org.gtk.Settings.FileChooser.gschema.xml

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1463571

Title:
  simplescan crashes when clicking on Save

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Using Simple-scan 3.16.1 from Ubuntu 15.04 everything went correct until now.
  But now, scanning works perfectly, but when I click on Save button, 
simple-scan crashes immediately. I Upgraded to the wily version 3.17.1, no 
difference.

  I suppose it has something to do with GTK+ -maybe the file chooser
  dialog, as the syslog tells me:

  [+35,26s] ERROR: Settings schema 'org.gtk.Settings.FileChooser' does not 
contain a key named 'startup-mode'
  Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: simple-scan 3.16.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun  9 22:51:21 2015
  InstallationDate: Installed on 2015-02-25 (104 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SimpleScanLog:
   
  SourcePackage: simple-scan
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (19 days ago)
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1463571/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1463571] Re: simplescan crashes when clicking on Save

2015-06-10 Thread Christian González
*** This bug is a duplicate of bug 1463582 ***
https://bugs.launchpad.net/bugs/1463582

** This bug has been marked a duplicate of bug 1463582
   simple-scan crashes with signal 5 in g_settings_get_enum()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1463571

Title:
  simplescan crashes when clicking on Save

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Using Simple-scan 3.16.1 from Ubuntu 15.04 everything went correct until now.
  But now, scanning works perfectly, but when I click on Save button, 
simple-scan crashes immediately. I Upgraded to the wily version 3.17.1, no 
difference.

  I suppose it has something to do with GTK+ -maybe the file chooser
  dialog, as the syslog tells me:

  [+35,26s] ERROR: Settings schema 'org.gtk.Settings.FileChooser' does not 
contain a key named 'startup-mode'
  Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: simple-scan 3.16.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun  9 22:51:21 2015
  InstallationDate: Installed on 2015-02-25 (104 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SimpleScanLog:
   
  SourcePackage: simple-scan
  UpgradeStatus: Upgraded to vivid on 2015-05-21 (19 days ago)
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: RF511/RF411/RF711
  dmi.product.version: 10HX
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1463571/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1435324] [NEW] qtbase5-dev not installable on Ubuntu 14.04 LTS

2015-03-23 Thread Christian González
Public bug reported:

I discovered the problem when I tried to compile a Qt5 QML program firstly.
I have an Ubuntu 14.04.2 LTS with all updates, no significant PPAs (only nodejs 
and owncloud, not affecting this problem here) and with all the -lts-utopic 
upgrade packages installed.

With that system, I tried to install qtbase5-dev, and apt told me:

[...]
The following packages have unmet dependencies:
 qtbase5-dev : Depends: libgles2-mesa-dev or
libgles2-dev but it is not installable
 unity-control-center : Depends: libcheese-gtk23 (= 3.4.0) but it is not going 
to be installed
Depends: libcheese7 (= 3.0.1) but it is not going to 
be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

So this package seems to be not installable. This tried in synaptic, it
tries to uninstall all -lts-utopic packages (inclusive all xserver*.deb)
and install the old ones instead of them.

So the problem somewhere lies within the new lts packages that seem not
to be compatible with qtbase5-dev (and its dependency: libgles2-mesa-dev
- but I am not able to find out further.

The problem is: Qt5 development on an Ubuntu 14.04.2 LTS machine is NOT
possible without a fix. The make process always complains about not
finding gl libraries.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: qtbase5-dev (not installed)
ProcVersionSignature: Ubuntu 3.16.0-31.43~14.04.1-generic 3.16.7-ckt5
Uname: Linux 3.16.0-31-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Mar 23 14:01:20 2015
InstallationDate: Installed on 2015-02-25 (26 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
SourcePackage: qtbase-opensource-src
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1435324

Title:
  qtbase5-dev not installable on Ubuntu 14.04 LTS

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  I discovered the problem when I tried to compile a Qt5 QML program firstly.
  I have an Ubuntu 14.04.2 LTS with all updates, no significant PPAs (only 
nodejs and owncloud, not affecting this problem here) and with all the 
-lts-utopic upgrade packages installed.

  With that system, I tried to install qtbase5-dev, and apt told me:

  [...]
  The following packages have unmet dependencies:
   qtbase5-dev : Depends: libgles2-mesa-dev or
  libgles2-dev but it is not installable
   unity-control-center : Depends: libcheese-gtk23 (= 3.4.0) but it is not 
going to be installed
  Depends: libcheese7 (= 3.0.1) but it is not going to 
be installed
  E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

  So this package seems to be not installable. This tried in synaptic,
  it tries to uninstall all -lts-utopic packages (inclusive all
  xserver*.deb) and install the old ones instead of them.

  So the problem somewhere lies within the new lts packages that seem
  not to be compatible with qtbase5-dev (and its dependency: libgles2
  -mesa-dev - but I am not able to find out further.

  The problem is: Qt5 development on an Ubuntu 14.04.2 LTS machine is
  NOT possible without a fix. The make process always complains about
  not finding gl libraries.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: qtbase5-dev (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-31.43~14.04.1-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar 23 14:01:20 2015
  InstallationDate: Installed on 2015-02-25 (26 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  SourcePackage: qtbase-opensource-src
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1435324/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp