[Touch-packages] [Bug 1458204] Re: removing kernels should not require a restart afterward

2024-02-13 Thread Emanuel
I fixed doing this (UBUNTU 22.04 - Kernel 6.2.0-1019-azure

   apt purge update-notifier-common
   apt autoremove
   rm /etc/update-notifier -r
   apt install update-notifier-common
   apt install ubuntu-server

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

Title:
  removing kernels should not require a restart afterward

Status in unattended-upgrades package in Ubuntu:
  Fix Released
Status in update-notifier package in Ubuntu:
  Fix Released
Status in unattended-upgrades source package in Xenial:
  Fix Released
Status in update-notifier source package in Xenial:
  Fix Released
Status in unattended-upgrades source package in Artful:
  Won't Fix
Status in update-notifier source package in Artful:
  Won't Fix

Bug description:
  [Impact]

  The rationale behind the SRU to Xenial is that with latest unattended-
  upgrades SRU it starts removing unused kernels, but all older kernels
  are not removed in a single run. With update-notifier and u-u not
  fixed they place /var/run/reboot-required asking for a reboot when it
  is not needed.

  
  [Test Case]

  1. Perform a kernel upgrade normally via "apt-get dist-upgrade".
  2. Reboot.
  3. Run "apt-get autoremove" to delete the old kernel packages.
  4. "System Notification Helper" now reports that the computer requires a 
reboot.

  The "autoremove" operation shouldn't require a reboot, logically
  speaking, because it's just removing files that are unused by the OS.

  [ Regression Potential ]

  If the check for skipping placing the /var/run/reboot-required file is too 
broad it may make kernel upgrades fail to ask for reboot. The fix changes a 
hook called by maintainer scripts and a failure in the hook can make kernel 
package installations fail.
  The fix is simple and was tested in several releases thus regressing in these 
ways is unlikely.

  [ Original Bug Text ]

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apt 1.0.1ubuntu2.7
  ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
  Uname: Linux 3.13.0-53-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat May 23 12:47:15 2015
  InstallationDate: Installed on 2013-08-31 (629 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  SourcePackage: apt
  UpgradeStatus: Upgraded to trusty on 2014-04-26 (391 days ago)
  ---
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=66f11ff7-00bb-4452-9168-003cf9078308
  InstallationDate: Installed on 2013-08-31 (632 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-53-generic 
root=UUID=02741f1f-8107-4a0f-b9a6-31ef470b1389 ro libata.force=noncq quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-53-generic N/A
   linux-backports-modules-3.13.0-53-generic  N/A
   linux-firmware 1.127.12
  RfKill:

  Tags:  trusty
  Uname: Linux 3.13.0-53-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-26 (395 days ago)
  UserGroups: adm cdrom dialout dip fuse lightdm lpadmin plugdev sambashare sudo
  WifiSyslog:

  _MarkForUpload: True
  dmi.bios.date: 08/12/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4210
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9X79
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4210:bd08/12/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP9X79:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1458204/+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 1032456] Re: Canon inkjets (and some other printers) print only half of the last page after 20120801 upgrade to v1.5.3-0ubuntu2

2020-02-11 Thread Anca Emanuel
This is why it is important to upstream the bugs and find the root
cause.

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

Title:
  Canon inkjets (and some other printers) print only half of the last
  page after 20120801 upgrade to v1.5.3-0ubuntu2

Status in cups package in Ubuntu:
  Fix Released
Status in cups source package in Precise:
  Fix Released

Bug description:
  My Canon i560 was working fine until the update two days ago. Now it fails 
every single job, printing half a page and then ejecting the page when a USB 
reset is issued. Same printer works fine when printing through Windows in 
Virtualbox with USB passthrough.
  Summary: the USB backend "improvements" have rendered my printer useless with 
CUPS. Unloading the usblp module makes no difference - the USB reset is what 
aborts the print job.

  [  224.008042] usb 3-1: reset full-speed USB device number 3 using uhci_hcd
  [  224.161701] usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 
0x04A9 pid 0x108

  Kubuntu 12.04

  [IMPACT]

  Everyone with a Canon inkjet connected to USB and also users of some
  other printer models on USB get printouts with the last page being
  incomplete. This happens for every job.

  For everyone with a Samsung printer the problem of bug 995111 shows up
  again.

  [TESTCASE]

  Unfortunately, for reproducing this bug one needs the actual hardware.

  Connect a Canon inkjet (or other models mentioned in this bug report)
  to the USB and print from a completely updated Precise system. The
  last page of each job will come out incomplete.

  Connect a Samsung printer to the USB and print from a completely
  updated Precise system. You will get printouts with weird characters
  (at least from the second job on) as described in bug 995111.

  After installing the proposed package all these problems should
  disappear.

  [Regression Potential]

  Regression risk is very low. The fix is not doing the USB device reset
  on the printer after the job for most printers. The fix contains an
  exception rule for Samsung printers and Prolific Technology
  USB->Parallel adapters, to avoid reoccurring of bug 987485 and bug
  997040. It is still possible that some printers are treated
  incorrectly in terms of whether they need a reset after the job or
  not. As most printers work both with and without reset this risk is
  very low. All reported problems are solved with the proposed fix.

  ***
  dpkg -l "*cups*"|grep ii
  ii  bluez-cups  4.98-2ubuntu7 
   Bluetooth printer driver for CUPS
  ii  cups
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
server
  ii  cups-bsd
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
BSD commands
  ii  cups-client 
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
client programs (SysV)
  ii  cups-common 
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
common files
  ii  cups-filters
1.0.18-0ubuntu0.1OpenPrinting CUPS Filters
  ii  cups-ppdc   
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
PPD manipulation utilities
  ii  ghostscript-cups
9.05~dfsg-0ubuntu4.1 interpreter for the PostScript 
language and for PDF - CUPS filters
  ii  libcups2
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
Core library
  ii  libcupscgi1 
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
CGI library
  ii  libcupsdriver1  
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
Driver library
  ii  libcupsfilters1 
1.0.18-0ubuntu0.1OpenPrinting CUPS Filters - Shared 
library
  ii  libcupsimage2   
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
Raster image library
  ii  libcupsmime1
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
MIME library
  ii  libcupsppdc1
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
PPD manipulati

[Touch-packages] [Bug 1032456] Re: Canon inkjets (and some other printers) print only half of the last page after 20120801 upgrade to v1.5.3-0ubuntu2

2020-02-11 Thread Anca Emanuel
I can confirm that the bug is still present in the Ubuntu 18.04.4 LTS for my 
Canon MX300
An yes, the command
sudo lpadmin -p MX300 -o usb-unidir-default=true
seolves the problem.

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

Title:
  Canon inkjets (and some other printers) print only half of the last
  page after 20120801 upgrade to v1.5.3-0ubuntu2

Status in cups package in Ubuntu:
  Fix Released
Status in cups source package in Precise:
  Fix Released

Bug description:
  My Canon i560 was working fine until the update two days ago. Now it fails 
every single job, printing half a page and then ejecting the page when a USB 
reset is issued. Same printer works fine when printing through Windows in 
Virtualbox with USB passthrough.
  Summary: the USB backend "improvements" have rendered my printer useless with 
CUPS. Unloading the usblp module makes no difference - the USB reset is what 
aborts the print job.

  [  224.008042] usb 3-1: reset full-speed USB device number 3 using uhci_hcd
  [  224.161701] usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 
0x04A9 pid 0x108

  Kubuntu 12.04

  [IMPACT]

  Everyone with a Canon inkjet connected to USB and also users of some
  other printer models on USB get printouts with the last page being
  incomplete. This happens for every job.

  For everyone with a Samsung printer the problem of bug 995111 shows up
  again.

  [TESTCASE]

  Unfortunately, for reproducing this bug one needs the actual hardware.

  Connect a Canon inkjet (or other models mentioned in this bug report)
  to the USB and print from a completely updated Precise system. The
  last page of each job will come out incomplete.

  Connect a Samsung printer to the USB and print from a completely
  updated Precise system. You will get printouts with weird characters
  (at least from the second job on) as described in bug 995111.

  After installing the proposed package all these problems should
  disappear.

  [Regression Potential]

  Regression risk is very low. The fix is not doing the USB device reset
  on the printer after the job for most printers. The fix contains an
  exception rule for Samsung printers and Prolific Technology
  USB->Parallel adapters, to avoid reoccurring of bug 987485 and bug
  997040. It is still possible that some printers are treated
  incorrectly in terms of whether they need a reset after the job or
  not. As most printers work both with and without reset this risk is
  very low. All reported problems are solved with the proposed fix.

  ***
  dpkg -l "*cups*"|grep ii
  ii  bluez-cups  4.98-2ubuntu7 
   Bluetooth printer driver for CUPS
  ii  cups
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
server
  ii  cups-bsd
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
BSD commands
  ii  cups-client 
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
client programs (SysV)
  ii  cups-common 
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
common files
  ii  cups-filters
1.0.18-0ubuntu0.1OpenPrinting CUPS Filters
  ii  cups-ppdc   
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
PPD manipulation utilities
  ii  ghostscript-cups
9.05~dfsg-0ubuntu4.1 interpreter for the PostScript 
language and for PDF - CUPS filters
  ii  libcups2
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
Core library
  ii  libcupscgi1 
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
CGI library
  ii  libcupsdriver1  
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
Driver library
  ii  libcupsfilters1 
1.0.18-0ubuntu0.1OpenPrinting CUPS Filters - Shared 
library
  ii  libcupsimage2   
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
Raster image library
  ii  libcupsmime1
1.5.3-0ubuntu2   Common UNIX Printing System(tm) - 
MIME library
  ii  libcupsppdc1 

[Touch-packages] [Bug 1746332] [NEW] Error in login after installing AMD driver

2018-01-30 Thread Emanuel Negromonte
Public bug reported:

After installing the AMD Radeon R7 M445 video card driver, login no
longer works. The password is typed, however, it looks like it will load
Unity into Ubuntu 16.04.3 LTS and it returns the login screen again.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
Uname: Linux 4.4.0-23-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Tue Jan 30 16:50:56 2018
DistUpgraded: Fresh install
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-xenial-amd64-20160624-2
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 amdgpu-pro, 16.30.3-320002e, 4.4.0-112-generic, x86_64: installed
 amdgpu-pro, 16.30.3-320002e, 4.4.0-23-generic, x86_64: installed
 amdgpu-pro, 16.30.3-320002e, 4.4.0-36-generic, x86_64: built
 oem-audio-hda-daily, 0.201708030416~ubuntu16.04.1, 4.4.0-112-generic, x86_64: 
installed
 oem-audio-hda-daily, 0.201708030416~ubuntu16.04.1, 4.4.0-23-generic, x86_64: 
installed
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation Device [8086:5916] (rev 02) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0767]
   Subsystem: Device [03ea:1af4]
InstallationDate: Installed on 2018-01-30 (0 days ago)
InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
MachineType: Dell Inc. Inspiron 5567
ProcEnviron:
 LANGUAGE=pt_BR:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=ad173464-db7e-409e-847d-8329d5d6030b ro acpi_rev_override 
locale=pt_BR quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/12/2017
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.1.9
dmi.board.name: 0P02J3
dmi.board.vendor: Dell Inc.
dmi.board.version: A03
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.9:bd12/12/2017:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0P02J3:rvrA03:cvnDellInc.:ct10:cvr:
dmi.product.name: Inspiron 5567
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.83-1~16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.4-0ubuntu1~16.04.4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.4-0ubuntu1~16.04.4
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Tue Jan 30 15:41:03 2018
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5574 
 vendor CMN
xserver.version: 2:1.18.3-1ubuntu2

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


** Tags: amd64 apport-bug compiz-0.9 crash ubuntu xenial

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

Title:
  Error in login after installing AMD driver

Status in xorg package in Ubuntu:
  New

Bug description:
  After installing the AMD Radeon R7 M445 video card driver, login no
  longer works. The password is typed, however, it looks like it will
  load Unity into Ubuntu 16.04.3 LTS and it returns the login screen
  again.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue Jan 30 16:50:56 2018
  DistUpgraded: Fresh install
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-xenial-amd64-20160624-2

[Touch-packages] [Bug 1667881] [NEW] hdmi

2017-02-24 Thread clayton emanuel rodrigues
Public bug reported:

o sistema não reconhece a tyv, através da entrada/saída HDMI

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-64.85-generic 4.4.44
Uname: Linux 4.4.0-64-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.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
Date: Sat Feb 25 01:16:38 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 i915-4.6.3-4.4.0, 1, 4.4.0-21-generic, x86_64: installed
 i915-4.6.3-4.4.0, 1, 4.4.0-64-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Core Processor Integrated Graphics 
Controller [1025:0487]
InstallationDate: Installed on 2017-02-21 (3 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Gateway NV55C
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-64-generic 
root=UUID=beab8c72-b619-44a3-a386-7c39ccfb2730 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/09/2011
dmi.bios.vendor: Gateway
dmi.bios.version: V1.27
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: NV55C
dmi.board.vendor: Gateway
dmi.board.version: V1.27
dmi.chassis.type: 10
dmi.chassis.vendor: Gateway
dmi.chassis.version: V1.27
dmi.modalias: 
dmi:bvnGateway:bvrV1.27:bd11/09/2011:svnGateway:pnNV55C:pvrV1.27:rvnGateway:rnNV55C:rvrV1.27:cvnGateway:ct10:cvrV1.27:
dmi.product.name: NV55C
dmi.product.version: V1.27
dmi.sys.vendor: Gateway
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.75+git1702140630.f6499b~gd~x
version.libgl1-mesa-dri: libgl1-mesa-dri 17.1~git1702241930.983348~gd~x
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.1~git1702241930.983348~gd~x
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.8.99+git1702221933.244d4b~gd~x
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git1702161933.860c36~gd~x
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.13+git1701262001.1516d3~gd~x
xserver.bootTime: Sat Feb 25 01:05:52 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 732 
 vendor LGD
xserver.version: 2:1.18.4-0ubuntu0.2

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages ubuntu xenial

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

Title:
  hdmi

Status in xorg package in Ubuntu:
  New

Bug description:
  o sistema não reconhece a tyv, através da entrada/saída HDMI

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-64.85-generic 4.4.44
  Uname: Linux 4.4.0-64-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.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
  Date: Sat Feb 25 01:16:38 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   i915-4.6.3-4.4.0, 1, 4.4.0-21-generic, x86_64: installed
   i915-4.6.3-4.4.0, 1, 4.4.0-64-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Core Processor Integrated Graphics 
Controller [1025:0487]
  InstallationDate: Installed on 2017-02-21 (3 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Gateway NV55C
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-64-generic 
root=UUID=beab8c72-b619-44a3-a386-7c39ccfb2730 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/09/2011
  dmi.bios.vend

[Touch-packages] [Bug 1551982] Re: uncleared pch fifo underrun on pch transcoder A

2017-01-26 Thread Emanuel
Hi, I recently solved this bug...
First I  install "Intel Graphics for Linux" from https://01.org/linuxgraphics
In this YouTube video you can wath a tutorial: 
https://www.youtube.com/watch?v=TXvoLPICEsg

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

Title:
  uncleared pch fifo underrun on pch transcoder A

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After upgrading from 14.04 to 16.04, the following appears in dmesg and for a 
short while on black ascii screen during login sequence:
  [2.214317] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* 
uncleared pch fifo underrun on pch transcoder A
  [2.214339] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH 
transcoder A FIFO underrun

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9.24-generic 4.4.3
  Uname: Linux 4.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  355.00.26  Sun Feb 14 
16:11:36 PST 2016
   GCC version:  gcc version 5.3.1 20160225 (Ubuntu 5.3.1-10ubuntu2)
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar  1 16:55:32 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-8-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-9-generic, x86_64: installed
   nvidia-355, 355.00.26, 4.4.0-8-generic, x86_64: installed
   nvidia-355, 355.00.26, 4.4.0-9-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: Micro-Star International Co., Ltd. [MSI] 3rd Gen Core processor 
Graphics Controller [1462:10b8]
   NVIDIA Corporation GK107M [GeForce GT 645M] [10de:0fd9] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Micro-Star International Co., Ltd. [MSI] GK107M [GeForce GT 
645M] [1462:10b8]
  InstallationDate: Installed on 2016-02-29 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160228)
  MachineType: Micro-Star International Co., Ltd. CX61 0NC/CX61 0ND/CX61 
0NF/CX61 0NE
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-9-generic 
root=UUID=7ffdb95a-c39d-4d4a-964a-eebefe28f75b ro quiet splash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/10/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E16GBIMS.406
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-16GB
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: CX61 0NC/CX61 0ND/CX61 0NF/CX61 0NE
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE16GBIMS.406:bd10/10/2012:svnMicro-StarInternationalCo.,Ltd.:pnCX610NC/CX610ND/CX610NF/CX610NE:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-16GB:rvrREV1.0:cvnCX610NC/CX610ND/CX610NF/CX610NE:ct10:cvrN/A:
  dmi.product.name: CX61 0NC/CX61 0ND/CX61 0NF/CX61 0NE
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.
  version.compiz: compiz 1:0.9.12.2+16.04.20160209-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160218-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Mar  1 16:33:17 2016
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors: systemd-logind: failed to get session: PID 931 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.3-2ubuntu4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1551982/+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 1551982] Re: uncleared pch fifo underrun on pch transcoder A

2016-09-30 Thread Emanuel
Ok. I sent a new report: "Bug #1629365" In response of Bug #1551982
(this).

Thanks.

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

Title:
  uncleared pch fifo underrun on pch transcoder A

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  After upgrading from 14.04 to 16.04, the following appears in dmesg and for a 
short while on black ascii screen during login sequence:
  [2.214317] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* 
uncleared pch fifo underrun on pch transcoder A
  [2.214339] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH 
transcoder A FIFO underrun

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9.24-generic 4.4.3
  Uname: Linux 4.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  355.00.26  Sun Feb 14 
16:11:36 PST 2016
   GCC version:  gcc version 5.3.1 20160225 (Ubuntu 5.3.1-10ubuntu2)
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar  1 16:55:32 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-8-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-9-generic, x86_64: installed
   nvidia-355, 355.00.26, 4.4.0-8-generic, x86_64: installed
   nvidia-355, 355.00.26, 4.4.0-9-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: Micro-Star International Co., Ltd. [MSI] 3rd Gen Core processor 
Graphics Controller [1462:10b8]
   NVIDIA Corporation GK107M [GeForce GT 645M] [10de:0fd9] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Micro-Star International Co., Ltd. [MSI] GK107M [GeForce GT 
645M] [1462:10b8]
  InstallationDate: Installed on 2016-02-29 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160228)
  MachineType: Micro-Star International Co., Ltd. CX61 0NC/CX61 0ND/CX61 
