[Bug 2090868] [NEW] Request for backport of AMD panel brightness resume fix from 6.13 to 24.04 OEM kernel

2024-12-02 Thread Tim Richardson
Public bug reported: I would like to request that this AMD fix be backported to OEM kernels https://github.com/torvalds/linux/commit/4f26c95ffc21a91281429ed60180619bae19ae92 the 6.11 OEM kernel currently leaves display backlight at maximum brightness in conjunction with power-profiles-daemon v0.

[Bug 2085147] Re: Wrong timezone detection (always UTC)

2024-11-08 Thread Tim Richardson
I just built it from source for 24.04 and it fixes the problem, yay. chatgtp gave me step by step instructions on how to do this, after I provided the link to the source page, and it worked first time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

Re: [Bug 2056526] Re: Plymouth's hidden console contains squares instead of bold text on live session shutdown

2024-10-28 Thread Tim Richardson
t; > Title: > Plymouth's hidden console contains squares instead of bold text on > live session shutdown > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/2056526/+subscriptions > > -- Tim Richardson

[Bug 2059738] Re: Kernel 6.8 - Shutdown/Reboot hangs on Noble 24.04

2024-10-28 Thread Tim Richardson
I have this problem on Asus ProArt Creator X670E AM5 (AMD), after a BIOS update and CPU upgrade. Disabling plymouth (SPLASH) and the TPP hardware makes no difference. The 6.8, 6.11 OEM kernel and latest liquorix 6.11 all show this problem. Occasionally it will reboot or shutdown, maybe 5% of the

[Bug 2056526] Re: Plymouth's hidden console contains squares instead of bold text on live session shutdown

2024-10-22 Thread Tim Richardson
There might be a race condition. The modified script below allows the bold fonts to display: The difference is the ExecStart=- /bin/sleep 1 A value of 0.1 means the bold fonts do not render a long delay (say 5s) changes in a bad way the shutdown process. The messages stop with complaints about

[Bug 2056526] Re: Plymouth's hidden console contains squares instead of bold text on live session shutdown

2024-10-21 Thread Tim Richardson
Upstream can reproduce it (with a kubuntu live boot) , they say it is "weird" and guess: "On shutdown, label-pango is always loaded before switching the file system, but the font is loaded only when you hit the Esc key. Once the root file system is unmounted, label-pango no longer able to access sy

[Bug 2056526] Re: Plymouth's hidden console contains squares instead of bold text on live session shutdown

2024-10-20 Thread Tim Richardson
In https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/152 which relates to https://bugs.launchpad.net/bugs/1942987 reference above, there was a comment from upstream: "we ship a script plymouth-populate-initrd upstream that copies all the necessary files if you can hook into that." I men

[Bug 2056526] Re: Plymouth's hidden console contains squares instead of bold text on live session shutdown

2024-10-20 Thread Tim Richardson
PS on this same install, I also see this very recently, but I assumed it was related to a BIOS update in preparation for CPU upgrade: [this is pasted from http://iso.qa.ubuntu.com/qatracker/reports/bugs/2056526] Boxes that ended with black screen & cursor/underscore (static/not-blinking) - dell

[Bug 2056526] Re: Plymouth's hidden console contains squares instead of bold text on live session shutdown

2024-10-20 Thread Tim Richardson
I am seeing this in Ubuntu 24.04.1, in an actual install on a workstation with amd graphics and four monitors, but not on another installs. The problem occurs: a) only in shutdown messages b) only in the default bgrt theme c) does not happen in other themes I have tried: spinner, ubuntu-gnome-logo

[Bug 2084952] Re: systemd console messages at shutdown corrupted by plymouth

2024-10-18 Thread Tim Richardson
Could be https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/233 [Closed] ** Bug watch added: gitlab.freedesktop.org/plymouth/plymouth/-/issues #233 https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/233 -- You received this bug notification because you are a member of Ubuntu

[Bug 2084952] [NEW] systemd console messages at shutdown corrupted by plymouth

2024-10-18 Thread Tim Richardson
Public bug reported: On shutdown, user can escape splash screen and view console logs with the ESC key. With the default Ubntu plymouth theme, this breaks rendering of systemd messages, making them unreadable. Other console messages are not affected. I will upload a screen shot. This is repor

[Bug 2084952] Re: systemd console messages at shutdown corrupted by plymouth

