[Bug 2071644] Re: sometimes takes ~5 seconds to _dma_fmt_to_dma_drm_fmts: assertion 'fmt != GST_VIDEO_FORMAT_UNKNOWN' failed

2024-07-12 Thread Joe Barnett
it does appear that `mplayer tv:// -tv driver=v4l2:device=/dev/video2`
doesn't have this problem, while the gst-launch command above does, so
adding gst plugins package that includes the v4l2 src

** Also affects: gst-plugins-good1.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  sometimes takes ~5 seconds to _dma_fmt_to_dma_drm_fmts: assertion 'fmt
  != GST_VIDEO_FORMAT_UNKNOWN' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good1.0/+bug/2071644/+subscriptions


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

[Bug 2071644] Re: sometimes takes ~5 seconds to _dma_fmt_to_dma_drm_fmts: assertion 'fmt != GST_VIDEO_FORMAT_UNKNOWN' failed

2024-07-01 Thread Joe Barnett
can reproduce this without opencv using:

gst-launch-1.0 v4l2src device="/dev/video2" ! videoconvert ! ximagesink

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

** No longer affects: opencv (Ubuntu)

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

Title:
  sometimes takes ~5 seconds to _dma_fmt_to_dma_drm_fmts: assertion 'fmt
  != GST_VIDEO_FORMAT_UNKNOWN' failed

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


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

[Bug 2071644] [NEW] sometimes takes ~5 seconds to _dma_fmt_to_dma_drm_fmts: assertion 'fmt != GST_VIDEO_FORMAT_UNKNOWN' failed

2024-07-01 Thread Joe Barnett
Public bug reported:

since upgrading to noble, sometimes the following bit of code works
instantaneously, and sometimes it takes ~5 seconds to report:

** (gst-plugin-scanner:692358): CRITICAL **: 10:55:31.508:
_dma_fmt_to_dma_drm_fmts: assertion 'fmt != GST_VIDEO_FORMAT_UNKNOWN'
failed


code:
>>> import cv2
>>> vc = cv2.VideoCapture('/dev/video2')


when it takes a long time and reports the assertion error, I see the
following in journalctl logs (so maybe an amd/kernel bug instead of an
opencv bug? -- also fwiw am on a hybrid amd/intel system where
DRI_PRIME=1 generally activates the amd card but this should be running
w/out DRI_PRIME set):