0NF/CX61 0NE
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-9-generic 
root=UUID=7ffdb95a-c39d-4d4a-964a-eebefe28f75b ro quiet splash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/10/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E16GBIMS.406
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-16GB
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: CX61 0NC/CX61 0ND/CX61 0NF/CX61 0NE
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE16GBIMS.406:bd10/10/2012:svnMicro-StarInternationalCo.,Ltd.:pnCX610NC/CX610ND/CX610NF/CX610NE:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-16GB:rvrREV1.0:cvnCX610NC/CX610ND/CX610NF/CX610NE:ct10:cvrN/A:
  dmi.product.name: CX61 0NC/CX61 0ND/CX61 0NF/CX61 0NE
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.
  version.compiz: compiz 1:0.9.12.2+16.04.20160209-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160218-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Mar  1 16:33:17 2016
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors: systemd-logind: failed to get session: PID 931 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.3-2ubuntu4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1551982/+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 1629365] [NEW] In response of Bug #1551982

2016-09-30 Thread Emanuel
Public bug reported:

Mr Scott Stensland, Thanks for your interest in this issue.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Sep 30 10:14:01 2016
DistUpgraded: 2016-04-30 05:14:03,198 DEBUG icon theme changed, re-reading
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GconfCompiz:
 /apps/compiz-1/general:
   /apps/compiz-1/general/screen0:
