[Desktop-packages] [Bug 1471504] Re: libreoffice crashes X11 on init

2015-07-04 Thread Björn Michaelsen
*** This bug is a duplicate of bug 1468664 ***
https://bugs.launchpad.net/bugs/1468664

As this isnt reproduced elsewhere, needs reproduction step and hardware info.
Nothing LibreOffice does should be able to crash Xorg. As such, it is first and 
foremost a Xorg (or Xorg driver) bug, there is no clear evidence there is 
something illegal is requested from Xorg (and even if: it is still an Xorg bug, 
as nothing should crash Xorg).

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

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

** This bug has been marked a duplicate of bug 1468664
   Libreoffice crashing the whole session in 15.04

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

Title:
  libreoffice crashes X11 on init

Status in libreoffice package in Ubuntu:
  Incomplete
Status in xorg package in Ubuntu:
  New

Bug description:
  REALLY surprised this bug was never reported. Ever since 14.04,
  libreoffice init crashes X11 and forces logout when launched. Other
  distros are not affected.Users are unable to open libreoffice or
  related files because of this. This is a MANDATORY MUST-WORK package
  for me, so I cant use UBUNTU because of this.

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

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


[Desktop-packages] [Bug 1437809] Re: Checking Libreoffice About causes it to crash.

2015-07-04 Thread Adolfo Jayme
** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1437809

Title:
  Checking Libreoffice About causes it to crash.

Status in libreoffice package in Ubuntu:
  New

Bug description:
  Opened Libreoffice Writer and checked the About, caused it to
  completely crash.

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: libreoffice-core 1:4.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Mar 29 21:30:07 2015
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2015-03-28 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --writer --splash-pipe=5
  SegvAnalysis:
   Segfault happened at: 0x7eff1add3193:mov(%rcx),%r8
   PC (0x7eff1add3193) ok
   source "(%rcx)" (0x7efef3c6d000) not located in a known VMA region (needed 
readable region)!
   destination "%r8" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  Title: soffice.bin crashed with SIGSEGV
  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/libreoffice/+bug/1437809/+subscriptions

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


[Desktop-packages] [Bug 1308105]

2015-07-04 Thread M-zdila
On my system (Linux bono 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1
(2015-05-24) x86_64 GNU/Linux) the issue appeared only cca 2 weeks ago.
I don't know which package update (Debian Testing) caused it.

Everytime the monitor blanks it can't resume.

My workaround is to have this code running:
while true; do xrandr -d :0 --output HDMI1 --mode 1920x1080; sleep 10; done

My display card:
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen 
Core processor Graphics Controller (rev 09)

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

Title:
  Xfce resets TV mode to NULL when power cycled

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Confirmed
Status in xfce4-settings:
  Confirmed
Status in nvidia-graphics-drivers package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Invalid
Status in xfce4-settings package in Ubuntu:
  Confirmed

Bug description:
  I had an HTPC with Mythbuntu 12.04 installed.  Upon upgrading a new
  behavior that if the TV is power cycled it no longer detects a link
  with the HTPC.

  When this happens I can find in the xorg log that there is an
  accompanying log item:

  [ 39829.509] (II) NVIDIA(0): Setting mode "NULL"

  After debugging with NVIDIA at
  https://devtalk.nvidia.com/default/topic/729955/linux/tv-stops-being-
  detected/ we've deteremined it's a X client that reacts to the RANDR
  events causing the mode to be set to NULL.

  Working through the list in an Xfce environment, the culprit is
  xfsettingsd.  If xfsettingsd is running, it causes the TV to come up
  in a NULL mode.  If it's killed, it remains in the mode it was
  previously running in.

  
  Until this is fixed, this behavior can be worked around with a simple shell 
script:
  ==
  #!/bin/sh
  #Fix TV state when HDMI link is lost.
  #By Mario Limonciello 

  OUTPUT="HDMI-0"
  BAD_MODE="1280x720"
  GOOD_MODE="1920x1080"

  for MODE in $BAD_MODE $GOOD_MODE; do
   DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
   sleep 2
  done
  ==

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

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


[Desktop-packages] [Bug 11544] Re: Single click doesn't work in file chooser dialog box

2015-07-04 Thread Bug Watch Updater
** Changed in: gtk
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/11544

Title:
  Single click doesn't work in file chooser dialog box

Status in GTK+ GUI Toolkit:
  Confirmed
Status in One Hundred Papercuts:
  In Progress
Status in gtk+2.0 package in Ubuntu:
  Triaged
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  when you select single click in file management it works for nautilus and the
  desktop but not for applications that use the "file chooser dialog box" to 
open
  files, i.e. you have to double click to open directories even with single 
click
  selected as the gnome default.

  http://bugzilla.gnome.org/show_bug.cgi?id=121113:
  http://bugzilla.gnome.org/show_bug.cgi?id=121113

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

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


[Desktop-packages] [Bug 1230091] Re: [enhancement] Trusted Session surface management (required for appstore app trust model), modal subwindows

2015-07-04 Thread Jane
** Changed in: unity-mir
   Status: Triaged => Fix Committed

** Changed in: mir
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to signon in Ubuntu.
https://bugs.launchpad.net/bugs/1230091

Title:
  [enhancement] Trusted Session surface management (required for
  appstore app trust model), modal subwindows

Status in Content sharing/picking infrastructure and service:
  Invalid
Status in Mir:
  Fix Committed
Status in Unity Mir:
  Fix Committed
Status in signon package in Ubuntu:
  Invalid
Status in unity-mir package in Ubuntu:
  Confirmed

Bug description:
  (I'm filing this as a bug in order to be able to point other people to
  it, and to track its progress; if there's a blueprint containing this
  task, please let me know)

  Some components (such as the Online Accounts trusted helper) need to
  be able to pop-up a window (typically, a dialog) on top of the running
  application. Such windows should be modal to the application, that is
  the user should not be able to interact with the application while the
  modal window is displayed on top of them. This also means that in the
  task switcher one shouldn't see two windows, but only the topmost
  modal window (and parts of the application window, in case the modal
  window on top is a non-fullscreen dialog).

  For developers, this API already exists in Qt: see 
https://qt-project.org/doc/qt-5.1/qtgui/qwindow.html#fromWinId
  It needs to be implemented in the QPA plugin, so feel free to add the 
relevant projects to the bug report.

  From jdstrand>
  This is a hard requirement for application confinement because of our trust 
model-- permission to access sensitive data by AppStore apps is typically 
granted or denied at the time of access (caching the result for later use as 
appropriate), so users have a context for the access being requested. We do 
this instead of throwing up a permissions prompt at installation. However, for 
it to work, trusted helpers like online accounts and location require this 
functionality from unity-mir. A trust-store is also being implemented so other 
services like calendar and contacts can do the same. Because this feature is 
not implemented, the implementation for online accounts, location and the 
trust-store is blocked and appstore apps are therefore able to access these 
services without the user knowing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/content-hub/+bug/1230091/+subscriptions

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


[Desktop-packages] [Bug 1451803] Re: resize interface to video size often works improperly in an ubuntu session

2015-07-04 Thread Doug McMahon
** Also affects: mpvideonoleggio
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1451803

Title:
  resize interface to video size often works  improperly in an ubuntu
  session

Status in Videonoleggio:
  New
Status in Unity:
  New
Status in unity package in Ubuntu:
  New
Status in vlc package in Ubuntu:
  New

Bug description:
  Test Cases:
  On a 1080p display, ubuntu session

  Test case:
  fresh .conf/vlc/
  Open a 720p video (size is correct), close vlc
  Open a 1080p vid (size is correct), close vlc
  Open a 720p vid, it's resized to 1080p size window

  Test case:
  open a 1080p video in vlc, close vlc
  open vlc, it open with a 1080p size window, in most cases filling the screen. 