Jul 01 10:55:29 taplop kernel: [drm] scheduler comp_1.2.1 is not ready, skipping
Jul 01 10:55:29 taplop kernel: [drm] PCIE GART of 256M enabled (table at 
0x00F4).
Jul 01 10:55:30 taplop kernel: amdgpu :01:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring comp_1.1.0 test failed 
(-110)
Jul 01 10:55:30 taplop kernel: amdgpu :01:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring comp_1.2.0 test failed 
(-110)
Jul 01 10:55:30 taplop kernel: amdgpu :01:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring comp_1.3.0 test failed 
(-110)
Jul 01 10:55:30 taplop kernel: amdgpu :01:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring comp_1.0.1 test failed 
(-110)
Jul 01 10:55:30 taplop kernel: amdgpu :01:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring comp_1.1.1 test failed 
(-110)
Jul 01 10:55:31 taplop kernel: amdgpu :01:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring comp_1.2.1 test failed 
(-110)
Jul 01 10:55:31 taplop kernel: [drm] UVD and UVD ENC initialized successfully.
Jul 01 10:55:31 taplop kernel: [drm] VCE initialized successfully.
Jul 01 10:55:31 taplop kernel: [drm] scheduler comp_1.1.0 is not ready, skipping
Jul 01 10:55:31 taplop kernel: [drm] scheduler comp_1.2.0 is not ready, skipping
Jul 01 10:55:31 taplop kernel: [drm] scheduler comp_1.3.0 is not ready, skipping
Jul 01 10:55:31 taplop kernel: [drm] scheduler comp_1.0.1 is not ready, skipping
<<< not ready skipping lines repeat a whole bunch of times >>>

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: python3-opencv 4.6.0+dfsg-13.1ubuntu1
ProcVersionSignature: Ubuntu 6.8.0-35.35-generic 6.8.4
Uname: Linux 6.8.0-35-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME
Date: Mon Jul  1 10:59:12 2024
InstallationDate: Installed on 2019-08-17 (1781 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: opencv
UpgradeStatus: Upgraded to noble on 2024-03-23 (100 days ago)

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


** Tags: amd64 apport-bug noble wayland-session

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

Title:
  sometimes takes ~5 seconds to _dma_fmt_to_dma_drm_fmts: assertion 'fmt
  != GST_VIDEO_FORMAT_UNKNOWN' failed

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


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

[Bug 2063270] Re: display artifacts in gnome-console

2024-04-24 Thread Joe Barnett
yes you circled the right ones! sorry for not having a better example
but was trying to quickly reproduce without leaking internal info that
most of my long command line history entries have

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

Title:
  display artifacts in gnome-console

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


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

[Bug 2063270] Re: display artifacts in gnome-console

2024-04-24 Thread Joe Barnett
not a great example but the white dots in this picture blink in an out
with the cursor blink.  yes, fractional scaling is enabled @ 175%

** Attachment added: "PXL_20240424_153154820.MP.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-console/+bug/2063270/+attachment/5770070/+files/PXL_20240424_153154820.MP.jpg

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

Title:
  display artifacts in gnome-console

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


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

[Bug 2063270] [NEW] display artifacts in gnome-console

2024-04-23 Thread Joe Barnett
Public bug reported:

in noble, gnome-console fonts show slight corruption and artifacts,
especially between consecutive lines.  gnome-terminal doesn't appear to
have the same.

trying to take screenshots "cleans up" the artifacts

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-console 46.0-1build1
ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
Uname: Linux 6.8.0-11-generic x86_64
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME
Date: Tue Apr 23 15:25:21 2024
InstallationDate: Installed on 2019-08-17 (1712 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: gnome-console
UpgradeStatus: Upgraded to noble on 2024-03-23 (31 days ago)

** Affects: gnome-console (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble wayland-session

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

Title:
  display artifacts in gnome-console

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


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

[Bug 2061165] [NEW] Could not play camera stream

2024-04-12 Thread Joe Barnett
Public bug reported:

Running snapshot, I get a UI error message "could not play camera
stream", a black window, and the following log messages:

2024-04-12T16:32:17.738325Z  INFO snapshot::application::imp: Snapshot 
(org.gnome.Snapshot)
2024-04-12T16:32:17.738340Z  INFO snapshot::application::imp: Version: 46.0
2024-04-12T16:32:17.738346Z  INFO snapshot::application::imp: Datadir: 
/usr/share/snapshot

(snapshot:923479): Adwaita-WARNING **: 09:32:17.773: Using 
GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. 
Please use AdwStyleManager:color-scheme instead.
2024-04-12T16:32:18.266073Z ERROR aperture::viewfinder: Could not start 
camerabin: Element failed to change its state
2024-04-12T16:32:18.270673Z ERROR aperture::viewfinder: Could not start 
camerabin: Element failed to change its state
2024-04-12T16:32:18.272590Z ERROR aperture::viewfinder: Bus Error from 
Some("/GstCameraBin:camerabin0/GstWrapperCameraBinSrc:camerasrc/GstAutoVideoSrc:camerasrc-real-src/GstPipeWireSrc:camerasrc-real-src-actual-src-pipewir")
stream error: error output enum formats: Invalid argument
Some("../src/gst/gstpipewiresrc.c(689): on_state_changed (): 
/GstCameraBin:camerabin0/GstWrapperCameraBinSrc:camerasrc/GstAutoVideoSrc:camerasrc-real-src/GstPipeWireSrc:camerasrc-real-src-actual-src-pipewir")

2024-04-12T16:32:18.272628Z ERROR aperture::viewfinder: Bus Error from 
Some("/GstCameraBin:camerabin0/GstWrapperCameraBinSrc:camerasrc/GstAutoVideoSrc:camerasrc-real-src/GstPipeWireSrc:camerasrc-real-src-actual-src-pipewir")
Internal data stream error.
Some("../libs/gst/base/gstbasesrc.c(3175): gst_base_src_loop (): 
/GstCameraBin:camerabin0/GstWrapperCameraBinSrc:camerasrc/GstAutoVideoSrc:camerasrc-real-src/GstPipeWireSrc:camerasrc-real-src-actual-src-pipewir:\nstreaming
 stopped, reason not-negotiated (-4)")


Running the flatpak org.gnome.Snapshot version of the app, everything
works ok, fwiw

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-snapshot 46.0-1ubuntu2
ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
Uname: Linux 6.8.0-11-generic x86_64
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME
Date: Fri Apr 12 09:31:36 2024
InstallationDate: Installed on 2019-08-17 (1701 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: gnome-snapshot
UpgradeStatus: Upgraded to noble on 2024-03-23 (20 days ago)

** Affects: gnome-snapshot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble wayland-session

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

Title:
  Could not play camera stream

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


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

[Bug 1971744] [NEW] external monitor static image after unlocking session

2022-05-05 Thread Joe Barnett
Public bug reported:

Occasionally after unlocking a locked gnome session, the image on my
external monitor is "frozen" -- it displays the unlocked desktop as of
the lock/unlock time, but does not update (no mouse cursor etc).
Started noticing this post-jammy release.

Unplugging and replugging the monitor fixes it.  Internal laptop display
does not have the issue.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell 42.0-2ubuntu1
Uname: Linux 5.17.0-051700drmtip20220329-generic x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME
Date: Thu May  5 09:17:20 2022
DisplayManager: gdm3
InstallationDate: Installed on 2019-08-17 (992 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions: mutter-common 42.0-3ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to jammy on 2022-03-18 (47 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy wayland-session

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

Title:
  external monitor static image after unlocking session

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


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

[Bug 1958620] Re: [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

2022-04-20 Thread Joe Barnett
any plans to address this in jammy?  haven't had any movement on the
upstream bug so I assume reverting that one commit is probably the best
option?

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

Title:
  [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

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


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

[Bug 1964541] Re: Cannot use Drag and Drop in gnome-shell 42 (Wayland session)

2022-04-13 Thread Joe Barnett
is there a way for users to re-enable wayland / override the
DISABLE_WAYLAND=1 setting recently set in the snap?

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

Title:
  Cannot use Drag and Drop in gnome-shell 42 (Wayland session)

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


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

[Bug 1967813] Re: git config pull.rebase not observed

2022-04-04 Thread Joe Barnett
https://public-inbox.org/git/YYFEE%2F2g3SiM04zx@hades.panopticon/ --
seems this is working as desired and I should remove ff=only from my
config

** Changed in: git (Ubuntu)
   Status: New => Invalid

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

Title:
  git config pull.rebase not observed

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


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

[Bug 1967813] [NEW] git config pull.rebase not observed

2022-04-04 Thread Joe Barnett
Public bug reported:

I have pull.rebase=true and pull.ff=only set up in my global git config:

```
[pull]
ff = only
rebase = true

```

however in jammy, when I git pull with a local commit, I get the following 
error:
```
fatal: Not possible to fast-forward, aborting.
```

doing a git pull --rebase does the right thing (but should not be necessary 
with this config?):
```
Successfully rebased and updated refs/heads/main.

```

In impish the pull.rebase appeared to be observed properly.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: git 1:2.34.1-1ubuntu1
Uname: Linux 5.17.0-051700drmtip20220329-generic x86_64
ApportVersion: 2.20.11-0ubuntu80
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME
Date: Mon Apr  4 14:21:29 2022
InstallationDate: Installed on 2019-08-17 (961 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: git
UpgradeStatus: Upgraded to jammy on 2022-03-18 (17 days ago)

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


** Tags: amd64 apport-bug jammy wayland-session

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

Title:
  git config pull.rebase not observed

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


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

[Bug 1958620] Re: [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

2022-04-01 Thread Joe Barnett
also fwiw, confirmed that starting from tag Ubuntu-5.15.0-25.25 (commit
f4a9abe17854fc753c84a0ba4ac275e715a008f3), reverting commit
6d7a793aabf31d7ba2b16fc13a94ccf0b90e4be0 applies cleanly and fixes the
bug.

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

Title:
  [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

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


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

[Bug 1958620] Re: [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

2022-03-31 Thread Joe Barnett
found some other reports that claim i915.fastboot=0 is a workaround, and
can confirm it does work around the issue on jammy's current 5.15
kernel.

https://www.reddit.com/r/pop_os/comments/scqr4n/dell_xps_15_9575_screen_flickering_upon_boot/
https://bugs.archlinux.org/task/72134
https://gitlab.freedesktop.org/drm/intel/-/issues/4952

** Bug watch added: gitlab.freedesktop.org/drm/intel/-/issues #4952
   https://gitlab.freedesktop.org/drm/intel/-/issues/4952

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

Title:
  [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

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


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

[Bug 1958620] Re: [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

2022-03-31 Thread Joe Barnett
** Bug watch added: gitlab.freedesktop.org/drm/intel/-/issues #5534
   https://gitlab.freedesktop.org/drm/intel/-/issues/5534

** Also affects: linux via
   https://gitlab.freedesktop.org/drm/intel/-/issues/5534
   Importance: Unknown
   Status: Unknown

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

Title:
  [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

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


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

[Bug 1958620] Re: [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

2022-03-30 Thread Joe Barnett
If I didn't get my good/bad confused on the reverse bisection, this
appears to be the commit that fixes it:

5ac860cc52540df8bca27e0bb25b6744df67e8f0 is the first bad commit
commit 5ac860cc52540df8bca27e0bb25b6744df67e8f0
Author: Ville Syrjälä 
Date:   Thu Mar 3 21:12:06 2022 +0200

drm/i915: Fix DBUF bandwidth vs. cdclk handling

Make the dbuf bandwidth min cdclk calculations match the spec
more closely. Supposedly the arbiter can only guarantee an equal
share of the total bandwidth of the slice to each active plane
on that slice. So we take the max bandwidth of any of the planes
on each slice and multiply that by the number of active planes
on the slice to get a worst case estimate on how much bandwidth
we require.

Signed-off-by: Ville Syrjälä 
Link: 
https://patchwork.freedesktop.org/patch/msgid/20220303191207.27931-9-ville.syrj...@linux.intel.com
Reviewed-by: Stanislav Lisovskiy 

 drivers/gpu/drm/i915/display/intel_bw.c| 157 -
 drivers/gpu/drm/i915/display/intel_bw.h|  10 +-
 drivers/gpu/drm/i915/display/intel_cdclk.c |  67 +---
 drivers/gpu/drm/i915/display/intel_cdclk.h |   2 +
 4 files changed, 147 insertions(+), 89 deletions(-)


** Attachment added: "bisect log 2"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1958620/+attachment/5574955/+files/bisect

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

Title:
  [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

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


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

[Bug 1966571] Re: libva error: /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so init failed

2022-03-29 Thread Joe Barnett
seeing the same behavior with the -non-free version too, does it need a
separate rebuild?

** Also affects: intel-media-driver-non-free (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  libva error: /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so init
  failed

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


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

[Bug 1958620] Re: [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

2022-03-29 Thread Joe Barnett
appears to be fixed in drm-tip 2022-03-29 packages

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

Title:
  [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

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


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

[Bug 1958620] Re: [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

2022-03-28 Thread Joe Barnett
Yeah I was confused that the built kernel versions were in the v5.13-rc
range, but according to `git tag --contains
6d7a793aabf31d7ba2b16fc13a94ccf0b90e4be0` (and the list of tags in
https://github.com/torvalds/linux/commit/6d7a793aabf31d7ba2b16fc13a94ccf0b90e4be0)
v5.14-rc1 is the first tag that has this commit in it?

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

Title:
  [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

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


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

[Bug 1958620] Re: [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

2022-03-28 Thread Joe Barnett
after bisection:

6d7a793aabf31d7ba2b16fc13a94ccf0b90e4be0 is the first bad commit
commit 6d7a793aabf31d7ba2b16fc13a94ccf0b90e4be0
Author: José Roberto de Souza 
Date:   Fri May 14 16:22:45 2021 -0700

drm/i915/display: Allow fastsets when DP_SDP_VSC infoframe do not match 
with PSR enabled

When PSR is enabled it handles DP_SDP_VSC, changing revision and all
the other fields as necessary.
It can also enabled and disable this SDP as needed without a full
modeset.

So here masking DP_SDP_VSC bit when previous and future state PSR
enabled, it will still be checked when comparing the asked state
to what was programmed to hardware.

Cc: Gwan-gyeong Mun 
Cc: Radhakrishna Sripada 
Reported-by: Ville Syrjälä 
Fixes: 78b772e1a01f ("drm/i915/display: Fill PSR state during hardware 
configuration read out")
Signed-off-by: José Roberto de Souza 
Reviewed-by: Gwan-gyeong Mun 
Link: 
https://patchwork.freedesktop.org/patch/msgid/20210514232247.144542-2-jose.so...@intel.com

 drivers/gpu/drm/i915/display/intel_display.c | 17 -
 1 file changed, 16 insertions(+), 1 deletion(-)


** Attachment added: "bisect log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1958620/+attachment/5573585/+files/bisect

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

Title:
  [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

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


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

[Bug 1966593] [NEW] gnome session locks when disconnecting external screen

2022-03-27 Thread Joe Barnett
Public bug reported:

After upgrade to jammy, noticed that the gnome session locks the screen
when I unplug an external screen.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell 42~beta-1ubuntu3
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME
Date: Sun Mar 27 08:49:28 2022
DisplayManager: gdm3
InstallationDate: Installed on 2019-08-17 (953 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
RelatedPackageVersions: mutter-common 42~beta-1ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to jammy on 2022-03-18 (8 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy wayland-session

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

Title:
  gnome session locks when disconnecting external screen

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


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

[Bug 1958620] Re: [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

2022-03-26 Thread Joe Barnett
Was the Precision 5530 2-in-1 version of this machine ever certified?
don't know if it would have the exact same issue but its the same
chipset.

In the meantime I'm attempting to bisect the mainline kernel to find the
commit that broke this.

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

Title:
  [Dell XPS 15 9575] Flickering white/black screen once KMS comes up

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


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

[Bug 1965968] Re: post jammy update, black/flickering screen on boot

2022-03-23 Thread Joe Barnett
based on previous comment no longer testing with i915.enable_psr=0, but
here's what i've narrowed it down to:

v5.13.19: works
v5.14.0rc2: black screen

looks like the v5.14.0rc1 build failed so can't test that?

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

Title:
  post jammy update, black/flickering screen on boot

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


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

[Bug 1965968] Re: post jammy update, black/flickering screen on boot

2022-03-23 Thread Joe Barnett
v5.14: black screen
v5.13: black screen with i915.enable_psr=0, works without

went back and tried the initial 5.13.0-35 as well, and it also does the
black screen with i915.enable_psr=0


will try to find the first mainline 5.13 that doesn't work today (or if they 
all work).

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

Title:
  post jammy update, black/flickering screen on boot

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


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

[Bug 1965968] Re: post jammy update, black/flickering screen on boot

2022-03-23 Thread Joe Barnett
both of those exhibit the bug.

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

Title:
  post jammy update, black/flickering screen on boot

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


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

[Bug 1965968] Re: post jammy update, black/flickering screen on boot

2022-03-23 Thread Joe Barnett
i915.enable_psr=0 did not fix the black screen issue, but did appear to
remove the flickering purple streaks, fwiw.

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

Title:
  post jammy update, black/flickering screen on boot

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


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

[Bug 1965968] Re: post jammy update, black/flickering screen on boot

2022-03-22 Thread Joe Barnett
kernel parameter intel_idle.max_cstate=4 does not help.

Things do work properly if I boot with the external display plugged in
to begin with.

It does appear that blindly typing the encrypted disk password still
"works" and gdm does end up starting behind the black screen, but the
display does not fix itself until plugging in an external monitor.

booting with kernel 5.13.0-35 does not exhibit the bug (but uses the
previously configured ubuntu-gnome plymouth graphics instead of the new
spinner ones).

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

Title:
  post jammy update, black/flickering screen on boot

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


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

[Bug 1965968] [NEW] post jammy update, black/flickering screen on boot

2022-03-22 Thread Joe Barnett
Public bug reported:

After initial jammy upgrade things were working fine, but after a recent
update the machine boots to a blank screen.  There are occasional
purplish flickers that seem to correspond with keypresses, but even
blindly typing the encrypted disk password doesn't appear to advance the
boot process to gdm.

Plugging in an external monitor does fix the issue and allow boot to
proceed, but obviously doesn't help if not near an external monitor.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: plymouth 0.9.5+git20211018-1ubuntu3
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME
Date: Tue Mar 22 09:22:26 2022
DefaultPlymouth: /usr/share/plymouth/themes/bgrt/bgrt.plymouth
InstallationDate: Installed on 2019-08-17 (948 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
MachineType: Dell Inc. XPS 15 9575
ProcCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-23-generic 
root=UUID=83cade14-7628-437d-8517-36ad82f00d20 ro quiet splash vt.handoff=7
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-23-generic 
root=UUID=83cade14-7628-437d-8517-36ad82f00d20 ro quiet splash vt.handoff=7
SourcePackage: plymouth
TextPlymouth: 
/usr/share/plymouth/themes/ubuntu-gnome-text/ubuntu-gnome-text.plymouth
UpgradeStatus: Upgraded to jammy on 2022-03-18 (3 days ago)
dmi.bios.date: 03/25/2021
dmi.bios.release: 1.15
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.15.1
dmi.board.name: 0N338G
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 31
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.15.1:bd03/25/2021:br1.15:svnDellInc.:pnXPS159575:pvr:rvnDellInc.:rn0N338G:rvrA00:cvnDellInc.:ct31:cvr:sku080D:
dmi.product.family: XPS
dmi.product.name: XPS 15 9575
dmi.product.sku: 080D
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug jammy wayland-session

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

Title:
  post jammy update, black/flickering screen on boot

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


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

[Bug 1965648] Re: Autorotate initiates, but doesn't reset

2022-03-21 Thread Joe Barnett
One more piece of information in a wayland session:  If I fully fold the
device into tablet mode, then I can rotate back and forth successfully,
it only gets stuck if I go back into laptop mode.

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

Title:
  Autorotate initiates, but doesn't reset

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


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

[Bug 1963264] Re: Screencast not recording

2022-03-21 Thread Joe Barnett
I had pipewire-media-session libpipewire-0.3-common installed fine after
an upgrade from impish->jammy, but still had to remove the
libgstpipewire so, and reinstall the package to get gstreamer to
recognize the pipewiresrc element

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

Title:
  Screencast not recording

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


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

[Bug 1965648] Re: Autorotate initiates, but doesn't reset

2022-03-21 Thread Joe Barnett
The bug does not appear to occur under Xorg sessions:

 - Ubuntu on Xorg: rotated back and forth numerous times successfully
 - Ubuntu: rotated back and forth once successfully and then got stuck in 
portrait mode
 - Gnome on Xorg: rotated back and forth numerous times successfully
 - Gnome: rotated back and forth once successfully and then got stuck in 
portrait mode

** Attachment added: "journal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1965648/+attachment/5571502/+files/journal.txt

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

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

Title:
  Autorotate initiates, but doesn't reset

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


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

[Bug 1964541] Re: Cannot rearrange Firefox (snap) browser tabs in Wayland sessions

2022-03-21 Thread Joe Barnett
I do occasionally get crashes when attempting to rearrange tabs as well.
The crashes happen both in .deb & snap versions of firefox though?

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

Title:
  Cannot rearrange Firefox (snap) browser tabs in Wayland sessions

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


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

[Bug 1965652] [NEW] machine froze when upgrading impish->jammy

2022-03-19 Thread Joe Barnett
Public bug reported:

While upgrading from impish->jammy, the screen went black and nothing
could wake it up.  Hard reset brought up a half-upgraded system that gdm
couldn't start on, booting to text console and finishing upgrade via apt
(combination of `--fix-broken install` and `full-upgrade`) brought
system back to functioning.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubuntu-release-upgrader-core 1:22.04.7
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
CasperMD5CheckResult: unknown
CrashDB: ubuntu
CurrentDesktop: GNOME
Date: Sat Mar 19 18:48:26 2022
InstallationDate: Installed on 2019-08-17 (945 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: Upgraded to jammy on 2022-03-18 (1 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade jammy wayland-session

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

Title:
  machine froze when upgrading impish->jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1965652/+subscriptions


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

[Bug 1965647] Re: pulseaudio gets stuck after launching firefox

2022-03-19 Thread Joe Barnett
seems like pulse was fighting with pipewire; not sure what I did to
clean it up but appears to be working better now

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

Title:
  pulseaudio gets stuck after launching firefox

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


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

[Bug 1965648] [NEW] Autorotate initiates, but doesn't reset

2022-03-19 Thread Joe Barnett
Public bug reported:

In jammy I can get mutter's auto-rotate to switch to portrait mode
("right-up") by rotating the device (this only worked in impish if I
installed the autorotate gnome-shell extension).

However, putting it back into "normal" orientation doesn't put the
screen back in landscape mode.  Flipping it around ("left-up") does swap
to the reverse portrait mode, but still can't get back to "normal"
afterward.

running `monitor-sensor` does show the accelerometer orientation change
events (including the "normal" ones) triggering properly, just the
desktop doesn't respond.

Plugging in an external monitor does seem to trigger the desktop to go
back to normal landscape mode.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: mutter 42~beta-1ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME
Date: Sat Mar 19 15:41:42 2022
InstallationDate: Installed on 2019-08-17 (945 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
SourcePackage: mutter
UpgradeStatus: Upgraded to jammy on 2022-03-18 (1 days ago)

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


** Tags: amd64 apport-bug jammy wayland-session

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

Title:
  Autorotate initiates, but doesn't reset

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


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

[Bug 1965647] [NEW] pulseaudio gets stuck after launching firefox

2022-03-19 Thread Joe Barnett
Public bug reported:

after updating to jammy, pulseaudio appears to get stuck after opening
firefox.

I can play an audio file using mplayer fine, then I open firefox (either snap 
or deb version), then it fails to play the same audio file and prints out
"Audio device got stuck!"

killing pulseaudio (and having systemd user session restart it) restores
sound in mplayer

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: pulseaudio 1:15.99.1+dfsg1-1ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jbarnett   3283 F wireplumber
 /dev/snd/controlC0:  jbarnett   3283 F wireplumber
  jbarnett   7684 F pulseaudio
 /dev/snd/seq:jbarnett   3278 F pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME
Date: Sat Mar 19 15:29:11 2022
InstallationDate: Installed on 2019-08-17 (945 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to jammy on 2022-03-18 (1 days ago)
dmi.bios.date: 03/25/2021
dmi.bios.release: 1.15
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.15.1
dmi.board.name: 0N338G
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 31
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.15.1:bd03/25/2021:br1.15:svnDellInc.:pnXPS159575:pvr:rvnDellInc.:rn0N338G:rvrA00:cvnDellInc.:ct31:cvr:sku080D:
dmi.product.family: XPS
dmi.product.name: XPS 15 9575
dmi.product.sku: 080D
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug jammy wayland-session

** Description changed:

  after updating to jammy, pulseaudio appears to get stuck after opening
  firefox.
  
- I can play an audio file using mplayer fine, then I open firefox, then it 
fails to play the same audio file and prints out
+ I can play an audio file using mplayer fine, then I open firefox (either snap 
or deb version), then it fails to play the same audio file and prints out
  "Audio device got stuck!"
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: pulseaudio 1:15.99.1+dfsg1-1ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
  Uname: Linux 5.15.0-23-generic x86_64
  ApportVersion: 2.20.11-0ubuntu79
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  jbarnett   3283 F wireplumber
-  /dev/snd/controlC0:  jbarnett   3283 F wireplumber
-   jbarnett   7684 F pulseaudio
-  /dev/snd/seq:jbarnett   3278 F pipewire
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  jbarnett   3283 F wireplumber
+  /dev/snd/controlC0:  jbarnett   3283 F wireplumber
+   jbarnett   7684 F pulseaudio
+  /dev/snd/seq:jbarnett   3278 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  Date: Sat Mar 19 15:29:11 2022
  InstallationDate: Installed on 2019-08-17 (945 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to jammy on 2022-03-18 (1 days ago)
  dmi.bios.date: 03/25/2021
  dmi.bios.release: 1.15
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.15.1
  dmi.board.name: 0N338G
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 31
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.15.1:bd03/25/2021:br1.15:svnDellInc.:pnXPS159575:pvr:rvnDellInc.:rn0N338G:rvrA00:cvnDellInc.:ct31:cvr:sku080D:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9575
  dmi.product.sku: 080D
  dmi.sys.vendor: Dell Inc.

** Description changed:

  after updating to jammy, pulseaudio appears to get stuck after opening
  firefox.
  
- I can play an audio file using mplayer fine, then I open firefox (either snap 
or deb version), then it fails to play the same audio file and prints out
+ I can play an audio file using mplayer fine, then I open firefox, then it 
fails to play the same audio file and prints out
  "Audio device got stuck!"
+ 
+ killing pulseaudio (and having systemd user session restart it) restores
+ sound in mplayer
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: pulseaudio 1:15.99.1+dfsg1-1ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
  Uname: Linux 5.15.0-23-generic x86_64
  ApportVersion: 2.20.11-0ubuntu79
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jbarnett   3283 F wireplumber
   /dev/snd/controlC0:  jbarnett   3283 F wireplumber
    jbarnett   7684 F pulseaudio
   /dev/snd/seq:jbarnett   3278 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  Date: Sat Mar 19 15:29:11 2022
  InstallationDate: 

[Bug 1965638] [NEW] Can't drag to reorder tabs

2022-03-19 Thread Joe Barnett
Public bug reported:

After upgrading from impish to jammy, seeing the following behavior in
firefox when trying to reorder tabs by clicking and dragging them:

1) in the .deb firefox, firefox will crash most of the time, but
sometimes reorder successfully

2) in the snap firefox, firefox will not register the drag (nothing will
happen).  Following attempting to drag the tab, the next click in
firefox is discarded/ignored and things like mouse wheel scrolls don't
work until firefox is clicked in

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: firefox 97.0.1+build1-0ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jbarnett  92319 F pulseaudio
BuildID: 20220216172458
CasperMD5CheckResult: unknown
Channel: Unavailable
CurrentDesktop: GNOME
Date: Sat Mar 19 13:37:18 2022
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2019-08-17 (945 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
IpRoute:
 default via 192.168.4.1 dev wlp2s0 proto dhcp metric 600 
 169.254.0.0/16 dev wlp2s0 scope link metric 1000 
 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 
 192.168.4.0/22 dev wlp2s0 proto kernel scope link src 192.168.6.86 metric 600
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-76c5697a-ecec-48ea-b09a-9db310190506
PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:365
PrefSources:
 /usr/lib/firefox/defaults/pref/all-ubuntu-gnome.js
 prefs.js
Profiles: Profile0 (Default) - LastVersion=98.0.1/20220313140707 (Out of date)
RunningIncompatibleAddons: False
Snap.Changes:
 ID   Status  Spawn  Ready  Summary
 495  Done2022-03-19T13:27:26-07:00  2022-03-19T13:30:56-07:00  Remove 
"firefox" snap
 496  Done2022-03-19T13:33:19-07:00  2022-03-19T13:34:07-07:00  Install 
"firefox" snap
SourcePackage: firefox
SubmittedCrashIDs: bp-76c5697a-ecec-48ea-b09a-9db310190506
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to jammy on 2022-03-18 (0 days ago)
dmi.bios.date: 03/25/2021
dmi.bios.release: 1.15
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.15.1
dmi.board.name: 0N338G
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 31
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.15.1:bd03/25/2021:br1.15:svnDellInc.:pnXPS159575:pvr:rvnDellInc.:rn0N338G:rvrA00:cvnDellInc.:ct31:cvr:sku080D:
dmi.product.family: XPS
dmi.product.name: XPS 15 9575
dmi.product.sku: 080D
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug jammy wayland-session

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

Title:
  Can't drag to reorder tabs

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


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

[Bug 1945518] [NEW] The WidevineCdm plugin has crashed

2021-09-29 Thread Joe Barnett
*** This bug is a duplicate of bug 1945100 ***
https://bugs.launchpad.net/bugs/1945100

Public bug reported:

Watching Widevine content (eg netflix, hbomax, etc) on the .deb package
of firefox in impish has recently stopped working.  Get a "The
WidevineCdm plugin has crashed" message at the top of the browser
window.  Get the same thing when running in --safe-mode as well.

Appears to work fine on the snap package though.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: firefox 92.0.1+build1-0ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
Uname: Linux 5.13.0-16-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.11-0ubuntu69
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jbarnett  52134 F pulseaudio
BuildID: 20210922161155
CasperMD5CheckResult: unknown
Channel: Unavailable
CurrentDesktop: GNOME
Date: Wed Sep 29 10:56:50 2021
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2019-08-17 (774 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
IpRoute:
 default via 192.168.4.1 dev wlp2s0 proto dhcp metric 600 
 169.254.0.0/16 dev docker0 scope link metric 1000 linkdown 
 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 
 192.168.4.0/22 dev wlp2s0 proto kernel scope link src 192.168.4.240 metric 600
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-76c5697a-ecec-48ea-b09a-9db310190506
PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:358
PrefSources:
 /usr/lib/firefox/defaults/pref/all-ubuntu-gnome.js
 prefs.js
Profiles: Profile0 (Default) - LastVersion=92.0.1/20210922161155
RebootRequiredPkgs: Error: path contained symlinks.
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs: bp-76c5697a-ecec-48ea-b09a-9db310190506
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to impish on 2021-09-16 (13 days ago)
dmi.bios.date: 03/25/2021
dmi.bios.release: 1.15
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.15.1
dmi.board.name: 0N338G
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 31
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.15.1:bd03/25/2021:br1.15:svnDellInc.:pnXPS159575:pvr:sku080D:rvnDellInc.:rn0N338G:rvrA00:cvnDellInc.:ct31:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 15 9575
dmi.product.sku: 080D
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug impish wayland-session

** This bug has been marked a duplicate of bug 1945100
   Widevine violates the sandbox and crashes

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

Title:
  The WidevineCdm plugin has crashed

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


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

[Bug 1936955] [NEW] firefox 90 stopped remembering window size

2021-07-20 Thread Joe Barnett
Public bug reported:

since upgrading to firefox 90, all newly opened firefox windows are very
small and need to be manually resized to a usable size.

prior to firefox 90, new windows would be the same size as the last
opened window.

running on gnome on wayland with fractional scaling enabled, if that
matters.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: firefox 90.0+build1-0ubuntu0.21.04.1
ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21
Uname: Linux 5.11.0-22-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jbarnett   2823 F pulseaudio
BuildID: 20210705185941
CasperMD5CheckResult: unknown
Channel: Unavailable
CurrentDesktop: GNOME
Date: Tue Jul 20 09:23:39 2021
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2019-08-17 (703 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
IpRoute:
 default via 192.168.0.1 dev wlp2s0 proto dhcp metric 600 
 169.254.0.0/16 dev docker0 scope link metric 1000 linkdown 
 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 
 192.168.0.0/24 dev wlp2s0 proto kernel scope link src 192.168.0.25 metric 600
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-76c5697a-ecec-48ea-b09a-9db310190506
PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:352
PrefSources:
 /usr/lib/firefox/defaults/pref/all-ubuntu-gnome.js
 prefs.js
Profiles: Profile0 (Default) - LastVersion=90.0/20210705185941 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs: bp-76c5697a-ecec-48ea-b09a-9db310190506
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to hirsute on 2021-07-08 (11 days ago)
dmi.bios.date: 03/25/2021
dmi.bios.release: 1.15
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.15.1
dmi.board.name: 0N338G
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 31
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.15.1:bd03/25/2021:br1.15:svnDellInc.:pnXPS159575:pvr:rvnDellInc.:rn0N338G:rvrA00:cvnDellInc.:ct31:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 15 9575
dmi.product.sku: 080D
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug hirsute wayland-session

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

Title:
  firefox 90 stopped remembering window size

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


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

[Bug 1921931] Re: Opening links results in "Firefox is already running, but is not responding"

2021-04-13 Thread Joe Barnett
ok that makes sense, I think opening links from slack (electron/x11) was
likely the culprit that "poisoned" the running firefox instance

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

Title:
  Opening links results in "Firefox is already running, but is not
  responding"

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

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

[Bug 1921931] Re: Opening links results in "Firefox is already running, but is not responding"

2021-03-31 Thread Joe Barnett
Thanks Olivier.  That bug report looks related but seems more like it
never works, vs/ works for a little while and then stops working?  But
adding the MOZ_DBUS_REMOTE flag that it mentions seems to fix the issue
when running with MOZ_ENABLE_WAYLAND in limited testing so far.

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

Title:
  Opening links results in "Firefox is already running, but is not
  responding"

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

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

[Bug 1921931] Re: Opening links results in "Firefox is already running, but is not responding"

2021-03-30 Thread Joe Barnett
Yes, commenting out the MOZ_ENABLE_WAYLAND line appears to fix the
issue.  With MOZ_ENABLE_WAYLAND=1, initial link requests work, but after
a short while start getting the firefox is running but not responding
dialog.  Without it, link requests work even after a while.

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

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

Title:
  Opening links results in "Firefox is already running, but is not
  responding"

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

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

[Bug 1921931] [NEW] Opening links results in "Firefox is already running, but is not responding"

2021-03-30 Thread Joe Barnett
Public bug reported:

Since the latest package release enabling wayland, I often get the
"Firefox is already running, but is not responding. To use Firefox, you
must first close the existing Firefox process, restart your device, or
use a different profile." message when trying to open links from other
applications (eg geary, slack) instead of having the link open in the
existing firefox window.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: firefox 87.0+build3-0ubuntu2
ProcVersionSignature: Ubuntu 5.10.0-14.15-generic 5.10.11
Uname: Linux 5.10.0-14-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.11-0ubuntu61
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jbarnett  829438 F pulseaudio
BuildID: 20210318103112
CasperMD5CheckResult: unknown
Channel: Unavailable
CurrentDesktop: GNOME
Date: Tue Mar 30 09:14:13 2021
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2019-08-17 (591 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
IpRoute:
 default via 192.168.4.1 dev wlp2s0 proto dhcp metric 600 
 169.254.0.0/16 dev docker0 scope link metric 1000 linkdown 
 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 
 192.168.4.0/22 dev wlp2s0 proto kernel scope link src 192.168.4.89 metric 600
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-76c5697a-ecec-48ea-b09a-9db310190506
PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:352
PrefSources:
 /usr/lib/firefox/defaults/pref/all-ubuntu-gnome.js
 prefs.js
Profiles: Profile0 (Default) - LastVersion=87.0/20210318103112
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs: bp-76c5697a-ecec-48ea-b09a-9db310190506
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to hirsute on 2021-02-23 (34 days ago)
dmi.bios.date: 07/15/2020
dmi.bios.release: 1.13
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.13.0
dmi.board.name: 0N338G
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 31
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.0:bd07/15/2020:br1.13:svnDellInc.:pnXPS159575:pvr:rvnDellInc.:rn0N338G:rvrA00:cvnDellInc.:ct31:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 15 9575
dmi.product.sku: 080D
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug hirsute wayland-session

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

Title:
  Opening links results in "Firefox is already running, but is not
  responding"

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

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

[Bug 1916651] [NEW] asks about irc user home directory during upgrade

2021-02-23 Thread Joe Barnett
Public bug reported:

Upgrading from groovy to hirsuite, base-passwd asks if the `irc` user's
home directory should be moved from `/var/run/ircd` to `/run/ircd`.
Having no IRC server installed makes this very confusing, but appears
harmless (https://askubuntu.com/questions/876975/user-irc-inside-of-
default-ubuntu-16-04-server).  Possibly caused by
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946884, but can this
not prompt the user for a decision?

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: base-passwd 3.5.49
ProcVersionSignature: Ubuntu 5.8.0-44.50-generic 5.8.18
Uname: Linux 5.8.0-44-generic x86_64
ApportVersion: 2.20.11-0ubuntu59
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME
Date: Tue Feb 23 12:02:59 2021
InstallationDate: Installed on 2019-08-17 (556 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
RebootRequiredPkgs:
 libc6
 libc6
 libssl1.1
 libssl1.1
SourcePackage: base-passwd
UpgradeStatus: Upgraded to hirsute on 2021-02-23 (0 days ago)

** Affects: base-passwd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug hirsute third-party-packages wayland-session

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

Title:
  asks about irc user home directory during upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-passwd/+bug/1916651/+subscriptions

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

[Bug 1906283] Re: Scroll wheel stopped working on message contents in Geary

2020-12-03 Thread Joe Barnett
seems to have fixed itself somehow.

** Changed in: geary (Ubuntu)
   Status: New => Invalid

** Changed in: webkit2gtk (Ubuntu)
   Status: New => Invalid

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

Title:
  Scroll wheel stopped working on message contents in Geary

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

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

[Bug 1906283] [NEW] Scroll wheel stopped working on message contents in Geary

2020-11-30 Thread Joe Barnett
Public bug reported:

Recently in groovy, using the mouse scroll wheel while hovering over a
message in geary stopped scrolling the message.  hovering over the
header or the scrollbar still works. possibly related to webkit2gtk
update?

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: geary 3.38.0.1-3
ProcVersionSignature: Ubuntu 5.8.0-29.31-generic 5.8.14
Uname: Linux 5.8.0-29-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.2
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: GNOME
Date: Mon Nov 30 09:03:17 2020
InstallationDate: Installed on 2019-08-17 (471 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
SourcePackage: geary
UpgradeStatus: Upgraded to groovy on 2020-09-28 (62 days ago)

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

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


** Tags: amd64 apport-bug groovy third-party-packages wayland-session

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

** Summary changed:

- Scroll wheel stopped working on message contents
+ Scroll wheel stopped working on message contents in Geary

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

Title:
  Scroll wheel stopped working on message contents in Geary

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

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

[Bug 1899224] [NEW] Should ship libpipewire0.2 alongside pipewire 0.3 for chrome support?

2020-10-09 Thread Joe Barnett
Public bug reported:

Per https://wiki.archlinux.org/index.php/PipeWire#WebRTC_screen_sharing,
it appears that chrome/chromium need pipewire 0.2 userspace libraries
installed for pipewire based screen sharing to work.  (Verified that it
doesn't appear to work with manually compiled, pipewire enabled builds
of mutter/gnome-shell/xdg-desktop-portal and the chrome pipewire flag
enabled, while building firefox with the fedora pipewire patch* is able
to share screen on the same system).

*: https://src.fedoraproject.org/rpms/firefox/blob/master/f/firefox-
pipewire-0-3.patch

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: pipewire 0.3.10-4
ProcVersionSignature: Ubuntu 5.8.0-20.21-generic 5.8.10
Uname: Linux 5.8.0-20-generic x86_64
ApportVersion: 2.20.11-0ubuntu49
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: GNOME
Date: Fri Oct  9 17:11:10 2020
InstallationDate: Installed on 2019-08-17 (419 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
RebootRequiredPkgs:
 evolution-data-server
 linux-image-5.8.0-21-generic
 linux-base
SourcePackage: pipewire
UpgradeStatus: Upgraded to groovy on 2020-09-28 (11 days ago)

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


** Tags: amd64 apport-bug groovy wayland-session

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

Title:
  Should ship libpipewire0.2 alongside pipewire 0.3 for chrome support?

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

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

[Bug 1898080] [NEW] Dsiplay artifacts in groovy when moving windows around

2020-10-01 Thread Joe Barnett
Public bug reported:

In a wayland session with fractional scaling (175% on laptop screen),
seeing weird visual artifacts around windows when moving them around,
see attached video for an example.  Also see similar artifacts near
terminal prompt, gtk file chooser when mousing over items, and maybe
other locations too?

artifacts do not appear on external monitor set to 100% scaling, or on
laptop screen if scaling is set to 100%, 150%, or 200%.

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

** Attachment added: "PXL_20201001_164915228.mp4"
   
https://bugs.launchpad.net/bugs/1898080/+attachment/5416237/+files/PXL_20201001_164915228.mp4

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

Title:
  Dsiplay artifacts in groovy when moving windows around

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

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

[Bug 1822394] Re: [Dell BIOSes dated 27 Mar 2019, XPS 9575, Precision 5530 2-in-1] laptop keyboard & touchpad not working at gdm screen after boot

2020-09-29 Thread Joe Barnett
acpidump on latest (1.13.0) firmware.

** Attachment added: "1.13.0.acpidump"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1822394/+attachment/5415405/+files/1.13.0.acpidump

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

Title:
  [Dell BIOSes dated 27 Mar 2019, XPS 9575, Precision 5530 2-in-1]
  laptop keyboard & touchpad not working at gdm screen after boot

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

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

[Bug 1822394] Re: [Dell BIOSes dated 27 Mar 2019, XPS 9575, Precision 5530 2-in-1] laptop keyboard & touchpad not working at gdm screen after boot

2020-09-29 Thread Joe Barnett
1.2.0 firmware acpidump attached

** Attachment added: "1.2.0.acpidump"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1822394/+attachment/5415318/+files/1.2.0.acpidump

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

Title:
  [Dell BIOSes dated 27 Mar 2019, XPS 9575, Precision 5530 2-in-1]
  laptop keyboard & touchpad not working at gdm screen after boot

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

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

[Bug 1884126] Re: Trying to add google account fails with AUTH-1140

2020-06-18 Thread Joe Barnett
** Bug watch added: gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues #126
   https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/126

** Also affects: gnome-online-accounts via
   https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/126
   Importance: Unknown
   Status: Unknown

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

Title:
  Trying to add google account fails with AUTH-1140

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

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

[Bug 1884126] [NEW] Trying to add google account fails with AUTH-1140

2020-06-18 Thread Joe Barnett
Public bug reported:

Trying to add a google account that redirects to another site for sign
in results in a window with the following error:

{"status":"failed", "cause":[{"code":"AUTH-1140", "message": "There is
an invalid header value that can't be parsed."}]}

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-online-accounts 3.36.0-1ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-37.41-generic 5.4.41
Uname: Linux 5.4.0-37-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: GNOME
Date: Thu Jun 18 11:41:17 2020
InstallationDate: Installed on 2019-08-17 (306 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
SourcePackage: gnome-online-accounts
UpgradeStatus: Upgraded to focal on 2020-03-06 (104 days ago)

** Affects: gnome-online-accounts (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal wayland-session

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

Title:
  Trying to add google account fails with AUTH-1140

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

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

[Bug 1869420] [NEW] Dark theme doesn't work well for virtualbox UI

2020-03-27 Thread Joe Barnett
Public bug reported:

Per https://github.com/FedoraQt/adwaita-qt/issues/128, the Adwaita-Dark
QT theme doesn't work great with virtualbox.  Including the patch from
https://github.com/FedoraQt/adwaita-
qt/commit/d1e76197e5db24b6d1d286c6e73439d4b1a0500a appears to fix it.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: adwaita-qt 1.1.1-1build1
ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24
Uname: Linux 5.4.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu21
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Mar 27 12:08:57 2020
InstallationDate: Installed on 2019-08-17 (223 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
SourcePackage: adwaita-qt
UpgradeStatus: Upgraded to focal on 2020-03-06 (21 days ago)

** Affects: adwaita-qt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal wayland-session

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

Title:
  Dark theme doesn't work well for virtualbox UI

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

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

[Bug 1868152] Re: geary won't start after upgrading to 3.36

2020-03-19 Thread Joe Barnett
fwiw, here's gdb backtrace when seeing this bug:

(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x77d74483 in g_cond_wait ()
at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x77d50b0f in g_once_init_enter ()
at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fff8ca5370c in plugin_notification_get_type ()
at 
/usr/lib/x86_64-linux-gnu/geary/plugins/messaging-menu/libmessaging-menu-geary.so
#4  0x7fff8c980e07 in peas_register_types ()
at 
/usr/lib/x86_64-linux-gnu/geary/plugins/messaging-menu/libmessaging-menu-geary.so
#5  0x759d34cc in  () at /lib/x86_64-linux-gnu/libpeas-1.0.so.0
#6  0x77e3c58b in g_type_module_use ()
at /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7  0x759d5d9b in  () at /lib/x86_64-linux-gnu/libpeas-1.0.so.0
#8  0x759cf9e0 in  () at /lib/x86_64-linux-gnu/libpeas-1.0.so.0
#9  0x77e12802 in g_closure_invoke ()
at /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x77e25f96 in  () at /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#11 0x77e31b9e in g_signal_emit_valist ()
at /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#12 0x77e32b7c in g_signal_emit_by_name ()
at /lib/x86_64-linux-gnu/libgobject-2.0.so.0
--Type  for more, q to quit, c to continue without paging--c
#13 0x55633d09 in application_plugin_manager_load ()
#14 0x55606c50 in  ()
#15 0x555f856c in  ()
#16 0x7787ae79 in  () at /lib/x86_64-linux-gnu/libgio-2.0.so.0
#17 0x7787aebd in  () at /lib/x86_64-linux-gnu/libgio-2.0.so.0
#18 0x77d26e8e in g_main_context_dispatch () at 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x77d27240 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#20 0x77d272e3 in g_main_context_iteration () at 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x778a8f05 in g_application_run () at 
/lib/x86_64-linux-gnu/libgio-2.0.so.0
#22 0x555f4d67 in _vala_main ()
#23 0x722aa0b3 in __libc_start_main (main=0x555f4bc0 , 
argc=1, argv=0x7fffdaa8, init=, fini=, 
rtld_fini=, stack_end=0x7fffda98) at ../csu/libc-start.c:308
#24 0x555f4c0e in _start ()


Also, I only get the first 3 lines of log output above, nothing about 
GearyBaseObject etc

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

Title:
  geary won't start after upgrading to 3.36

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

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

[Bug 1857191] Re: Dark themes don't work well with highlighted current line in gedit

2020-03-17 Thread Joe Barnett
Interesting that I didn't see this in eoan, but did once upgrading to
focal.  appears the "Highlight current line" option default changed to
true maybe?

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

Title:
  Dark themes don't work well with highlighted current line in gedit

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

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

[Bug 1867819] [NEW] Dark theme current line highlight hard to read

2020-03-17 Thread Joe Barnett
Public bug reported:

In focal, with a dark theme (adwaita-dark), the current line highlight
in almost the same color as the text, making it very hard to read. see
screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gedit 3.36.0-3
ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24
Uname: Linux 5.4.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu20
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue Mar 17 11:28:29 2020
InstallationDate: Installed on 2019-08-17 (213 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
SourcePackage: gedit
UpgradeStatus: Upgraded to focal on 2020-03-06 (11 days ago)

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


** Tags: amd64 apport-bug focal third-party-packages wayland-session

** Attachment added: "Screenshot from 2020-03-17 11-28-41.png"
   
https://bugs.launchpad.net/bugs/1867819/+attachment/5338089/+files/Screenshot%20from%202020-03-17%2011-28-41.png

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

Title:
  Dark theme current line highlight hard to read

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

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

[Bug 1866851] Re: lock screen scaled down backgound image in top left corner

2020-03-13 Thread Joe Barnett
Looks like already reported, linked to existing bug

** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/issues #2239
   https://gitlab.gnome.org/GNOME/gnome-shell/issues/2239

** Also affects: gnome-shell via
   https://gitlab.gnome.org/GNOME/gnome-shell/issues/2239
   Importance: Unknown
   Status: Unknown

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => New

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

Title:
  lock screen scaled down backgound image in top left corner

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1866851/+subscriptions

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

[Bug 1861521] Re: [FOCAL][REGRESSION] Intel Gen 9 brightness cannot be controlled

2020-03-12 Thread Joe Barnett
verified fixed with proposed kernel on dell xps15 2-in-1.
Device: Mesa Intel(R) HD Graphics 630 (KBL GT2) (0x591b)


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

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

Title:
  [FOCAL][REGRESSION] Intel Gen 9 brightness cannot be controlled

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

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

[Bug 1866851] [NEW] lock screen scaled down backgound image in top left corner

2020-03-10 Thread Joe Barnett
Public bug reported:

The new lock screen in gnome 3.36 looks strange, as if the blurred
background image is being scaled down to the top left corner of the
screen.  background image being used is 1920x1440 pixel jpeg, display
size is 3840x2160, with fractional scaling enabled and set to 175% on
wayland.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.35.91-1ubuntu2
ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18
Uname: Linux 5.4.0-14-generic x86_64
ApportVersion: 2.20.11-0ubuntu19
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue Mar 10 07:38:52 2020
DisplayManager: gdm3
InstallationDate: Installed on 2019-08-17 (206 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
RelatedPackageVersions: mutter-common 3.35.91-1ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to focal on 2020-03-06 (3 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal third-party-packages wayland-session

** Attachment added: "IMG_20200310_073917.jpg"
   
https://bugs.launchpad.net/bugs/1866851/+attachment/5335362/+files/IMG_20200310_073917.jpg

** Description changed:

- The new lock screen in gnome 3.26 looks strange, as if the blurred
+ The new lock screen in gnome 3.36 looks strange, as if the blurred
  background image is being scaled down to the top left corner of the
  screen.  background image being used is 1920x1440 pixel jpeg, display
  size is 3840x2160, with fractional scaling enabled and set to 175% on
  wayland.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.35.91-1ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18
  Uname: Linux 5.4.0-14-generic x86_64
  ApportVersion: 2.20.11-0ubuntu19
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Mar 10 07:38:52 2020
  DisplayManager: gdm3
  InstallationDate: Installed on 2019-08-17 (206 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
  RelatedPackageVersions: mutter-common 3.35.91-1ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to focal on 2020-03-06 (3 days ago)

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

Title:
  lock screen scaled down backgound image in top left corner

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

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

[Bug 1845387] Re: boot splash shows green underline under logo

2020-03-06 Thread Joe Barnett
appears to be fixed in focal

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

Title:
  boot splash shows green underline under logo

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

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

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-12-05 Thread Joe Barnett
** Changed in: linux (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  apparent memory usage regression - not getting freed?

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

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

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-11-14 Thread Joe Barnett
confirmed fixed in 5.3.0-24.26

** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  apparent memory usage regression - not getting freed?

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

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

[Bug 1848119] Re: gnome-shell infinite error loop when closing app in activities overview: Object St.Button (0x55aeadeca4a0), has been already deallocated ... [workspace.js:695]

2019-11-11 Thread Joe Barnett
3.34.1+git20191107-1ubuntu1~19.10.1 appears to fix the issue here.

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

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

Title:
  gnome-shell infinite error loop when closing app in activities
  overview: Object St.Button (0x55aeadeca4a0), has been already
  deallocated ... [workspace.js:695]

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1848119/+subscriptions

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

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-10-27 Thread Joe Barnett
added to the 5.3-stable tree:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-
queue.git/tree/queue-5.3/drm-amdgpu-user-pages-array-memory-leak-
fix.patch

can this get into the next ubuntu kernel as well?

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

Title:
  apparent memory usage regression - not getting freed?

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

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

[Bug 1848086] Re: Keyboard shortcuts to launch apps sometimes launch twice in Wayland sessions

2019-10-22 Thread Joe Barnett
Have seen it both with the internal laptop keyboard as well as an
external USB keyboard

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

Title:
  Keyboard shortcuts to launch apps sometimes launch twice in Wayland
  sessions

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

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

[Bug 1848086] Re: Keyboard shortcuts to launch apps sometimes launch twice

2019-10-22 Thread Joe Barnett
Initial testing does make it look like an Xorg session behaves better in
this regard than a wayland session (using vanilla gnome sessions in
both, fwiw)

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => New

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

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

Title:
  Keyboard shortcuts to launch apps sometimes launch twice

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-10-22 Thread Joe Barnett
fwiw, with a 5.3 kernel on eoan and a system-sleep script that does
`btmgmt power off` pre sleep, and `btmgmt power on` post sleep, I
haven't been seeing the lock up issue.

just an occasional instant wake from suspend with the system usable
after that, and able to successfully suspend with another attempt.

`PM: Some devices failed to suspend, or early wake event detected` in
the logs when the instant wake happens.

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-10-16 Thread Joe Barnett
** Tags added: patch-accepted-upstream

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

Title:
  apparent memory usage regression - not getting freed?

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

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

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-10-16 Thread Joe Barnett
in drm-next: https://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-
next=06f7f57e87d09900a7c3109a357b73521ab40771

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

Title:
  apparent memory usage regression - not getting freed?

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

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

[Bug 1848086] [NEW] Keyboard shortcuts to launch apps sometimes launch twice

2019-10-14 Thread Joe Barnett
Public bug reported:

Noticed that recently (past few days? since 3.34.1?) the key
combinations that I have set to launch web browser or launch terminal
end up launching two browsers or terminals instead of just one.  Only
happens ~50% of the time, but still pretty frequently.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: mutter 3.34.1-1ubuntu1
Uname: Linux 5.3.0-custom x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu8
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Oct 14 12:56:44 2019
InstallationDate: Installed on 2019-08-17 (58 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
SourcePackage: mutter
UpgradeStatus: Upgraded to eoan on 2019-09-18 (26 days ago)

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


** Tags: amd64 apport-bug eoan wayland-session

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

Title:
  Keyboard shortcuts to launch apps sometimes launch twice

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

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

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-10-12 Thread Joe Barnett
patch update: https://lists.freedesktop.org/archives/amd-
gfx/2019-October/041187.html  (also see review in
https://lists.freedesktop.org/archives/amd-gfx/2019-October/041194.html)

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

Title:
  apparent memory usage regression - not getting freed?

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

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

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-10-03 Thread Joe Barnett
The patch in https://lists.freedesktop.org/archives/amd-
gfx/2019-October/040850.html appears to fix the issue

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

Title:
  apparent memory usage regression - not getting freed?

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

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

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-10-01 Thread Joe Barnett
https://lists.freedesktop.org/archives/amd-gfx/2019-October/040688.html

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

Title:
  apparent memory usage regression - not getting freed?

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

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

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-09-30 Thread Joe Barnett
(also, still an issue with 5.3.0-13)

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

Title:
  apparent memory usage regression - not getting freed?

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

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

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-09-26 Thread Joe Barnett
899fbde1464639e3d12eaffdad8481a59b367fcb is the first bad commit
commit 899fbde1464639e3d12eaffdad8481a59b367fcb
Author: Philip Yang 
Date:   Thu Dec 13 15:35:28 2018 -0500

drm/amdgpu: replace get_user_pages with HMM mirror helpers

Use HMM helper function hmm_vma_fault() to get physical pages backing
userptr and start CPU page table update track of those pages. Then use
hmm_vma_range_done() to check if those pages are updated before
amdgpu_cs_submit for gfx or before user queues are resumed for kfd.

If userptr pages are updated, for gfx, amdgpu_cs_ioctl will restart
from scratch, for kfd, restore worker is rescheduled to retry.

HMM simplify the CPU page table concurrent update check, so remove
guptasklock, mmu_invalidations, last_set_pages fields from
amdgpu_ttm_tt struct.

HMM does not pin the page (increase page ref count), so remove related
operations like release_pages(), put_page(), mark_page_dirty().

Signed-off-by: Philip Yang 
Reviewed-by: Felix Kuehling 
Reviewed-by: Christian König 
Signed-off-by: Alex Deucher 

:04 04 0c9f0e2e82e5e4d2d3a4c0daea22eb911244b771
fdcdc7c80f5383486962edf4561e205b55bd8c21 M  drivers



$ git bisect log
# bad: [f74c2bb98776e2de508f4d607cd519873065118e] Linux 5.3-rc8
# good: [1c163f4c7b3f621efff9b28a47abb36f7378d783] Linux 5.0
git bisect start 'v5.3-rc8' 'v5.0'
# good: [a2d635decbfa9c1e4ae15cb05b68b2559f7f827c] Merge tag 
'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
git bisect good a2d635decbfa9c1e4ae15cb05b68b2559f7f827c
# good: [a2d635decbfa9c1e4ae15cb05b68b2559f7f827c] Merge tag 
'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
git bisect good a2d635decbfa9c1e4ae15cb05b68b2559f7f827c
# good: [8f6ccf6159aed1f04c6d179f61f6fb2691261e84] Merge tag 'clone3-v5.3' of 
git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
git bisect good 8f6ccf6159aed1f04c6d179f61f6fb2691261e84
# good: [8f6ccf6159aed1f04c6d179f61f6fb2691261e84] Merge tag 'clone3-v5.3' of 
git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
git bisect good 8f6ccf6159aed1f04c6d179f61f6fb2691261e84
# bad: [be8454afc50f43016ca8b6130d9673bdd0bd56ec] Merge tag 
'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
git bisect bad be8454afc50f43016ca8b6130d9673bdd0bd56ec
# bad: [be8454afc50f43016ca8b6130d9673bdd0bd56ec] Merge tag 
'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
git bisect bad be8454afc50f43016ca8b6130d9673bdd0bd56ec
# good: [d72619706abc4aa7e540ea882dae883cee7cc3b3] Merge tag 'tty-5.3-rc1' of 
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
git bisect good d72619706abc4aa7e540ea882dae883cee7cc3b3
# bad: [83145f110eb2ada9d54fcbcf416c02de126381c1] drm/amdgpu: don't invalidate 
caches in RELEASE_MEM, only do the writeback
git bisect bad 83145f110eb2ada9d54fcbcf416c02de126381c1
# bad: [b239c01727459ba08c44b79e6225d3c58723f282] drm/amdgpu: add mcbp driver 
parameter
git bisect bad b239c01727459ba08c44b79e6225d3c58723f282
# good: [e1dc68a4b149d47536cd001d0d0abadbb62d37bd] drm: atmel-hlcdc: avoid 
initializing cfg with zero
git bisect good e1dc68a4b149d47536cd001d0d0abadbb62d37bd
# bad: [c53e4db71276bf257b09010935a04bdafddd458e] drm/amdgpu: cancel 
late_init_work before gpu reset
git bisect bad c53e4db71276bf257b09010935a04bdafddd458e
# good: [2da4605dce38b84cd2e5b86686f43adae1b2cacb] drm/amd/display: Use DCN 
functions instead of DCE
git bisect good 2da4605dce38b84cd2e5b86686f43adae1b2cacb
# bad: [1c1e53f7f2ce191e6787d3d0648fe8ce7088ceaa] drm/amd/doc: Add XGMI sysfs 
documentation
git bisect bad 1c1e53f7f2ce191e6787d3d0648fe8ce7088ceaa
# good: [89cd9d23e9a74d94f0db5bbbaf2ef1f6ede36ae5] drm/amdkfd: avoid HMM change 
cause circular lock
git bisect good 89cd9d23e9a74d94f0db5bbbaf2ef1f6ede36ae5
# bad: [0803e7a9e850f9d6397c594d6c6deac9b2b6d696] drm/amdkfd: Allocate hiq and 
sdma mqd from mqd trunk
git bisect bad 0803e7a9e850f9d6397c594d6c6deac9b2b6d696
# bad: [972fcdb52fe865a2f639e3200b97e648f34a0f41] drm/amdkfd: Introduce 
asic-specific mqd_manager_init function
git bisect bad 972fcdb52fe865a2f639e3200b97e648f34a0f41
# bad: [6c55d6e90e68a4789cbd72a0287026d4dfb4a9f9] drm/amdkfd: support 
concurrent userptr update for HMM
git bisect bad 6c55d6e90e68a4789cbd72a0287026d4dfb4a9f9
# bad: [ad595b8634f36f04bf69bef4eff854091d94f8b3] drm/amdgpu: fix HMM config 
dependency issue
git bisect bad ad595b8634f36f04bf69bef4eff854091d94f8b3
# bad: [899fbde1464639e3d12eaffdad8481a59b367fcb] drm/amdgpu: replace 
get_user_pages with HMM mirror helpers
git bisect bad 899fbde1464639e3d12eaffdad8481a59b367fcb
# first bad commit: [899fbde1464639e3d12eaffdad8481a59b367fcb] drm/amdgpu: 
replace get_user_pages with HMM mirror helpers

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

Title:
  apparent memory usage regression - not getting freed?

To manage 

[Bug 1845387] [NEW] boot splash shows green underline under logo

2019-09-25 Thread Joe Barnett
Public bug reported:

in Eoan, i'm seeing a green underline below the splash logo (see screenshot).  
Happens even when booting with the old disco kernel.  Only seems to affect my
laptop display, and not any externally connected monitors (those display the
splash without the green underline)

Sometimes, but not always, am also seeing the password dots for my
encrypted partition have a green underline as well.


ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: plymouth 0.9.4git20190712-0ubuntu3
Uname: Linux 5.2.0-custom x86_64
ApportVersion: 2.20.11-0ubuntu7
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CurrentDesktop: GNOME
Date: Wed Sep 25 13:55:12 2019
DefaultPlymouth: 
/usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.plymouth
InstallationDate: Installed on 2019-08-17 (39 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
MachineType: Dell Inc. XPS 15 9575
ProcCmdLine: BOOT_IMAGE=/vmlinuz-5.2.0-custom 
root=UUID=83cade14-7628-437d-8517-36ad82f00d20 ro quiet splash 
usbcore.dyndbg=+p vt.handoff=7
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.2.0-custom 
root=UUID=83cade14-7628-437d-8517-36ad82f00d20 ro quiet splash 
usbcore.dyndbg=+p vt.handoff=7
SourcePackage: plymouth
TextPlymouth: 
/usr/share/plymouth/themes/ubuntu-gnome-text/ubuntu-gnome-text.plymouth
UpgradeStatus: Upgraded to eoan on 2019-09-18 (7 days ago)
dmi.bios.date: 10/10/2018
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.2.0
dmi.board.name: 0N338G
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.0:bd10/10/2018:svnDellInc.:pnXPS159575:pvr:rvnDellInc.:rn0N338G:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 15 9575
dmi.product.sku: 080D
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug eoan wayland-session

** Attachment added: "Screenshot from 2019-09-25 13-55-47.png"
   
https://bugs.launchpad.net/bugs/1845387/+attachment/5291291/+files/Screenshot%20from%202019-09-25%2013-55-47.png

** Description changed:

- in Eoan, i'm seeing a green underline below the splash logo (see
- screenshot).  Happens even when booting with the old disco kernel.
+ in Eoan, i'm seeing a green underline below the splash logo (see screenshot). 
 Happens even when booting with the old disco kernel.  Only seems to affect my
+ laptop display, and not any externally connected monitors (those display the
+ splash without the green underline)
+ 
  Sometimes, but not always, am also seeing the password dots for my
  encrypted partition have a green underline as well.
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: plymouth 0.9.4git20190712-0ubuntu3
  Uname: Linux 5.2.0-custom x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CurrentDesktop: GNOME
  Date: Wed Sep 25 13:55:12 2019
  DefaultPlymouth: 
/usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.plymouth
  InstallationDate: Installed on 2019-08-17 (39 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
  MachineType: Dell Inc. XPS 15 9575
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-5.2.0-custom 
root=UUID=83cade14-7628-437d-8517-36ad82f00d20 ro quiet splash 
usbcore.dyndbg=+p vt.handoff=7
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.2.0-custom 
root=UUID=83cade14-7628-437d-8517-36ad82f00d20 ro quiet splash 
usbcore.dyndbg=+p vt.handoff=7
  SourcePackage: plymouth
  TextPlymouth: 
/usr/share/plymouth/themes/ubuntu-gnome-text/ubuntu-gnome-text.plymouth
  UpgradeStatus: Upgraded to eoan on 2019-09-18 (7 days ago)
  dmi.bios.date: 10/10/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.0
  dmi.board.name: 0N338G
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.0:bd10/10/2018:svnDellInc.:pnXPS159575:pvr:rvnDellInc.:rn0N338G:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9575
  dmi.product.sku: 080D
  dmi.sys.vendor: Dell Inc.

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

Title:
  boot splash shows green underline under logo

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

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

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-09-25 Thread Joe Barnett
seems this gets triggered by the dolphin emulator, but not under disco
kernel 5.0.0-25 with an otherwise eoan system.

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

Title:
  apparent memory usage regression - not getting freed?

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

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

[Bug 1844805] Re: virtualbox, virtualbox-dkms, virtualbox-qt fail during upgrade from 19.04 to 19.10

2019-09-23 Thread Joe Barnett
Here's what I get trying to build the eoan virtualbox dkms module
against an installed disco kernel.

** Attachment added: "make.log"
   
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1844805/+attachment/5290832/+files/make.log

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

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

Title:
  virtualbox, virtualbox-dkms, virtualbox-qt fail during upgrade from
  19.04 to 19.10

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

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

[Bug 1844575] Re: Pixelated fonts sometimes

2019-09-23 Thread Joe Barnett
agree that mutter#804 is the upstream issue

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

Title:
  Pixelated fonts sometimes

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1844575/+subscriptions

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

[Bug 1845031] [NEW] gnome not remembering numlock state in eoan

2019-09-23 Thread Joe Barnett
Public bug reported:

in 3.34, gnome-settings-daemon has removed its handling of numlock state
persistence, claiming that mutter should be handling that now
(https://gitlab.gnome.org/GNOME/gnome-settings-
daemon/commit/710a4c4e7828828cb35ea14333882354ae73264f).  However,
numlock is always off when I start a session, and does not get
remembered when I turn it on, log out, and log back in.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: mutter 3.34.0-3ubuntu1
ProcVersionSignature: Ubuntu 5.0.0-25.26-generic 5.0.18
Uname: Linux 5.0.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu7
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Sep 23 11:15:27 2019
InstallationDate: Installed on 2019-08-17 (37 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
SourcePackage: mutter
UpgradeStatus: Upgraded to eoan on 2019-09-18 (4 days ago)

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


** Tags: amd64 apport-bug eoan wayland-session

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

Title:
  gnome not remembering numlock state in eoan

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

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

[Bug 1844962] [NEW] apparent memory usage regression - not getting freed?

2019-09-22 Thread Joe Barnett
Public bug reported:

In eoan on a 5.3 kernel, have noticed a few incidents of the system
becoming sluggish/unresponsive, which appears to be caused by low
available memory.  top is reporting 13 of 16G are "used", but adding up
the memory reported by top sorted by memory usage appears like it should
be closer to 3-4G "used".

Attaching two top screenshots, one shows 3.3G used and system behaving
well, the other shows 14G used and system lagging.  In both cases,
approximately the same programs are being run taking up approximately
the same amount of resident memory, so not sure where all the memory
usage is coming from.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-image-5.3.0-10-generic 5.3.0-10.11
ProcVersionSignature: Ubuntu 5.3.0-10.11-generic 5.3.0-rc8
Uname: Linux 5.3.0-10-generic x86_64
ApportVersion: 2.20.11-0ubuntu7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jbarnett   5046 F pulseaudio
CurrentDesktop: GNOME
Date: Sun Sep 22 21:26:02 2019
InstallationDate: Installed on 2019-08-17 (37 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 0489:e0a2 Foxconn / Hon Hai 
 Bus 001 Device 004: ID 27c6:5395 HTMicroelectronics Goodix Fingerprint Device 
 Bus 001 Device 002: ID 0bda:58f4 Realtek Semiconductor Corp. 
Integrated_Webcam_HD
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. XPS 15 9575
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-10-generic 
root=UUID=83cade14-7628-437d-8517-36ad82f00d20 ro quiet splash 
usbcore.dyndbg=+p vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.3.0-10-generic N/A
 linux-backports-modules-5.3.0-10-generic  N/A
 linux-firmware1.182
SourcePackage: linux
UpgradeStatus: Upgraded to eoan on 2019-09-18 (4 days ago)
dmi.bios.date: 10/10/2018
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.2.0
dmi.board.name: 0N338G
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.0:bd10/10/2018:svnDellInc.:pnXPS159575:pvr:rvnDellInc.:rn0N338G:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 15 9575
dmi.product.sku: 080D
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug eoan wayland-session

** Attachment added: ""good" memory usage"
   
https://bugs.launchpad.net/bugs/1844962/+attachment/5290516/+files/Screenshot%20from%202019-09-20%2007-01-42.png

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

Title:
  apparent memory usage regression - not getting freed?

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

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

[Bug 1844962] Re: apparent memory usage regression - not getting freed?

2019-09-22 Thread Joe Barnett
** Attachment added: ""bad" memory usage"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1844962/+attachment/5290532/+files/Screenshot%20from%202019-09-22%2021-24-40.png

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

Title:
  apparent memory usage regression - not getting freed?

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

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

[Bug 1844575] Re: Pixelated fonts sometimes

2019-09-18 Thread Joe Barnett
** Attachment added: "Screenshot from 2019-09-18 12-59-08.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1844575/+attachment/5289524/+files/Screenshot%20from%202019-09-18%2012-59-08.png

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

Title:
  Pixelated fonts sometimes

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

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

[Bug 1844575] [NEW] Pixelated fonts sometimes

2019-09-18 Thread Joe Barnett
Public bug reported:

Running under wayland, with fractional scaling enabled and set to 175%
on laptop screen, 100% on external screen, sometimes windows like
nautilus or the file chooser get pixelated fonts (see screenshot).  Seen
this mostly on the 100% external screen, and it goes away if maximizing
the window or moving the window back and forth between screens a few
times.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: gnome-shell 3.34.0-1ubuntu1
ProcVersionSignature: Ubuntu 5.3.0-10.11-generic 5.3.0-rc8
Uname: Linux 5.3.0-10-generic x86_64
ApportVersion: 2.20.11-0ubuntu7
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Sep 18 12:59:50 2019
DisplayManager: gdm3
InstallationDate: Installed on 2019-08-17 (32 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1)
RelatedPackageVersions: mutter-common 3.34.0-2ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to eoan on 2019-09-18 (0 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug eoan wayland-session

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

Title:
  Pixelated fonts sometimes

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-08-30 Thread Joe Barnett
any chance we can see this in an ubuntu kernel despite the lack of
response on lkml?

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-07-21 Thread Joe Barnett
ok thanks, my 2nd attempt at patching 5.0.0.20.21 with v2 appears to be
working as well as your older build.

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-07-05 Thread Joe Barnett
fwiw, i tried to build 5.0.0.20.21 with v2 applied, and was able to
reproduce the bug (I may have built it incorrectly though?  I git
applied the two patches from a clone of git://git.launchpad.net/~ubuntu-
kernel/ubuntu/+source/linux/+git/disco and then did `fakeroot
debian/rules clean` ; `AUTOBUILD=1 fakeroot debian/rules binary-debs`
and installed the resulting packages)

tail of journalctl during reproduction:
Jul 04 21:48:54 taplop systemd-sleep[11530]: Suspending system...
Jul 04 21:48:54 taplop kernel: PM: suspend entry (deep)
Jul 04 21:48:58 taplop kernel: PM: Syncing filesystems ... done.
Jul 04 21:48:58 taplop kernel: Freezing user space processes ... (elapsed 0.003 
seconds) done.
Jul 04 21:48:58 taplop kernel: OOM killer disabled.
Jul 04 21:48:58 taplop kernel: Freezing remaining freezable tasks ... (elapsed 
0.001 seconds) done.
Jul 04 21:48:58 taplop kernel: printk: Suspending console(s) (use 
no_console_suspend to debug)
Jul 04 21:48:58 taplop kernel: usb usb2: usb auto-resume
Jul 04 21:48:58 taplop kernel: hub 2-0:1.0: hub_resume
Jul 04 21:48:58 taplop kernel: usb usb1: usb auto-resume
Jul 04 21:48:58 taplop kernel: hub 1-0:1.0: hub_resume
Jul 04 21:48:58 taplop kernel: usb usb1-port1: status 0507 change 
Jul 04 21:48:58 taplop kernel: usb usb1-port6: status 0107 change 
Jul 04 21:48:58 taplop kernel: usb usb1-port10: status 0107 change 
Jul 04 21:48:58 taplop kernel: hub 1-0:1.0: hub_suspend
Jul 04 21:48:58 taplop kernel: usb usb1: bus suspend, wakeup 0
Jul 04 21:48:58 taplop kernel: hub 2-0:1.0: hub_suspend
Jul 04 21:48:58 taplop kernel: usb usb2: bus suspend, wakeup 0
Jul 04 21:48:58 taplop kernel: PM: Some devices failed to suspend, or early 
wake event detected
Jul 04 21:48:58 taplop kernel: usb usb1: usb resume
Jul 04 21:48:58 taplop kernel: hub 1-0:1.0: hub_resume
Jul 04 21:48:58 taplop kernel: usb usb1-port1: status 0507 change 
Jul 04 21:48:58 taplop kernel: usb usb1-port6: status 0107 change 
Jul 04 21:48:58 taplop kernel: usb usb1-port10: status 0107 change 
Jul 04 21:48:58 taplop kernel: usb usb2: usb resume
Jul 04 21:48:58 taplop kernel: hub 2-0:1.0: hub_resume
Jul 04 21:48:58 taplop kernel: ACPI: button: The lid device is not compliant to 
SW_LID.
Jul 04 21:48:58 taplop kernel: [drm] PCIE GART of 256M enabled (table at 
0x00F4).
Jul 04 21:48:58 taplop kernel: usb 1-1: usb resume
Jul 04 21:48:58 taplop kernel: usb 1-10: usb resume
Jul 04 21:48:58 taplop kernel: usb 1-6: usb resume
Jul 04 21:48:58 taplop kernel: [drm] UVD and UVD ENC initialized successfully.
Jul 04 21:48:58 taplop kernel: usb 1-10: Waited 0ms for CONNECT
Jul 04 21:48:58 taplop kernel: usb 1-10: finish resume
Jul 04 21:48:58 taplop kernel: usb 1-6: Waited 0ms for CONNECT
Jul 04 21:48:58 taplop kernel: usb 1-6: finish resume
Jul 04 21:48:58 taplop kernel: usb 1-1: Waited 0ms for CONNECT
Jul 04 21:48:58 taplop kernel: usb 1-1: finish resume
Jul 04 21:48:58 taplop kernel: [drm] VCE initialized successfully.
Jul 04 21:48:58 taplop kernel: nvme nvme0: 8/0/0 default/read/poll queues
Jul 04 21:48:58 taplop kernel: amdgpu :01:00.0: [drm:amdgpu_ib_ring_tests 
[amdgpu]] *ERROR* IB test f
Jul 04 21:48:58 taplop kernel: amdgpu :01:00.0: [drm:amdgpu_ib_ring_tests 
[amdgpu]] *ERROR* IB test f
Jul 04 21:48:58 taplop kernel: amdgpu :01:00.0: [drm:amdgpu_ib_ring_tests 
[amdgpu]] *ERROR* IB test f
Jul 04 21:48:58 taplop kernel: [drm:amdgpu_device_ip_late_init_func_handler 
[amdgpu]] *ERROR* ib ring tes
Jul 04 21:48:58 taplop kernel: OOM killer enabled.
Jul 04 21:48:58 taplop kernel: Restarting tasks ... 
Jul 04 21:48:58 taplop kernel: hub 2-0:1.0: state 7 ports 8 chg  evt 
Jul 04 21:48:58 taplop kernel: done.
Jul 04 21:48:58 taplop kernel: hub 2-0:1.0: hub_suspend
Jul 04 21:48:58 taplop kernel: usb usb2: bus auto-suspend, wakeup 1
Jul 04 21:48:58 taplop kernel: hub 1-0:1.0: state 7 ports 16 chg  evt 0442
Jul 04 21:48:58 taplop kernel: usb 1-10: usb auto-suspend, wakeup 0
Jul 04 21:48:58 taplop kernel: usb 1-6: usb auto-suspend, wakeup 1
Jul 04 21:48:58 taplop kernel: usb 1-1: usb auto-suspend, wakeup 0
Jul 04 21:48:58 taplop kernel: hub 1-0:1.0: hub_suspend
Jul 04 21:48:58 taplop kernel: usb usb1: bus auto-suspend, wakeup 1

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-06-19 Thread Joe Barnett
looks like no responses to v2, anything I can do to help move this
along?  could it at least make it into an updated kernel build with
security patches, if not the ubuntu patch set?

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

Re: [Bug 1822846] Re: Icon disappears from favorites in gnome-shell 3.32 (upstream dock, not the ubuntu-dock)

2019-05-07 Thread Joe Barnett
looks ok in initial testing on 3.32.1-1ubuntu1~19.04.1

On Mon, May 6, 2019 at 5:41 AM Łukasz Zemczak <1822...@bugs.launchpad.net>
wrote:

> Hello Julian, or anyone else affected,
>
> Accepted gnome-shell into disco-proposed. The package will build now and
> be available at https://launchpad.net/ubuntu/+source/gnome-
> shell/3.32.1-1ubuntu1~19.04.1 in a few hours, and then in the -proposed
> repository.
>
> Please help us by testing this new package.  See
> https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
> to enable and use -proposed.  Your feedback will aid us getting this
> update out to other Ubuntu users.
>
> If this package fixes the bug for you, please add a comment to this bug,
> mentioning the version of the package you tested and change the tag from
> verification-needed-disco to verification-done-disco. If it does not fix
> the bug for you, please add a comment stating that, and change the tag
> to verification-failed-disco. In either case, without details of your
> testing we will not be able to proceed.
>
> Further information regarding the verification process can be found at
> https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
> advance for helping!
>
> N.B. The updated package will be released to -updates after the bug(s)
> fixed by this package have been verified and the package has been in
> -proposed for a minimum of 7 days.
>
> ** Changed in: gnome-shell (Ubuntu Disco)
>Status: In Progress => Fix Committed
>
> ** Tags added: verification-needed verification-needed-disco
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1822846
>
> Title:
>   Icon disappears from favorites in gnome-shell 3.32 (upstream dock, not
>   the ubuntu-dock)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gnome-shell/+bug/1822846/+subscriptions
>


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

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

Title:
  Icon disappears from favorites in gnome-shell 3.32 (upstream dock, not
  the ubuntu-dock)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1822846/+subscriptions

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

[Bug 1821427] Re: gnome-shell crashed with signal 5 when closing evolution, logging "The program 'gnome-shell' received an X Window System error.\nThis probably reflects a bug in the program.\nThe err

2019-04-17 Thread Joe Barnett
Not sure if related, but I do run under wayland (weird that it looks
like an X11 error then, especially as evolution runs wayland native?),
with fractional zooming on my laptop panel @ 175% and usually have an
external, lower resolution screen at 100% scaling.  Evolution is usually
the first app i open and stays open throughout my session, so has
usually been running for days before being closed (and killing the
session) -- but sometimes closing it is fine.  Haven't seen any other
app trigger it.

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

Title:
  gnome-shell crashed with signal 5 when closing evolution, logging "The
  program 'gnome-shell' received an X Window System error.\nThis
  probably reflects a bug in the program.\nThe error was 'BadWindow
  (invalid Window parameter)'.\n  (Details: serial 333851 error_code 3
  r"

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-04-17 Thread Joe Barnett
Either way, whatever fix is in the
https://people.canonical.com/~khfeng/lp1823029/ kernel is very effective
if not perfect -- can it be put into the main repo kernels or will I
need to keep kernel packages held for a while?

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-04-16 Thread Joe Barnett
(but unlike the on-suspend lockup, the journal continues to accumulate
some entries -- possible the system wasn't fully locked up but the
display was?)

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-04-16 Thread Joe Barnett
>From reading  the logs that's what it looks like -- it appears the lid
was closed at 21:48:40 and then suspend was successful at 21:49:10 or
21:49:25, but then the system immediately resumes at 21:49:25, and
doesn't fully recover

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-04-16 Thread Joe Barnett
Had another failure with similar symptoms (fan on, screen black once
laptop lid opened), but logs look different this time.

** Attachment added: "differentfailure.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823029/+attachment/5256275/+files/differentfailure.txt

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-04-15 Thread Joe Barnett
still looking good after several more sleep cycles today

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-04-14 Thread Joe Barnett
initial tests are looking good (4 successful suspends & resumes during
this boot so far).  Will keep testing and report back.

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-04-13 Thread Joe Barnett
linux-modules-extra package looks corrupt:

(Reading database ... 367458 files and directories currently installed.)
Preparing to unpack 
linux-modules-extra-5.0.0-11-generic_5.0.0-11.12~lp1823029_amd64.deb ...
Unpacking linux-modules-extra-5.0.0-11-generic (5.0.0-11.12~lp1823029) ...
dpkg-deb (subprocess): cannot copy archive member from 
'linux-modules-extra-5.0.0-11-generic_5.0.0-11.12~lp1823029_amd64.deb' to 
decompressor pipe: unexpected end of file or stream
dpkg-deb (subprocess): decompressing archive member: lzma error: unexpected end 
of input
dpkg-deb: error:  subprocess returned error exit status 2
dpkg: error processing archive 
linux-modules-extra-5.0.0-11-generic_5.0.0-11.12~lp1823029_amd64.deb 
(--install):
 cannot copy extracted data for 
'./lib/modules/5.0.0-11-generic/kernel/drivers/net/wireless/marvell/mwifiex/mwifiex.ko'
 to 
'/lib/modules/5.0.0-11-generic/kernel/drivers/net/wireless/marvell/mwifiex/mwifiex.ko.dpkg-new':
 unexpected end of file or stream
Errors were encountered while processing:
 linux-modules-extra-5.0.0-11-generic_5.0.0-11.12~lp1823029_amd64.deb

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-04-11 Thread Joe Barnett
Saw same thing with the btmgr commands added to system-sleep script,
attaching kernel log from that boot

** Attachment added: "kernel log with btmgr privacy set during system-sleep 
script"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823029/+attachment/5255096/+files/kern-btprivacy.log

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-04-11 Thread Joe Barnett
yes, all packages are up to date, and specifically the gnome-bluetooth
package at 3.32.1-1 since april 3rd.

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-04-11 Thread Joe Barnett
ok, have added those commands to a /lib/systemd/system-sleep script to
have that happen before suspend and will report back if it helps or not.

It appears that with privacy on, my bt mouse doesn't connect anymore, is
that expected?

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

  1   2   3   4   5   6   7   >