/apps/compiz-1/general/screen0/options:
 active_plugins = 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
GraphicsCard:
 Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller 
[8086:0152] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v2/3rd Gen Core processor 
Graphics Controller [1043:844d]
InstallationDate: Installed on 2016-01-25 (249 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
Lsusb:
 Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic 
root=UUID=ba786508-17d0-4fdf-bcd2-125ae6c7fb76 ro splash quiet plymouth:debug=1
SourcePackage: xorg
UpgradeStatus: Upgraded to xenial on 2016-04-30 (153 days ago)
dmi.bios.date: 10/08/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0802
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H61-M LX3 R2.0
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0802:bd10/08/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H61-MLX3R2.0:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Fri Sep 30 10:09:53 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 891 
 vendor SAM
xserver.version: 2:1.18.3-1ubuntu2.3

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


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

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

Title:
  In response of Bug #1551982

Status in xorg package in Ubuntu:
  New

Bug description:
  Mr Scott Stensland, Thanks for your interest in this issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Sep 30 10:14:01 2016
  DistUpgraded: 2016-04-30 05:14:03,

[Touch-packages] [Bug 1551982] Re: uncleared pch fifo underrun on pch transcoder A

2016-09-28 Thread Emanuel
I have the same error. Then I have to wait 15 seconds for my Ubuntu.
Jejeje.

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

Title:
  uncleared pch fifo underrun on pch transcoder A

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  After upgrading from 14.04 to 16.04, the following appears in dmesg and for a 
short while on black ascii screen during login sequence:
  [2.214317] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* 
uncleared pch fifo underrun on pch transcoder A
  [2.214339] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH 
transcoder A FIFO underrun

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9.24-generic 4.4.3
  Uname: Linux 4.4.0-9-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  355.00.26  Sun Feb 14 
16:11:36 PST 2016
   GCC version:  gcc version 5.3.1 20160225 (Ubuntu 5.3.1-10ubuntu2)
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar  1 16:55:32 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-8-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-9-generic, x86_64: installed
   nvidia-355, 355.00.26, 4.4.0-8-generic, x86_64: installed
   nvidia-355, 355.00.26, 4.4.0-9-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: Micro-Star International Co., Ltd. [MSI] 3rd Gen Core processor 
Graphics Controller [1462:10b8]
   NVIDIA Corporation GK107M [GeForce GT 645M] [10de:0fd9] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Micro-Star International Co., Ltd. [MSI] GK107M [GeForce GT 
645M] [1462:10b8]
  InstallationDate: Installed on 2016-02-29 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160228)
  MachineType: Micro-Star International Co., Ltd. CX61 0NC/CX61 0ND/CX61 