It should open to a more suitable  default size

  Test case:
  fresh .conf/vlc
  open a 720p vid (sized correctly
  open a smaller vid, ex. here 512 x 288 (sized correctly
  open a 1080p vid (sized correctly
  open either of the above, they will be sized to 1080p window size

  Test case:
  Open 1080p vid, click restore, then close
  open a 720p vid (size is correct

  Conclusion here is any vid that merges the window deco into unity
  panel will cause vlc or other players that merge to open subsequent
  vids at that size unless vlc ect. are restored out of the panel before
  switching or closing

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: vlc 2.2.0-1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue May  5 07:55:35 2015
  InstallationDate: Installed on 2015-04-24 (10 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: vlc
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1387428] Re: Elantech Touchpad input device freezes in x

2015-07-04 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Elantech Touchpad input device freezes in x

Status in xorg package in Ubuntu:
  Expired

Bug description:
  terminal switching fixes this problem but this is super annoying

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.46  Wed Sep 24 14:23:40 
PDT 2014
   GCC version:  gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6)
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  BootLog:
   * Setting up X socket directories...    
[ OK ]
* Starting early crypto disks...    
[ OK ]
  CurrentDesktop: Unity
  Date: Thu Oct 30 12:20:28 2014
  DistUpgraded: 2014-10-29 13:02:20,451 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-37-generic, x86_64: installed
   bbswitch, 0.7, 3.16.0-23-generic, x86_64: installed
   nvidia-340, 340.46, 3.16.0-23-generic, x86_64: installed
   nvidia-340-uvm, 340.46, 3.16.0-23-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:131d]
 Subsystem: ASUSTeK Computer Inc. Device [1043:131d]
  InstallationDate: Installed on 2014-10-28 (1 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Lsusb:
   Bus 001 Device 002: ID 8087:8000 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550LN
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic.efi.signed 
root=UUID=7842396f-3697-4d0f-ab35-a2f9ed87a17d ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2014-10-29 (0 days ago)
  dmi.bios.date: 06/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550LN.306
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550LN
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX550LN.306:bd06/26/2014:svnASUSTeKCOMPUTERINC.:pnX550LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550LN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.58+git20141006.00847fa4-0ubuntu0ricotz
  version.libgl1-mesa-dri: libgl1-mesa-dri 
10.4.0~git20141023.065256df-0ubuntu0ricotz
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 
10.4.0~git20141023.065256df-0ubuntu0ricotz
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 
2:1.16.0+git20140806+server-1.16-branch.a793483e-0ubuntu0sarvatt
  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.4.99+git20140806.fbf575cb-0ubuntu0sarvatt3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.916+git20141016.6b98f162-0ubuntu0sarvatt
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Wed Oct 29 22:08:59 2014
  xserver.configfile: /etc/X11/xorg.conf
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5572 
   vendor CMN
  xserver.version: 
2:1.16.0+git20140806+server-1.16-branch.a793483e-0ubuntu0sarvatt

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

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


[Desktop-packages] [Bug 1449753] Re: Xorg soft lockup using google maps (street view) in firefox under Nouveau

2015-07-04 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Xorg soft lockup using google maps (street view) in firefox under
  Nouveau

Status in xorg package in Ubuntu:
  Expired

Bug description:
  I can cause an Xorg soft lockup simply by using google street view for
  a few minutes under firefox 37.0.2.

  Switched to Nouveau recently due to issues with NVIDIA proprietary
  driver for this GeForce 6600 AGP card.

  Following is the lockup trace from kern.log:

  Apr 28 11:31:59 insitu kernel: [  849.902770] nouveau  [Xorg[3892]] ib 
channel create, -22
  Apr 28 11:31:59 insitu kernel: [  849.998956] nouveau E[   
PFIFO][:01:00.0] CACHE_ERROR - ch 3 [firefox[3757]] subc 0 mthd 0x0050 data 
0x0006
  Apr 28 11:31:59 insitu kernel: [  860.080030] BUG: soft lockup - CPU#0 stuck 
for 24s! [Socket Thread:3762]
  Apr 28 11:31:59 insitu kernel: [  860.080033] Modules linked in: cfg80211 
cuse rfcomm bnep bluetooth binfmt_misc reiserfs dm_crypt snd_via82xx rc_winfast 
snd_via82xx_modem snd_mpu401_uart snd_ac97_codec gameport ac97_bus tuner_simple 
snd_pcm tuner_types snd_page_alloc snd_seq_midi snd_seq_midi_event snd_rawmidi 
tda9887 tda8290 snd_seq tea5767 tuner snd_seq_device snd_timer amd64_edac_mod 
cx8800 snd edac_core serio_raw cx88xx btcx_risc edac_mce_amd k8temp tveeprom 
videobuf_dma_sg soundcore i2c_viapro rc_core v4l2_common videobuf_core videodev 
shpchp parport_pc ppdev visor usbserial mac_hid lp parport raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid0 
multipath linear raid1 pata_acpi hid_generic usbhid hid nouveau mxm_wmi wmi 
video i2c_algo_bit ttm drm_kms_helper drm pata_via firewire_ohci sata_via skge 
sata_promise firewire_core floppy crc_itu_t
  Apr 28 11:31:59 insitu kernel: [  860.080048] CPU: 0 PID: 3762 Comm: Socket 
Thread Not tainted 3.13.0-49-generic #83-Ubuntu
  Apr 28 11:31:59 insitu kernel: [  860.080048] Hardware name: To Be Filled By 
O.E.M. To Be Filled By O.E.M./A8V Deluxe, BIOS 1018.002 08/16/2007
  Apr 28 11:31:59 insitu kernel: [  860.080048] task: 8800a9703000 ti: 
8800a45f4000 task.ti: 8800a45f4000
  Apr 28 11:31:59 insitu kernel: [  860.080048] RIP: 0010:[]  
[] ioread32+0x42/0x50
  Apr 28 11:31:59 insitu kernel: [  860.080048] RSP: 0018:8800a45f5ab0  
EFLAGS: 0292
  Apr 28 11:31:59 insitu kernel: [  860.080048] RAX: 0005 RBX: 
880124703000 RCX: 0036
  Apr 28 11:31:59 insitu kernel: [  860.080048] RDX: e178 RSI: 
c97fe048 RDI: c97fe048
  Apr 28 11:31:59 insitu kernel: [  860.080048] RBP: 8800a45f5ab8 R08: 
00016260 R09: 88012b001b00
  Apr 28 11:31:59 insitu kernel: [  860.080048] R10: a0187dce R11: 
8801279a0210 R12: b0ac1540
  Apr 28 11:31:59 insitu kernel: [  860.080048] R13: 8164679f R14: 
8800a45f5a50 R15: 8800b7e21200
  Apr 28 11:31:59 insitu kernel: [  860.080048] FS:  7f95e70f0700() 
GS:88012fc0() knlGS:
  Apr 28 11:31:59 insitu kernel: [  860.080048] CS:  0010 DS:  ES:  
CR0: 80050033
  Apr 28 11:31:59 insitu kernel: [  860.080048] CR2: 7faaea457024 CR3: 
ab4c9000 CR4: 07f0
  Apr 28 11:31:59 insitu kernel: [  860.080048] Stack:
  Apr 28 11:31:59 insitu kernel: [  860.080048]  a015b1e5 
8800a45f5ac8 a018febf 8800a45f5b00
  Apr 28 11:31:59 insitu kernel: [  860.080048]  a0187442 
88012839e000  
  Apr 28 11:31:59 insitu kernel: [  860.080048]  8800a9703000 
 8800a45f5b58 a0187a85
  Apr 28 11:31:59 insitu kernel: [  860.080048] Call Trace:
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] ? 
_nouveau_fifo_channel_rd32+0x15/0x20 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nv10_fence_read+0x1f/0x30 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nouveau_fence_update+0x62/0x90 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nouveau_fence_wait+0xc5/0x1a0 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] ? 
nouveau_fence_new+0x68/0xb0 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nouveau_channel_idle+0x6d/0x90 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nouveau_abi16_chan_fini.isra.2+0x32/0x1d0 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nouveau_abi16_fini+0x3e/0x80 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nouveau_drm_preclose+0x42/0xa0 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
drm_release+0x73/0x630 [drm]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
__fput+0xe4/0x260
  Apr 28 11:31:59 insitu kernel: [  

[Desktop-packages] [Bug 1448508] Re: SRU libreoffice breeze icons

2015-07-04 Thread Launchpad Bug Tracker
[Expired for libreoffice (Ubuntu) because there has been no activity for
60 days.]

** Changed in: libreoffice (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1448508

Title:
  SRU libreoffice breeze icons

Status in libreoffice package in Ubuntu:
  Expired

Bug description:
  The breeze icons in libreoffice have some wrong icons and there have
  been many updates since the package was made. The upstream artists
  have requested we update. attaches is a replacement for the .tar file
  in the packaging

  original is bug 1435764

  TEST CASE:
  open libreoffice
  if align left/right icons are blocks these are the old icons
  if align left/right icons are lines these are the new icons

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

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


[Desktop-packages] [Bug 1471504] [NEW] libreoffice crashes X11 on init

2015-07-04 Thread rjasmin
Public bug reported:

REALLY surprised this bug was never reported. Ever since 14.04,
libreoffice init crashes X11 and forces logout when launched. Other
distros are not affected.Users are unable to open libreoffice or related
files because of this. This is a MANDATORY MUST-WORK package for me, so
I cant use UBUNTU because of this.

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1471504

Title:
  libreoffice crashes X11 on init

Status in libreoffice package in Ubuntu:
  New

Bug description:
  REALLY surprised this bug was never reported. Ever since 14.04,
  libreoffice init crashes X11 and forces logout when launched. Other
  distros are not affected.Users are unable to open libreoffice or
  related files because of this. This is a MANDATORY MUST-WORK package
  for me, so I cant use UBUNTU because of this.

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

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


[Desktop-packages] [Bug 1453339] Re: package modemmanager 1.4.8-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-07-04 Thread Christopher M. Penalver
** Changed in: modemmanager (Ubuntu)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to modemmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1453339

Title:
  package modemmanager 1.4.8-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

Status in modemmanager package in Ubuntu:
  Triaged

Bug description:
  root@ubuntu-14101504a2:~# lsb_release -rd
  Description:  Ubuntu Wily Werewolf (development branch)
  Release:  15.10

  root@ubuntu-14101504a2:~# apt-cache policy modemmanager
  modemmanager:
Installed: 1.4.8-1
Candidate: 1.4.8-1
Version table:
   *** 1.4.8-1 0
  500 http://mirrors.us.kernel.org/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

  root@ubuntu-14101504a2:~#

  I expected to upgrade:
  root@ubuntu-14101504a2:~# sudo do-release-upgrade -d

  but I got error message at the end.

  fixed it with:
  root@ubuntu-14101504a2:~# sudo dpkg -a --configure
  and 
  root@ubuntu-14101504a2:~# apt-get -f install

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: modemmanager 1.4.8-1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Fri May  8 18:55:52 2015
  DuplicateSignature: package:modemmanager:1.4.8-1:subprocess installed 
post-installation script returned error exit status 100
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 100
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: modemmanager
  Title: package modemmanager 1.4.8-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 100
  UpgradeStatus: Upgraded to wily on 2015-05-09 (0 days ago)

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

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


[Desktop-packages] [Bug 1471501] Re: package libminiupnpc8 1.6-3ubuntu2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2015-07-04 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to miniupnpc in Ubuntu.
https://bugs.launchpad.net/bugs/1471501

Title:
  package libminiupnpc8 1.6-3ubuntu2 failed to install/upgrade: package
  is in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

Status in miniupnpc package in Ubuntu:
  New

Bug description:
  This bug also prevents a "shutdown" from the Action Buttons.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libminiupnpc8 1.6-3ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.47-lowlatency 3.13.9
  Uname: Linux 3.13.0-24-lowlatency i686
  ApportVersion: 2.14.1-0ubuntu3.11
  AptOrdering:
   dkms: Purge
   libminiupnpc8: Configure
  Architecture: i386
  Date: Sat Jul  4 21:37:36 2015
  Dependencies:
   gcc-4.9-base 4.9.1-0ubuntu1
   libc6 2.19-0ubuntu6.6
   libgcc1 1:4.9.1-0ubuntu1
   multiarch-support 2.19-0ubuntu6.6
  DpkgTerminalLog:
   Removing dkms (2.2.0.3-1.1ubuntu5) ...
   Purging configuration files for dkms (2.2.0.3-1.1ubuntu5) ...
   dpkg: error processing package libminiupnpc8 (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
  DuplicateSignature: package:libminiupnpc8:1.6-3ubuntu2:package is in a very 
bad inconsistent state; you should  reinstall it before attempting configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2015-07-05 (0 days ago)
  InstallationMedia: Ubuntu-Studio 14.04 LTS "Trusty Tahr" - Release i386 
(20140416.3)
  SourcePackage: miniupnpc
  Title: package libminiupnpc8 1.6-3ubuntu2 failed to install/upgrade: package 
is in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1471501] [NEW] package libminiupnpc8 1.6-3ubuntu2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configurati

2015-07-04 Thread David Hope
Public bug reported:

This bug also prevents a "shutdown" from the Action Buttons.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libminiupnpc8 1.6-3ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-24.47-lowlatency 3.13.9
Uname: Linux 3.13.0-24-lowlatency i686
ApportVersion: 2.14.1-0ubuntu3.11
AptOrdering:
 dkms: Purge
 libminiupnpc8: Configure
Architecture: i386
Date: Sat Jul  4 21:37:36 2015
Dependencies:
 gcc-4.9-base 4.9.1-0ubuntu1
 libc6 2.19-0ubuntu6.6
 libgcc1 1:4.9.1-0ubuntu1
 multiarch-support 2.19-0ubuntu6.6
DpkgTerminalLog:
 Removing dkms (2.2.0.3-1.1ubuntu5) ...
 Purging configuration files for dkms (2.2.0.3-1.1ubuntu5) ...
 dpkg: error processing package libminiupnpc8 (--configure):
  package is in a very bad inconsistent state; you should
  reinstall it before attempting configuration
DuplicateSignature: package:libminiupnpc8:1.6-3ubuntu2:package is in a very bad 
inconsistent state; you should  reinstall it before attempting configuration
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2015-07-05 (0 days ago)
InstallationMedia: Ubuntu-Studio 14.04 LTS "Trusty Tahr" - Release i386 
(20140416.3)
SourcePackage: miniupnpc
Title: package libminiupnpc8 1.6-3ubuntu2 failed to install/upgrade: package is 
in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to miniupnpc in Ubuntu.
https://bugs.launchpad.net/bugs/1471501

Title:
  package libminiupnpc8 1.6-3ubuntu2 failed to install/upgrade: package
  is in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

Status in miniupnpc package in Ubuntu:
  New

Bug description:
  This bug also prevents a "shutdown" from the Action Buttons.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libminiupnpc8 1.6-3ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.47-lowlatency 3.13.9
  Uname: Linux 3.13.0-24-lowlatency i686
  ApportVersion: 2.14.1-0ubuntu3.11
  AptOrdering:
   dkms: Purge
   libminiupnpc8: Configure
  Architecture: i386
  Date: Sat Jul  4 21:37:36 2015
  Dependencies:
   gcc-4.9-base 4.9.1-0ubuntu1
   libc6 2.19-0ubuntu6.6
   libgcc1 1:4.9.1-0ubuntu1
   multiarch-support 2.19-0ubuntu6.6
  DpkgTerminalLog:
   Removing dkms (2.2.0.3-1.1ubuntu5) ...
   Purging configuration files for dkms (2.2.0.3-1.1ubuntu5) ...
   dpkg: error processing package libminiupnpc8 (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
  DuplicateSignature: package:libminiupnpc8:1.6-3ubuntu2:package is in a very 
bad inconsistent state; you should  reinstall it before attempting configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2015-07-05 (0 days ago)
  InstallationMedia: Ubuntu-Studio 14.04 LTS "Trusty Tahr" - Release i386 
(20140416.3)
  SourcePackage: miniupnpc
  Title: package libminiupnpc8 1.6-3ubuntu2 failed to install/upgrade: package 
is in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1470235] Re: PolicyKit high memory usage

2015-07-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: policykit-1 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to policykit-1 in Ubuntu.
https://bugs.launchpad.net/bugs/1470235

Title:
  PolicyKit high memory usage

Status in policykit-1 package in Ubuntu:
  Confirmed

Bug description:
  Periodically I install updates on my computer and reboot without
  logging in. When I come back to my computer and log in, polkitd is
  using a large chunk of memory. At the moment it's using > 2.3 GiB of
  memory on a machine with 8 GB RAM:

  $ ps aux | grep polkit
  root  1229  0.4 29.8 2652532 2420916 ? Sl   Jun19  67:38 
/usr/lib/policykit-1/polkitd --no-debug

  Killing the process frees the memory until I reboot again.

  
  I'm currently using the latest version of policykit-1:

  $ apt-file search /usr/lib/policykit-1/polkitd
  policykit-1: /usr/lib/policykit-1/polkitd

  $ apt-cache policy policykit-1
  policykit-1:
Installed: 0.105-4ubuntu2.14.04.1
Candidate: 0.105-4ubuntu2.14.04.1
Version table:
   *** 0.105-4ubuntu2.14.04.1 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.105-4ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  $ sudo apt-get upgrade policykit-1
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  policykit-1 is already the newest version.

  
  Other information:

  $ lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: policykit-1 0.105-4ubuntu2.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Tue Jun 30 16:14:51 2015
  InstallationDate: Installed on 2014-08-25 (309 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140723)
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: policykit-1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1470235/+subscriptions

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


[Desktop-packages] [Bug 1470235] Re: PolicyKit high memory usage

2015-07-04 Thread Jon Dallara
** Attachment added: "Screenshot from 2015-07-04 18:23:35.png"
   
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1470235/+attachment/4424460/+files/Screenshot%20from%202015-07-04%2018%3A23%3A35.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to policykit-1 in Ubuntu.
https://bugs.launchpad.net/bugs/1470235

Title:
  PolicyKit high memory usage

Status in policykit-1 package in Ubuntu:
  Confirmed

Bug description:
  Periodically I install updates on my computer and reboot without
  logging in. When I come back to my computer and log in, polkitd is
  using a large chunk of memory. At the moment it's using > 2.3 GiB of
  memory on a machine with 8 GB RAM:

  $ ps aux | grep polkit
  root  1229  0.4 29.8 2652532 2420916 ? Sl   Jun19  67:38 
/usr/lib/policykit-1/polkitd --no-debug

  Killing the process frees the memory until I reboot again.

  
  I'm currently using the latest version of policykit-1:

  $ apt-file search /usr/lib/policykit-1/polkitd
  policykit-1: /usr/lib/policykit-1/polkitd

  $ apt-cache policy policykit-1
  policykit-1:
Installed: 0.105-4ubuntu2.14.04.1
Candidate: 0.105-4ubuntu2.14.04.1
Version table:
   *** 0.105-4ubuntu2.14.04.1 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.105-4ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  $ sudo apt-get upgrade policykit-1
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  policykit-1 is already the newest version.

  
  Other information:

  $ lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: policykit-1 0.105-4ubuntu2.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Tue Jun 30 16:14:51 2015
  InstallationDate: Installed on 2014-08-25 (309 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140723)
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: policykit-1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1470235/+subscriptions

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


[Desktop-packages] [Bug 1470235] Re: PolicyKit high memory usage

2015-07-04 Thread Jon Dallara
Also seeing the same problem.  Takes about 4 days until the system is
unresponsive.

Description:  Linux Mint 17.1 Rebecca
Release: 17.1

uname -a:  Linux Mothership 3.16.0-39-generic #53~14.04.1-Ubuntu SMP Wed
May 27 10:03:17 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Attached are top screen shots ~3 hours apart


** Attachment added: "Screenshot from 2015-07-04 14:33:15.png"
   
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1470235/+attachment/4424459/+files/Screenshot%20from%202015-07-04%2014%3A33%3A15.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to policykit-1 in Ubuntu.
https://bugs.launchpad.net/bugs/1470235

Title:
  PolicyKit high memory usage

Status in policykit-1 package in Ubuntu:
  Confirmed

Bug description:
  Periodically I install updates on my computer and reboot without
  logging in. When I come back to my computer and log in, polkitd is
  using a large chunk of memory. At the moment it's using > 2.3 GiB of
  memory on a machine with 8 GB RAM:

  $ ps aux | grep polkit
  root  1229  0.4 29.8 2652532 2420916 ? Sl   Jun19  67:38 
/usr/lib/policykit-1/polkitd --no-debug

  Killing the process frees the memory until I reboot again.

  
  I'm currently using the latest version of policykit-1:

  $ apt-file search /usr/lib/policykit-1/polkitd
  policykit-1: /usr/lib/policykit-1/polkitd

  $ apt-cache policy policykit-1
  policykit-1:
Installed: 0.105-4ubuntu2.14.04.1
Candidate: 0.105-4ubuntu2.14.04.1
Version table:
   *** 0.105-4ubuntu2.14.04.1 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.105-4ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  $ sudo apt-get upgrade policykit-1
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  policykit-1 is already the newest version.

  
  Other information:

  $ lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: policykit-1 0.105-4ubuntu2.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Tue Jun 30 16:14:51 2015
  InstallationDate: Installed on 2014-08-25 (309 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140723)
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: policykit-1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1470235/+subscriptions

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


[Desktop-packages] [Bug 1471494] Re: package account-plugin-google 0.12+15.04.20150415.1-0ubuntu2 failed to install/upgrade: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten es

2015-07-04 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1471494

Title:
  package account-plugin-google 0.12+15.04.20150415.1-0ubuntu2 failed to
  install/upgrade: Paket ist in einem sehr schlechten inkonsistenten
  Zustand - Sie sollten es  nochmal installieren, bevor Sie die
  Konfiguration versuchen.

Status in account-plugins package in Ubuntu:
  New

Bug description:
  During the installation of y-ppa-manager per cmdline the notice 
'account-plugin-[number] will be used instead of account-plugin-google, which 
is a dependency of y-ppa-manager.
  repo is proper added, update was made
  using ubuntu 15.04 (ubuntustudio)
  HEAD PKG:

  y-ppa-manager:
Installiert:   (keine)
Installationskandidat: 2015.03.09-1~webupd8~1~tuv
Versionstabelle:
   2015.03.09-1~webupd8~1~tuv 0
  500 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu/ 
vivid/main amd64 Packages

  DEP-PKG:

  
  account-plugin-google:
Installiert:   0.12+15.04.20150415.1-0ubuntu2
Installationskandidat: 0.12+15.04.20150415.1-0ubuntu2
Versionstabelle:
   *** 0.12+15.04.20150415.1-0ubuntu2 0
  500 http://ftp.uni-mainz.de/ubuntu/ vivid-updates/main amd64 Packages
  100 /var/lib/dpkg/status
   0.12+15.04.20150415.1-0ubuntu1 0
  500 http://ftp.uni-mainz.de/ubuntu/ vivid/main amd64 Packages

  expected that account-plugin(-whitout-google)is going on to install instead 
of account-plugin-google, shell prompted.
  instead of that, error at (i suspect) enrolling (last part of installation in 
shell)

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: account-plugin-google 0.12+15.04.20150415.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-21.21-lowlatency 3.19.8
  Uname: Linux 3.19.0-21-lowlatency x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Sun Jul  5 02:33:45 2015
  DuplicateSignature: 
package:account-plugin-google:0.12+15.04.20150415.1-0ubuntu2:Paket ist in einem 
sehr schlechten inkonsistenten Zustand - Sie sollten es  nochmal installieren, 
bevor Sie die Konfiguration versuchen.
  ErrorMessage: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie 
sollten es  nochmal installieren, bevor Sie die Konfiguration versuchen.
  InstallationDate: Installed on 2015-07-04 (0 days ago)
  InstallationMedia: Ubuntu-Studio 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: account-plugins
  Title: package account-plugin-google 0.12+15.04.20150415.1-0ubuntu2 failed to 
install/upgrade: Paket ist in einem sehr schlechten inkonsistenten Zustand - 
Sie sollten es  nochmal installieren, bevor Sie die Konfiguration versuchen.
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.signon.ui.webkit.options.d.accounts.google.com.conf: 
[deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1471494/+subscriptions

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


[Desktop-packages] [Bug 1471494] [NEW] package account-plugin-google 0.12+15.04.20150415.1-0ubuntu2 failed to install/upgrade: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten e

2015-07-04 Thread Max A
Public bug reported:

During the installation of y-ppa-manager per cmdline the notice 
'account-plugin-[number] will be used instead of account-plugin-google, which 
is a dependency of y-ppa-manager.
repo is proper added, update was made
using ubuntu 15.04 (ubuntustudio)
HEAD PKG:

y-ppa-manager:
  Installiert:   (keine)
  Installationskandidat: 2015.03.09-1~webupd8~1~tuv
  Versionstabelle:
 2015.03.09-1~webupd8~1~tuv 0
500 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu/ 
vivid/main amd64 Packages

DEP-PKG:


account-plugin-google:
  Installiert:   0.12+15.04.20150415.1-0ubuntu2
  Installationskandidat: 0.12+15.04.20150415.1-0ubuntu2
  Versionstabelle:
 *** 0.12+15.04.20150415.1-0ubuntu2 0
500 http://ftp.uni-mainz.de/ubuntu/ vivid-updates/main amd64 Packages
100 /var/lib/dpkg/status
 0.12+15.04.20150415.1-0ubuntu1 0
500 http://ftp.uni-mainz.de/ubuntu/ vivid/main amd64 Packages

expected that account-plugin(-whitout-google)is going on to install instead of 
account-plugin-google, shell prompted.
instead of that, error at (i suspect) enrolling (last part of installation in 
shell)

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: account-plugin-google 0.12+15.04.20150415.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.19.0-21.21-lowlatency 3.19.8
Uname: Linux 3.19.0-21-lowlatency x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
Date: Sun Jul  5 02:33:45 2015
DuplicateSignature: 
package:account-plugin-google:0.12+15.04.20150415.1-0ubuntu2:Paket ist in einem 
sehr schlechten inkonsistenten Zustand - Sie sollten es  nochmal installieren, 
bevor Sie die Konfiguration versuchen.
ErrorMessage: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie 
sollten es  nochmal installieren, bevor Sie die Konfiguration versuchen.
InstallationDate: Installed on 2015-07-04 (0 days ago)
InstallationMedia: Ubuntu-Studio 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: account-plugins
Title: package account-plugin-google 0.12+15.04.20150415.1-0ubuntu2 failed to 
install/upgrade: Paket ist in einem sehr schlechten inkonsistenten Zustand - 
Sie sollten es  nochmal installieren, bevor Sie die Konfiguration versuchen.
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.signon.ui.webkit.options.d.accounts.google.com.conf: 
[deleted]

** Affects: account-plugins (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package vivid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1471494

Title:
  package account-plugin-google 0.12+15.04.20150415.1-0ubuntu2 failed to
  install/upgrade: Paket ist in einem sehr schlechten inkonsistenten
  Zustand - Sie sollten es  nochmal installieren, bevor Sie die
  Konfiguration versuchen.

Status in account-plugins package in Ubuntu:
  New

Bug description:
  During the installation of y-ppa-manager per cmdline the notice 
'account-plugin-[number] will be used instead of account-plugin-google, which 
is a dependency of y-ppa-manager.
  repo is proper added, update was made
  using ubuntu 15.04 (ubuntustudio)
  HEAD PKG:

  y-ppa-manager:
Installiert:   (keine)
Installationskandidat: 2015.03.09-1~webupd8~1~tuv
Versionstabelle:
   2015.03.09-1~webupd8~1~tuv 0
  500 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu/ 
vivid/main amd64 Packages

  DEP-PKG:

  
  account-plugin-google:
Installiert:   0.12+15.04.20150415.1-0ubuntu2
Installationskandidat: 0.12+15.04.20150415.1-0ubuntu2
Versionstabelle:
   *** 0.12+15.04.20150415.1-0ubuntu2 0
  500 http://ftp.uni-mainz.de/ubuntu/ vivid-updates/main amd64 Packages
  100 /var/lib/dpkg/status
   0.12+15.04.20150415.1-0ubuntu1 0
  500 http://ftp.uni-mainz.de/ubuntu/ vivid/main amd64 Packages

  expected that account-plugin(-whitout-google)is going on to install instead 
of account-plugin-google, shell prompted.
  instead of that, error at (i suspect) enrolling (last part of installation in 
shell)

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: account-plugin-google 0.12+15.04.20150415.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-21.21-lowlatency 3.19.8
  Uname: Linux 3.19.0-21-lowlatency x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Sun Jul  5 02:33:45 2015
  DuplicateSignature: 
package:account-plugin-google:0.12+15.04.20150415.1-0ubuntu2:Paket ist in einem 
sehr schlechten inkonsistenten Zustand - Sie sollten es  nochmal installieren, 
bevor Sie die Konfiguration versuchen.
  ErrorMessage: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie 
sollten es  nochmal installieren, bevor Sie die Konfiguration versuchen.
  InstallationDate: Installed on 201

Re: [Desktop-packages] [Bug 1467274] Re: [HP Pavilion dv7-4272us] Display glitches occur

2015-07-04 Thread foobar
After turning off radeon.dpm=1, the temperature at idle goes up about 2
degrees C.

However, if I then do

echo low > /sys/class/drm/card0/device/power_profile
echo low > /sys/class/drm/card1/device/power_profile

The temperature at idle goes down about 4 degrees C -- i.e., less than
when dpm=1.

The k10temp is now about 62.5 degrees C at idle.
The acpitz temperature is now about 62.0 degrees C at idle.

These temps are still much higher than my little ASUS laptops, which idle at 
about 50 degrees C,
but 62.5 degrees C is still perhaps 10-15 degrees cooler than when running 
certain apps on the same HP machine in Windows 7.

The internal temps of this HP laptop were so high running Windows7 that
they compromised the internal hard disk.

However, I was able to relocate the internal hard disk to another bay inside 
the laptop where it was 20 degrees cooler,
so I think I've now fixed the disk-frying problem.

At 02:38 PM 7/4/2015, Christopher M. Penalver wrote:
>** Summary changed:
>
>- [HP Pavilion dv7-4272us] Xorg radeon.dpm=1 causes glitches
>+ [HP Pavilion dv7-4272us] Display glitches occur
>
>** Description changed:
>
>- Setting radeon.dpm=1 keeps causing glitches every time the display
>- changes from the IGD to DIS and vice versa.
>+ Display glitches occur every time the display changes from the IGD to
>+ DIS, and vice versa.
>  
>- It may be related to the HDMI audio, which I tried to turn off using
>- radeon.audio=0.
>+ I'm trying to _keep the DIS GPU *turned off* in order to save power and
>+ keep this laptop cool.
>  
>- Below are the lines from the kernel log having to do with snd_hda_intel
>- (which shouldn't be there when radeon.audio=0).  I'm trying to _keep the
>- DIS GPU *turned off* in order to save power & keep this laptop cool_.
>- 
>- I can't tell who keeps turning the DIS GPU back on, but I'd love to know
>- how to keep the DIS GPU locked OFF.
>- 
>+ I can't tell who keeps turning the DIS GPU back on, but I'd love to know how 
>to keep the DIS GPU locked OFF.
>  Jun 21 08:26:59 HP-ubuntu kernel: [8.039633] snd_hda_intel :02:00.1: 
> Handle VGA-switcheroo audio client
>  Jun 21 08:27:07 HP-ubuntu kernel: [   24.115390] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:07 HP-ubuntu kernel: [   24.335777] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:09 HP-ubuntu kernel: [   26.313673] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:27:14 HP-ubuntu kernel: [   31.891104] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:15 HP-ubuntu kernel: [   32.011109] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>- Jun 21 08:27:17 HP-ubuntu kernel: [   33.986011] snd_hda_intel :02:00.1: 
>Enabling via VGA-switcheroo
>- Jun 21 08:27:24 HP-ubuntu kernel: [   41.882048] snd_hda_intel :02:00.1: 
>Disabling via VGA-switcheroo
>- Jun 21 08:27:25 HP-ubuntu kernel: [   42.002129] snd_hda_intel :02:00.1: 
>Cannot lock devices!
>- Jun 21 08:27:37 HP-ubuntu kernel: [   54.370654] snd_hda_intel :02:00.1: 
>Enabling via VGA-switcheroo
>- Jun 21 08:27:42 HP-ubuntu kernel: [   60.151334] snd_hda_intel :02:00.1: 
>Disabling via VGA-switcheroo
>- Jun 21 08:27:43 HP-ubuntu kernel: [   60.272329] snd_hda_intel :02:00.1: 
>Cannot lock devices!
>- Jun 21 08:27:45 HP-ubuntu kernel: [   62.586013] snd_hda_intel :02:00.1: 
>Enabling via VGA-switcheroo
>- Jun 21 08:27:50 HP-ubuntu kernel: [   68.187551] snd_hda_intel :02:00.1: 
>Disabling via VGA-switcheroo
>- Jun 21 08:27:51 HP-ubuntu kernel: [   68.307916] snd_hda_intel :02:00.1: 
>Cannot lock devices!
>- Jun 21 08:27:53 HP-ubuntu kernel: [   70.311697] snd_hda_intel :02:00.1: 
>Enabling via VGA-switcheroo
>- Jun 21 08:27:58 HP-ubuntu kernel: [   75.350919] snd_hda_intel :02:00.1: 
>Disabling via VGA-switcheroo
>- Jun 21 08:27:58 HP-ubuntu kernel: [   75.471116] snd_hda_intel :02:00.1: 
>Cannot lock devices!
>- Jun 21 08:27:59 HP-ubuntu kernel: [   76.960028] snd_hda_intel :02:00.1: 
>Enabling via VGA-switcheroo
>- Jun 21 08:28:04 HP-ubuntu kernel: [   82.198684] snd_hda_intel :02:00.1: 
>Disabling via VGA-switcheroo
>- Jun 21 08:28:05 HP-ubuntu kernel: [   82.318660] snd_hda_intel :02:00.1: 
>Cannot lock devices!
>- Jun 21 08:28:06 HP-ubuntu kernel: [   83.808935] snd_hda_intel :02:00.1: 
>Enabling via VGA-switcheroo
>- Jun 21 08:28:11 HP-ubuntu kernel: [   89.216865] snd_hda_intel :02:00.1: 
>Disabling via VGA-switcheroo
>- Jun 21 08:28:12 HP-ubuntu kernel: [   89.336835] snd_hda_intel :02:00.1: 
>Cannot lock devices!
>- Jun 21 08:28:14 HP-ubuntu kernel: [   91.327234] snd_hda_intel :02:00.1: 
>Enabling via VGA-switcheroo
>- Jun 21 08:28:19 HP-ubuntu kernel: [   96.356640] snd_hda_intel :02:00.1: 
>Disabling via VGA-switcheroo
>- Jun 21 08:28:19 HP-ubuntu kernel: [   96.476630] snd_hda_intel :02:00.1: 
>Cannot lock devices!
>- Jun 21 08:28:21 HP-ubuntu kernel: [   98.583366] snd_h

[Desktop-packages] [Bug 1471488] [NEW] error de inicio-

2015-07-04 Thread Xeni
Public bug reported:

ubuntu 15.04 64 bits.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sat Jul  4 20:53:18 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus: bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
DpkgLog:
 
GraphicsCard:
 Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller 
[8086:2a12] (rev 0c) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:3618]
   Subsystem: Hewlett-Packard Company Device [103c:3618]
InstallationDate: Installed on 2015-06-26 (8 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Hewlett-Packard HP 550
ProcEnviron:
 LANGUAGE=es_AR:es
 PATH=(custom, no user)
 LANG=es_AR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=a274a2df-8444-485e-8747-7536bd527017 ro splash quiet
SourcePackage: xorg
UdevLog: Error: [Errno 2] No existe el archivo o el directorio: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/20/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68MVU Ver. F.01
dmi.board.name: 3618
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 12.00
dmi.chassis.asset.tag: CNU83418G7
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVUVer.F.01:bd06/20/2008:svnHewlett-Packard:pnHP550:pvrF.01:rvnHewlett-Packard:rn3618:rvrKBCVersion12.00:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP 550
dmi.product.version: F.01
dmi.sys.vendor: Hewlett-Packard
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.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
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
xserver.bootTime: Sat Jul  4 20:51:54 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   20037 
 vendor SEC
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: amd64 apport-bug ubuntu vivid

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

Title:
  error de inicio-

Status in xorg package in Ubuntu:
  New

Bug description:
  ubuntu 15.04 64 bits.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jul  4 20:53:18 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
  DpkgLog:
   
  GraphicsCard:
   Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller 
[8086:2a12] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:3618]
 Subsystem: Hewlett-Packard Company Device [103c:3618]
  InstallationDate: Installed on 2015-06-26 (8 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 550
  ProcEnviron:
   LANGUAGE=es_AR:es
   PATH=(custom, no user)
   LANG=es_AR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=a274a2df-8444-485e-8747-7536bd527017 ro splash quiet
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No existe el archivo o el directorio: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/20/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVU Ver. F.01
  dmi.board.name: 3618
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 12.00
  dmi.chassis.asset.tag: CNU83418G7

[Desktop-packages] [Bug 1319789] Re: Trackpad not working on 14.04

2015-07-04 Thread Christopher M. Penalver
aikiwolfie, if you would like for it to work by default (i.e. not having to 
remove anything) please file a new report via a terminal:
ubuntu-bug xorg

Please ensure you have xdiagnose installed, and that you click the Yes
button for attaching additional debugging information.

Also, please feel free to subscribe me to it.

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

Title:
  Trackpad not working on 14.04

Status in xorg package in Ubuntu:
  Expired

Bug description:
  ever since the laptop was updated to 14.04 lts from 12.04 lts, the
  tracpad has not been working, and is not recognised. there is no
  trackpad option under mouse and trackpad settings. i have tried many
  attempts to fix it, but has not worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,commands,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu May 15 17:02:52 2014
  DistUpgraded: 2014-05-11 18:24:24,169 DEBUG enabling apt cron job
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-puli-precise-amd64-20130925-0
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:2166]
 Subsystem: Hewlett-Packard Company Device [103c:2166]
  InstallationDate: Installed on 2013-11-28 (168 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130925-02:34
  MachineType: Hewlett-Packard HP Pavilion 15 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=856eced2-cdd1-459e-8b1e-55b1ed18f5ac ro i915.modeset=1 quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-05-11 (3 days ago)
  dmi.bios.date: 10/31/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.34
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2166
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 29.34
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.34:bd10/31/2013:svnHewlett-Packard:pnHPPavilion15NotebookPC:pvr09921100410600080:rvnHewlett-Packard:rn2166:rvr29.34:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion 15 Notebook PC
  dmi.product.version: 09921100410600080
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11+14.04.20140423-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu May 15 16:37:20 2014
  xserver.configfile: default
  xserver.errors:
   module ABI major version (18) doesn't match the server's version (20)
   Failed to load module "syntp" (module requirement mismatch, 0)
   module ABI major version (18) doesn't match the server's version (20)
   Failed to load module "syntp" (module requirement mismatch, 0)
   No input driver matching `syntp'
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   17900 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

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

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


[Desktop-packages] [Bug 1468027] Re: change default CJK fonts to Noto CJK

2015-07-04 Thread tomoe_musashi
i think its time for chinese and japanese, or maybe korean as well.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1468027

Title:
  change default CJK fonts to Noto CJK

Status in fonts-noto package in Ubuntu:
  New
Status in language-selector package in Ubuntu:
  New
Status in ubuntu-meta package in Ubuntu:
  New

Bug description:
  just realize that fonts-noto-cjk is available in the repository, finally its 
packaged.
  i don't really know about korean community.
  But for Chinese and Japanese community, i think that the answer is clear.
  noto-cjk is definitely better what we had before, like fonts- wqy and 
fonts-droid.
  Android community had received these complains for years, finally they got 
them fixed on lollipop.
  Fedora also set it as default chinese font start from F21.
  and of course, i still hope that ubuntu could drop those 69-language-selector 
fontconfig files, just like what F13 did.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-noto/+bug/1468027/+subscriptions

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


[Desktop-packages] [Bug 1467274] Re: [HP Pavilion dv7-4272us] Display glitches occur

2015-07-04 Thread Christopher M. Penalver
** Summary changed:

- [HP Pavilion dv7-4272us] Xorg radeon.dpm=1 causes glitches
+ [HP Pavilion dv7-4272us] Display glitches occur

** Description changed:

- Setting radeon.dpm=1 keeps causing glitches every time the display
- changes from the IGD to DIS and vice versa.
+ Display glitches occur every time the display changes from the IGD to
+ DIS, and vice versa.
  
- It may be related to the HDMI audio, which I tried to turn off using
- radeon.audio=0.
+ I'm trying to _keep the DIS GPU *turned off* in order to save power and
+ keep this laptop cool.
  
- Below are the lines from the kernel log having to do with snd_hda_intel
- (which shouldn't be there when radeon.audio=0).  I'm trying to _keep the
- DIS GPU *turned off* in order to save power & keep this laptop cool_.
- 
- I can't tell who keeps turning the DIS GPU back on, but I'd love to know
- how to keep the DIS GPU locked OFF.
- 
+ I can't tell who keeps turning the DIS GPU back on, but I'd love to know how 
to keep the DIS GPU locked OFF.
  Jun 21 08:26:59 HP-ubuntu kernel: [8.039633] snd_hda_intel :02:00.1: 
Handle VGA-switcheroo audio client
  Jun 21 08:27:07 HP-ubuntu kernel: [   24.115390] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:27:07 HP-ubuntu kernel: [   24.335777] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:27:09 HP-ubuntu kernel: [   26.313673] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:27:14 HP-ubuntu kernel: [   31.891104] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:27:15 HP-ubuntu kernel: [   32.011109] snd_hda_intel :02:00.1: 
Cannot lock devices!
- Jun 21 08:27:17 HP-ubuntu kernel: [   33.986011] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
- Jun 21 08:27:24 HP-ubuntu kernel: [   41.882048] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
- Jun 21 08:27:25 HP-ubuntu kernel: [   42.002129] snd_hda_intel :02:00.1: 
Cannot lock devices!
- Jun 21 08:27:37 HP-ubuntu kernel: [   54.370654] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
- Jun 21 08:27:42 HP-ubuntu kernel: [   60.151334] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
- Jun 21 08:27:43 HP-ubuntu kernel: [   60.272329] snd_hda_intel :02:00.1: 
Cannot lock devices!
- Jun 21 08:27:45 HP-ubuntu kernel: [   62.586013] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
- Jun 21 08:27:50 HP-ubuntu kernel: [   68.187551] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
- Jun 21 08:27:51 HP-ubuntu kernel: [   68.307916] snd_hda_intel :02:00.1: 
Cannot lock devices!
- Jun 21 08:27:53 HP-ubuntu kernel: [   70.311697] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
- Jun 21 08:27:58 HP-ubuntu kernel: [   75.350919] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
- Jun 21 08:27:58 HP-ubuntu kernel: [   75.471116] snd_hda_intel :02:00.1: 
Cannot lock devices!
- Jun 21 08:27:59 HP-ubuntu kernel: [   76.960028] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
- Jun 21 08:28:04 HP-ubuntu kernel: [   82.198684] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
- Jun 21 08:28:05 HP-ubuntu kernel: [   82.318660] snd_hda_intel :02:00.1: 
Cannot lock devices!
- Jun 21 08:28:06 HP-ubuntu kernel: [   83.808935] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
- Jun 21 08:28:11 HP-ubuntu kernel: [   89.216865] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
- Jun 21 08:28:12 HP-ubuntu kernel: [   89.336835] snd_hda_intel :02:00.1: 
Cannot lock devices!
- Jun 21 08:28:14 HP-ubuntu kernel: [   91.327234] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
- Jun 21 08:28:19 HP-ubuntu kernel: [   96.356640] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
- Jun 21 08:28:19 HP-ubuntu kernel: [   96.476630] snd_hda_intel :02:00.1: 
Cannot lock devices!
- Jun 21 08:28:21 HP-ubuntu kernel: [   98.583366] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
- Jun 21 08:28:26 HP-ubuntu kernel: [  104.185234] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
- Jun 21 08:28:27 HP-ubuntu kernel: [  104.305245] snd_hda_intel :02:00.1: 
Cannot lock devices!
- Jun 21 08:28:28 HP-ubuntu kernel: [  105.804332] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
- Jun 21 08:28:33 HP-ubuntu kernel: [  111.206946] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
- Jun 21 08:28:34 HP-ubuntu kernel: [  111.326995] snd_hda_intel :02:00.1: 
Cannot lock devices!
- Jun 21 08:28:36 HP-ubuntu kernel: [  113.310242] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
- Jun 21 08:28:41 HP-ubuntu kernel: [  118.341024] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
- Jun 21 08:28:41 HP-ubuntu kernel: [  118.461117] snd_hda_intel :02:00.1: 
Cannot lock devices!
- Jun 21 08:28:43 HP-ubuntu kernel: [  120.476298] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
- Jun 21 08:28:48 HP-ubuntu kernel: [  126.179202] snd

[Desktop-packages] [Bug 1471478] Re: package libltdl-dev 2.4.2-1.11 failed to install/upgrade: trying to overwrite shared '/usr/share/libtool/libltdl/Makefile.in', which is different from other instan

2015-07-04 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libtool in Ubuntu.
https://bugs.launchpad.net/bugs/1471478

Title:
  package libltdl-dev 2.4.2-1.11 failed to install/upgrade: trying to
  overwrite shared '/usr/share/libtool/libltdl/Makefile.in', which is
  different from other instances of package libltdl-dev:i386

Status in libtool package in Ubuntu:
  New

Bug description:
  trying to install guile-2.0-dev:i386

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: libltdl-dev 2.4.2-1.11
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Sat Jul  4 14:16:23 2015
  DuplicateSignature: package:libltdl-dev:2.4.2-1.11:trying to overwrite shared 
'/usr/share/libtool/libltdl/Makefile.in', which is different from other 
instances of package libltdl-dev:i386
  ErrorMessage: trying to overwrite shared 
'/usr/share/libtool/libltdl/Makefile.in', which is different from other 
instances of package libltdl-dev:i386
  InstallationDate: Installed on 2014-10-26 (251 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: libtool
  Title: package libltdl-dev 2.4.2-1.11 failed to install/upgrade: trying to 
overwrite shared '/usr/share/libtool/libltdl/Makefile.in', which is different 
from other instances of package libltdl-dev:i386
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (70 days ago)

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

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


[Desktop-packages] [Bug 1471478] [NEW] package libltdl-dev 2.4.2-1.11 failed to install/upgrade: trying to overwrite shared '/usr/share/libtool/libltdl/Makefile.in', which is different from other inst

2015-07-04 Thread Stephen Russell
Public bug reported:

trying to install guile-2.0-dev:i386

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: libltdl-dev 2.4.2-1.11
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
Date: Sat Jul  4 14:16:23 2015
DuplicateSignature: package:libltdl-dev:2.4.2-1.11:trying to overwrite shared 
'/usr/share/libtool/libltdl/Makefile.in', which is different from other 
instances of package libltdl-dev:i386
ErrorMessage: trying to overwrite shared 
'/usr/share/libtool/libltdl/Makefile.in', which is different from other 
instances of package libltdl-dev:i386
InstallationDate: Installed on 2014-10-26 (251 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: libtool
Title: package libltdl-dev 2.4.2-1.11 failed to install/upgrade: trying to 
overwrite shared '/usr/share/libtool/libltdl/Makefile.in', which is different 
from other instances of package libltdl-dev:i386
UpgradeStatus: Upgraded to vivid on 2015-04-25 (70 days ago)

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


** Tags: amd64 apport-package need-duplicate-check package-conflict vivid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libtool in Ubuntu.
https://bugs.launchpad.net/bugs/1471478

Title:
  package libltdl-dev 2.4.2-1.11 failed to install/upgrade: trying to
  overwrite shared '/usr/share/libtool/libltdl/Makefile.in', which is
  different from other instances of package libltdl-dev:i386

Status in libtool package in Ubuntu:
  New

Bug description:
  trying to install guile-2.0-dev:i386

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: libltdl-dev 2.4.2-1.11
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Sat Jul  4 14:16:23 2015
  DuplicateSignature: package:libltdl-dev:2.4.2-1.11:trying to overwrite shared 
'/usr/share/libtool/libltdl/Makefile.in', which is different from other 
instances of package libltdl-dev:i386
  ErrorMessage: trying to overwrite shared 
'/usr/share/libtool/libltdl/Makefile.in', which is different from other 
instances of package libltdl-dev:i386
  InstallationDate: Installed on 2014-10-26 (251 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: libtool
  Title: package libltdl-dev 2.4.2-1.11 failed to install/upgrade: trying to 
overwrite shared '/usr/share/libtool/libltdl/Makefile.in', which is different 
from other instances of package libltdl-dev:i386
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (70 days ago)

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

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


[Desktop-packages] [Bug 496354] Re: amixer doesn't seem to unmute audio

2015-07-04 Thread Paul Graydon
This one affects me as well.  Muting mutes the master, and headphone and
PCM.  Unmuting only unmutes Master.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/496354

Title:
  amixer doesn't seem to unmute audio

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: pulseaudio

  When i run
  amixer -Dhw:0 set 'Master' unmute
  The volume appears to be unmuted in alsamixer, but the sound is not actually 
unmuted, and all the GUI tools show the sound is muted. 

  I've attached a log, of the following...
  pressing the mute button on my keyboard, so the sound is muted.
  using the unmute command so the sound should be unmuted.
  playing a sound in pidgin, getting no sound, because the sound is still muted.
  hitting the mute button on my keyboard again, which actually unmutes the 
sound.
  playing a sound in pidgin, and getting sound

  I've also attached a screenshot, showing the GUI saying the sound is
  muted, while alsamixer is saying that it isn't.

  Note that while unmute doesn't work, setting the volume does.
  amixer -Dhw:0 set 'Master' 100%
  Works as expected, for example.

  I'm also affected by #352732, maybe related.

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

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


[Desktop-packages] [Bug 1471458] Re: please release newer nvidia drivers for trusty

2015-07-04 Thread Silviu C.
** Package changed: ubuntu => nvidia-graphics-drivers-304-updates
(Ubuntu)

** Package changed: nvidia-graphics-drivers-304-updates (Ubuntu) =>
nvidia-graphics-drivers-340 (Ubuntu)

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

Title:
  please release newer nvidia drivers for trusty

Status in nvidia-graphics-drivers-340 package in Ubuntu:
  New

Bug description:
  Hello,
   
  People who want to install Trusty onto machines with newer nvidia GPUs such 
as the GTX 960/970/980 have no officially supported way to get the proper 
nvidia drivers for them. There are already packages in Vivid which do support 
those GPUs. Please consider packaging and releasing at least those.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1471458/+subscriptions

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


[Desktop-packages] [Bug 1471458] [NEW] please release newer nvidia drivers for trusty

2015-07-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hello,
 
People who want to install Trusty onto machines with newer nvidia GPUs such as 
the GTX 960/970/980 have no officially supported way to get the proper nvidia 
drivers for them. There are already packages in Vivid which do support those 
GPUs. Please consider packaging and releasing at least those.

** Affects: nvidia-graphics-drivers-304-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bot-comment
-- 
please release newer nvidia drivers for trusty
https://bugs.launchpad.net/bugs/1471458
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to nvidia-graphics-drivers-304-updates in Ubuntu.

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


[Desktop-packages] [Bug 1453991] Re: gnome-terminal ignores the command line options --name and --class

2015-07-04 Thread Ubuntu Foundations Team Bug Bot
The attachment "0001-Pass-class-value-to-gnome-terminal-server-so-that-
wi.patch" seems to be a patch.  If it isn't, please remove the "patch"
flag from the attachment, remove the "patch" tag, and if you are a
member of the ~ubuntu-reviewers, unsubscribe the team.

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

** Tags added: patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1453991

Title:
   gnome-terminal ignores the command line options --name and --class

Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  
  Ubuntu version:

  Description:Ubuntu 15.04
  Release:15.04

  
  Package version:

  gnome-terminal:
Installed: 3.14.2-0ubuntu3
Candidate: 3.14.2-0ubuntu3
Version table:
   *** 3.14.2-0ubuntu3 0
  500 http://mirrors.coopvgg.com.ar/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  
  Description:

  gnome-terminal ignores the command line options --name and --class.
  These options are listed with gnome-terminal --help as general gtk+
  options. They should set the WM_CLASS property of the terminal window,
  so window managers can manage properties of individual windows separately.

  The WM_CLASS property can be displayed with the xprop command.

  Example:

  # gnome-terminal &
  # xprop WM_CLASS
  (point the cursor on the terminal window)
  WM_CLASS(STRING) = "gnome-terminal-server", "Gnome-terminal"

  # gnome-terminal  --disable-factory --name foo --class bar &
  # xprop WM_CLASS
  WM_CLASS(STRING) = "gnome-terminal-server", "Gnome-terminal"

  Here is how it should be:

  # gnome-terminal &
  # xprop WM_CLASS
  WM_CLASS(STRING) = "gnome-terminal-server", "Gnome-terminal"

  #gnome-terminal  --disable-factory --class foo --name bar
  # xprop WM_CLASS
  WM_CLASS(STRING) = "bar", "foo"

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

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


[Desktop-packages] [Bug 501990] Re: Disable touchpad while typing option causes disabled touchpad to be re-enabled

2015-07-04 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 404638 ***
https://bugs.launchpad.net/bugs/404638

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/501990

Title:
  Disable touchpad while typing option causes disabled touchpad to be
  re-enabled

Status in gnome-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gnome-control-center

  In Ubuntu 9.10 (Karmic Koala) the "Disable touchpad while typing"
  option causes an otherwise disabled touchpad to be re-enabled after
  typing ceases.

  The expected behaviour is that a disabled touchpad stays disabled
  until it is explicitly re-enabled.

  To reproduce:

  1. Enable the "Disable touchpad while typing" option in "Properties ->
  Mouse -> Touchpad".

  2. Disable the touchpad via the ACPI hotkey (Fn-F8 on my ThinkPad); or

   xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Off"
  8 1

  3. Type.

  4. Stop typing: the touchpad has been enabled again.

  Disabling the "Disable touchpad while typing" option stops the
  touchpad from being re-enabled.  This is a workaround.

  Another workaround is to completely disable the device by doing
  something like:

xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Device Enabled" 8
  0

  This seems to stop the above option in its tracks.

  The real fix would seem to be to have the "Disable touchpad while
  typing" option respect the "Synaptics Off" setting.

  The bug is in gnome-mouse-properties from:

gnome-control-center:
  Installed: 1:2.28.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/501990/+subscriptions

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


[Desktop-packages] [Bug 1453991] Re: gnome-terminal ignores the command line options --name and --class

2015-07-04 Thread Simon Arlott
I have a patch for this that restores the original WM_CLASS that would
have been set with 14.10 by passing it to gnome-terminal-server.

** Patch added: 
"0001-Pass-class-value-to-gnome-terminal-server-so-that-wi.patch"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1453991/+attachment/4424289/+files/0001-Pass-class-value-to-gnome-terminal-server-so-that-wi.patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1453991

Title:
   gnome-terminal ignores the command line options --name and --class

Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  
  Ubuntu version:

  Description:Ubuntu 15.04
  Release:15.04

  
  Package version:

  gnome-terminal:
Installed: 3.14.2-0ubuntu3
Candidate: 3.14.2-0ubuntu3
Version table:
   *** 3.14.2-0ubuntu3 0
  500 http://mirrors.coopvgg.com.ar/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  
  Description:

  gnome-terminal ignores the command line options --name and --class.
  These options are listed with gnome-terminal --help as general gtk+
  options. They should set the WM_CLASS property of the terminal window,
  so window managers can manage properties of individual windows separately.

  The WM_CLASS property can be displayed with the xprop command.

  Example:

  # gnome-terminal &
  # xprop WM_CLASS
  (point the cursor on the terminal window)
  WM_CLASS(STRING) = "gnome-terminal-server", "Gnome-terminal"

  # gnome-terminal  --disable-factory --name foo --class bar &
  # xprop WM_CLASS
  WM_CLASS(STRING) = "gnome-terminal-server", "Gnome-terminal"

  Here is how it should be:

  # gnome-terminal &
  # xprop WM_CLASS
  WM_CLASS(STRING) = "gnome-terminal-server", "Gnome-terminal"

  #gnome-terminal  --disable-factory --class foo --name bar
  # xprop WM_CLASS
  WM_CLASS(STRING) = "bar", "foo"

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

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


[Desktop-packages] [Bug 1319789] Re: Trackpad not working on 14.04

2015-07-04 Thread aikiwolfie
I have a HP 255 G3 Laptop AMD A4-5000 4GB RAM 1TB HDD 15.6" DVDRW Ubuntu
12.04. Upgraded to Ubuntu 14.04 LTS. Touchpad stopped working.

Removing synaptics-touchpad resolved the problem. Everything now works.
Left click, right click, tap to click and two finger scrolling.

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

Title:
  Trackpad not working on 14.04

Status in xorg package in Ubuntu:
  Expired

Bug description:
  ever since the laptop was updated to 14.04 lts from 12.04 lts, the
  tracpad has not been working, and is not recognised. there is no
  trackpad option under mouse and trackpad settings. i have tried many
  attempts to fix it, but has not worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,commands,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu May 15 17:02:52 2014
  DistUpgraded: 2014-05-11 18:24:24,169 DEBUG enabling apt cron job
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-puli-precise-amd64-20130925-0
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:2166]
 Subsystem: Hewlett-Packard Company Device [103c:2166]
  InstallationDate: Installed on 2013-11-28 (168 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130925-02:34
  MachineType: Hewlett-Packard HP Pavilion 15 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=856eced2-cdd1-459e-8b1e-55b1ed18f5ac ro i915.modeset=1 quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-05-11 (3 days ago)
  dmi.bios.date: 10/31/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.34
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2166
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 29.34
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.34:bd10/31/2013:svnHewlett-Packard:pnHPPavilion15NotebookPC:pvr09921100410600080:rvnHewlett-Packard:rn2166:rvr29.34:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion 15 Notebook PC
  dmi.product.version: 09921100410600080
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11+14.04.20140423-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu May 15 16:37:20 2014
  xserver.configfile: default
  xserver.errors:
   module ABI major version (18) doesn't match the server's version (20)
   Failed to load module "syntp" (module requirement mismatch, 0)
   module ABI major version (18) doesn't match the server's version (20)
   Failed to load module "syntp" (module requirement mismatch, 0)
   No input driver matching `syntp'
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   17900 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

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

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


Re: [Desktop-packages] [Bug 1467274] Re: Xorg radeon.dpm=1 causes glitches

2015-07-04 Thread foobar
OK, Christopher, below are the results after removing radeon.dpm=1 and
radeon.audio=0.

Each time this happens, the screen glitches.

It seems to be triggered by something in the audio.  HDMI audio keeps showing up
in the list of audio devices, even when radeon.audio was 0.

I also started my Bluetooth A2DP headset, which may have triggered (why,
I can't imagine) the switching on & off of the HDMI audio.

BTW, the temperature & power consumption _without_ radeon.dpm=1 is
almost exactly the same as _with_ radeon.dpm=1.  Has dpm=1 become the
default?

Jul  4 09:08:40 HP-ubuntu kernel: [9.742675] snd_hda_intel :02:00.1: 
Handle VGA-switcheroo audio client
Jul  4 09:08:58 HP-ubuntu kernel: [   36.884335] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
Jul  4 09:08:58 HP-ubuntu kernel: [   37.104875] snd_hda_intel :02:00.1: 
Cannot lock devices!
Jul  4 09:09:00 HP-ubuntu kernel: [   38.599557] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
Jul  4 09:09:05 HP-ubuntu kernel: [   43.888649] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
Jul  4 09:09:05 HP-ubuntu kernel: [   44.008471] snd_hda_intel :02:00.1: 
Cannot lock devices!
Jul  4 09:09:06 HP-ubuntu kernel: [   45.483778] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
Jul  4 09:09:15 HP-ubuntu kernel: [   53.875047] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
Jul  4 09:09:15 HP-ubuntu kernel: [   53.995029] snd_hda_intel :02:00.1: 
Cannot lock devices!
Jul  4 09:09:16 HP-ubuntu kernel: [   55.469865] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
Jul  4 09:09:22 HP-ubuntu kernel: [   60.871201] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
Jul  4 09:09:22 HP-ubuntu kernel: [   60.991177] snd_hda_intel :02:00.1: 
Cannot lock devices!
Jul  4 09:09:23 HP-ubuntu kernel: [   62.474250] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
Jul  4 09:09:29 HP-ubuntu kernel: [   67.875324] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
Jul  4 09:09:29 HP-ubuntu kernel: [   67.995367] snd_hda_intel :02:00.1: 
Cannot lock devices!
Jul  4 09:14:13 HP-ubuntu kernel: [  352.162871] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
Jul  4 09:14:19 HP-ubuntu kernel: [  357.715761] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
Jul  4 09:14:19 HP-ubuntu kernel: [  357.835921] snd_hda_intel :02:00.1: 
Cannot lock devices!
Jul  4 09:14:20 HP-ubuntu kernel: [  359.310884] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
Jul  4 09:14:26 HP-ubuntu kernel: [  364.703993] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
Jul  4 09:14:26 HP-ubuntu kernel: [  364.824089] snd_hda_intel :02:00.1: 
Cannot lock devices!
Jul  4 09:14:28 HP-ubuntu kernel: [  366.551000] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
Jul  4 09:14:33 HP-ubuntu kernel: [  371.708216] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
Jul  4 09:14:33 HP-ubuntu kernel: [  371.828231] snd_hda_intel :02:00.1: 
Cannot lock devices!
Jul  4 09:14:34 HP-ubuntu kernel: [  373.302997] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
Jul  4 09:14:40 HP-ubuntu kernel: [  378.696416] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
Jul  4 09:14:40 HP-ubuntu kernel: [  378.816363] snd_hda_intel :02:00.1: 
Cannot lock devices!
Jul  4 09:14:42 HP-ubuntu kernel: [  380.315587] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
Jul  4 09:14:47 HP-ubuntu kernel: [  385.700520] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
Jul  4 09:14:47 HP-ubuntu kernel: [  385.820499] snd_hda_intel :02:00.1: 
Cannot lock devices!
Jul  4 09:14:49 HP-ubuntu kernel: [  387.315680] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
Jul  4 09:14:54 HP-ubuntu kernel: [  392.688651] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
Jul  4 09:14:54 HP-ubuntu kernel: [  392.808780] snd_hda_intel :02:00.1: 
Cannot lock devices!


At 07:28 AM 7/4/2015, Christopher M. Penalver wrote:
>foobar, just to confirm, if you remove kernel parameters radeon.dpm=1
>radeon.audio=0 are there any visual glitches?
>
>** Tags removed: needs-full-computer-model
>** Tags added: latest-bios-f.29
>
>** Summary changed:
>
>- Xorg radeon.dpm=1 causes glitches
>+ [HP Pavilion dv7-4272us] Xorg radeon.dpm=1 causes glitches
>
>-- 
>You received this bug notification because you are subscribed to the bug
>report.
>https://bugs.launchpad.net/bugs/1467274
>
>Title:
>  [HP Pavilion dv7-4272us] Xorg radeon.dpm=1 causes glitches
>
>Status in xorg package in Ubuntu:
>  Incomplete
>
>Bug description:
>  Setting radeon.dpm=1 keeps causing glitches every time the display
>  changes from the IGD to DIS and vice versa.
>
>  It may be related to the HDMI audio, which I tried to turn off using
>  radeon.audio=0.
>
>  Below are the lines from the kernel log having to do with
>  snd_hda_intel (which shouldn't be there when radeon.audio=0).  I'm
>  trying t

[Desktop-packages] [Bug 1471360] Re: 15.10 reboot breaks crypt setup gui

2015-07-04 Thread rob loranger
*** This bug is a duplicate of bug 1359689 ***
https://bugs.launchpad.net/bugs/1359689

** Package changed: unity-control-center (Ubuntu) => ubuntu

** Summary changed:

- 15.10 reboot breaks crypt setup gui
+ 15.10 disk encryption prompt, broken?

** Description changed:

  If I try to reboot from unity the system boots to the red/orange screen
  and the display goes blank. Upon pressing a key it wakes to reveal the
  cli hdd crypto prompt. After the pass phrase is entered I see services
  starting up and the display manger comes alive again. Everything is fine
  beyond this point.
  
- If I shutdown and boot up I have no issue.
+ Previously if I had shutdown and booted this issue did not persist, it
+ has now begun to persist in any case. Fresh boot, reboot etc.
  
  release
  Description:  Ubuntu Wily Werewolf (development branch)
  Release:  15.10
  
  Let me know what other information will help.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1471360

Title:
  15.10 disk encryption prompt, broken?

Status in Ubuntu:
  New

Bug description:
  If I try to reboot from unity the system boots to the red/orange
  screen and the display goes blank. Upon pressing a key it wakes to
  reveal the cli hdd crypto prompt. After the pass phrase is entered I
  see services starting up and the display manger comes alive again.
  Everything is fine beyond this point.

  Previously if I had shutdown and booted this issue did not persist, it
  has now begun to persist in any case. Fresh boot, reboot etc.

  release
  Description:  Ubuntu Wily Werewolf (development branch)
  Release:  15.10

  Let me know what other information will help.

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

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


[Desktop-packages] [Bug 1314787] Re: Memory leak

2015-07-04 Thread TJ
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New => Triaged

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

** Changed in: linux (Ubuntu)
Milestone: None => ubuntu-14.04.3

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

Title:
  Memory leak

Status in fglrx-installer package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Triaged

Bug description:
  I upgraded my PC from Ubuntu 13.10 to 14.04 (released one). After
  upgrade I found the PC slows down soon even without apps running on
  it. When checking with system monitor I found all the physical memory
  was full and the swap file was in use (which never happened with
  13.10). I restarted the PC and left it alone. After six hours memory
  consumption of xorg went from original 250MB to 1,3GB. I guess there
  is a memory leak in the process.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
  Uname: Linux 3.11.0-20-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  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: Wed Apr 30 23:05:47 2014
  DistUpgraded: 2014-04-26 21:44:20,660 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: fglrx, 13.350.1, 3.11.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 
Series] [1002:68f9] (prog-if 00 [VGA controller])
 Subsystem: Hightech Information System Ltd. Device [1787:2291]
  InstallationDate: Installed on 2013-10-29 (183 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-20-generic 
root=UUID=a4de809d-e263-4318-8bf0-1bd1422076e3 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-04-26 (4 days ago)
  dmi.bios.date: 09/11/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1105
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4N78 SE
  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.:bvr1105:bd09/11/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4N78SE: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.11+14.04.20140409-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Apr 30 22:53:24 2014
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech USB Optical Mouse MOUSE, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
  xserver.errors:
   open /dev/dri/card0: No such file or directory
   AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object 
file: No such file or directory]
   AIGLX error: failed to open /usr/lib64/dri/fglrx_dri.so, 
error[/usr/lib64/dri/fglrx_dri.so: cannot open shared object file: No suc

Re: [Desktop-packages] [Bug 1467274] Re: Xorg radeon.dpm=1 causes glitches

2015-07-04 Thread foobar
Re: "if you remove kernel parameters radeon.dpm=1
radeon.audio=0 are there any visual glitches?"

I believe so, but I'll check this again & send you another email.

As I mentioned in several bug reports, my goal is to minimize
the operating temperature of this laptop, which tends to run
hot even in Windows 7.

The good news is that Ubuntu 15.05 runs less hot than Win7 under
exactly the same workload -- playing the same videos with VLC.

Interestingly, the DIS GPU takes a lot more power to display
hidef H264 video than does the CPU, so the lowest power way to
play videos is to keep the DIS GPU completely turned off, and
to clamp the operating freq of the triple cores to 800MHz.  Thanks
to clever programming for h264 decode, there is still enough
computing power of 3 cores at 800MHz to display the video.

For 1080p, I have to unclamp the cpu frequencies ("ondemand" v
"low"), but this raises the operating temperature by only a
handful of degrees C.

At 07:28 AM 7/4/2015, Christopher M. Penalver wrote:
>foobar, just to confirm, if you remove kernel parameters radeon.dpm=1
>radeon.audio=0 are there any visual glitches?
>
>** Tags removed: needs-full-computer-model
>** Tags added: latest-bios-f.29
>
>** Summary changed:
>
>- Xorg radeon.dpm=1 causes glitches
>+ [HP Pavilion dv7-4272us] Xorg radeon.dpm=1 causes glitches
>
>-- 
>You received this bug notification because you are subscribed to the bug
>report.
>https://bugs.launchpad.net/bugs/1467274
>
>Title:
>  [HP Pavilion dv7-4272us] Xorg radeon.dpm=1 causes glitches
>
>Status in xorg package in Ubuntu:
>  Incomplete
>
>Bug description:
>  Setting radeon.dpm=1 keeps causing glitches every time the display
>  changes from the IGD to DIS and vice versa.
>
>  It may be related to the HDMI audio, which I tried to turn off using
>  radeon.audio=0.
>
>  Below are the lines from the kernel log having to do with
>  snd_hda_intel (which shouldn't be there when radeon.audio=0).  I'm
>  trying to _keep the DIS GPU *turned off* in order to save power & keep
>  this laptop cool_.
>
>  I can't tell who keeps turning the DIS GPU back on, but I'd love to
>  know how to keep the DIS GPU locked OFF.
>
>  Jun 21 08:26:59 HP-ubuntu kernel: [8.039633] snd_hda_intel :02:00.1: 
> Handle VGA-switcheroo audio client
>  Jun 21 08:27:07 HP-ubuntu kernel: [   24.115390] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:07 HP-ubuntu kernel: [   24.335777] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:09 HP-ubuntu kernel: [   26.313673] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:27:14 HP-ubuntu kernel: [   31.891104] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:15 HP-ubuntu kernel: [   32.011109] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:17 HP-ubuntu kernel: [   33.986011] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:27:24 HP-ubuntu kernel: [   41.882048] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:25 HP-ubuntu kernel: [   42.002129] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:37 HP-ubuntu kernel: [   54.370654] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:27:42 HP-ubuntu kernel: [   60.151334] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:43 HP-ubuntu kernel: [   60.272329] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:45 HP-ubuntu kernel: [   62.586013] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:27:50 HP-ubuntu kernel: [   68.187551] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:51 HP-ubuntu kernel: [   68.307916] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:53 HP-ubuntu kernel: [   70.311697] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:27:58 HP-ubuntu kernel: [   75.350919] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:58 HP-ubuntu kernel: [   75.471116] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:59 HP-ubuntu kernel: [   76.960028] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:28:04 HP-ubuntu kernel: [   82.198684] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:28:05 HP-ubuntu kernel: [   82.318660] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:28:06 HP-ubuntu kernel: [   83.808935] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:28:11 HP-ubuntu kernel: [   89.216865] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:28:12 HP-ubuntu kernel: [   89.336835] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:28:14 HP-ubuntu kernel: [   91.327234] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:28:19 HP-ubuntu kernel: [   96.356640] snd_hda_intel :02:00.1: 
> Disabling via V

[Desktop-packages] [Bug 1468232] Re: Font corruption Intel Broadwell graphics

2015-07-04 Thread Christopher M. Penalver
rho770, as per http://support.lenovo.com/us/en/products/laptops-and-
netbooks/thinkpad-t-series-laptops/thinkpad-t450s an update to your
computer's buggy and outdated BIOS is available (1.15). If you update to
this following https://help.ubuntu.com/community/BIOSUpdate does it
change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status New.

Thank you for your understanding.

** Tags added: bios-outdated-1.15

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  Font corruption Intel Broadwell graphics

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After resume from suspend it often happens that fonts are corrupted.
  The problem has not been observed if AccelMethod is set to "uxa".

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-41.57-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.5
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,regex,snap,vpswitch,imgpng,compiztoolbox,grid,staticswitcher,mousepoll,move,resize,place,gnomecompat,dbus,animation,expo,ring,workarounds,fade,session,kdecompat,scale]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Jun 24 10:16:47 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   i915-3.19.2-3.16, 1, 3.16.0-41-generic, x86_64: installed
   virtualbox, 4.3.18, 3.16.0-41-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:5036]
  InstallationDate: Installed on 2015-06-18 (6 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX000XGE
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic 
root=UUID=ef80ed28-52d5-4bee-b65c-a543a2b68df4 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/23/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET41WW (1.06 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX000XGE
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET41WW(1.06):bd12/23/2014:svnLENOVO:pn20BX000XGE:pvrThinkPadT450s:rvnLENOVO:rn20BX000XGE:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX000XGE
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.59-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.1-0intel1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.1-0intel1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
  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.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917-1~exp1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Jun 23 16:15:38 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1133 
   vendor LGD
  xserver.version: 2:1.16.0-1ubuntu1.3

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

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


[Desktop-packages] [Bug 1464848] Re: Missing german translation

2015-07-04 Thread Sworddragon
But for an user it is difficult to say if such an issue is caused by an
outdated language pack or not. I think it would be nice if things would
enhance in a way that avoids this inconsistence.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1464848

Title:
  Missing german translation

Status in eog package in Ubuntu:
  Invalid
Status in nano package in Ubuntu:
  Invalid

Bug description:
  I'm using Ubuntu 15.10 dev with nano 2.4.1-1 and initially I have
  reported this issue here: http://savannah.gnu.org/bugs/?45287 . But it
  seems that this issue is specific to Ubuntu so I'm forwarding it to
  here.

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

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


[Desktop-packages] [Bug 1467609] Re: vibrations on MSI gt72 2qe scren

2015-07-04 Thread Christopher M. Penalver
guillaume le louet, thank you for reporting this and helping make Ubuntu
better. As per http://us.msi.com/support/nb/GT72-Dominator-Pro-GTX-
980M.html#down-bios an update to your computer's buggy and outdated BIOS
is available (310). If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status New.

Thank you for your understanding.

** Tags added: bios-outdated-310

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  vibrations on MSI gt72 2qe scren

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  bought it last week, GPU is NVidia Ge Force 980M.
  With nouveau installed I only use the small intel chipset ; I installed 
nvidia 352 from their site, and it works good for the external screen I have 
but now the integrated screen has those problems.

  The description is, like the front of the screen was vibrating. I think a 
better term could be used, see attached screenshot.
  As you can notice, lines are shifted to left/right on several positions of 
the screen.

  It makes the use of the screen very unpleasant. So I usually switch it
  off.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  352.21  Tue Jun  9 21:53:31 
PDT 2015
   GCC version:  gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jun 22 18:40:33 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.19.0-15-generic, x86_64: installed
   bbswitch, 0.7, 3.19.0-21-generic, x86_64: installed
   nvidia-352, 352.21, 3.19.0-21-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM204M [GeForce GTX 980M] [10de:13d7] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:1129]
  InstallationDate: Installed on 2015-06-19 (2 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Micro-Star International Co., Ltd. GT72 2QE
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=4fabaada-02c5-4230-a634-0b88cf228b5f ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1781IMS.10H
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1781
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.C
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10H:bd11/21/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: GT72 2QE
  dmi.product.version: REV:0.C
  dmi.sys.vendor: Micro-Star International 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.61+git20150614.97be70b4-0ubuntu0ricotz~vivid
  version.libgl1-mesa-dri: libgl1-mesa-dri 
10.6.0~git20150616+10.6.5d327b37-0ubuntu0ricotz~vivid
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 
10.6.0~git20150616+10.6.5d327b37-0ubuntu0ricotz~vivid
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  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.99+git20150521.d64a13eb-0ubun

[Desktop-packages] [Bug 1467837] Re: terminal

2015-07-04 Thread Christopher M. Penalver
** Package changed: xorg (Ubuntu) => ubuntu

** Changed in: ubuntu
 Assignee: Naceur (nbsahara) => (unassigned)

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

Title:
  terminal

Status in Ubuntu:
  New

Bug description:
  I lost my bourne shell

  It is impossible to open a terminal or xterm

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-43.58~14.04.1-generic 3.16.7-ckt13
  Uname: Linux 3.16.0-43-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue Jun 23 10:57:32 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:05ee]
   Advanced Micro Devices, Inc. [AMD/ATI] Venus XT [Radeon HD 8870M] 
[1002:6821] (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:05ee]
  InstallationDate: Installed on 2015-05-31 (22 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Dell Inc. Inspiron 3737
  ProcEnviron:
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-43-generic 
root=UUID=e0b9e075-c1d8-4201-8760-3a7ca4aec811 ro recovery nomodeset
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/12/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0HF1CD
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A07
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/12/2013:svnDellInc.:pnInspiron3737:pvrA07:rvnDellInc.:rn0HF1CD:rvrA00:cvnDellInc.:ct8:cvrA07:
  dmi.product.name: Inspiron 3737
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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

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


[Desktop-packages] [Bug 1468063] Re: I DON'T KNOW ABOUT THIS BUG PLEASE HELP ME

2015-07-04 Thread Christopher M. Penalver
David, thank you for taking the time to report this and helping to make
Ubuntu better. Unfortunately, this report didn't include enough
information. You may find it helpful to read "How to report bugs
effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html and
https://wiki.ubuntu.com/ReportingBugs . We'd be grateful if you would
then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem,
2. The behavior you expected, and
3. The behavior you actually encountered (in as much detail as possible).

Thank you for your understanding.

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  I DON'T KNOW  ABOUT THIS BUG PLEASE HELP ME

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  PLEASE HELPME WHAT I SHOULD DO FOR THIS BUG...

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  Uname: Linux 3.17.0-031700-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Wed Jun 24 01:39:37 2015
  DistUpgraded: 2014-07-29 01:44:49,174 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6320] [1002:9806] 
(prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:3387]
  InstallationDate: Installed on 2014-07-25 (332 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  MachineType: Hewlett-Packard HP Pavilion dm1 Notebook PC
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.17.0-031700-generic 
root=UUID=47ebb06b-9b23-4773-abd3-5ea70ab7f5cf ro splash quiet drm.debug=0xe 
plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-07-28 (329 days ago)
  dmi.bios.date: 08/04/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.01
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3387
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 36.0A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.01:bd08/04/2011:svnHewlett-Packard:pnHPPaviliondm1NotebookPC:pvr06991020460300100:rvnHewlett-Packard:rn3387:rvr36.0A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dm1 Notebook PC
  dmi.product.version: 06991020460300100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Jun 24 01:06:32 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

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

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


[Desktop-packages] [Bug 1467602] Re: after screenlock and screen suspend, external display port monitor doesn't resume properly

2015-07-04 Thread Christopher M. Penalver
Jamie Strandboge, thank you for reporting this and helping make Ubuntu
better. As per http://www.dell.com/support/home/us/en/19/product-
support/product/xps-13-9343-laptop/drivers an update to your computer's
buggy and outdated BIOS is available (A04). If you update to this
following https://help.ubuntu.com/community/BIOSUpdate does it change
anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

Once the BIOS is updated, and the information above is provided, then
please mark this report Status New.

Thank you for your understanding.

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

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

Title:
  after screenlock and screen suspend, external display port monitor
  doesn't resume properly

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I have a Dell XPS 13 9343 with external display link monitor which I
  use in non-mirrored mode as two different screens. If the screen locks
  and suspends (simply locking is not enough) if I tap a key/move the
  mouse/etc the laptop screen comes up and the external monitor flashes
  on, but then the external monitor goes blank (but I can see its
  backlight is on). If I login, the desktop seems to think it is off and
  all of open windows are rearranged (it even puts some on different
  workspaces). The only thing resembling a workaround is if I tap a key,
  watch when the external monitor is blank, then turn off the external
  monitor, then turn it on, then unlock the screen. This isn't great
  though-- some windows are invisible and rearranged and I have to cycle
  through the different workspaces to find them and put them back.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Jun 22 11:29:08 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-18-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-20-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0665]
  InstallationDate: Installed on 2015-06-13 (8 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. XPS 13 9343
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=7bc4dcd2-0bd8-4e42-b8b7-9f1ed6b8a3e9 ro libata.force=noncq quiet 
splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0310JH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  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.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  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
  xserver.bootTime: Mon Jun 22 10:53:54 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5153 
   vendor   

[Desktop-packages] [Bug 1467583] Re: PROBLEM

2015-07-04 Thread Christopher M. Penalver
EDO, thank you for taking the time to report this and helping to make
Ubuntu better. Unfortunately, this report didn't include enough
information. You may find it helpful to read "How to report bugs
effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html and
https://wiki.ubuntu.com/ReportingBugs . We'd be grateful if you would
then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem,
2. The behavior you expected, and
3. The behavior you actually encountered (in as much detail as possible).

Thank you for your understanding.

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  PROBLEM

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ---

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Mon Jun 22 17:56:13 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-15-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
   tp-smapi, 0.41, 3.19.0-21-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: Apple Inc. Device [106b:00ea]
  InstallationDate: Installed on 2015-06-20 (1 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Apple Inc. MacBookAir4,1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic.efi.signed 
root=UUID=69f19b32-45d5-4cae-a423-e9801940319b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBA41.88Z.0077.B0F.1201241549
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C08A6BB70A942AC2
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookAir4,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C08A6BB70A942AC2
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA41.88Z.0077.B0F.1201241549:bd01/24/2012:svnAppleInc.:pnMacBookAir4,1:pvr1.0:rvnAppleInc.:rnMac-C08A6BB70A942AC2:rvrMacBookAir4,1:cvnAppleInc.:ct10:cvrMac-C08A6BB70A942AC2:
  dmi.product.name: MacBookAir4,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  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.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  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
  xserver.bootTime: Mon Jun 22 17:41:56 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   40179 
   vendor APP
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Desktop-packages] [Bug 1467373] Re: /tmp/xorg_7.7+7ubuntu4_i386.deb

2015-07-04 Thread Christopher M. Penalver
darkakrog76, thank you for taking the time to report this and helping to
make Ubuntu better. Unfortunately, this report didn't include enough
information. You may find it helpful to read "How to report bugs
effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html and
https://wiki.ubuntu.com/ReportingBugs . We'd be grateful if you would
then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem,
2. The behavior you expected, and
3. The behavior you actually encountered (in as much detail as possible).

Thank you for your understanding.

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  /tmp/xorg_7.7+7ubuntu4_i386.deb

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  /tmp/xorg_7.7+7ubuntu4_i386.deb

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic i686
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Jun 22 06:03:51 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   VIA Technologies, Inc. K8M800/K8N800/K8N800A [S3 UniChrome Pro] [1106:3108] 
(rev 01) (prog-if 00 [VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7181]
  InstallationDate: Installed on 2015-06-17 (5 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-7181
  ProcEnviron:
   LANGUAGE=es
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic 
root=UUID=699472bb-47fb-41ab-b712-bd14316c5417 ro nodmraid nomodeset quiet 
splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/20/2006
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: MS-7181
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: 2.0
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/20/2006:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7181:pvr2.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-7181:rvr2.0:cvn:ct3:cvr:
  dmi.product.name: MS-7181
  dmi.product.version: 2.0
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Mon Jun 22 04:01:28 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   input2.4G Wireless Mouse  MOUSE, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
   inputC-Media Electronics Inc.   Microsoft LifeChat LX-3000 
KEYBOARD, id 10
  xserver.errors:
   open /dev/dri/card0: No such file or directory
   CHROME(0): [drm] Failed to open DRM device for pci::01:00.0: No such 
file or directory
   AIGLX: reverting to software rendering
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
  xserver.video_driver: chrome

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

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


[Desktop-packages] [Bug 1467274] Re: Xorg radeon.dpm=1 causes glitches

2015-07-04 Thread Christopher M. Penalver
foobar, just to confirm, if you remove kernel parameters radeon.dpm=1
radeon.audio=0 are there any visual glitches?

** Tags removed: needs-full-computer-model
** Tags added: latest-bios-f.29

** Summary changed:

- Xorg radeon.dpm=1 causes glitches
+ [HP Pavilion dv7-4272us] Xorg radeon.dpm=1 causes glitches

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

Title:
  [HP Pavilion dv7-4272us] Xorg radeon.dpm=1 causes glitches

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Setting radeon.dpm=1 keeps causing glitches every time the display
  changes from the IGD to DIS and vice versa.

  It may be related to the HDMI audio, which I tried to turn off using
  radeon.audio=0.

  Below are the lines from the kernel log having to do with
  snd_hda_intel (which shouldn't be there when radeon.audio=0).  I'm
  trying to _keep the DIS GPU *turned off* in order to save power & keep
  this laptop cool_.

  I can't tell who keeps turning the DIS GPU back on, but I'd love to
  know how to keep the DIS GPU locked OFF.

  Jun 21 08:26:59 HP-ubuntu kernel: [8.039633] snd_hda_intel :02:00.1: 
Handle VGA-switcheroo audio client
  Jun 21 08:27:07 HP-ubuntu kernel: [   24.115390] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:27:07 HP-ubuntu kernel: [   24.335777] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:27:09 HP-ubuntu kernel: [   26.313673] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:27:14 HP-ubuntu kernel: [   31.891104] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:27:15 HP-ubuntu kernel: [   32.011109] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:27:17 HP-ubuntu kernel: [   33.986011] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:27:24 HP-ubuntu kernel: [   41.882048] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:27:25 HP-ubuntu kernel: [   42.002129] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:27:37 HP-ubuntu kernel: [   54.370654] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:27:42 HP-ubuntu kernel: [   60.151334] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:27:43 HP-ubuntu kernel: [   60.272329] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:27:45 HP-ubuntu kernel: [   62.586013] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:27:50 HP-ubuntu kernel: [   68.187551] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:27:51 HP-ubuntu kernel: [   68.307916] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:27:53 HP-ubuntu kernel: [   70.311697] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:27:58 HP-ubuntu kernel: [   75.350919] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:27:58 HP-ubuntu kernel: [   75.471116] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:27:59 HP-ubuntu kernel: [   76.960028] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:28:04 HP-ubuntu kernel: [   82.198684] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:28:05 HP-ubuntu kernel: [   82.318660] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:28:06 HP-ubuntu kernel: [   83.808935] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:28:11 HP-ubuntu kernel: [   89.216865] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:28:12 HP-ubuntu kernel: [   89.336835] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:28:14 HP-ubuntu kernel: [   91.327234] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:28:19 HP-ubuntu kernel: [   96.356640] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:28:19 HP-ubuntu kernel: [   96.476630] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:28:21 HP-ubuntu kernel: [   98.583366] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:28:26 HP-ubuntu kernel: [  104.185234] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:28:27 HP-ubuntu kernel: [  104.305245] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:28:28 HP-ubuntu kernel: [  105.804332] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:28:33 HP-ubuntu kernel: [  111.206946] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:28:34 HP-ubuntu kernel: [  111.326995] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:28:36 HP-ubuntu kernel: [  113.310242] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:28:41 HP-ubuntu kernel: [  118.341024] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:28:41 HP-ubuntu kernel: [  118.461117] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:28:43 HP-

[Desktop-packages] [Bug 1471389] Re: package libgl1-mesa-dri 10.1.3-0ubuntu0.4 failed to install/upgrade: can not copy extracted data for "./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" to "/usr/lib/x8

2015-07-04 Thread Per-Anders Larsen
And then I copied this file (radeon_dri.so.dpkg-new) back to
./usr/lib/x86_64-linux-gnu/dri/ as root. I don't know if this bug was
because I  changed the default graphics driver when installing Ubuntu?
This is not my only computer, so it's been a while since I've been using
it.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1471389

Title:
  package libgl1-mesa-dri 10.1.3-0ubuntu0.4 failed to install/upgrade:
  can not copy extracted data for "./usr/lib/x86_64-linux-
  gnu/dri/radeon_dri.so" to "/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so
  .dpkg-new": unexpected end of file or current

Status in mesa package in Ubuntu:
  New

Bug description:
  First this message appeared when I updated the OS. Then it appeared
  when I rebooted, twice.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Jul  3 23:20:30 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DuplicateSignature: package:libgl1-mesa-dri:10.1.3-0ubuntu0.4:kan inte 
kopiera extraherade data för "./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" 
till "/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so.dpkg-new": oväntat slut på 
fil eller ström
  ErrorMessage: kan inte kopiera extraherade data för 
"./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" till 
"/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so.dpkg-new": oväntat slut på fil 
eller ström
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS780 [Radeon HD 3200] [1002:9610] 
(prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd GA-MA78GM-S2H Motherboard 
[1458:d000]
  InstallationDate: Installed on 2014-09-13 (293 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Gigabyte Technology Co., Ltd. GA-MA78GM-S2H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic 
root=UUID=0f90729d-2802-4fd8-8d46-149b8ff2b615 ro quiet splash vt.handoff=7
  SourcePackage: mesa
  Title: package libgl1-mesa-dri 10.1.3-0ubuntu0.4 failed to install/upgrade: 
kan inte kopiera extraherade data för 
"./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" till 
"/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so.dpkg-new": oväntat slut på fil 
eller ström
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/16/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F11
  dmi.board.name: GA-MA78GM-S2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF11:bd09/16/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78GM-S2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78GM-S2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA78GM-S2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Jul  4 10:26:58 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech Logitech USB Keyboard KEYBOARD, id 8
   inputLogitech Logitech USB Keyboard KEYBOARD, id 9
   inputPS/2+USB Mouse   MOUSE, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

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

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

[Desktop-packages] [Bug 1438870] Re: Lock screen doesn't emit ActiveChanged signal

2015-07-04 Thread Alberto Salvia Novella
** Changed in: unity (Ubuntu)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

** Changed in: unity (Ubuntu)
   Status: Confirmed => Fix Released

** No longer affects: unity-settings-daemon (Ubuntu Trusty)

** No longer affects: unity-settings-daemon (Ubuntu Vivid)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1438870

Title:
  Lock screen doesn't emit ActiveChanged signal

Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  Fix Released
Status in unity-settings-daemon package in Ubuntu:
  Fix Released

Bug description:
  tl;dr; Unity doesn't emit the ActiveChanged signal when the screen is
  locked/unlocked

  Long version:

  unity-settings-daemon's automount plugin has code to detect whether
  the screen is locked or not before automatically mounting a volume.
  This prevents someone from inserting a USB thumb drive when the screen
  is locked and exploiting a possible nautilus thumbnailer
  vulnerability. (See bug #714958 for original implementation details.)

  In Ubuntu 14.04, this code no longer works. Inserting a USB thumb
  drive while the screen is locked results in a Nautilus window opening
  underneath the lock screen, and the contents of the USB thumb drive
  being read.

  Since the screen lock got switched to Unity in Ubuntu 14.04, Unity no
  longer emits the org.gnome.ScreenSaver ActiveChanged signal when the
  screen gets locked or unlocked.

  To test:

  1- in terminal, type:
  dbus-monitor 
"type='signal',sender='org.gnome.ScreenSaver',interface='org.gnome.ScreenSaver'"
  2- Lock the screen
  3- Unlock the screen
  4- Notice that no signal was received

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.2+15.04.20150330-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Mar 31 15:15:48 2015
  InstallationDate: Installed on 2013-11-26 (489 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to vivid on 2015-03-07 (24 days ago)

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

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


[Desktop-packages] [Bug 1468027] Re: change default CJK fonts to Noto CJK

2015-07-04 Thread Gunnar Hjalmarsson
fonts-noto-cjk installs NotoSansCJK.ttc. Time for Chinese? For Japanese?

** Also affects: ubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1468027

Title:
  change default CJK fonts to Noto CJK

Status in fonts-noto package in Ubuntu:
  New
Status in language-selector package in Ubuntu:
  New
Status in ubuntu-meta package in Ubuntu:
  New

Bug description:
  just realize that fonts-noto-cjk is available in the repository, finally its 
packaged.
  i don't really know about korean community.
  But for Chinese and Japanese community, i think that the answer is clear.
  noto-cjk is definitely better what we had before, like fonts- wqy and 
fonts-droid.
  Android community had received these complains for years, finally they got 
them fixed on lollipop.
  Fedora also set it as default chinese font start from F21.
  and of course, i still hope that ubuntu could drop those 69-language-selector 
fontconfig files, just like what F13 did.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-noto/+bug/1468027/+subscriptions

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


[Desktop-packages] [Bug 1471389] Re: package libgl1-mesa-dri 10.1.3-0ubuntu0.4 failed to install/upgrade: can not copy extracted data for "./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" to "/usr/lib/x8

2015-07-04 Thread Per-Anders Larsen
I went into ./usr/lib/x86_64-linux-gnu/dri/ in Nautilus as root and just
copied radeon_dri.so to another folder where I renamed it radeon_dri.so
.dpkg-new. So now it doesn't complain!

I have had trouble before with my graphics drivers on this computer
showing incorrectly on the screen, it's being underscanned and showing
black corners in Windows 8.1, but it shows just fine under Ubuntu
thankfully!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1471389

Title:
  package libgl1-mesa-dri 10.1.3-0ubuntu0.4 failed to install/upgrade:
  can not copy extracted data for "./usr/lib/x86_64-linux-
  gnu/dri/radeon_dri.so" to "/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so
  .dpkg-new": unexpected end of file or current

Status in mesa package in Ubuntu:
  New

Bug description:
  First this message appeared when I updated the OS. Then it appeared
  when I rebooted, twice.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Jul  3 23:20:30 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DuplicateSignature: package:libgl1-mesa-dri:10.1.3-0ubuntu0.4:kan inte 
kopiera extraherade data för "./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" 
till "/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so.dpkg-new": oväntat slut på 
fil eller ström
  ErrorMessage: kan inte kopiera extraherade data för 
"./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" till 
"/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so.dpkg-new": oväntat slut på fil 
eller ström
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS780 [Radeon HD 3200] [1002:9610] 
(prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd GA-MA78GM-S2H Motherboard 
[1458:d000]
  InstallationDate: Installed on 2014-09-13 (293 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Gigabyte Technology Co., Ltd. GA-MA78GM-S2H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic 
root=UUID=0f90729d-2802-4fd8-8d46-149b8ff2b615 ro quiet splash vt.handoff=7
  SourcePackage: mesa
  Title: package libgl1-mesa-dri 10.1.3-0ubuntu0.4 failed to install/upgrade: 
kan inte kopiera extraherade data för 
"./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" till 
"/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so.dpkg-new": oväntat slut på fil 
eller ström
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/16/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F11
  dmi.board.name: GA-MA78GM-S2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF11:bd09/16/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78GM-S2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78GM-S2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA78GM-S2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Jul  4 10:26:58 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech Logitech USB Keyboard KEYBOARD, id 8
   inputLogitech Logitech USB Keyboard KEYBOARD, id 9
   inputPS/2+USB Mouse   MOUSE, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

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

-- 
Mailing list: https://launchpad.net/~desktop-packages

[Desktop-packages] [Bug 1330444] Re: Qt5 system tray doesn't work on Ubuntu 14.04

2015-07-04 Thread Aurel Branzeanu
*** This bug is a duplicate of bug 1209106 ***
https://bugs.launchpad.net/bugs/1209106

Fixed in Qt 5.5.0

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to sni-qt in Ubuntu.
https://bugs.launchpad.net/bugs/1330444

Title:
  Qt5 system tray doesn't work on Ubuntu 14.04

Status in sni-qt package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to Qt5, system tray created using qt class QSystemTray doesn't 
work correctly on Ubuntu 14.04.
  SystemTray Icon is getting displayed at the left corner of the screen, and 
has become quite unreliable. Various issues are being observed such as 
disappearing icon, incorrect rendering of icon, menu etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sni-qt/+bug/1330444/+subscriptions

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


[Desktop-packages] [Bug 1453052] Re: X fails to automatically detect ATI radeon RV600 card

2015-07-04 Thread Christopher M. Penalver
Raffaele Candeliere, any change with the daily via
http://cdimage.ubuntu.com/daily-live/current/ ?

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

Title:
  X fails to automatically detect ATI radeon RV600 card

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Good day.
  I'm testing pure EFI boot capability on my iMac 7.1 (graphic card ATI radeon 
HD2600 pro).
  So far, with Ubuntu 14.10, i've been able to boot directly into a perfectly 
working system using the EFI kernel stub.
  No GRUB, no ELILO, no rEFIND, no boot manager whatsoever! And the result was 
amazing!
  Boot up time reduced to a fraction of the time needed by GRUB, for example, 
Compiz compositing much more quick, smooth and and efficient. I could notice 
even some graphical detail (e.g. Text shadows in the GDM log-in screen) that 
were not present if booting via GRUB.
  The way to accomplished this is simple:
  1) Create a small (40MB or less) HFS+ partition. E.g. #> sudo mkfs.hfsplus 
/dev/sdaX -v "Ubuntu (EFI-Stub)"
  2) Copy to the new partition the files vmlinuz-3.XX.YY-ZZ-generic.efi.signed 
and initrd.img-3.XX.YY-ZZ-generig. Also rename them to "vmlinuz.efi" and 
"initrd.img" for sake of simplicity in further command line work. Furthermore, 
Apple's EFI won't boot anything that doesn't end with the ".efi" extension.
  3) Create a boot entry in the NVRAM using efibootmgr like this: #> sudo 
efibootmgr -d /dev/sdX -p Y -c -L "Ubuntu 14.04 LTS" -l /vmlinuz.efi -u 
"root=UUID=b0c4efb9-95b0-4e5d-98e1-8beb43f413c2 ro rootflags=subvol=@  quiet 
splash initrd=\initrd.img"
  4) reboot (and enjoy!)

  As i've said, in Ubuntu 14 all this is working fine, but after the upgrade to 
Ubuntu 15, "X" doesn't start anymore. The system starts up correctly but X 
fails (with error: (EE) No devices detected. (EE) Fatal server error: (EE) no 
screens found) dropping me to a tty console login.
  I'm not shure if it is a X problem or a kernel KMS bug, but i'm more inclined 
to think of a problem with X because i've tried to boot Ubuntu 15.0 with the 
old kernel (3.13/16) and the problem is still there.
  I've also tried to add "vt.handoff=7" to the command line args for the 
kernel, like grub does, but the result is even worse. The system freezes 
completely at the moment of starting X.
  Please note also that booting via grub is working. X starts, much more slowly 
but starts. (Actually i'm reporting this bug from the very same system booted 
using GRUB. I have a second HFS+ partition where i installed grub and i can 
access it by holding down the ALT key at power-up)
  Thanks for your work. I really hope that booting directly via EFI stubs will 
grow mature because the performance increase is really big.
  Thanks again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1
  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 May  8 10:20:35 2015
  DistUpgraded: 2015-05-06 18:46:56,830 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-16-lowlatency, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV630/M76 [Mobility Radeon HD 2600 
XT/2700] [1002:9583] (prog-if 00 [VGA controller])
     Subsystem: Apple Inc. iMac 7,1 [106b:0083]
  InstallationDate: Installed on 2013-10-27 (557 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: Apple Inc. iMac7,1
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-16-generic.efi.signed 
root=UUID=b0c4efb9-95b0-4e5d-98e1-8beb43f413c2 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to vivid on 2015-05-06 (1 days ago)
  dmi.bios.date: 03/05/08
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: IM71.88Z.007A.B03.0803051705
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Mac-F4238CC8
  dmi.board.vendor: Apple Inc.
  dmi.board.version: PVT
  dmi.chassis.asset.tag: Asset Tag#
  dmi.chassis.type: 13
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F4238CC8
  dmi.modalias: 
dmi:bvnAppleInc.:

Re: [Desktop-packages] [Bug 1467274] Re: Xorg radeon.dpm=1 causes glitches

2015-07-04 Thread foobar
This laptop is HP Pavilion dv7-4272us.

I'd be willing to help debug this problem, but I need some tools.

The first tool I need is a way to reliably turn off the DIS graphics &
keep it off.

The second tool would be a way to reliably turn off the IGD graphics &
keep it off.

Etc.

When things keep switching back & forth for no apparent reason, I can't
debug the situation.

I did some Google searching, and it appears that there may be a way to disable
certain PCI addresses during boot, which may be the only way to control this 
behavior.

Thx for any help.

At 08:57 PM 7/3/2015, Christopher M. Penalver wrote:
>foobar, thank you for reporting this and helping make Ubuntu better.
>Could you please provide the full computer model as noted on the sticker
>of the computer itself (not from the Bug Description)?
>
>** Tags added: needs-full-computer-model
>
>** Changed in: xorg (Ubuntu)
>   Importance: Undecided => Low
>
>** Changed in: xorg (Ubuntu)
>   Status: New => Incomplete
>
>-- 
>You received this bug notification because you are subscribed to the bug
>report.
>https://bugs.launchpad.net/bugs/1467274
>
>Title:
>  Xorg radeon.dpm=1 causes glitches
>
>Status in xorg package in Ubuntu:
>  Incomplete
>
>Bug description:
>  Setting radeon.dpm=1 keeps causing glitches every time the display
>  changes from the IGD to DIS and vice versa.
>
>  It may be related to the HDMI audio, which I tried to turn off using
>  radeon.audio=0.
>
>  Below are the lines from the kernel log having to do with
>  snd_hda_intel (which shouldn't be there when radeon.audio=0).  I'm
>  trying to _keep the DIS GPU *turned off* in order to save power & keep
>  this laptop cool_.
>
>  I can't tell who keeps turning the DIS GPU back on, but I'd love to
>  know how to keep the DIS GPU locked OFF.
>
>  Jun 21 08:26:59 HP-ubuntu kernel: [8.039633] snd_hda_intel :02:00.1: 
> Handle VGA-switcheroo audio client
>  Jun 21 08:27:07 HP-ubuntu kernel: [   24.115390] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:07 HP-ubuntu kernel: [   24.335777] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:09 HP-ubuntu kernel: [   26.313673] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:27:14 HP-ubuntu kernel: [   31.891104] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:15 HP-ubuntu kernel: [   32.011109] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:17 HP-ubuntu kernel: [   33.986011] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:27:24 HP-ubuntu kernel: [   41.882048] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:25 HP-ubuntu kernel: [   42.002129] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:37 HP-ubuntu kernel: [   54.370654] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:27:42 HP-ubuntu kernel: [   60.151334] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:43 HP-ubuntu kernel: [   60.272329] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:45 HP-ubuntu kernel: [   62.586013] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:27:50 HP-ubuntu kernel: [   68.187551] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:51 HP-ubuntu kernel: [   68.307916] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:53 HP-ubuntu kernel: [   70.311697] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:27:58 HP-ubuntu kernel: [   75.350919] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:27:58 HP-ubuntu kernel: [   75.471116] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:27:59 HP-ubuntu kernel: [   76.960028] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:28:04 HP-ubuntu kernel: [   82.198684] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:28:05 HP-ubuntu kernel: [   82.318660] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:28:06 HP-ubuntu kernel: [   83.808935] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:28:11 HP-ubuntu kernel: [   89.216865] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:28:12 HP-ubuntu kernel: [   89.336835] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:28:14 HP-ubuntu kernel: [   91.327234] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:28:19 HP-ubuntu kernel: [   96.356640] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:28:19 HP-ubuntu kernel: [   96.476630] snd_hda_intel :02:00.1: 
> Cannot lock devices!
>  Jun 21 08:28:21 HP-ubuntu kernel: [   98.583366] snd_hda_intel :02:00.1: 
> Enabling via VGA-switcheroo
>  Jun 21 08:28:26 HP-ubuntu kernel: [  104.185234] snd_hda_intel :02:00.1: 
> Disabling via VGA-switcheroo
>  Jun 21 08:28:27 HP-ubunt

[Desktop-packages] [Bug 1471183] Re: Using ppp0 internet not accessibe when eth0 is connected but without internet connection

2015-07-04 Thread ajayraj
Updated the package information.

** Package changed: ubuntu => network-manager (Ubuntu)

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

Title:
  Using ppp0 internet not accessibe when eth0 is connected but without
  internet connection

Status in network-manager package in Ubuntu:
  New

Bug description:
  Below is the problem statement:-

  1.3G GSM( Huewei E1320) connected.
  2.LAN ethernet is connected.

  State of the each one.

  1. LAN(eth0) is connected  to ASDL modem but without internet connected.
  2. 3G GSM(ppp0) is connected is ready to take internet.

  
  Now to the problem,
This is a case where i have two internet connections, out of which one 
is temporarly not working.

  Actually i am trying to get internet connection from ppp0(3G
  GSM module) when eth0(LAN) is connected and without internet
  connection.

 So solve it, i tried routing to ppp0 as default. But not
  working when eth0 dont have any internet connection.

  Say my ip route is as mentioned below:-

  gateway 10.64.64.64 for ppp0
  gateway 192.168.1.1 for eth0

  
  I made the ppp0 as default, removing the eth0 from default route. 
  ip route add default via 10.64.64.64
  ip route del default via 192.168.1.1
  But internet not accessible.

 But when i plug the internet connection for LAN(eth0) by plugging
  internet cable to ADSL modem.Then i am able to get internet connection
  from ppp0(3G GSM module).

  In short to summary:-

  eth0 without internet connected and ppp0 with internet connection.
  Default route is ppp0.
  But still unable to access internet.

  
I am out of steps to proceed in case of this problem. Can you confirm 
whether it is issue with network-manager.
  I am specific stuck to this case.

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

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


[Desktop-packages] [Bug 1471183] [NEW] Using ppp0 internet not accessibe when eth0 is connected but without internet connection

2015-07-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Below is the problem statement:-

1.3G GSM( Huewei E1320) connected.
2.LAN ethernet is connected.

State of the each one.

1. LAN(eth0) is connected  to ASDL modem but without internet connected.
2. 3G GSM(ppp0) is connected is ready to take internet.


Now to the problem,
This is a case where i have two internet connections, out of which one 
is temporarly not working.

Actually i am trying to get internet connection from ppp0(3G GSM
module) when eth0(LAN) is connected and without internet connection.

   So solve it, i tried routing to ppp0 as default. But not working
when eth0 dont have any internet connection.

Say my ip route is as mentioned below:-

gateway 10.64.64.64 for ppp0
gateway 192.168.1.1 for eth0


I made the ppp0 as default, removing the eth0 from default route. 
ip route add default via 10.64.64.64
ip route del default via 192.168.1.1
But internet not accessible.

   But when i plug the internet connection for LAN(eth0) by plugging
internet cable to ADSL modem.Then i am able to get internet connection
from ppp0(3G GSM module).

In short to summary:-

eth0 without internet connected and ppp0 with internet connection.
Default route is ppp0.
But still unable to access internet.


  I am out of steps to proceed in case of this problem. Can you confirm 
whether it is issue with network-manager.
I am specific stuck to this case.

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


** Tags: bot-comment
-- 
Using ppp0 internet not accessibe when eth0 is connected but without internet 
connection
https://bugs.launchpad.net/bugs/1471183
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to network-manager in Ubuntu.

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


[Desktop-packages] [Bug 1471394] Re: please merge inkscape from Debian

2015-07-04 Thread LocutusOfBorg
** Attachment added: "debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1471394/+attachment/4424159/+files/debdiff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/1471394

Title:
  please merge inkscape from Debian

Status in inkscape package in Ubuntu:
  New

Bug description:
  debdiff attached

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

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


[Desktop-packages] [Bug 1471394] [NEW] please merge inkscape from Debian

2015-07-04 Thread LocutusOfBorg
Public bug reported:

debdiff attached

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/1471394

Title:
  please merge inkscape from Debian

Status in inkscape package in Ubuntu:
  New

Bug description:
  debdiff attached

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

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


[Desktop-packages] [Bug 1140716]

2015-07-04 Thread Chris Wilson
*** Bug 91212 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1140716

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

Status in Direct Rendering Infrastructure:
  In Progress
Status in Mesa:
  Unknown
Status in linux package in Ubuntu:
  Invalid
Status in linux-lts-quantal package in Ubuntu:
  Invalid
Status in linux-lts-raring package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  Triaged
Status in linux source package in Precise:
  Fix Committed
Status in linux-lts-quantal source package in Precise:
  Fix Committed
Status in linux-lts-raring source package in Precise:
  Invalid
Status in mesa source package in Precise:
  Triaged
Status in linux source package in Quantal:
  Invalid
Status in linux-lts-quantal source package in Quantal:
  Invalid
Status in linux source package in Raring:
  Invalid
Status in linux-lts-quantal source package in Raring:
  Invalid
Status in linux package in Debian:
  New
Status in linux package in Fedora:
  Unknown

Bug description:
  I'm getting errors about GPU hangs every minute or so (usually only
  when using FF and scrolling a webpage or something). I also get an
  annoying ubuntu dialog saying there is a "system error".

  This didn't happen with 3.5.0-24-generic.

  Here is the dmesg:
  [15169.033709] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15169.034517] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15628.480216] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15628.480570] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15844.231372] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15844.231773] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [20173.232593] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [20173.233211] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.650393] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26285.650980] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.658405] [ cut here ]
  [26285.658472] WARNING: at 
/build/buildd/linux-3.5.0/drivers/gpu/drm/i915/intel_pm.c:2505 
gen6_enable_rps+0x706/0x710 [i915]()
  [26285.658474] Hardware name: SATELLITE Z830
  [26285.658476] Modules linked in: sdhci_pci sdhci btrfs zlib_deflate 
libcrc32c ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs reiserfs ext2 
snd_hda_codec_hdmi snd_hda_codec_realtek joydev btusb coretemp kvm_intel kvm 
arc4 ghash_clmulni_intel aesni_intel cryptd aes_x86_64 snd_hda_intel 
snd_hda_codec snd_hwdep uvcvideo snd_pcm videobuf2_core microcode videodev bnep 
iwlwifi videobuf2_vmalloc snd_seq_midi psmouse videobuf2_memops snd_rawmidi 
rfcomm pcspkr snd_seq_midi_event serio_raw snd_seq bluetooth mac80211 snd_timer 
snd_seq_device i915 drm_kms_helper cfg80211 drm toshiba_acpi snd sparse_keymap 
soundcore wmi i2c_algo_bit toshiba_bluetooth snd_page_alloc parport_pc mei 
video mac_hid lpc_ich ppdev nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc 
lp parport e1000e ahci libahci [last unloaded: sdhci]
  [26285.658537] Pid: 23433, comm: kworker/u:0 Not tainted 3.5.0-26-generic 
#40-Ubuntu
  [26285.658539] Call Trace:
  [26285.658549]  [] warn_slowpath_common+0x7f/0xc0
  [26285.658553]  [] warn_slowpath_null+0x1a/0x20
  [26285.658569]  [] gen6_enable_rps+0x706/0x710 [i915]
  [26285.658584]  [] intel_modeset_init_hw+0x66/0xa0 [i915]
  [26285.658595]  [] i915_reset+0x1a4/0x6e0 [i915]
  [26285.658601]  [] ? __switch_to+0x12b/0x420
  [26285.658612]  [] i915_error_work_func+0xc3/0x110 [i915]
  [26285.658618]  [] process_one_work+0x12a/0x420
  [26285.658629]  [] ? gen6_pm_rps_work+0xe0/0xe0 [i915]
  [26285.658632]  [] worker_thread+0x12e/0x2f0
  [26285.658636]  [] ? manage_workers.isra.26+0x200/0x200
  [26285.658640]  [] kthread+0x93/0xa0
  [26285.658644]  [] kernel_thread_helper+0x4/0x10
  [26285.658649]  [] ? kthread_freezable_should_stop+0x70/0x70
  [26285.658652]  [] ? gs_change+0x13/0x13
  [26285.658654] ---[ end trace 59c6162fdfcbffee ]---
  [26756.021167] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26756.021426] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26766.014093] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26766.014397] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26932.376233] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26932.376544] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26932.384285] [ cut here ]
  [26932.384354] WARNING: at 