2024-10-18 Thread Tim Richardson
Screen shot of console when using default plymouth theme and ESC to view messages ** Attachment added: "image of shutdown screen" https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/2084952/+attachment/5829661/+files/PXL_20241018_231733721.jpg -- You received this bug notification becaus

[Bug 2079924] Re: Could not determine the upgrade An unresolvable problem occurred while calculating the upgrade

2024-09-08 Thread Tim Richardson
this is not a bug. It's telling you to undo packages added by a ppa before the upgrade. ppas can introduce versions and dependencies not expected by the upgrader, so it's warning you now rather than risking a broken update. the ppa-purge command will do that for you and most of the time it work

Re: [Bug 2061687] Re: Snapshot doesn't work until camera is unplugged and plugged back in

2024-08-11 Thread Tim Richardson
a > duplicate bug report (2065288). > https://bugs.launchpad.net/bugs/2061687 > > Title: > Snapshot doesn't work until camera is unplugged and plugged back in > > To manage notifications about this bug go to: > https://bugs.launchpad.net/oem-priority/+bug/2061687/+subscrip

[Bug 2045820] Re: firefox snap .desktop missing StartupWMClass

2024-08-08 Thread Tim Richardson
thanks this works for me, thanks for this. Probably an example for all the other snaps and appimages out there with the same problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2045820 Title: fi

Re: [Bug 2073214] Re: hugepages causes permissions error [apparmor profile]

2024-07-22 Thread Tim Richardson
might be more > appropriate for such code (which now is much easier to understand). > > @JJ - how should we guard correctly in apparmor to allow usage of for > anonymous via memfd_create as allocation backend files? > > ** Also affects: apparmor (Ubuntu) >Importa

[Bug 2073214] Re: hugepages causes permissions error [apparmor profile]

2024-07-20 Thread Tim Richardson
after enabling audit.log I get this message when the profile is in enforce mode type=AVC msg=audit(1721533808.319:1238): apparmor="DENIED" operation="truncate" class="file" profile="libvirt-465a6629-3167-43fc-93da-4c7ef837d863" name="/" pid=37291 comm="qemu-system-x86" requested_mask="w" denied

[Bug 2073214] Re: hugepages causes permissions error [apparmor profile]

2024-07-20 Thread Tim Richardson
One workaround is to do aa-complain /etc/apparmor.d/libvirt/libvirt- You may need to touch /etc/apparmor.d/libvirt/libvirt-.files because the .files may not be present, it is created and removed dynamically by libvirt Another workaround is to (accidentally) break the apparmor profile so it can

[Bug 2073214] Re: hugepages causes permissions error [invalid, page pool too small]

2024-07-19 Thread Tim Richardson
(earlier I had disabled apparmor while investigating another problem but I forgot that I did this, sorry) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073214 Title: hugepages causes permissions er

[Bug 2073214] Re: hugepages causes permissions error [invalid, page pool too small]

2024-07-19 Thread Tim Richardson
I want to reopen this. I think there is an apparmor problem. Here is how to reproduce: I made a new Ubuntu 24.04 desktop to an external drive on my AMD laptop. I did all suggested updates, set up virt-manager and installed hugeadm Then I download the image for the 24.04 server and installed it

[Bug 2073214] Re: hugepages causes permissions error [invalid, page pool too small]

2024-07-19 Thread Tim Richardson
** Changed in: libvirt (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073214 Title: hugepages causes permissions error [invalid, page pool too small] To manag

[Bug 2073214] Re: hugepages causes permissions error [invalid, page pool too small]

2024-07-18 Thread Tim Richardson
I can't work out the process owning the reserved pages. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073214 Title: hugepages causes permissions error [invalid, page pool too small] To manage noti

Re: [Bug 2073442] Re: Failed to autostart VM: cannot open directory '/dev/dri': No such file or directory

2024-07-18 Thread Tim Richardson
1:36 black dnsmasq[9079]: read /etc/hosts - 8 names Jul 18 20:31:36 black dnsmasq[9079]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 names Jul 18 20:31:36 black dnsmasq-dhcp[9079]: read /var/lib/libvirt/dnsmasq/default.hostsfile On Thu, 18 Jul 2024 at 20:27, Tim Richardson wrote: > T

Re: [Bug 2073442] Re: Failed to autostart VM: cannot open directory '/dev/dri': No such file or directory

2024-07-18 Thread Tim Richardson
m/mailman/listinfo/libvir-list > > P.S. @Sergio who usually looks at these - sorry for stealing those > interesting cases in my morning, bad timezone luck for you :-P. Do not > be concerned, you might deal with is long enough down the road :-) > > ** Bug watch added: github.com/sy