0NF/CX61 0NE
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-9-generic 
root=UUID=7ffdb95a-c39d-4d4a-964a-eebefe28f75b ro quiet splash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/10/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E16GBIMS.406
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-16GB
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: CX61 0NC/CX61 0ND/CX61 0NF/CX61 0NE
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE16GBIMS.406:bd10/10/2012:svnMicro-StarInternationalCo.,Ltd.:pnCX610NC/CX610ND/CX610NF/CX610NE:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-16GB:rvrREV1.0:cvnCX610NC/CX610ND/CX610NF/CX610NE:ct10:cvrN/A:
  dmi.product.name: CX61 0NC/CX61 0ND/CX61 0NF/CX61 0NE
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.
  version.compiz: compiz 1:0.9.12.2+16.04.20160209-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160218-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Mar  1 16:33:17 2016
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors: systemd-logind: failed to get session: PID 931 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.3-2ubuntu4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1551982/+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 1627800] [NEW] Xorg crash

2016-09-26 Thread Emanuel Negromonte
Public bug reported:

The error occurred when playing streams, such as youtube, soundcloud and
others by web browser.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
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
Date: Mon Sep 26 14:55:07 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 i915-4.6.3-4.4.0, 1, 4.4.0-31-generic, x86_64: installed
 i915-4.6.3-4.4.0, 1, 4.4.0-38-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Intel Corporation 2nd Generation Core Processor Family Integrated 