/build/buildd/linux-3.5.0/drivers/gpu/drm/i915/intel_pm.c:2505 
gen6_enable_rps+0x706/0x710 [i915]()
  [26932.384356] Hardware name: SATELLITE Z830
  [26932.384358] Modules linke

[Desktop-packages] [Bug 1463598] Re: Chromium 43 fails to use hardware acceleration

2015-07-04 Thread Kevin Keijzer
Disabling WebGL is one thing, but disabling hardware acceleration
altogether causes horrible tearing with each and every driver. All
videos look terrible and even smooth scrolling is no longer acceptable.

I've received dozens of support calls from clients about how the latest
Chromium build is utterly broken, wasting hours of my life driving
around and setting up the Chromium Beta PPA everywhere.

Seriously, just enable the "Disable WebGL" flag by default instead of
completely compiling out GPU support on an LTS release. These kinds of
decisions are merely acceptable for daily 15.10 images, but certainly
not for enterprise releases.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1463598

Title:
  Chromium 43 fails to use hardware acceleration

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  After installing package chromium-browser 43.0.2357.81-0ubuntu0.14.04.1.1089 
hardware acceleration becomes disabled.
  I had no problem with previous chromium version.

  Console output:

  jose@jose:~$ chromium-browser 
  [3150:3191:0609/190556:ERROR:browser_gpu_channel_host_factory.cc(134)] Failed 