[Bug 2073442] [NEW] Failed to autostart VM: cannot open directory '/dev/dri': No such file or directory

2024-07-17 Thread Tim Richardson
Public bug reported: After upgrading from 22.04 to 24.04, a VM set to autostart is no longer starting. service status indicates the problem is /dev/dri not existing. tim@black:~$ systemctl status libvirtd ○ libvirtd.service - libvirt legacy monolithic daemon Loaded: loaded (/usr/lib/system

[Bug 2073214] Re: hugepages causes permissions error

2024-07-16 Thread Tim Richardson
** Changed in: libvirt (Ubuntu) Status: Incomplete => Invalid ** Summary changed: - hugepages causes permissions error + hugepages causes permissions error [invalid, page pool too small] -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 2073214] Re: hugepages causes permissions error

2024-07-16 Thread Tim Richardson
r full guest-config in regard to memory > - hugeadm --list-all-mounts > - journalctl -f while starting the guest > - grep -i huge /proc/meminfo > > ** Changed in: libvirt (Ubuntu) >Status: New => Incomplete > > -- > You received this bug notification because

[Bug 2073214] Re: hugepages causes permissions error

2024-07-15 Thread Tim Richardson
When I reboot I see a directory libvirt and then libvert/qemu tim@black:/dev/hugepages$ tree -pug [drwxrwx--t root hugetlb ] . └── [drwxr-xr-x root root] libvirt └── [drwxr-xr-x root root] qemu 3 directories, 0 files -- You received this bug notification because you a

[Bug 2073214] Re: hugepages causes permissions error

2024-07-15 Thread Tim Richardson
** Description changed: Today I upgraded from 22.04 to 24.04 + + 10.0.0-2ubuntu8.2 + I have a VM with 16GB of hugepages allocated to it. This no longer works. I can not defeat the virtual machine start up error (from virtual manager): Error starting domain: internal error

[Bug 2073214] [NEW] hugepages causes permissions error

2024-07-15 Thread Tim Richardson
Public bug reported: Today I upgraded from 22.04 to 24.04 10.0.0-2ubuntu8.2 I have a VM with 16GB of hugepages allocated to it. This no longer works. I can not defeat the virtual machine start up error (from virtual manager): Error starting domain: internal error: QEMU unexpectedly closed th

[Bug 2073210] [NEW] 22.04 -> 24.04, pkg virtiofsd was not installed

2024-07-15 Thread Tim Richardson
Public bug reported: I upgraded 22.04 to 24.04 today on a workstation PC which runs VMs managed by virtual-manager VMs using the "hardware device" filesystem did not start. The package virtiofsd needed to be installed. Has this been split into a separate package from some other package in 24.04

[Bug 2068789] Re: VA-API not available to VLC .deb (flatpak works) in 24.04

2024-06-08 Thread Tim Richardson
** Description changed: I have hardware decoding working with mpv, evidence is nvtop. Hardware is AMD 7840U igpu. - test file is a vp9 encoding. + test file is a vp9 encoding. - vlc .deb does not show VA-API has a decoding option + vlc .deb does not show VA-API as a decoding option - How

[Bug 2068789] [NEW] VA-API not available to VLC .deb (flatpak works) in 24.04

2024-06-07 Thread Tim Richardson
Public bug reported: I have hardware decoding working with mpv, evidence is nvtop. Hardware is AMD 7840U igpu. test file is a vp9 encoding. vlc .deb does not show VA-API has a decoding option However, the flatpak package works. The snap package does not work. Ubuntu 24.04 This was reported

[Bug 2061584] Re: Rendering issues in VirtualBox with 3d on (GTK ngl backend)

2024-06-05 Thread Tim Richardson
the rendering problem is identical when using virt-manager with the virtio video driver with open gl 3D accel enabled. persists even in latest kisak fresh mesa. workaround is export GSK_RENDERER=gl in ~/.profile or where ever you set your environment variables. -- You received this bug notific

[Bug 2061118] Re: Rendering issues in virtual machines (GTK ngl backend)