Graphics Controller [8086:2010]
InstallationDate: Installed on 2016-09-22 (3 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
Lsusb:
 Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 003: ID 2571:4101  
 Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Intel Corporation HuronRiver Platform
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic.efi.signed 
root=UUID=2465629d-ee53-4759-bbc2-a56450823561 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/05/2011
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 1.05_
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Emerald Lake
dmi.board.vendor: Intel Corp.
dmi.board.version: FAB1
dmi.chassis.asset.tag: Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: Intel Corporation
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr1.05_:bd03/05/2011:svnIntelCorporation:pnHuronRiverPlatform:pvr0.1:rvnIntelCorp.:rnEmeraldLake:rvrFAB1:cvnIntelCorporation:ct9:cvr0.1:
dmi.product.name: HuronRiver Platform
dmi.product.version: 0.1
dmi.sys.vendor: Intel Corporation
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.68-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.2-0intel1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.2-0intel1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Sun Sep 25 22:43:46 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id  19 
 vendor INL
xserver.version: 2:1.18.3-1ubuntu2.3

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


** Tags: amd64 apport-bug compiz-0.9 crash third-party-packages ubuntu xenial

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

Title:
  Xorg crash

Status in xorg package in Ubuntu:
  New

Bug description:
  The error occurred when playing streams, such as youtube, soundcloud
  and others by web browser.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  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
  Date: Mon Sep 26 14:55:07 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   i915-4.6.3-4.4.0, 1, 4.4.0-31-generic, x86_64: installed
   i915-4.6.3-4.4.0, 1, 4.4.0-38-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Intel Corporation 2nd Generation Core Processor Family 
Integrated Graphics Controller [8086:2010]
  In

[Touch-packages] [Bug 1179117] Re: Application: Apport KDE (python2.7), signal: Segmentation fault

2015-09-24 Thread Emanuel Negromonte
** Changed in: apport (Ubuntu)
   Status: Invalid => Fix Released

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

Title:
  Application: Apport KDE (python2.7), signal: Segmentation fault

Status in apport package in Ubuntu:
  Fix Released

Bug description:
  Application: Apport KDE (python2.7), signal: Segmentation fault
  Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  [KCrash Handler]
  #7  QWidget::~QWidget (this=0xaa10218, __in_chrg=) at 
kernel/qwidget.cpp:1629
  #8  0xb5b36525 in QDialog::~QDialog (this=0xaa10218, __in_chrg=) at dialogs/qdialog.cpp:318
  #9  0xb634e759 in sipQDialog::~sipQDialog (this=0xaa10218, 
__in_chrg=) at sipQtGuipart9.cpp:56047
  #10 0xb634e79a in sipQDialog::~sipQDialog (this=0xaa10218, 
