My laptop just sometime freeze and i have to force it shutdown which power button

I using fedora 41 dual booting with windows 11 and turn the secure boot off. I having this issue a lot, for the first time i install, i have change from nouveau to nvidia, because i think it was the one, but it now. then i re install fedora 41. Everything still find, then it crash when i adjust ‘label spacing left’ in the extension ‘workspace indicator by open apps’ and everything is freeze, but i’m still hearing the sound of the youtube i open it on firefox. I force to turn it off and saw this problem

I try for another to check and it go for another error


this is my computer
OS: Fedora
Kernel: x86_64 Linux 6.11.7-300.fc41.x86_64
Uptime: 1h 9m
Packages: 2075
Shell: bash 5.2.32
Resolution: No X Server
DE: GNOME 47.1.1
WM: Mutter
WM Theme: Adwaita
GTK Theme: Adwaita [GTK2/3]
Icon Theme: Adwaita
Font: Cantarell 11
Disk: 29G / 214G (14%)
CPU: 12th Gen Intel Core i5-12450H @ 12x 4.4GHz [74.0°C]
GPU: Mesa Intel(R) Graphics (ADL GT2)
AM: 7297MiB / 15647MiB

please help me to fix it

The bug report indicates it is a problem in the i915 driver. Since you said you are using the nvidia driver, can you disable (blacklist) the i915 driver?

Note: the “quit unexpectedly” errors are likely secondary problems that were caused when you hard-power-offed your system.

hi, thank for your reply, i haven’t used nvidia this installation, i 'm using nouveau

As long as you are not using the i915 driver, you should be able to blacklist it. Try adding rd.blacklist=i915 and modprobe.blacklist=i915 to your kernel parameters. Try running something like sudo grubby --args="rd.blacklist=i915 modprobe.blacklist=i915" --update-kernel /boot/<kernel> (replace <kernel> with the kernel you are using).

The linked bug report says that xorg-x11-drv-intel is tainted, which wouldn’t be true if you were using nouveau. Have you tried removing the nvidia drivers and opening a new bugzilla without the tainted component? You’ll be far more likely to get somebody working on it that way.

2 Likes

ok, i try but which file shoul i replace the
im trying this but it wrong the path

dthaibinh@dthaibinhs-computer:~$ sudo grubby --args="rd.blacklist=i915 modprobe.blacklist=i915" --update-kernel /boot/6.11.7-300.fc41.x86_64
[sudo] password for dthaibinh: 
The param /boot/6.11.7-300.fc41.x86_64 is incorrect

and i looking in the boot dir

config-6.11.4-301.fc41.x86_64  initramfs-0-rescue-69eb94fd01f24915bddb556b2971dc0c.img  lost+found                         System.map-6.11.7-300.fc41.x86_64
config-6.11.7-300.fc41.x86_64  initramfs-6.11.4-301.fc41.x86_64.img                     symvers-6.11.4-301.fc41.x86_64.xz  vmlinuz-0-rescue-69eb94fd01f24915bddb556b2971dc0c
efi                            initramfs-6.11.7-300.fc41.x86_64.img                     symvers-6.11.7-300.fc41.x86_64.xz  vmlinuz-6.11.4-301.fc41.x86_64
grub2                          loader                                                   System.map-6.11.4-301.fc41.x86_64  vmlinuz-6.11.7-300.fc41.x86_64

From your ls output, it looks like it should be /boot/vmlinuz-6.11.7-300.fc41.x86_64. Alternatively, you can change the parameters interactively at the grub boot menu (I think you have to hold the SHIFT key while booting to get it to show).

Edit: The full documentation is here: Working with the GRUB 2 Boot Loader :: Fedora Docs

do it break system if the path is wrong, i have restart to check but it only show the line bootung fedora linux 6.11.7-300.fc41.x86_64

You should be able to pick the previous kernel (6.11.4-301.fc41.x86_64) if the changes didn’t work on 6.11.7-300.fc41.x86_64. Then you can undo those changes to the newer kernel by running sudo grubby --remove-args="rd.driver.blacklist=i915 modprobe.blacklist=i915" --update-kernel /boot/vmlinuz-6.11.7-300.fc41.x86_64.

Edit: If it didn’t work, it likely means that your system is using the i915 driver, not the nouveau driver.

1 Like

ok thank you, i have change it and, now i will reboot

If you have successfully blacklisted the i915 driver, then you should not see Kernel driver in use: i915 in the output of lspci -k.

hm that strange, after reboot i still see it

00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P GT1 [UHD Graphics] (rev 0c)
	DeviceName:  Onboard IGD
	Subsystem: Hewlett-Packard Company Device 8a50
	Kernel driver in use: i915
	Kernel modules: i915, xe

That means the parameters I gave you didn’t work. Maybe there was a typo? Run cat /proc/cmdline to see what parameters the system was actually booted with.

im receiving this

dthaibinh@dthaibinhs-computer:~$ cat /proc/cmdline
BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.7-300.fc41.x86_64 root=UUID=5ece780c-2f6a-49d8-b7b5-176e7c26bff1 ro rootflags=subvol=root rhgb quiet

Yeah, the parameter changes didn’t take. I think someone said that grubby documentation was out of date. I guess you can just try editing the command line interactively at the boot menu then. I think you press e to do that and then Ctrl+x to run with the changes, but I’m not sure. Maybe someone who is more familiar with grub could help.

1 Like

Thank you for your help, i will remind that