[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-18 Thread Daniel van Vugt
That change is in plymouth, but hooks/framebuffer is in initramfs-tools. If you're suggesting moving the code from plymouth into initramfs-tools then I kind of understand, but it's not directly related to fixing this bug. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-18 Thread Daniel van Vugt
If you are suggesting moving the logic from plymouth into initramfs- tools then please start by duplicating the code you'd like moved into initramfs-tools. That would be efficient since you have commit access to initramfs-tools, and would mean I only have to deal with plymouth here. -- You

[Touch-packages] [Bug 2058314] Re: software-properties-gtk (ValueError) /usr/bin/software-properties-gtk@100 → __init__ → __init__ → backup_sourceslist → __init__

2024-03-18 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2053228 *** https://bugs.launchpad.net/bugs/2053228 ** Summary changed: - /usr/bin/software-properties-gtk:ValueError:/usr/bin/software-properties-gtk@100:__init__:__init__:backup_sourceslist:__init__ + software-properties-gtk (ValueError)

[Touch-packages] [Bug 2053228] Re: software-properties-gtk does not start

2024-03-18 Thread Daniel van Vugt
Also tracking in: https://errors.ubuntu.com/problem/3f3a7a239df521d94b27fbe6096dc4a05f967d35 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/2053228 Title:

[Touch-packages] [Bug 2058313] Re: whoopsie-upload-all (TypeError) /usr/share/apport/whoopsie-upload-all@220 → main → collect_info → process_report → add_gdb_info → gdb_command

2024-03-18 Thread Daniel van Vugt
** Summary changed: - /usr/share/apport/whoopsie-upload-all:TypeError:/usr/share/apport/whoopsie-upload-all@220:main:collect_info:process_report:add_gdb_info:gdb_command + whoopsie-upload-all (TypeError) /usr/share/apport/whoopsie-upload-all@220 → main → collect_info → process_report →

[Touch-packages] [Bug 2058253] Re: Notebook screen the look is "matte" in KDE

2024-03-18 Thread Daniel van Vugt
If it looks correct in GNOME then please briefly log into GNOME and run: xrandr --verbose > gnome-xrandr.txt and attach the resulting text file here. Also if KDE has any monitor colour profile settings then try toggling those. ** Summary changed: - Notebook screen the look is "matte" +

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-18 Thread Daniel van Vugt
so prevent this bug 1970069. ** Changed in: linux (Ubuntu) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu) Assignee: Daniel van Vugt (vanvugt) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, whi

[Touch-packages] [Bug 1869655] Re: Boot animations start too late to be useful

2024-03-18 Thread Daniel van Vugt
The patch proposed in https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1970069/comments/91 will help here, but since it might not be the last plymouth change required for this issue, it doesn't mention bug 1869655. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-18 Thread Daniel van Vugt
Here's a fix for plymouth/noble. The source is in: https://salsa.debian.org/ubuntu-dev-team/plymouth/-/commits/ubuntu/latest We skipped ubuntu5 because that technically existed in bug 2054769 for 10 days already. Also note this will cause some temporary initrd bloat while the initramfs-tools

[Touch-packages] [Bug 1869655] Re: Boot animations start too late to be useful

2024-03-18 Thread Daniel van Vugt
** Changed in: plymouth (Ubuntu) Status: Won't Fix => In Progress ** Changed in: plymouth (Ubuntu) Assignee: (unassigned) => Daniel van Vugt (vanvugt) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ini

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-15 Thread Daniel van Vugt
https://code.launchpad.net/~vanvugt/ubuntu/+source/initramfs- tools/+git/initramfs-tools/+merge/462482 ** Merge proposal unlinked: https://code.launchpad.net/~vanvugt/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/462481 -- You received this bug notification because you are a

[Touch-packages] [Bug 1869655] Re: Boot animations start too late to be useful

2024-03-15 Thread Daniel van Vugt
** Merge proposal unlinked: https://code.launchpad.net/~vanvugt/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/462481 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.