__in_chrg=) at sipQtGuipart9.cpp:56050
  #11 0xb6344863 in release_QDialog (sipCppV=0xaa10218) at 
sipQtGuipart9.cpp:57688
  #12 0xb635c5ec in dealloc_QDialog (sipSelf=0xa7fadf4) at 
sipQtGuipart9.cpp:57704
  #13 dealloc_QDialog (sipSelf=0xa7fadf4) at sipQtGuipart9.cpp:57697
  #14 0xb664f31e in forgetObject (sw=0xa7fadf4) at 
/build/buildd/sip4-4.13.2/siplib/siplib.c:10124
  #15 0xb664fc61 in sipWrapper_dealloc (self=0xa7fadf4) at 
/build/buildd/sip4-4.13.2/siplib/siplib.c:9675
  #16 0x08108c3f in subtype_dealloc.25423 ()
  #17 0x08175d63 in dict_dealloc.18187 ()
  #18 0x080d930e in instance_dealloc.8648 ()
  #19 0x0815d558 in insertdict.18214 ()
  #20 0x0812da30 in PyDict_SetItem ()
  #21 0x0807b10d in _PyModule_Clear ()
  #22 0x0807b63c in PyImport_Cleanup ()
  #23 0x0807bbd7 in Py_Finalize ()
  #24 0x0807bf88 in Py_Exit ()
  #25 0x0807c0c8 in handle_system_exit.42765 ()
  #26 0x080a8d15 in PyRun_SimpleFileExFlags ()
  #27 0x080a9949 in Py_Main ()
  #28 0x0805ea5b in main ()
  --- 
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Kubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120820.1)
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=pt_BR:
   TERM=xterm
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  Tags:  precise
  Uname: Linux 3.9.2-030902-generic i686
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1179117/+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 1351989] [NEW] compiz crashed with signal 5 in _XReply()