to launch GPU process.
  [3150:3150:0609/190556:ERROR:url_pattern_set.cc(240)] Invalid url pattern: 
chrome://print/*
  [3150:3191:0609/190556:ERROR:browser_gpu_channel_host_factory.cc(134)] Failed 
to launch GPU process.
  [3150:3191:0609/190556:ERROR:browser_gpu_channel_host_factory.cc(134)] Failed 
to launch GPU process.

  chrome://gpu:

  Graphics Feature Status
  Canvas: Software only, hardware acceleration unavailable
  Flash: Software only, hardware acceleration unavailable
  Flash Stage3D: Software only, hardware acceleration unavailable
  Flash Stage3D Baseline profile: Software only, hardware acceleration 
unavailable
  Compositing: Software only, hardware acceleration unavailable
  Multiple Raster Threads: Unavailable
  Rasterization: Software only, hardware acceleration unavailable
  Threaded Rasterization: Unavailable
  Video Decode: Software only, hardware acceleration unavailable
  Video Encode: Software only, hardware acceleration unavailable
  WebGL: Unavailable

  Driver Bug Workarounds
  clear_uniforms_before_first_program_use
  count_all_in_varyings_packing
  disable_chromium_framebuffer_multisample
  disable_ext_occlusion_query
  disable_post_sub_buffers_for_onscreen_surfaces
  scalarize_vec_and_mat_constructor_args

  Problems Detected
  GPU process was unable to boot: GPU access is disabled in chrome://settings.
  Disabled Features: all

  - - -
  Actually GPU access is *not* disabled from settings. 

  Workarounds like "--disable-gpu-sandbox" or "LIBGL_DRI3_DISABLE=1"
  didn't helped at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1463598/+subscriptions

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