[Touch-packages] [Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-03-15 Thread Daniel van Vugt
** Merge proposal unlinked: https://code.launchpad.net/~vanvugt/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/462481 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.

[Touch-packages] [Bug 2056194] Re: Networking broken in early boot on Oracle Native instances due to MTU settings

2024-03-15 Thread Daniel van Vugt
** Merge proposal unlinked: https://code.launchpad.net/~vanvugt/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/462481 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-15 Thread Daniel van Vugt
** Description changed: [ Impact ] Kernel (and systemd) log messages appear during boot for many machines, when the user should be seeing only the BIOS logo and/or Plymouth splash screens. [ Workaround ] On most machines you can hide the problem by using these kernel

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-15 Thread Daniel van Vugt
Seems it's fairly easy to make a working solution in initramfs-tools alone, but there's a compromise. If I only include tiny/simple framebuffer drivers in initrd then i915 starts so late that Plymouth doesn't use it, and bug 2054769 can occur on some machines. If I include all the current drm

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-15 Thread Daniel van Vugt
Plymouth would still need patching in order to optimize the drm modules in debian/local/plymouth.hook ** Changed in: plymouth (Ubuntu) Status: Invalid => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1869655] Re: Boot animations start too late to be useful

2024-03-15 Thread Daniel van Vugt
) Importance: Undecided Status: New ** Changed in: initramfs-tools (Ubuntu) Assignee: (unassigned) => Daniel van Vugt (vanvugt) ** Changed in: initramfs-tools (Ubuntu) Importance: Undecided => Low ** Changed in: initramfs-tools (Ubuntu) Status: New => In

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-15 Thread Daniel van Vugt
I think the delay I'm seeing is a feature of Plymouth, not a bug: "ignoring since we only handle SimpleDRM devices after timeout" As much as I dislike it perpetuating bug 1869655, this feature does prevent bug 2054769 from reoccurring. But this raises the question: is it worth putting i915,

[Touch-packages] [Bug 2057924] Re: Display after a computer sleep

2024-03-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1961508 *** https://bugs.launchpad.net/bugs/1961508 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1961508, so it is being marked as such. Please

[Touch-packages] [Bug 1761382] Re: Unable to connect to ibus: Could not connect: Connection refused

2024-03-14 Thread Daniel van Vugt
Since this bug has expired it would be useful to get a fresh bug report. Please run: ubuntu-bug gnome-shell -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/1761382 Title:

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-14 Thread Daniel van Vugt
Fedora 39: CONFIG_FB_VESA=y CONFIG_FB_EFI=y Ubuntu 24.04: # CONFIG_FB_VESA is not set # CONFIG_FB_EFI is not set In the kernel source, DRM_SIMPLEDRM recommends SYSFB_SIMPLEFB if you want it to work on UEFI and VESA. And we do enable SYSFB_SIMPLEFB whose help text says: > you should still keep

[Touch-packages] [Bug 2057746] Re: 22.04.4 Sounds is cracking and most of the time audio and video is not matching

2024-03-13 Thread Daniel van Vugt
If by "yes" in comment #1 you mean the same issue occurs with wired, then it sounds like there are two separate bugs. Because in comment #2 it sounds like PulseAudio's Bluetooth support was the original problem. And I know other people have reported the same. It's unfortunate that Ubuntu 22.04 was

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-13 Thread Daniel van Vugt
That might explain the strange behaviour I'm seeing where simpledrm doesn't seem to be usable until a few seconds into the boot (maybe not till i915drmfb is mentioned in the log?). /boot/config-6.8.0-11-generic:# CONFIG_FB_EFI is not set It was removed as part of bug 1965303. But I was hoping

[Touch-packages] [Bug 2054851] Re: [radeon] gnome-shell and Xorg both crash with SIGSEGV in radeon_bo_reference()

