On Wed, 8 Apr 2026 at 11:46, The Wanderer <[email protected]> wrote: > On 2026-04-08 at 03:49, alain williams wrote: > > On Wed, Apr 01, 2026 at 01:47:50PM -0700, Van Snyder wrote: > >> On Wed, 2026-04-01 at 21:51 +0200, M G Berberich wrote:
> >>> In the firefox settings (Hamburger-menu→Settings or > >>> about:preferences): General → Performance > >> > >> Thanks. I found and disabled them. > > > > It is now a week since I also disabled these in Firefox. Before so > > doing I had had a problem every day or few. I think that it is > > reasonable to assume a cause. > > > > A user program should not be able to do this. Who should I report > > this to, a Debian maintainer or direct to the kernel mail list ? > > Based on how I understand matters, the user program (Firefox) is not, in > fact, doing this; it's just the triggering factor. The thing producing > the freeze/crash in cases like this is, from what I understand, > invariably in one of three places: the graphics driver, the GPU > *firmware*, or the userspace graphics stack (between the driver and the > user-facing application). > > So the bug report should go to wherever the code for the component in > question is maintained. [...] Hi, that was all good advice. I'd add that before making a bug report, I'd suggest checking something like: $ sudo journalctl -b -g 'not supported' because if the GPU driver is reporting that certain graphics capabilities are not supported, then the bug would be in the software that attempts to use those capabilities when they aren't available. And if the graphics hardware is old, then response to that bug report is likely to be "if you want that capability, you will need to upgrade your graphics hardware". For example, on this system, I see: [david@kablamm ~]$ sudo journalctl -b -g 'not supported' Apr 08 08:55:21 kablamm kernel: kfd kfd: amdgpu: OLAND not supported in kfd Apr 08 08:55:21 kablamm kernel: amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported Apr 08 08:55:21 kablamm kernel: amdgpu 0000:01:00.0: amdgpu: PCIE atomic ops is not supported

