hi all! Since the last round of updates I had 3 times complete freeze in 1 hour. Each time nothing would react anymore, no mouse-input, no keyboard, nothing and the screen stays on and displays the last image.
I was using Signal and Brave as well as a gedit for editing a text-file, bu nothing fancy. Any ideas how to diagnose this problem, where does it come from?
EDIT1: After some digging I do not see an obvious pattern, but maybe I'm on the wrong path? With journalctl -p err --since "2025-04-21 10:00:00" I
find the last entries before freeze at 13h15:
Hardware acceleration can be problematic a lot of times. I would recommend unless you need it (which 99% of the time you don't) I would disable it. For instance, I know a while back that whenever I would use Discord, if I had it enabled, it would randomly freeze my system. Same goes for a browser, as you've just disabled as well.
Personally I think it should be disabled by default, and if the program recognizes that it might be beneficial, prompt the user for if they would like to enable it or not.
Could be done easily now, as Zorin OS anyway modifies some settings when shipping Brave as default browser, no?
I would also support implementing this as a default, because random freezes of an operating systems are VERY distressing and off-putting for new and old users alike.
switched back to Wayland instead of Xorg (supposedly more "graceful" error-handling)
i915.enable_psr=0 (disable PSR, power save mode, as suggested by @sammolaw)
deactivated hardware acceleration for Brave
After some suggestions by ChatGPT4/turbo I also tried disable power save mode rc6 of GPU (i915.enable_rc6=0), but this does not seem to work because apparently this is not configurable in the current kernel 6.8.0-58-generic.
If I remember correctly the freezes started with some of the updates approximately two weeks ago. There was a kernel update at the time, is it possible that this is related? Should I try a downgrade to the older version of the kernel?
i tried ChatGPT 4o, here explanation, maybe it will help you :
Problem: Intel GPU Freezes Not Solved with i915.enable_psr=0
If you've already tried:
i915.enable_psr=0
...and you're still experiencing freezes, it's likely that your issue involves deeper bugs in the i915 driver or conflicts with power management features.
Step 1: Use Additional Kernel Parameters
Try combining multiple options to increase GPU stability:
i915.enable_psr=0 i915.enable_fbc=0 i915.reset=0
What each parameter does:
i915.enable_psr=0: disables Panel Self Refresh (power-saving but buggy)
i915.enable_fbc=0: disables Frame Buffer Compression (can also cause graphical glitches/freezes)
i915.reset=0: disables the GPU reset mechanism that may hang when it fails
No luck either, unfortunately. I tried disabling all these power options. Currently I have settings checked with cat /proc/cmdline: splash i915.enable_psr=0 i915.enable_rc6=0 i915.enable_fbc=0 i915.reset=0, but I still have freezes.
According to the install logs kernel linux-image-6.8.0-52-generic was still ok, starting with linux-image-6.8.0-57-generic the issue began, if it is kernel-related.
I tried installing older kernels and booting them to see if the issue goes away. But obviously it is not that simple, as lots of configuration and drivers (graphics, wifi, ..) seem to be missing and it feels like a typical Linux-rabbit-hole that I want to avoid. Or are these configuration and driver issues easily solvable?
I've just responded to a user with a Dell Inspiron 3530 with freezing issues. Apparently due to a bug in 6.8 kernel on Ubuntu 22.04 (on which Zorin 17 is based) and A.I. search advises to drop to an earlier kernel.