Re: mesa update broke ungoogled-chromium Reply #15 – 17 July 2023, 06:38:06 I had to downgrade mesa to be able to launch the latest FreeCAD Appimage.I temporarily went back to version 23.0.3-1Code: [Select]pacman -Q mesamesa 23.0.3-1 Last Edit: 17 July 2023, 06:43:38 by tintin
Re: mesa update broke ungoogled-chromium Reply #16 – 17 July 2023, 07:36:36 The issue for me has disappeared after running vivaldi without the gpu acceleration and rebooting.The issue came back after closing and re-opening vivaldi.I have no idea what's happening but it's clearly linked to opengl acceleration not working the way vivaldi expects.I've downgraded mesa to 23.1.3-1 and now it works all the time. Last Edit: 17 July 2023, 12:19:59 by Hurricane
Re: mesa update broke ungoogled-chromium Reply #17 – 17 July 2023, 07:53:40 I had the same problem, but after an upgrade this morning to version 114.0.5735.199-1, the problem seems to be resolved.Thank you Edit: universe/ungoogled-chromium is the browser.
Vivaldi is broken completely Reply #18 – 17 July 2023, 16:28:51 Hi to all!After my last update, I got Vivaldi browser completely broken. It starts with a blank, black screen and is not responding. Unfortunately, I do not possess the necessary skills to troubleshoot this situation, but downgrading to the previous version makes it working again as it should. Broken version in my system is 6.1.3035.111-1, working version is 6.1.3035.100-1.Not complaining, just with the hope that this info might be useful.
Re: mesa update broke ungoogled-chromium Reply #19 – 17 July 2023, 17:45:06 @melleus I moved your message here, belongs to this chromium browser problem :-) 1 Likes
Re: mesa update broke ungoogled-chromium Reply #20 – 18 July 2023, 04:12:31 Quote from: melleus – on 17 July 2023, 16:28:51Hi to all!After my last update, I got Vivaldi browser completely broken. It starts with a blank, black screen and is not responding. Unfortunately, I do not possess the necessary skills to troubleshoot this situation, but downgrading to the previous version makes it working again as it should. Broken version in my system is 6.1.3035.111-1, working version is 6.1.3035.100-1.Not complaining, just with the hope that this info might be useful.Try starting from the command line with the "--disable-gpu-shader-disk-cache" option, ex.:Code: [Select]vivaldi-stable --disable-gpu-shader-disk-cache# or/opt/vivaldi/vivaldi-bin --disable-gpu-shader-disk-cacheWith chromium it sometimes helps to delete the "GPUCache" cache folder from your profile ( ~/.config/vivaldi/<profile>) but it isn't working with Vivaldi this time... probably need to wait for another update. 1 Likes
Re: mesa update broke ungoogled-chromium Reply #21 – 18 July 2023, 21:03:26 Quote from: andyscott – on 18 July 2023, 04:12:31Try starting from the command line with the "--disable-gpu-shader-disk-cache" option, ex.:I put that into my ~/.config/vivaldi-stable.conf. No need to mess with the command line. It works so far. Thanks for the clue, will wait for the repaired update. Meantime, I got no issues with Chromium or Firefox. 1 Likes
Re: mesa update broke ungoogled-chromium Reply #22 – 20 July 2023, 19:26:07 Quote from: lotuskip – on 15 July 2023, 13:54:31After upgrading mesa 23.1.3-1 => 23.1.3-2, ungoogled-chromium (114.0.5735.134-2 from universe) fails to render most text and images. Reverting the mesa upgrade fixes the issue.Since no one else has complained, maybe this is hardware dependant?I also have it with vivaldi-stable (which is chromium-based). Starting it with --disable-gpu makes it render.My graphics card is Intel UHD Graphics 600.Quote from: Artist – on 15 July 2023, 18:14:44What might fix the issue - I did not test this - is:Code: [Select]rm -rf ~/.config/chromium/GrShaderCacherm -rf ~/.config/chromium/ShaderCacherm -rf ~/.config/chromium/Default/GPUCacheI tried this with ~/.config/vivaldi/ -- no success.Quote from: andyscott – on 18 July 2023, 04:12:31Code: [Select]vivaldi-stable --disable-gpu-shader-disk-cacheThis works for me.
Re: mesa update broke ungoogled-chromium Reply #23 – 20 July 2023, 20:03:57 maybe the cache is not in".config". do a search for related dirsCode: [Select]find -iname '*ShaderCach*'find -iname '*GPUCache*'
Re: mesa update broke ungoogled-chromium Reply #24 – 20 July 2023, 20:05:23 I had the issue on an 2nd pc today.All that was required to fix it was:Code: [Select]rm -rf ~/.config/chromium/*/*Cacheartist 1 Likes