[Desktop-packages] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-07-04 Thread Timo Aaltonen
too much noise here, if you have issues with vivid file a new bug

marking verified since the utopic upload seems to work

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

Status in X.org xf86-video-intel:
  Unknown
Status in xserver-xorg-video-intel package in Ubuntu:
  Fix Released
Status in xserver-xorg-video-intel-lts-utopic package in Ubuntu:
  Invalid
Status in xserver-xorg-video-intel-lts-utopic source package in Trusty:
  Fix Committed
Status in xserver-xorg-video-intel source package in Utopic:
  Fix Committed

Bug description:
  Trying to achieve: Get a more stable graphics environment up and
  running

  Steps to take:  basic ubtuntu 14.04 install.  Boot up and run for a
  few minutes and then ...

  What happens: After running for a few minutes the graphics gets
  flacky.

  What should happen:  Graphics should not get flaky.

  I have just installed ubuntu 14.04 on my new thinkpad t450s.
  Everything basically works, but something is very flaky about my
  keyboard or display or both.  After running for awhile some apps
  (E.g., thunderbird and sometimes emacs for example) will display
  garbage.  If I refresh by moving the screen around or changing
  buffers/tabs/etc. they can often recover.

  I see that there is an [Intel(R) Graphics Installer for Linux*
  1.0.7](https://01.org/linuxgraphics/downloads/2014/intelr-graphics-
  installer-linux-1.0.7). I am leery about just loading this and running
  it.  Any suggestions about how I should proceed?

  $ sudo lshw -c video