2024-03-13 Thread Daniel van Vugt
** Bug watch added: Debian Bug tracker #1064123 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064123 ** Also affects: mesa (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064123 Importance: Unknown Status: Unknown -- You received this bug notification

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-13 Thread Daniel van Vugt
Hopefully I'm wrong about the need for all the 'tiny' drivers and simpledrm is in a class of its own. But I'd like to better understand what the backend of simpledrm is and how much we can assume that it will just work(tm). -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-13 Thread Daniel van Vugt
Also hooks/plymouth is equally to blame and needs modifying, as mentioned in comment #49 which I forgot. Looking at my older 6.6 kernel however I'm reminded that some kernels may have the drivers we need in the form of tiny drm (which is the backend for simpledrm??):

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-13 Thread Daniel van Vugt
> * hooks/framebuffer can be totally removed. By chance I was testing on a desktop that has the Nvidia driver installed (though no Nvidia card today, Intel only). Disabling hooks/framebuffer had relatively little impact. In the end it was hooks/framebuffer-nvidia that also needed disabling to

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-13 Thread Daniel van Vugt
** Changed in: initramfs-tools (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1970069 Title: Annoying boot messages interfering

[Touch-packages] [Bug 2057467] Re: my external monitor screen keeps going blank intermittently

2024-03-12 Thread Daniel van Vugt
Thanks for the bug report. This is a common problem and is almost always due to a bad connection or low quality cable. Please try unplugging and replugging the cable at both ends. If that doesn't solve it then please try a different cable. For better performance and reliability on a Lenovo G50-70,

[Touch-packages] [Bug 2056652] Re: Display goes black after time out, even when switched off

2024-03-10 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make Ubuntu better. It sounds like some part of the system has crashed. To help us find the cause of the crash please follow these steps: 1. Run these commands: journalctl -b0 > journal.txt journalctl -b-1 > prevjournal.txt

[Touch-packages] [Bug 2056671] Re: Gnome Shell Screencast does not capture mouse pointer

2024-03-10 Thread Daniel van Vugt
This looks like just bad UI design. The option to include the pointer already exists but it's disabled by default and not obvious because the button looks exactly like the mouse pointer itself (bottom right of the dialog). Please select that option in the screen recorder dialog before starting the

[Touch-packages] [Bug 2056666] Re: [RTL8822CE] i could not able to connect my bluetooth headphone or for context any headphone to my ubuntu machine

2024-03-10 Thread Daniel van Vugt
Please check the headphone is in pairing mode, and try pairing something else like a mouse if you can. I can see only one other bug with the same Bluetooth chip having similar issues: bug 1887968 ** Summary changed: - i could not able to connect my bluetooth headphone or for context any

[Touch-packages] [Bug 2056642] Re: drop down menu appears on another workspace

2024-03-10 Thread Daniel van Vugt
This suggests the menu is an override-redirect X11 window, so perhaps appearing on all workspaces is 'correct' and it is a bug in Firefox. Please also try logging into a Wayland session. ** Package changed: xorg (Ubuntu) => firefox (Ubuntu) ** Changed in: firefox (Ubuntu) Status: New =>

[Touch-packages] [Bug 2056689] Re: Maximized windows often overlap dock after unlock or app startup

2024-03-10 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1961508 *** https://bugs.launchpad.net/bugs/1961508 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1961508, so it is being marked as such. Please

[Touch-packages] [Bug 2056213] Re: Unable to open Software & Updates

2024-03-10 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2053228 *** https://bugs.launchpad.net/bugs/2053228 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 2053228, so it is being marked as such. Please

[Touch-packages] [Bug 2056557] Re: Software & Updates does not currently work in 24.04

2024-03-10 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2053228 *** https://bugs.launchpad.net/bugs/2053228 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 2053228, so it is being marked as such. Please

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-08 Thread Daniel van Vugt
** Changed in: initramfs-tools (Ubuntu) Status: Opinion => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1970069 Title: Annoying boot messages interfering

[Touch-packages] [Bug 2055351] Re: [amdgpu] Firefox and Chromium browser windows are corrupt in Xorg

2024-03-07 Thread Daniel van Vugt
I encountered the same kind of corruption on AMD graphics last night. Using Firefox on Wayland in Ubuntu 24.04. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2055351 Title:

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-07 Thread Daniel van Vugt
Maybe initramfs-tools does still need changing. plymouth-start.service seems to run twice, and I get the feeling only the second instance is actually succeeding in splashing on screen. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-07 Thread Daniel van Vugt
You can test if the above suggestion will work for you by adding these kernel parameters: loglevel=3 fsck.mode=skip -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1970069

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-07 Thread Daniel van Vugt
I've analysed a couple of Noble systems today and don't think initramfs- tools needs improving (although it might not hurt). On both systems, plymouth-start was within 1 second of simpledrm starting (same timestamp), but the bug still occurs. The reasons are: 1. One system actually experiences

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-07 Thread Daniel van Vugt
** Also affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New ** Changed in: initramfs-tools (Ubuntu) Assignee: (unassigned) => Daniel van Vugt (vanvugt) ** Changed in: initramfs-tools (Ubuntu) Importance: Undecided => Medium ** Changed in: initramfs

[Touch-packages] [Bug 2055351] Re: [amdgpu] Firefox and Chromium browser windows are corrupt in Xorg

2024-03-06 Thread Daniel van Vugt
Similar, yes. But we can't treat them as the same bug when one was declared fixed in Firefox in September 2023, and the other declared a problem in Firefox in February 2024. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 2056197] Re: Desktop freezes for 30s to a 1min + Firefox crashes

2024-03-05 Thread Daniel van Vugt
Does the problem occur if Firefox is never opened? Do you find any files in /var/crash ? ** Package changed: xorg (Ubuntu) => ubuntu ** Changed in: ubuntu Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 2055521] Re: Xorg freeze