2024-05-23 Thread Tim Richardson
Please note that for virtio/virt-manager, setting this envionment variable in ~/.profile may be a workaround. export GSK_RENDERER=gl this at least fixes Files -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 2061118] Re: Rendering issues in virtual machines (GTK ngl backend)

2024-05-23 Thread Tim Richardson
This affects qemu/kvm too. On vanilla 22.04 host, gtk4 apps (e.g. Files) from 24.04 do not render properly (with 3D/openGL enabled) via virt-manager mesa in the 24.04 guest is 24.0.5-1 Fedora 40 guest with all updates has the same problem (open files apps and view files in list view, for examp

[Bug 2058227] Re: Crash during upgrade from Mantic to Noble due to Python 3.12

2024-05-14 Thread Tim Richardson
the issues in Comment #10 appear to be closed, and they are not mentioned anyway on https://discourse.ubuntu.com/t/noble-numbat-24-04-release-status-tracking/44043 so it is confusing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2061687] Re: Snapshot doesn't work until camera is unplugged and plugged back in

2024-05-13 Thread Tim Richardson
For me the fix included the new version of pipewire (now released in 24.04) AND adding my user to the video group -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061687 Title: Snapshot doesn't work

[Bug 2060390] Re: Snapshot No Camera Found

2024-05-10 Thread Tim Richardson
I confirm the findings of @corradoventu : fixing this requires both pipewire1.0.5-1 AND adding my user to group video. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060390 Title: Snapshot No Camera

[Bug 2065288] Re: gnome 46 camera app requires systemctl --user restart pipewire

2024-05-09 Thread Tim Richardson
*** This bug is a duplicate of bug 2061687 *** https://bugs.launchpad.net/bugs/2061687 ** This bug has been marked a duplicate of bug 2061687 Snapshot doesn't work until camera is unplugged and plugged back in -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 2065288] Re: gnome 46 camera app requires systemctl --user restart pipewire

2024-05-09 Thread Tim Richardson
** Package changed: ubuntu => pipewire (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065288 Title: gnome 46 camera app requires systemctl --user restart pipewire To manage notifications a

[Bug 2065288] [NEW] gnome 46 camera app requires systemctl --user restart pipewire

2024-05-09 Thread Tim Richardson
Public bug reported: In ubuntu 24.40 the camera app will not see my laptop camera until I do this: systemctl --user restart pipewire this is required in every log in. The camera problem also affects other usage, such as using the laptop camera in google meet via firefox. It is probably a pipe

[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c

2024-04-08 Thread Tim Richardson
@sbeattie I tested the package you built for 22.04 and it fixes the problem for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060354 Title: Segfaults and assertion failures in Xorg's render/gly

[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c

2024-04-08 Thread Tim Richardson
@sbeattie It's broken in mantic too. In xwayland, the window dies. in xorg, the session crashes, badly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060354 Title: Segfaults and assertion failures

[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c

2024-04-08 Thread Tim Richardson
Yeah, for me it crashed 100% of the time with no changes, and removing a configuration file (which among other things removed my non-default preference for grayscale antialias) completely stopped the crashing. This is in a kvm/qemu VM. So from my perspective, and from a few others users, it looks l

[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c

2024-04-08 Thread Tim Richardson
for what it's worth, JetBrains bug reports find that the problem is triggered by requesting grayscale anti-aliasing. https://youtrack.jetbrains.com/issue/IDEA-350864/Idea.sh-abort-X-window -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1971434] Re: Display powersave only blanks, but does not turn off

2024-03-16 Thread Tim Richardson
I use the wayland session. I sort of have this bug. The screens do power off, but then the backlights resume. It is still a blank screen -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971434 Title:

[Bug 1974268] [NEW] Does this package conflict with systemd oom?

2022-05-19 Thread Tim Richardson
Public bug reported: Ubuntu now defaults to systemd oom handling. Is there a way to warn an upgrade user who has earlyoom installed that the two are in conflict (assuming that they are). ** Affects: earlyoom (Ubuntu) Importance: Undecided Status: New -- You received this bug not

[Bug 1971112] Re: File picker gets bigger more and more each time!

2022-05-05 Thread Tim Richardson
I see this in the xorg session in the flatpak firefox save downloads dialog, for instance. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971112 Title: File picker gets bigger more and more each tim

[Bug 1958267] Re: "Connection failed" for WPA Enterprise network (e.g. eduroam)

2022-05-01 Thread Tim Richardson
see also https://bugzilla.redhat.com/show_bug.cgi?id=2072070 for lengthy discussion. ** Bug watch added: Red Hat Bugzilla #2072070 https://bugzilla.redhat.com/show_bug.cgi?id=2072070 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1967437] Re: does not detect battery discharge 22.04 beta thinkpad x1 g9

2022-04-01 Thread Tim Richardson
Sorry, out of habit I installed the snap. The .deb works fine, so I am using that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1967437 Title: does not detect battery discharge 22.04 beta thinkpad

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

2022-04-01 Thread Tim Richardson
Ubuntu 22.04. I still have this problem intel-media-va-driver 22.3.0 tigerlake laptop $ apt-cache show intel-media-va-driver Package: intel-media-va-driver Architecture: amd64 Version: 22.3.0+dfsg1-1 tim@ochre:~$ vainfo libva info: VA-API version 1.14.0 libva info: Trying to open /usr/lib/x86_

[Bug 1967437] [NEW] does not detect battery discharge 22.04 beta thinkpad x1 g9

2022-03-31 Thread Tim Richardson
Public bug reported: On Tigerlake Thinkpad X1, ubuntu 22.04 beta powerstat -d 0 reports Device is not discharging, cannon measure power usage. this worked previously, including with the snap installed on Fedora 35 kernel is 5.15.0-23-generic ** Affects: powerstat (Ubuntu) Importance: Und

[Bug 1952107] Re: Google Contacts API Deprecated

2022-01-19 Thread Tim Richardson
** Tags removed: verification-needed-impish ** Tags added: verification-done-impish -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1952107 Title: Google Contacts API Deprecated To manage notificatio

[Bug 1952107] Re: Google Contacts API Deprecated

2022-01-19 Thread Tim Richardson
(... Ubuntu 21.10) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1952107 Title: Google Contacts API Deprecated To manage notifications about this bug go to: https://bugs.launchpad.net/evolution-dat

[Bug 1952107] Re: Google Contacts API Deprecated

2022-01-19 Thread Tim Richardson
I used proposed-updates today to get the latest evolution, and contact sync works again. So 3.40.4-1ubuntu2 works. (amd64 arch) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1952107 Title: Google

[Bug 1938096] Re: [Lenovo X1 Carbon 9th] [SYNA8009:00 06CB:CE57] touchpad lagging after resume from suspend

2021-09-04 Thread Tim Richardson
I have this laptop. Bug happens on S3 suspend, much better on modern standby (once it took two minutes or so for the touchpad to resume, every other time it has worked). Modern suspend does not use much battery. Mine slept for 8:20h last night and the battery percentage declined from 96% to 94%.

Re: [Bug 1396379] Re: installer uses first EFI system partition found even when directed otherwise

2021-08-31 Thread Tim Richardson
It doesn't corrupt boots. It's inconvenient. On Wed, 1 Sept 2021, 15:31 martin, <1396...@bugs.launchpad.net> wrote: > This sounds like a massive, GIGANTIC bug which is corrupting people's > boot setups. It's a wonder that it hasn't been fixed after SEVEN YEARS. > > -- > You received this bug noti

[Bug 1927767] Re: All apps crashed in my X11 session, then terminal console crashed, reboot failed

2021-05-16 Thread Tim Richardson
No data available from (1) or (2) and the problem has not reoccurred. I have commented line 23 of crashdb.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1927767 Title: All apps crashed in my X11

[Bug 1927767] [NEW] All apps crashed in my X11 session, then terminal console crashed, reboot failed

2021-05-07 Thread Tim Richardson
Public bug reported: The reboot failed with many services that could not stop. I think there may have been a crash in the network stack. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: linux-image-5.11.0-16-generic 5.11.0-16.17 ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12 Uname

[Bug 1926289] Re: pdfarranger TypeError: only pages can be inserted

2021-05-02 Thread Tim Richardson
The flathub version is fixed too. Please see upstream bug report https://github.com/pdfarranger/pdfarranger/issues/478 which is closed as fixed in new release. ** Bug watch added: github.com/pdfarranger/pdfarranger/issues #478 https://github.com/pdfarranger/pdfarranger/issues/478 -- You recei

[Bug 1925989] Re: after upgrade to 21.04, zram only 1 device of 256MB on 64 GB system

2021-04-23 Thread Tim Richardson
Update. I had zram-tools installed as well. Or at least, I have it after the upgrade to 21.04 I removed it and zram-config, and reinstalled zram-config, and it works fine. However, this still doesn't make much sense: if they were both installed previously, why did it stop working? I stepped thr

[Bug 1925989] [NEW] after upgrade to 21.04, zram only 1 device of 256MB on 64 GB system

2021-04-23 Thread Tim Richardson
Public bug reported: Under 20.10, my machine of 64GB had 8 zram devices of 2GB each. After the 21.04 upgrade, zram was still configured, but now with one 1 device of 256MB. dpkg-reconfigure did not fix this purge and reinstall did not fix this. $ cat /proc/swaps Filename

Re: [Bug 1396379] Re: installer uses first EFI system partition found even when directed otherwise

2021-03-07 Thread Tim Richardson
otherwise > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1396379/+subscriptions > -- Tim Richardson -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

Re: [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2021-03-05 Thread Tim Richardson
//bugs.launchpad.net/bugs/1816497 > > Title: > [snap] vaapi chromium no video hardware decoding > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1816497/+subscriptions > -- Tim Richardson -- You received this

Re: [Bug 1396379] Re: installer uses first EFI system partition found even when directed otherwise

2021-01-29 Thread Tim Richardson
t; To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1396379/+subscriptions > -- Tim Richardson -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1736222] Re: speech-dispatcher distorts all sound

2020-11-22 Thread Tim Richardson
I just installed Ubuntu 20.10 on a machine that was running Pop!os 20.04 and 20.10 (a fairly new AMD Ryzen desktop system, different to the machine I had the problem on earlier, which was a laptop). Not 24 hours later, this problem again. I thought there was something wrong with Team app ('bloody m

[Bug 1736222] Re: speech-dispatcher distorts all sound

2020-08-28 Thread Tim Richardson
My sound control panel reports three speech-dispatcher entries in Volume Levels. I don't know why. My session is about two days old and I haven't had any instance of distortion, so the workaround referred to in my previous comment, a config change, may be a good idea for package maintainers to imp

[Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2020-08-25 Thread Tim Richardson
If you want to test this, force YouTube to serve H264, which your card supports judging by the vainfo results. A 4k 60fps YouTube video won't be in a codec your hardware can handle, I guess. There are 'h264ify' extensions for Chromium. -- You received this bug notification because you are a membe

[Bug 1736222] Re: speech-dispatcher distorts all sound

2020-08-22 Thread Tim Richardson
I will try this workaround/config change: https://github.com/brailcom/speechd/issues/198#issuecomment-619605269 ** Bug watch added: github.com/brailcom/speechd/issues #198 https://github.com/brailcom/speechd/issues/198 -- You received this bug notification because you are a member of Ubuntu B

[Bug 1736222] Re: speech-dispatcher distorts all sound

2020-08-22 Thread Tim Richardson
This bug started affecting me in the past week although I've been on 20.04 since launch. I have removed the packages including orca. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736222 Title: spee

[Bug 1878279] Re: Touchpad not recognized on Lenovo Ideapad 5 14IIL05 81YH

2020-08-05 Thread Tim Richardson
device is an IdeaPad 5 14 (14ARE05) with a Ryzen 5 4600 Now on kernel 5.8 observation is that the touchpad sometimes doesn't work. So far, shutdown and remove AC then restart fixes it every time. This was true on 5.7 too. Something goes wrong with hardware initialisation? -- You received this b

[Bug 1881319] Re: Touchpad not recognized Lenovo IdeaPad 5 15ARE05 (probably falsely as touch panel)

2020-07-11 Thread Tim Richardson
@olepet I have 14ARE05 too, same symptoms. It seems the hardware is different, we need a new bug. I see no elan modules loaded. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1881319 Title: Touchpad

[Bug 1872159] Re: booting with splash hangs when external monitors are connected (pure intel 8th gen laptop)

2020-06-21 Thread Tim Richardson
I tested this today, and with HDMI connection, I no longer have the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1872159 Title: booting with splash hangs when external monitors are connect

[Bug 1876636] Re: 20.04 Freeze on startup when HDMI plugged in

2020-06-08 Thread Tim Richardson
*** This bug is a duplicate of bug 1872159 *** https://bugs.launchpad.net/bugs/1872159 ** This bug is no longer a duplicate of bug 1874194 Ubuntu 20.04 HDMI connected, no boot ** This bug has been marked a duplicate of bug 1872159 booting with splash hangs when external monitors are conn

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-06-08 Thread Tim Richardson
*** This bug is a duplicate of bug 1872159 *** https://bugs.launchpad.net/bugs/1872159 ** This bug has been marked a duplicate of bug 1872159 booting with splash hangs when external monitors are connected (pure intel 8th gen laptop) -- You received this bug notification because you are a

[Bug 1844641] Re: Login screen not keyboard accessible after using NoMachine

2020-06-03 Thread Tim Richardson
I experience this in 20.04 as well: remote session with Workstation, after termination the greeter on this host does not respond to the mouse. The keyboard allows access to virtual terminals and ctrl-alt- delete reboots. Hopefully nomachine has an answer. -- You received this bug notification be

Re: [Bug 1396379] Re: installer uses first EFI system partition found even when directed otherwise

2020-05-10 Thread Tim Richardson
You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1396379 > > Title: > installer uses first EFI system partition found even when directed > otherwise > > To manage notifications about this bug go to: > >

[Bug 1765363] Re: prime-select intel is not powering off the nvidia card

2020-05-03 Thread Tim Richardson
@vasyl: thanks, good comment. It pays to RTFM, apparently. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765363 Title: prime-select intel is not powering off the nvidia card To manage notification

[Bug 1749779] Re: System freeze when going back and forth fullscreen mode with Firefox

2020-05-03 Thread Tim Richardson
For me in 20.04, bug is definitely still present. I have earlyoom active, and 32 gb a few seconds of "freeze" (which is not really a freeze) earlyoom activates and nukes a few things, including Firefox, which brings back interactive response. It also killed Chrome and Remmina, which was irritat

[Bug 1872159] Re: booting with splash hangs when external monitors are connected (pure intel 8th gen laptop)

2020-04-14 Thread Tim Richardson
PS there is no text at all, the process gets as far as the spinning icon and stops. I don't see the fsck check start. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1872159 Title: booting with splash

[Bug 1872159] Re: booting with splash hangs when external monitors are connected (pure intel 8th gen laptop)

2020-04-14 Thread Tim Richardson
Hi Sebastien, my most recent attachment #11 is from a failed boot. When it gets stuck, I get no keyboard response from Esc, ctrl-C. I don't think it is possible to log in to virtual terminals at this point in the boot, but if I try, I can get to a blank screen, which after a few seconds jumps bac

[Bug 1872159] Re: booting with splash hangs when external monitors are connected (pure intel 8th gen laptop)

2020-04-13 Thread Tim Richardson
I have been trying to work out how to log a failed session with plymouth debug messages. I finally succeeded, it is attached. Note that at the end of log file, it goes into suspend. That was me trying to power off the machine, and not holding the button long enough. It actually suspends and resu

[Bug 1872159] Re: booting with splash hangs when external monitors are connected (pure intel 8th gen laptop)

2020-04-13 Thread Tim Richardson
I have been investigating other bug reports. I can't find anything that helps my very much, but I did note references to timing. It is very puzzling why I don't have problems when booting from the installation to an external drive. That drive is actually a USB stick (ext4 formatted). My internal ss

[Bug 1872159] Re: booting with splash hangs when external monitors are connected (pure intel 8th gen laptop)

2020-04-12 Thread Tim Richardson
I installed 20.04 beta on a usb drive on the same machine, and reinstalled packages to resemble my main install as closely as possible. The bug does not occur when booting from the usb drive. The most significant difference I can think of is that the main install is on an lvm partition (unencry

[Bug 1872159] Re: booting with splash hangs when external monitors are connected (pure intel 8th gen laptop)

2020-04-11 Thread Tim Richardson
** Attachment added: "boot messages with plymouth debugging messages" https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1872159/+attachment/5352286/+files/journal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1872159] Re: booting with splash hangs when external monitors are connected (pure intel 8th gen laptop)

2020-04-11 Thread Tim Richardson
** Summary changed: - booting with splash hangs when external monitors are connected (pure intel laptop) + booting with splash hangs when external monitors are connected (pure intel 8th gen laptop) ** Description changed: + I think this is a problem with the splash boot loader. This problem is

[Bug 1872159] Re: booting with splash hangs when external monitors are connected (pure intel laptop)

2020-04-11 Thread Tim Richardson
** Summary changed: - booting with splash hangs when external monitors are connected + booting with splash hangs when external monitors are connected (pure intel laptop) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1872159] Re: booting with splash hangs when external monitors are connected

2020-04-11 Thread Tim Richardson
** Attachment added: "journalctl -b-1 > journal.txt" https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1872159/+attachment/5351782/+files/journal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1872159] Re: booting with splash hangs when external monitors are connected

2020-04-11 Thread Tim Richardson
** Attachment added: "journalctl -b0 > journal.txt" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1872159/+attachment/5351769/+files/journal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1871641] Re: Ubuntu never finishes booting: A start job is running for Hold until boot process finishes up (3min 7s / no limit)

2020-04-11 Thread Tim Richardson
What happens if you edit /etc/default/grub to remove splash as a setting (that is, boot without plymouth). I was having similar problems to you, also with log message saying job was on hold. I did not wait beyond 3 minutes. In my case, this only happens if an external monitor is connected at boo

[Bug 1872159] Re: booting with splash hangs when external monitors are connected

2020-04-11 Thread Tim Richardson
** Also affects: plymouth (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/1872159 Title: booting with splash hangs when external monitors are conne

[Bug 1872159] Re: booting with splash hangs when external monitors are connected

2020-04-10 Thread Tim Richardson
boot.log could not be attached by the report tool, I added it manualy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1872159 Title: booting with splash hangs when external monitors are connected To

[Bug 1872159] [NEW] booting with splash hangs when external monitors are connected

2020-04-10 Thread Tim Richardson
Public bug reported: I think this is a problem with the splash boot loader. I have installed 20.04 to this laptop. Clean install, not an upgrade. When booting from the install, the greeter screen is never reached if external monitors are connected at startup. I get the spinning ubuntu logo, and

[Bug 1716857] Re: nvidia-drm.modeset=1, gdm3 and optimus laptop results in no external monitors detected by Xorg, Pop!OS fix works.

2020-03-05 Thread Tim Richardson
@Alberto, couldn't prime-select do this when going into hybrid or Optimus mode? Only users with nvidia hybrid graphics would go down this logic path, and they are only ones who need the fix (but only if they are using gdm3, sddm and lightdm continue to be unaffected by this) The set of users who "

[Bug 1856653] Re: CVE-2019-0154 caused major power problem, pls backport upstream's fix

2020-02-27 Thread Tim Richardson
not 'a fix', the intel maintainer's 5.4 patch has been applied by the ubuntu devs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1856653 Title: CVE-2019-0154 caused major power problem, pls backport

[Bug 1856653] Re: CVE-2019-0154 caused major power problem, pls backport upstream's fix

2020-02-27 Thread Tim Richardson
Confirming that a fix has been backported to 20.04, currently in the proposed kernel. I'm testing it, the power usage is great. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1856653 Title: CVE-2019-

[Bug 1716857] Re: nvidia-drm.modeset=1, gdm3 and optimus laptop results in no external monitors detected by Xorg

2020-02-27 Thread Tim Richardson
This bug persists in 20.04 daily. The one-line Pop!OS solution (https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1716857/comments/26) works, just logout and login. Pop!OS has used this for several releases now, just saying. ** Summary changed: - nvidia-drm.modeset=1, gdm3 and optimus lap

[Bug 1856653] Re: CVE-2019-0154 caused major power problem, pls backport upstream's fix

2020-02-13 Thread Tim Richardson
Also, please note the upstream bug discussion also includes patches for 5.4 It seems that 5.4 is destined for 20.04. So far 5.4 upstream is still using the first release of this patch, which means 5.4 has the i915 RC6 bug. 5.4 is a LTS kernel bug so it strange to me, but please, I hope you can co

[Bug 1856653] Re: CVE-2019-0154 caused major power problem, pls backport upstream's fix

2020-02-12 Thread Tim Richardson
Yes, that little patch applies cleanly to every 5.3 hwe build I've done (about five I'd say) To be clear: diff --git a/drivers/gpu/drm/i915/gt/intel_lrc.c b/drivers/gpu/drm/i915/gt/intel_lrc.c index 82b7ace62d97..b18f281d5d12 100644 --- a/drivers/gpu/drm/i915/gt/intel_lrc.c +++ b/drivers/gpu/drm

  1   2   3   4   >