*-display
 description: VGA compatible controller
 product: Broadwell-U Integrated Graphics
 vendor: Intel Corporation
 physical id: 2
 bus info: pci@:00:02.0
 version: 09
 width: 64 bits
 clock: 33MHz
 capabilities: msi pm vga_controller bus_master cap_list rom
 configuration: driver=i915 latency=0
 resources: irq:63 memory:e000-e0ff 
memory:d000-dfff ioport:3000(size=64)
  $ modinfo i915 | head
  filename:   
/lib/modules/3.16.0-31-generic/kernel/drivers/gpu/drm/i915/i915.ko
  license:GPL and additional rights
  description:Intel Graphics
  author: Tungsten Graphics, Inc.
  srcversion: 9929027A8A6F05972AD6986
  alias:  pci:v8086d22B3sv*sd*bc03sc*i*
  alias:  pci:v8086d22B2sv*sd*bc03sc*i*
  alias:  pci:v8086d22B1sv*sd*bc03sc*i*
  alias:  pci:v8086d22B0sv*sd*bc03sc*i*
  alias:  pci:v8086d162Dsv*sd*bc03sc*i*
  $ uname -a
  Linux mypad 3.16.0-31-generic #43~14.04.1-Ubuntu SMP Tue Mar 10 20:13:38 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

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

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