2024-03-04 Thread Daniel van Vugt
Please open the Additional Drivers app and use it to install an Nvidia driver. Then reboot and tell us if the problem persists. ** Package changed: xorg (Ubuntu) => ubuntu ** Changed in: ubuntu Status: New => Incomplete ** Summary changed: - Xorg freeze + Freeze -- You received this

[Touch-packages] [Bug 2055804] Re: Choosing font

2024-03-04 Thread Daniel van Vugt
This sounds like a per-application bug, but also something we would like gnome-font-viewer to handle. ** Changed in: xorg (Ubuntu) Importance: Undecided => Low ** Summary changed: - Choosing font + Apps can't handle tens of thousands of fonts installed at once ** Package changed: xorg

[Touch-packages] [Bug 2043915] Re: Booting into live session results in try/install page white screen

2024-03-04 Thread Daniel van Vugt
This bug is closed. But also please refrain from reporting multiple different issues at the same time. The current problem with a blank window is being tracked in: https://github.com/canonical/ubuntu-desktop-installer/issues/2418 For everything else, please open new bugs. ** Bug watch added:

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-03 Thread Daniel van Vugt
Noble is now shipping with SimpleDRM enabled in kernel 6.8, so the next step is comment #49 (which would also resolve bug 1869655). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 2055779] Re: software and updates not opening

2024-03-02 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please execute the following command only once, as it will automatically gather debugging information, in a terminal: apport-collect 2055779 When reporting bugs in the future please use apport by using 'ubuntu-

[Touch-packages] [Bug 2054851] Re: [radeon] gnome-shell (and Xorg) crashes with SIGSEGV in radeon_bo_reference()

