bug#66651:

2023-10-20 Thread Maxim Cournoyer
tags 66651 + notabug thanks Hello! Hugo Buddelmeijer writes: [...] > This issue can be closed as far as I'm concerned, but I don't know how > to do that. Let's try this: > > /close You can reply to the bug via the special '66651-d...@debbugs.gnu.org' email address. I'm also CC'ing the Debbug

bug#66651:

2023-10-20 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
On 2023-10-20 21:39, Hugo Buddelmeijer wrote: This issue can be closed as far as I'm concerned, but I don't know how to do that. Let's try this: /close Add ‘-done’ or ‘-close’ to the bug address, as I've done here. Kind regards, T G-R Sent from a Web browser. Excuse or enjoy my brevity.

bug#66651:

2023-10-20 Thread Hugo Buddelmeijer
Csepp riseup.net> wrote: > You can use the kernel-arguments option in the operating-system config. > Untested: > (kernel-arguments (cons "i915.enable_guc=0" %default-kernel-arguments)) > This should work, in theory. Thanks, using kernel-arguments indeed works! The idea to use i915.enable_guc ca

bug#66651: How to pass i915.enable_guc=0 in config.scm to prevent a 'wedged' GPU?

2023-10-20 Thread Csepp
Hugo Buddelmeijer writes: > The i915 driver will try to load the GuC firmware, at least for Iris > Xe chips. Loading the GuC firmware fails because it is non-free and > deblobbed. As a result, some software, like sway, will not work. > > It is possible to manually pass the i915.enable_guc=0 ker

bug#66651: How to pass i915.enable_guc=0 in config.scm to prevent a 'wedged' GPU?

2023-10-20 Thread Hugo Buddelmeijer
The i915 driver will try to load the GuC firmware, at least for Iris Xe chips. Loading the GuC firmware fails because it is non-free and deblobbed. As a result, some software, like sway, will not work. It is possible to manually pass the i915.enable_guc=0 kernel parameter at boot from grub. Then e