[Desktop-packages] [Bug 1471389] Re: package libgl1-mesa-dri 10.1.3-0ubuntu0.4 failed to install/upgrade: can not copy extracted data for "./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" to "/usr/lib/x8

2015-07-04 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1471389

Title:
  package libgl1-mesa-dri 10.1.3-0ubuntu0.4 failed to install/upgrade:
  can not copy extracted data for "./usr/lib/x86_64-linux-
  gnu/dri/radeon_dri.so" to "/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so
  .dpkg-new": unexpected end of file or current

Status in mesa package in Ubuntu:
  New

Bug description:
  First this message appeared when I updated the OS. Then it appeared
  when I rebooted, twice.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Jul  3 23:20:30 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DuplicateSignature: package:libgl1-mesa-dri:10.1.3-0ubuntu0.4:kan inte 
kopiera extraherade data för "./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" 
till "/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so.dpkg-new": oväntat slut på 
fil eller ström
  ErrorMessage: kan inte kopiera extraherade data för 
"./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" till 
"/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so.dpkg-new": oväntat slut på fil 
eller ström
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS780 [Radeon HD 3200] [1002:9610] 
(prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd GA-MA78GM-S2H Motherboard 
[1458:d000]
  InstallationDate: Installed on 2014-09-13 (293 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Gigabyte Technology Co., Ltd. GA-MA78GM-S2H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic 
root=UUID=0f90729d-2802-4fd8-8d46-149b8ff2b615 ro quiet splash vt.handoff=7
  SourcePackage: mesa
  Title: package libgl1-mesa-dri 10.1.3-0ubuntu0.4 failed to install/upgrade: 
kan inte kopiera extraherade data för 
"./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" till 
"/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so.dpkg-new": oväntat slut på fil 
eller ström
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/16/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F11
  dmi.board.name: GA-MA78GM-S2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF11:bd09/16/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78GM-S2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78GM-S2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA78GM-S2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Jul  4 10:26:58 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech Logitech USB Keyboard KEYBOARD, id 8
   inputLogitech Logitech USB Keyboard KEYBOARD, id 9
   inputPS/2+USB Mouse   MOUSE, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

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

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


[Desktop-packages] [Bug 1471389] [NEW] package libgl1-mesa-dri 10.1.3-0ubuntu0.4 failed to install/upgrade: can not copy extracted data for "./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" to "/usr/lib/

2015-07-04 Thread Per-Anders Larsen
Public bug reported:

First this message appeared when I updated the OS. Then it appeared when
I rebooted, twice.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libgl1-mesa-dri 10.1.3-0ubuntu0.4
ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
Uname: Linux 3.13.0-55-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Fri Jul  3 23:20:30 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DuplicateSignature: package:libgl1-mesa-dri:10.1.3-0ubuntu0.4:kan inte kopiera 
extraherade data för "./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" till 
"/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so.dpkg-new": oväntat slut på fil 
eller ström
ErrorMessage: kan inte kopiera extraherade data för 
"./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" till 
"/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so.dpkg-new": oväntat slut på fil 
eller ström
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS780 [Radeon HD 3200] [1002:9610] 
(prog-if 00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd GA-MA78GM-S2H Motherboard [1458:d000]
InstallationDate: Installed on 2014-09-13 (293 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: Gigabyte Technology Co., Ltd. GA-MA78GM-S2H
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic 
root=UUID=0f90729d-2802-4fd8-8d46-149b8ff2b615 ro quiet splash vt.handoff=7
SourcePackage: mesa
Title: package libgl1-mesa-dri 10.1.3-0ubuntu0.4 failed to install/upgrade: kan 
inte kopiera extraherade data för 
"./usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" till 
"/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so.dpkg-new": oväntat slut på fil 
eller ström
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/16/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F11
dmi.board.name: GA-MA78GM-S2H
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF11:bd09/16/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78GM-S2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78GM-S2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-MA78GM-S2H
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sat Jul  4 10:26:58 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech Logitech USB Keyboard KEYBOARD, id 8
 inputLogitech Logitech USB Keyboard KEYBOARD, id 9
 inputPS/2+USB Mouse   MOUSE, id 10
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2.7
xserver.video_driver: radeon

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


** Tags: amd64 apport-package compiz-0.9 trusty ubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1471389

Title:
  package libgl1-mesa-dri 10.1.3-0ubuntu0.4 failed to install/upgrade:
  can not copy extracted data for "./usr/lib/x86_64-linux-
  gnu/dri/radeon_dri.so" to "/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so
  .dpkg-new": unexpected end of file or current

Status in mesa package in Ubuntu:
  New

Bug description:
  First this message appeared when I updated the OS. Then it appeared
  when I rebooted, twice.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).

[Desktop-packages] [Bug 1453052] Re: X fails to automatically detect ATI radeon RV600 card

2015-07-04 Thread RaffaeleC
Update. Some improvement with the latest update (but also a regression!).
With the last update, I'm able to boot the system using directly the efi stub 
and now, Xorg CAN detect the graphic card. There's no error in Xorg.0.log. But 
the problem now is that I get a blank/black screen all the same, even if 
booting through GRUB.
The system starts, the kernel splash appears and, after a few seconds the 
screen goes black.
If I hit alt-F1 nothing happens. Hit alt-F7, the screen flashes but gets black 
again. Now I re-hit alt-F1 and I see a text console saying:
"Welcome to emergency mode. Type sysctl reboot to reboot, sysctl default or ^D 
to try to start default mode"
If I now hit ^D the screen turns black again and the system freezes.

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

Title:
  X fails to automatically detect ATI radeon RV600 card

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Good day.
  I'm testing pure EFI boot capability on my iMac 7.1 (graphic card ATI radeon 
HD2600 pro).
  So far, with Ubuntu 14.10, i've been able to boot directly into a perfectly 
working system using the EFI kernel stub.
  No GRUB, no ELILO, no rEFIND, no boot manager whatsoever! And the result was 
amazing!
  Boot up time reduced to a fraction of the time needed by GRUB, for example, 
Compiz compositing much more quick, smooth and and efficient. I could notice 
even some graphical detail (e.g. Text shadows in the GDM log-in screen) that 
were not present if booting via GRUB.
  The way to accomplished this is simple:
  1) Create a small (40MB or less) HFS+ partition. E.g. #> sudo mkfs.hfsplus 
/dev/sdaX -v "Ubuntu (EFI-Stub)"
  2) Copy to the new partition the files vmlinuz-3.XX.YY-ZZ-generic.efi.signed 