2024-02-29 Thread Daniel van Vugt
mesa (24.0.2-1ubuntu1) noble; urgency=medium * Merge from Debian. * radeon-fix-gnome-shell-crash.diff: Fix a regression crashing gnome-shell. (LP: #2054851) -- Timo Aaltonen Thu, 29 Feb 2024 09:40:21 +0200 ** Changed in: mesa (Ubuntu) Status: Confirmed => Fix Committed **

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-29 Thread Daniel van Vugt
Also focal (20.04.6) does have the bug now, per comment #23. ** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1970069 Title: Annoying boot messages

[Touch-packages] [Bug 2055351] Re: firefox screen corruption on Athlon 200GE after fresh installation of 22.04.4

2024-02-28 Thread Daniel van Vugt
Bug 2016925 suggests the problem went away in Ubuntu 23.10 ** Changed in: xorg-server (Ubuntu) Status: Incomplete => New ** Tags added: amdgpu ** Summary changed: - firefox screen corruption on Athlon 200GE after fresh installation of 22.04.4 + [amdgpu] Firefox screen corruption on

[Touch-packages] [Bug 2055351] Re: firefox screen corruption on Athlon 200GE after fresh installation of 22.04.4

2024-02-28 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please execute the following command only once, as it will automatically gather debugging information, in a terminal: apport-collect 2055351 When reporting bugs in the future please use apport by using 'ubuntu-

[Touch-packages] [Bug 1914409] Re: fsck integration is not flicker free

2024-02-28 Thread Daniel van Vugt
This bug is currently hidden behind bug 1970069, but I do remember this one. And it still happens on a small minority of machines. It would happen for everyone if we fixed bug 1970069. ** Also affects: plymouth (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-28 Thread Daniel van Vugt
It looks like the above code might not need /dev/console at all. It should be possible to modify it to use a private pipe for fsck's stdout. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-28 Thread Daniel van Vugt
I'm starting to suspect our patch (comment #39) isn't directly to blame for the systemd issue. Disabling or otherwise breaking systemd- fsckd.service doesn't stop fsck output from polluting the console and triggering this bug. Only skipping fsck avoids it. You can skip fsck using 'fastboot' or

[Touch-packages] [Bug 2055257] Re: Xorg freeze

2024-02-28 Thread Daniel van Vugt
Please don't attach crash files to bugs because it's a security risk for yourself. Instead run: ubuntu-bug /var/crash/YOURFILE.crash ** Package changed: xorg (Ubuntu) => ubuntu ** Changed in: ubuntu Status: New => Invalid ** Attachment removed: "_usr_bin_nautilus.1000.crash"

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-27 Thread Daniel van Vugt
** Changed in: systemd (Ubuntu) Status: Won't Fix => In Progress ** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Daniel van Vugt (vanvugt) ** Changed in: systemd (Ubuntu) Importance: Low => Medium -- You received this bug notification because you are a member

[Touch-packages] [Bug 1914409] Re: fsck integration is not flicker free

2024-02-27 Thread Daniel van Vugt
** Tags removed: flickerfree ** Tags added: flickerfreeboot -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1914409 Title: fsck integration is not flicker free Status in

[Touch-packages] [Bug 2055176] Re: Apps crash out when switching windows and using VMWare Horizon

2024-02-27 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make Ubuntu better. It sounds like some part of the system has crashed. To help us find the cause of the crash please follow these steps: 1. Run these commands: journalctl -b0 > journal.txt journalctl -b-1 > prevjournal.txt

[Touch-packages] [Bug 2055153] Re: Xorg freeze

2024-02-27 Thread Daniel van Vugt
Thanks for the bug report. Each time you experience a failed boot followed by a successful boot please run: journalctl -b-1 > failedboot.txt And each time you experience a slow boot please run: journalctl -b0 > slowboot.txt and attach the resulting text files here. ** Summary changed:

[Touch-packages] [Bug 2055037] Re: My screen radomly starts flickering

2024-02-26 Thread Daniel van Vugt
There are lots of amdgpu errors in your system log, so let's start there. ** Tags added: amdgpu ** Package changed: xorg (Ubuntu) => linux-hwe-6.5 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 2055006] Re: Crash

2024-02-25 Thread Daniel van Vugt
CurrentDmesg.txt shows the Nvidia kernel driver crashing, which is probably not helpful. But also... Thank you for taking the time to report this bug and helping to make Ubuntu better. It sounds like some part of the system has crashed. To help us find the cause of the crash please follow these

[Touch-packages] [Bug 2054851] Re: gnome-shell (and Xorg) crashes with SIGSEGV in radeon_bo_reference()

2024-02-25 Thread Daniel van Vugt
** Summary changed: - gnome-shell crashed with SIGSEGV in radeon_bo_reference() + gnome-shell (and Xorg) crashes with SIGSEGV in radeon_bo_reference() ** Tags added: rls-nn-incoming ** Summary changed: - gnome-shell (and Xorg) crashes with SIGSEGV in radeon_bo_reference() + [radeon]

[Touch-packages] [Bug 2054873] Re: Connection to xwayland lost / Xwayland terminated, exiting since it was mandatory

2024-02-25 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make Ubuntu better. It sounds like some part of the system has crashed. To help us find the cause of the crash please follow these steps: 1. Run these commands: journalctl -b0 > journal.txt journalctl -b-1 > prevjournal.txt

[Touch-packages] [Bug 2054859] Re: VNC connection issues with 22.04

2024-02-25 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => gnome-remote-desktop (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/2054859 Title: VNC connection issues with 22.04 Status in

[Touch-packages] [Bug 1922047] Re: Touchpad scrolling is too fast

2024-02-25 Thread Daniel van Vugt
** Tags added: noble -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1922047 Title: Touchpad scrolling is too fast Status in Mozilla Firefox: Fix Released Status in

[Touch-packages] [Bug 2054882] Re: Xorg freeze

2024-02-25 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2054121 *** https://bugs.launchpad.net/bugs/2054121 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 2054121, so it is being marked as such. Please

[Touch-packages] [Bug 2054851] Re: gnome-shell crashed with SIGSEGV

2024-02-25 Thread Daniel van Vugt
Tracking upstream in: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10613 ** Information type changed from Private to Public ** Summary changed: - gnome-shell crashed with SIGSEGV + gnome-shell crashed with SIGSEGV in radeon_bo_reference() ** Package changed: gnome-shell (Ubuntu) => mesa

[Touch-packages] [Bug 2054932] Re: Xorg freeze

2024-02-25 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2054121 *** https://bugs.launchpad.net/bugs/2054121 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 2054121, so it is being marked as such. Please

[Touch-packages] [Bug 2054319] Re: System installed from jammy point release iso cannot upgrade to noble

2024-02-22 Thread Daniel van Vugt
The tracker-extract crash may be bug 1990630 or bug 1962585, because it looks like both fixes haven't made it into jammy yet. But also this bug list probably needs some maintenance: https://bugs.launchpad.net/ubuntu/+source/tracker-miners The gnome-shell crash is now tracked in bug 2054761. --

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-22 Thread Daniel van Vugt
** Tags removed: kinetic lunar ** Tags added: udeng-2004 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1970069 Title: Annoying boot messages interfering with splash

[Touch-packages] [Bug 2054560] Re: Xorg freeze: i915 flips and commits are timing out

2024-02-21 Thread Daniel van Vugt
Next time the problem happens please: 1. Reboot. 2. Run: journalctl -b-1 > prevboot.txt 3. Attach the resulting text file here. ** Summary changed: - Xorg freeze + Xorg freeze: i915 flips and commits are timing out ** Package changed: xorg (Ubuntu) => linux-hwe-6.5 (Ubuntu) ** Changed

[Touch-packages] [Bug 2054319] Re: System installed from jammy point release iso cannot upgrade to noble

2024-02-21 Thread Daniel van Vugt
Please use 'ubuntu-bug' to report each crash file so the robots can analyse and classify them. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/2054319 Title: System

[Touch-packages] [Bug 2053235] Re: Upgrade libwayland to 1.22.0

2024-02-21 Thread Daniel van Vugt
Same for Weston 13.0. But since it's Nvidia asking, maybe we can help some other way? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wayland in Ubuntu. https://bugs.launchpad.net/bugs/2053235 Title: Upgrade libwayland to

[Touch-packages] [Bug 2054517] Re: webkit2gtk renders as corrupt in Raspberry Pi Xorg sessions

2024-02-21 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2037015 *** https://bugs.launchpad.net/bugs/2037015 If it's just appeared in 22.04.4 then Mesa might be to blame, but this looks more likely: https://launchpad.net/ubuntu/+source/webkit2gtk/2.42.5-0ubuntu0.22.04.2 -- You received this bug notification

[Touch-packages] [Bug 2037015] Re: Screen corruption of slides during install on Raspberry Pi 4

2024-02-21 Thread Daniel van Vugt
Same issue in Yelp (the Help app) when in Xorg sessions. So I think this is a webkit2gtk bug that only manifests on Xorg (like our installer/live sessions). Also I have removed the series targets because they were getting cluttered and likely targeting the wrong package anyway. ** Also affects:

[Touch-packages] [Bug 2054517] Re: webkit2gtk renders as corrupt in Raspberry Pi Xorg sessions

2024-02-21 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2037015 *** https://bugs.launchpad.net/bugs/2037015 ** This bug has been marked a duplicate of bug 2037015 Screen corruption of slides during install on Raspberry Pi 4 -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-21 Thread Daniel van Vugt
** Description changed: [ Impact ] Kernel (and systemd) log messages appear during boot for many machines, when the user should be seeing only the BIOS logo and/or Plymouth splash screens. + [ Workaround ] + + On most machines you can hide the problem by using these kernel

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-21 Thread Daniel van Vugt
** Description changed: + [ Impact ] + + Kernel (and systemd) log messages appear during boot for many machines, + when the user should be seeing only the BIOS logo and/or Plymouth splash + screens. + + [ Test Plan ] + + 1. Boot Ubuntu on a number of laptops that have the problem and verify +

[Touch-packages] [Bug 2054517] Re: webkit2gtk renders as corrupt in Raspberry Pi Xorg sessions

2024-02-20 Thread Daniel van Vugt
Maybe it's Mesa's fault. Yelp crashes in: ??? () at /usr/lib/aarch64-linux-gnu/dri/vc4_dri.so ??? () at /usr/lib/aarch64-linux-gnu/dri/vc4_dri.so ??? () at /usr/lib/aarch64-linux-gnu/dri/vc4_dri.so ??? () at /lib/aarch64-linux-gnu/libgbm.so.1 ??? () at

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-19 Thread Daniel van Vugt
Status update: https://lists.freedesktop.org/archives/dri-devel/2024-February/442066.html So once merged, the fix will need to be manually enabled by: FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER_CONDITION = "splash" -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 2054221] Re: GNOME setting GUI bug

2024-02-18 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => gnome-control-center (Ubuntu) ** Summary changed: - GNOME setting GUI bug + Sound settings flicker heavily when choosing output -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in

[Touch-packages] [Bug 2054212] Re: System starts, but monitor on HDMI has no signal

2024-02-18 Thread Daniel van Vugt
Can you test some other desktop environment like GNOME? And try Wayland? At the moment all I can see is that Xorg thinks both monitors are working. So the bug may be Xorg, the amdgpu Xorg driver, XFCE, or the kernel. ** Package changed: xorg (Ubuntu) => xserver-xorg-video-amdgpu (Ubuntu) **

[Touch-packages] [Bug 2054181] Re: Monitor Not Detected when Connected to Belkin Docking Station via DisplayPort on Ubuntu

2024-02-18 Thread Daniel van Vugt
I wonder if the Belkin docking station has enough bandwidth to drive multiple monitors simultaneously. Have you tried unplugging everything from the dock and just plugging in a monitor to the DisplayPort alone? Also next time the bug occurs, please run: journalctl -b0 > journal.txt and attach

[Touch-packages] [Bug 2054121] Re: Random Freezing

2024-02-18 Thread Daniel van Vugt
Thanks for the bug report. I can't yet see any cause for the freezes. Next time it happens please: 1. Note the exact time and date of the freeze. 2. Reboot. 3. Run: journalctl -b-1 > prevboot.txt 4. Attach the resulting text file here along with a note telling us the exact time and date of the

[Touch-packages] [Bug 2054220] Re: GNOME setting GUI bug

2024-02-18 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2054221 *** https://bugs.launchpad.net/bugs/2054221 ** This bug has been marked a duplicate of bug 2054221 GNOME setting GUI bug -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg

[Touch-packages] [Bug 2053235] Re: Upgrade libwayland to 1.22.0

2024-02-15 Thread Daniel van Vugt
** Summary changed: - Upgrade libwayland on ubuntu 22.04.3 LTS + Upgrade libwayland to 1.22.0 ** Also affects: wayland (Ubuntu Noble) Importance: Undecided Status: Invalid ** Also affects: wayland (Ubuntu Mantic) Importance: Undecided Status: New ** Changed in: wayland

[Touch-packages] [Bug 2053278] Re: Xorg freeze

2024-02-15 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make Ubuntu better. It sounds like some part of the system has crashed. To help us find the cause of the crash please follow these steps: 1. Run these commands: journalctl -b0 > journal.txt journalctl -b-1 > prevjournal.txt

[Touch-packages] [Bug 2053235] Re: Upgrade libwayland on ubuntu 22.04.3 LTS

2024-02-15 Thread Daniel van Vugt
** Tags added: jammy -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wayland in Ubuntu. https://bugs.launchpad.net/bugs/2053235 Title: Upgrade libwayland on ubuntu 22.04.3 LTS Status in wayland package in Ubuntu: New

[Touch-packages] [Bug 2053019] Re: Second (external) monitor not active after screen lock

2024-02-13 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => nvidia-graphics-drivers-535 (Ubuntu) ** Also affects: mutter (Ubuntu) Importance: Undecided Status: New ** Summary changed: - Second (external) monitor not active after screen lock + [nvidia] Second (external) monitor not active after screen lock

[Touch-packages] [Bug 1870060] Re: systemd ProtectSystem/mount namespace makes apport fail (impact most of our default system services)

2024-02-13 Thread Daniel van Vugt
This bug has been closed for a few years so please open a new one. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1870060 Title: systemd ProtectSystem/mount namespace

[Touch-packages] [Bug 2052859] Re: Windows go to behind others when clicking with mouse

2024-02-11 Thread Daniel van Vugt
Thanks for the bug report. Please start by removing any local extensions: cd ~/.local/share/gnome-shell/ rm -rf extensions and then log in again. If the problem still happens then while it is happening please run: journalctl -b0 > journal.txt and attach the resulting text file here.

[Touch-packages] [Bug 2052763] Re: i cant able to use dual screen in i7 13th gen of hp pro tower

2024-02-08 Thread Daniel van Vugt
Your "13th Gen Intel(R) Core(TM) i7-13700" is too new for such an old Linux kernel to support the graphics outputs correctly. Please install a newer Ubuntu release such as 22.04.3: https://ubuntu.com/download/desktop ** Package changed: xorg (Ubuntu) => linux-hwe-5.15 (Ubuntu) ** Also affects:

[Touch-packages] [Bug 2052755] Re: CPU spikes observed when playing youtube videos

2024-02-08 Thread Daniel van Vugt
* What web browser are you using? * What is the name of the process using the most CPU? * Maybe unrelated, but your '88x2bu' kernel driver (for USB wifi) seems to be crashing. * Please be sure to only use the 'Additional Drivers' app to install Nvidia drivers because it looks like you might

[Touch-packages] [Bug 2052740] Re: Crossed circle keeps popping up on my screen

2024-02-08 Thread Daniel van Vugt
I think the crossed circle means you're hitting a special key on the keyboard that is assigned to some on-screen display (OSD) function. Please try to identify which key or key combo is causing it. You might also be able to avoid the problem by enabling or disabling the keyboard's Fn-lock (which

[Touch-packages] [Bug 2052492] Re: Pairing: passcode dialogue disappears in <1 second

2024-02-06 Thread Daniel van Vugt
Incomplete: Waiting for the bug to reoccur... It sounds to me like a kernel or hardware problem though, in which the device itself is believed to have disappeared, and so would the dialog. ** Tags added: mantic ** Package changed: bluez (Ubuntu) => ubuntu ** Changed in: ubuntu Status:

[Touch-packages] [Bug 2052470] Re: Alt-backtick does not switch between the same application

2024-02-05 Thread Daniel van Vugt
Please check that this isn't being caused by local extensions. You can remove them by running: cd ~/.local/share/gnome-shell/ rm -rf extensions and then log in again. If the problem persists after that then please run: gnome-extensions list --enabled > extensions.txt and attach the

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-05 Thread Daniel van Vugt
** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: plymouth (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

  1   2   3   4   5   6   7   8   9   10   >