[Desktop-packages] [Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-12-06 Thread Nikke
Edit for #78

sudo systemctl restart pulseaudio -> sudo systemctl restart bluetooth

And perhaps a bit quick on the trigger... The sound seems better, though
maybe not that much :/

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

Status in PulseAudio:
  New
Status in bluez package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Triaged
Status in Arch Linux:
  New

Bug description:
  Bluetooth HSP/HFP audio quality is poor on Ubuntu comparative to all
  other major platforms (Windows, MacOS, ChromeOS, Android, iOS).

  Modern Bluetooth headsets (such as the Bose QC series headphones, many
  others) are capable of using HFP 1.6 with mSBC 16kHz audio encoding.
  As it currently stands, Ubuntu defaults to only supporting HSP
  headsets using 8kHz CVSD, and is incapable of supporting HFP 1.6 at
  this time.

  The ChromiumOS team recently tackled this issue -
  https://bugs.chromium.org/p/chromium/issues/detail?id=843048

  Their efforts may assist in bringing this to Ubuntu, however it
  appears that there are quite a lot of differences considering they
  have developed their own audio server solution etc.

  The Bluetooth Telephony Working Group published the HFP 1.6 spec in
  May 2011 -
  https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=238193

  Patches have been proposed in the past for this issue to the kernel
  and PulseAudio:

  PulseAudio: https://patchwork.freedesktop.org/patch/245272/
  Kernel: https://www.spinics.net/lists/linux-bluetooth/msg76982.html

  It appears that the Chromium OS team applied the same kernel patch:
  
https://chromium.googlesource.com/chromiumos/third_party/kernel/+/77dd0cb94c1713a8a12f6e392955dfa64c430e54

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu3
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jnappi 2777 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 27 11:08:29 2019
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-11-04 (629 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to disco on 2019-07-18 (9 days ago)
  dmi.bios.date: 06/07/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R07ET67W (2.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FW000TUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR07ET67W(2.07):bd06/07/2016:svnLENOVO:pn20FW000TUS:pvrThinkPadT460p:rvnLENOVO:rn20FW000TUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T460p
  dmi.product.name: 20FW000TUS
  dmi.product.sku: LENOVO_MT_20FW_BU_Think_FM_ThinkPad T460p
  dmi.product.version: ThinkPad T460p
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1838151/+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 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-12-05 Thread Nikke
It seems that on Ubuntu 20.10 it is fixed by installing pulseaudio-
modules-bt (which also uninstalls pulseaudio-module-bluetooth) from this
ppa: https://launchpad.net/~berglh/+archive/ubuntu/pulseaudio-a2dp

Then: 
> sudo systemctl restart pulseaudio
> pulseaudio -k

Did just a few tests with Google Duo with my Jabra Elite Active 65t
buds, and the sound is a LOT better both on my and the other end!

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

Status in PulseAudio:
  New
Status in bluez package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Triaged
Status in Arch Linux:
  New

Bug description:
  Bluetooth HSP/HFP audio quality is poor on Ubuntu comparative to all
  other major platforms (Windows, MacOS, ChromeOS, Android, iOS).

  Modern Bluetooth headsets (such as the Bose QC series headphones, many
  others) are capable of using HFP 1.6 with mSBC 16kHz audio encoding.
  As it currently stands, Ubuntu defaults to only supporting HSP
  headsets using 8kHz CVSD, and is incapable of supporting HFP 1.6 at
  this time.

  The ChromiumOS team recently tackled this issue -
  https://bugs.chromium.org/p/chromium/issues/detail?id=843048

  Their efforts may assist in bringing this to Ubuntu, however it
  appears that there are quite a lot of differences considering they
  have developed their own audio server solution etc.

  The Bluetooth Telephony Working Group published the HFP 1.6 spec in
  May 2011 -
  https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=238193

  Patches have been proposed in the past for this issue to the kernel
  and PulseAudio:

  PulseAudio: https://patchwork.freedesktop.org/patch/245272/
  Kernel: https://www.spinics.net/lists/linux-bluetooth/msg76982.html

  It appears that the Chromium OS team applied the same kernel patch:
  
https://chromium.googlesource.com/chromiumos/third_party/kernel/+/77dd0cb94c1713a8a12f6e392955dfa64c430e54

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu3
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jnappi 2777 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 27 11:08:29 2019
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-11-04 (629 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to disco on 2019-07-18 (9 days ago)
  dmi.bios.date: 06/07/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R07ET67W (2.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FW000TUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR07ET67W(2.07):bd06/07/2016:svnLENOVO:pn20FW000TUS:pvrThinkPadT460p:rvnLENOVO:rn20FW000TUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T460p
  dmi.product.name: 20FW000TUS
  dmi.product.sku: LENOVO_MT_20FW_BU_Think_FM_ThinkPad T460p
  dmi.product.version: ThinkPad T460p
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1838151/+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 1647727] [NEW] Zooming the icon view in Nautilus also resized desktop icons

2016-12-06 Thread Nikke
Public bug reported:

Steps to reproduce:
1. Open a Nautilus window
2. Set to Icon view (not list)
3. Change icon size, either by Ctrl-scroll wheel or by the icon size slider

Observed behaviour
1. Icon size changes in the Nautilus window (expected)
2. Icon size changes on the desktop (NOT expected)

The icon size does NOT change in other open nautilus windows, but
zooming any nautilus windows in icon view mode also changes the desktop
icon size.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: nautilus 1:3.20.3-1ubuntu3.1
ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
Uname: Linux 4.8.0-30-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Dec  6 14:40:10 2016
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b"'1405x868+1985+24'"
 b'org.gnome.nautilus.icon-view' b'default-zoom-level' b"'standard'"
 b'org.gnome.nautilus.list-view' b'default-zoom-level' b"'larger'"
InstallationDate: Installed on 2016-11-23 (13 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus: gnome-terminal 3.20.2-1ubuntu5

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


** Tags: amd64 apport-bug yakkety

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

Title:
  Zooming the icon view in Nautilus also resized desktop icons

Status in nautilus package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Open a Nautilus window
  2. Set to Icon view (not list)
  3. Change icon size, either by Ctrl-scroll wheel or by the icon size slider

  Observed behaviour
  1. Icon size changes in the Nautilus window (expected)
  2. Icon size changes on the desktop (NOT expected)

  The icon size does NOT change in other open nautilus windows, but
  zooming any nautilus windows in icon view mode also changes the
  desktop icon size.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: nautilus 1:3.20.3-1ubuntu3.1
  ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
  Uname: Linux 4.8.0-30-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec  6 14:40:10 2016
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b"'1405x868+1985+24'"
   b'org.gnome.nautilus.icon-view' b'default-zoom-level' b"'standard'"
   b'org.gnome.nautilus.list-view' b'default-zoom-level' b"'larger'"
  InstallationDate: Installed on 2016-11-23 (13 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus: gnome-terminal 3.20.2-1ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1647727/+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 1465033] [NEW] upower reports wrong battery info

2015-06-14 Thread Nikke
Public bug reported:

Since some time (while running 14.10) I get strange estimates of remaining 
battery time, and the laptop dies with about 50-60% remaining. 
I think the problem is related to the huge difference between energy-full and 
enegry-full-design (see attached upower.dump). The same numbers are reported by 
acpi -V.

The battery is a 55Wh (7300mAh) in a Samsung Ativ9 940X3G laptop
(productID: AA-PLVN4AR).

I've:
- Tried booting a live-usb with an old ubunut (14.04) with the same result
- Run the Smart battery calibration from BIOS with no difference 

Thanks,
Niklas

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: upower 0.99.2-2
ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
Uname: Linux 3.19.0-20-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Jun 14 18:34:00 2015
InstallationDate: Installed on 2015-04-24 (51 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
SourcePackage: upower
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

** Attachment added: upower.dump
   
https://bugs.launchpad.net/bugs/1465033/+attachment/4414745/+files/upower.dump

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

Title:
  upower reports wrong battery info

Status in upower package in Ubuntu:
  New

Bug description:
  Since some time (while running 14.10) I get strange estimates of remaining 
battery time, and the laptop dies with about 50-60% remaining. 
  I think the problem is related to the huge difference between energy-full and 
enegry-full-design (see attached upower.dump). The same numbers are reported by 
acpi -V.

  The battery is a 55Wh (7300mAh) in a Samsung Ativ9 940X3G laptop
  (productID: AA-PLVN4AR).

  I've:
  - Tried booting a live-usb with an old ubunut (14.04) with the same result
  - Run the Smart battery calibration from BIOS with no difference 

  Thanks,
  Niklas

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: upower 0.99.2-2
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jun 14 18:34:00 2015
  InstallationDate: Installed on 2015-04-24 (51 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  SourcePackage: upower
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/1465033/+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 1418295] Re: Black screen after resuming from suspend

2015-03-30 Thread Nikke
Yes, voodoo is a good description of the workarounds I use to get back
to a semi-usable desktop (mainly to be able to save any work).

I usually switch to a VT and issue permutations of the following commands (some 
combination often, but not always, works):
$ killall -9 unity
$ unity --replace
$ killall -9 unity-panel-service
$ xrandr --display :0.0 -q
$ xrandr --display :0.0 --auto

/N

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

Title:
  Black screen after resuming from suspend

Status in X.org xf86-video-intel:
  New
Status in xserver-xorg-video-intel package in Ubuntu:
  Incomplete

Bug description:
  Using Ubuntu 14.10 on a Lenovo Yoga 2, when I resume the laptop from
  suspend I frequently (around 50% of the time) get a blank black screen
  with a mouse cursor on it, and am unable to login or interact with the
  desktop at all. Often (also about 50% of the time) switching over to a
  text terminal and killing unity-panel-service --lockscreen-mode
  causes it to snap out of it and prompt me with the unlock dialog when
  I switch back to X.

  Using xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Feb  4 20:42:38 2015
  DistUpgraded: 2014-11-15 17:52:46,161 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.18, 3.16.0-30-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3978]
  InstallationDate: Installed on 2014-06-28 (221 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 20266
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=d1c3a7eb-265e-441f-9aac-eb15636dfe61 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to utopic on 2014-11-15 (81 days ago)
  dmi.bios.date: 06/27/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 76CN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Yoga2
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 Pro
  dmi.modalias: 
dmi:bvnLENOVO:bvr76CN38WW:bd06/27/2014:svnLENOVO:pn20266:pvrLenovoYoga2Pro:rvnLENOVO:rnYoga2:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoYoga2Pro:
  dmi.product.name: 20266
  dmi.product.version: Lenovo Yoga 2 Pro
  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.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  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.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Mon Feb  2 11:10:08 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2
  xserver.video_driver: intel

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1418295/+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 1396011] [NEW] (i915) Black screen resuming from suspend

2014-11-25 Thread Nikke
Public bug reported:

Similar to Bug #1336227 and Bug #966744, intermittedly when resuming
from suspend I get a black screen with only a visible mouse pointer.
Sometimes I can move the mouse pointer. I have the feeling it occurs
more often when disconnecting an external monitor while in suspend.

I can always switch to a VT, and sometimes I'm able to get everything going 
again by killing compiz and restarting unity:
 killall -9 compiz
 unity --replace 

But most oft, only way is to restart the lightdm service...

All the best,
Niklas

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.7-0ubuntu8
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: Tue Nov 25 08:55:29 2014
DistUpgraded: Fresh install
DistroCodename: utopic
DistroVariant: ubuntu
DkmsStatus: vboxhost, 4.3.20, 3.16.0-24-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c0ef]
InstallationDate: Installed on 2014-10-29 (26 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 940X3G
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic 
root=UUID=1eda5db0-0197-4609-a37f-4c5361a1d619 ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/26/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P02ACJ.101.130926.dg
dmi.board.asset.tag: No Asset Tag
dmi.board.name: NP940X3G-K03SE
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: SAMSUNG_SW_REVISION_1234567890ABCD
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP02ACJ.101.130926.dg:bd09/26/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn940X3G:pvrP02ACJ:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP940X3G-K03SE:rvrSAMSUNG_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
dmi.product.name: 940X3G
dmi.product.version: P02ACJ
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
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.914-1~exp1ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu2
xserver.bootTime: Tue Nov 25 08:46:34 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   41082 
 vendor DEL
xserver.version: 2:1.16.0-1ubuntu1

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


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

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

Title:
  (i915) Black screen resuming from suspend

Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Similar to Bug #1336227 and Bug #966744, intermittedly when resuming
  from suspend I get a black screen with only a visible mouse pointer.
  Sometimes I can move the mouse pointer. I have the feeling it occurs
  more often when disconnecting an external monitor while in suspend.

  I can always switch to a VT, and sometimes I'm able to get everything going 
again by killing compiz and restarting unity:
   killall -9 compiz
   unity --replace 

  But most oft, only way is to restart the lightdm service...

  All the best,
  Niklas

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 

[Desktop-packages] [Bug 1336227] Re: Resume from suspend leaves me with black screen

2014-11-18 Thread Nikke
I have the same issue:
Ubuntu 14.10

Linux Spinky 3.16.0-24-generic #32-Ubuntu SMP Tue Oct 28 13:07:32 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux

xserver-xorg-video-intel:
  Installed: 2:2.99.914-1~exp1ubuntu4
  Candidate: 2:2.99.914-1~exp1ubuntu4.1
  Version table:
 2:2.99.914-1~exp1ubuntu4.1 0
500 http://se.archive.ubuntu.com/ubuntu/ utopic-updates/main amd64 
Packages
 *** 2:2.99.914-1~exp1ubuntu4 0
500 http://se.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
100 /var/lib/dpkg/status


I have the felling this happens more often when unplugging an external display 
while in sleep. Switching to a VT and killing compiz (killall -9 compiz), and 
restarting unity (unity --replace) sometimes works, but most often I have to 
restart the lightdm service to get it going again


I'd be happy to provide any logfiles.
All the best
Niklas

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

Title:
  Resume from suspend leaves me with black screen

Status in “xserver-xorg-video-intel” package in Ubuntu:
  Confirmed

Bug description:
  I'm using 12.04 64bit latest
  uname -a
  Linux xps-Dell-System-XPS-L702X 3.2.0-65-generic #98-Ubuntu SMP Wed Jun 11 
20:27:07 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

  on a Dell XPS L702X (this has a builtin Intel graphics and the GeForce
  GT550M card.)

  When I close the lid to suspend  resume, sometimes (not always), I
  just get a backlit black screen with a moveable cursor... but the rest
  of the screen doesn't come back. I can hear other apps
  resumming/running/connecting ok.

  When this happens, all I normally do is the ALT-PRNTSCR + R,E,I,S,U,B
  to hopefully safely reboot.

  I did find this bug - which looks like my exact problem, but the bug
  says fixed ( is pretty old - 2012)

  https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
  intel/+bug/966744

  - suggestions at the end are to raise a new bug under xserver-xorg-
  video-intel - hence this log.

  In my Xorg.log, it shows the;
  [ 13226.757] (WW) intel(0): flip queue failed: Invalid argument
  [ 13226.757] (WW) intel(0): Page flip failed: Invalid argument

  - mentioned in the original bug as the possible problem.

  hope someone can help/point me in the right direction. thanks.

  [raised a forum post too;
  http://ubuntuforums.org/showthread.php?t=2231009]

  1]
   lsb_release -rd
  Description:  Ubuntu 12.04.4 LTS
  Release:  12.04

  2]
   apt-cache policy xserver-xorg-video-intel
  xserver-xorg-video-intel:
Installed: 2:2.19.0-0ubuntu1~xup1
Candidate: 2:2.19.0-0ubuntu1~xup1
Version table:
   *** 2:2.19.0-0ubuntu1~xup1 0
  500 http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/ 
precise/main amd64 Packages
  100 /var/lib/dpkg/status
   2:2.17.0-1ubuntu4.4 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
   2:2.17.0-1ubuntu4 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

  3] I expect the lid to close  suspend. When I re-open the lid I
  expect ubuntu to resume

  4] Most times this work. Sometimes (random - maybe 1 in 5 to 1 in 10)
  the machines resumes, but the screen remains black (but backlit) with
  just a moveable mouse arrow. Apps start, but no further screen
  display. I have to reboot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1336227/+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 673151] Re: gvfsd-gphoto2 when downloading a file from camera loads entire file into memory first, doesn't write it onto hdd simultaneously

2011-10-25 Thread Nikke
I am experiencing the same issue on Ubuntu 11.10 with gvfs
1.10.0-0ubuntu1 and libgphoto2-2 version 2.4.11-3.

I am trying to copy about 7Gb of photos and video clips from a camera
via USB to an external USB HDD using cut/paste in Nautilus. gvfs-gphoto2
consumes about 2Gb of memory (2.6 Gb VIRT and 1.9Gb RES accoring to
top). This also means its diggin into the swap space (about 1.5Gb of
swap is  used). The system grinds to a virtual halt, and Nautilus
crashed twice during the operation forcing me to restart the copying

Cheers
N

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

Title:
  gvfsd-gphoto2 when downloading a file from camera loads entire file
  into memory first, doesn't write it onto hdd simultaneously

Status in “gvfs” package in Ubuntu:
  Expired

Bug description:
  Binary package hint: gvfs

  gvfsd-gphoto2 loads entire file into memory by first when downloading
  it from camera and flushes it onto hdd once it is whole in memory
  unlike gphoto2 that writes onto hdd simultaneously with loading the
  file from camera.

  When downloading a video from my Canon EOS 500D camera, gvfsd-gphoto2
  loads it whole into memory by first filling hundreds of MBs or even
  more of memory (once RAM is full it keeps writing into swap) and
  writes it onto hdd only when it is entire read in memory. This
  dramatically slows the computer down and takes a lot more time than
  with gphoto2 that writes immediately and uses nearly no memory.

  I am using Ubuntu 10.10, the latest gvfs package from the repository
  version 1.6.4-0ubuntu1.1

  This is possibly an upstream bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/673151/+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 673151] Re: gvfsd-gphoto2 when downloading a file from camera loads entire file into memory first, doesn't write it onto hdd simultaneously

2011-10-25 Thread Nikke
I can also add that the gvfsd-gphoto2 process uses 80-95% of the CPU
during the copy operation (top also reports it to use 60% of the
memory).

/N

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

Title:
  gvfsd-gphoto2 when downloading a file from camera loads entire file
  into memory first, doesn't write it onto hdd simultaneously

Status in “gvfs” package in Ubuntu:
  Expired

Bug description:
  Binary package hint: gvfs

  gvfsd-gphoto2 loads entire file into memory by first when downloading
  it from camera and flushes it onto hdd once it is whole in memory
  unlike gphoto2 that writes onto hdd simultaneously with loading the
  file from camera.

  When downloading a video from my Canon EOS 500D camera, gvfsd-gphoto2
  loads it whole into memory by first filling hundreds of MBs or even
  more of memory (once RAM is full it keeps writing into swap) and
  writes it onto hdd only when it is entire read in memory. This
  dramatically slows the computer down and takes a lot more time than
  with gphoto2 that writes immediately and uses nearly no memory.

  I am using Ubuntu 10.10, the latest gvfs package from the repository
  version 1.6.4-0ubuntu1.1

  This is possibly an upstream bug.

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