2014-08-03 Thread Anca Emanuel
Public bug reported:

I downloaded this 
https://www.dropbox.com/sh/b8q1rcon5srs3l7/AACiok8UO4aB6jCxTifcaeA7a/Siluro.zip
Watch some photo, used rotation, then close without save.
Next, PC freeze for a few seconds, compiz crash.

ProblemType: Crash
DistroRelease: Ubuntu 14.10
Package: unity 7.3.0+14.10.20140711-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
Uname: Linux 3.16.0-6-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.5-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Aug  3 22:58:42 2014
ExecutablePath: /usr/bin/compiz
InstallationDate: Installed on 2014-04-05 (120 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140404)
ProcCmdline: compiz
Signal: 5
SourcePackage: unity
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 XGetWindowProperty () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 XGetClassHint () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 ?? () from /usr/lib/compiz/libunityshell.so
Title: compiz crashed with signal 5 in _XReply()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: unity (Ubuntu)
 Importance: Medium
 Status: New


** Tags: amd64 apport-crash utopic

** Information type changed from Private to Public

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

Title:
  compiz crashed with signal 5 in _XReply()

Status in “unity” package in Ubuntu:
  New

Bug description:
  I downloaded this 
https://www.dropbox.com/sh/b8q1rcon5srs3l7/AACiok8UO4aB6jCxTifcaeA7a/Siluro.zip
  Watch some photo, used rotation, then close without save.
  Next, PC freeze for a few seconds, compiz crash.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140711-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.5-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Aug  3 22:58:42 2014
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2014-04-05 (120 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140404)
  ProcCmdline: compiz
  Signal: 5
  SourcePackage: unity
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   XGetWindowProperty () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   XGetClassHint () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/compiz/libunityshell.so
  Title: compiz crashed with signal 5 in _XReply()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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