and initrd.img-3.XX.YY-ZZ-generig. Also rename them to "vmlinuz.efi" and 
"initrd.img" for sake of simplicity in further command line work. Furthermore, 
Apple's EFI won't boot anything that doesn't end with the ".efi" extension.
  3) Create a boot entry in the NVRAM using efibootmgr like this: #> sudo 
efibootmgr -d /dev/sdX -p Y -c -L "Ubuntu 14.04 LTS" -l /vmlinuz.efi -u 
"root=UUID=b0c4efb9-95b0-4e5d-98e1-8beb43f413c2 ro rootflags=subvol=@  quiet 
splash initrd=\initrd.img"
  4) reboot (and enjoy!)

  As i've said, in Ubuntu 14 all this is working fine, but after the upgrade to 
Ubuntu 15, "X" doesn't start anymore. The system starts up correctly but X 
fails (with error: (EE) No devices detected. (EE) Fatal server error: (EE) no 
screens found) dropping me to a tty console login.
  I'm not shure if it is a X problem or a kernel KMS bug, but i'm more inclined 
to think of a problem with X because i've tried to boot Ubuntu 15.0 with the 
old kernel (3.13/16) and the problem is still there.
  I've also tried to add "vt.handoff=7" to the command line args for the 
kernel, like grub does, but the result is even worse. The system freezes 
completely at the moment of starting X.
  Please note also that booting via grub is working. X starts, much more slowly 
but starts. (Actually i'm reporting this bug from the very same system booted 
using GRUB. I have a second HFS+ partition where i installed grub and i can 
access it by holding down the ALT key at power-up)
  Thanks for your work. I really hope that booting directly via EFI stubs will 
grow mature because the performance increase is really big.
  Thanks again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1
  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 May  8 10:20:35 2015
  DistUpgraded: 2015-05-06 18:46:56,830 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-16-lowlatency, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV630/M76 [Mobility Radeon HD 2600 
XT/2700] [1002:9583] (prog-if 00 [VGA controller])
     Subsystem: Apple Inc. iMac 7,1 [106b:0083]
  InstallationDate: Installed on 2013-10-27 (557 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: Apple Inc. iMac7,1
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  Proc

[Desktop-packages] [Bug 948053] Re: nvidia-173 and nvidia-96 uninstallable on Precise

2015-07-04 Thread falippou joel
i wanna have the nvidia-173 cause i can't have a good resolution
whithout

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

Title:
  nvidia-173 and nvidia-96 uninstallable on Precise

Status in NVIDIA Drivers Ubuntu:
  New
Status in nvidia-graphics-drivers-173 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-173-updates package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-96 package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-173 source package in Precise:
  Fix Released
Status in nvidia-graphics-drivers-173-updates source package in Precise:
  Fix Released
Status in nvidia-graphics-drivers-96 source package in Precise:
  Fix Released

Bug description:
  Packages are available from the archive but uninstallable

  # apt-get install nvidia-96 nvidia-173
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   nvidia-173 : Depends: xorg-video-abi-10 but it is not installable
    Recommends: nvidia-settings but it is not going to be installed
   nvidia-96 : Depends: xorg-video-abi-10 but it is not installable
   Recommends: nvidia-settings but it is not going to be installed
  E: Unable to correct problems, you have held broken packages.

  # apt-cache policy nvidia-96 nvidia-173
  nvidia-96:
    Installed: (none)
    Candidate: 96.43.20-0ubuntu6
    Version table:
   96.43.20-0ubuntu6 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/restricted amd64 
Packages
  nvidia-173:
    Installed: (none)
    Candidate: 173.14.30-0ubuntu11
    Version table:
   173.14.30-0ubuntu11 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/restricted amd64 
Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nvidia-173 (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 1.94-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Tue Mar  6 14:26:34 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.1.8, 3.2.0-17-generic, x86_64: installed
   virtualbox, 4.1.8, 3.2.0-18-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 18) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:0456]
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 004: ID 0c45:641d Microdia 1.3 MPixel Integrated Webcam
  MachineType: Dell Inc. Inspiron N4010
  ProcEnviron:
   TERM=xterm
   LANG=en_US.utf8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic 
root=UUID=d8966312-304d-4504-b854-5ec365ce6e20 ro quiet splash vt.handoff=7
  SourcePackage: nvidia-graphics-drivers-173
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/19/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 021CN3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A11
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A11
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd01/19/2011:svnDellInc.:pnInspironN4010:pvrA11:rvnDellInc.:rn021CN3:rvrA11:cvnDellInc.:ct8:cvrA11:
  dmi.product.name: Inspiron N4010
  dmi.product.version: A11
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu5
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouv