Chromium causes system hang on certain pages #3676
Replies: 6 comments 6 replies
|
I have the same issue. I have a 5900x, RTX 2060 super, 32GB of ram. Your example page hangs for me too. |
|
Update: |
|
Hey, I had a similar issue with flickering pages on some websites and hanging videos. Doing some research this was a nvidia graphics rendering issue for me. Updating the limine config with this line fixed everything for me: cmdline: quiet splash root=PARTUUID=<puuid> zswap.enabled=0 rw rootfstype=btrfs nvidia-drm.modeset=1 nvidia.NVreg_PreserveVideoMemoryAllocations=1 |
|
I hit a very similar Chromium issue on Omarchy (tab becomes unusable when scrolling past embedded video / background video; jittery loop, sometimes looks like it’s about to hang). What fixed it for me was forcing Chromium to run under XWayland (X11) instead of native Wayland. Test (temporary, safe profile): pkill chromium
chromium --user-data-dir=/tmp/chromium-x11-test --ozone-platform=x11 "<problem-url>"If that fixes it, make it permanent (Arch/Omarchy supported): printf '%s\n' '--ozone-platform=x11' > ~/.config/chromium-flags.conf
pkill chromium
chromium(For Google Chrome the equivalent is This kept everything smooth for me. Might help others reproduce/confirm it’s a Wayland+Chromium path issue. |
|
It only happens to me when there is a floating logo in the video, I think that is a feature that the uploader of the youtube video can enable, Only video that have the floating icon in the video hangs for me on the latest omarchy and chromium Example this: https://www.youtube.com/watch?v=nwSFuWOoJNg&t=8s&pp=0gcJCaIKAYcqIYzv |
|
I am using Brave and resolved this by turning off: Settings > System > Use graphics acceleration when available. |
Uh oh!
There was an error while loading. Please reload this page.
System details
AMD Ryzen 9 5900x, NVIDIA RTX 3080, 32GB RAM, Omarchy 3.2.1
What's wrong?
Having a hard time narrowing this down due to the nature of the issue, but I have found at least one site that I can repro with 100% of the time: https://www.microsoft.com/en-us/surface/devices/surface-laptop
Essentially, with some pages, I get severe performance degradation--stutters and whatnot. I've noticed on X, I see a lot of video stutter and/or flickering. Eventually, the page tab will hang, and any other tabs with video will hang, before eventually crashing (also slowing the whole system down in the process). In some more extreme cases, the whole system will just hang outright unless I close the tabs in question.
The page I listed above immediately hangs on load, and if left running has caused my whole system to hang, requiring a hard reset via power button.
I've seen somewhat related-sounding reports on iGPUs and older systems, but I'm encountering this on a desktop with a discrete GPU (RTX 3080). I can't pin down exactly when this started happening, but was not an issue prior to upgrading to 3.0. Adding the --use-gl=desktop flag kind of solves the crash/hang issues, but then video playback on youtube and other platforms is basically a slideshow.
All reactions