DELL 5490 Laptop freezing on RHEL 8.x
Hi, Colleagues!
I have very strange problem which I don't know how to debug and solve.
My laptop DELL 5490 freezes from time to time during display off (after session locking), going to sleep mode or hibernating (after lid closing).
Under term "freeze" I mean CPU heating with maximum fan speed and no reaction to any key or short power button press. The laptop may be turned off only by long press to power button.
OS: Installed RHEL from 8.0 after upgraded to 8.3, encrypted LVM,
Display Manager: Gnome on Wayland. On Xorg the same issue.
Please help to identify the problem and solve it!
Thanks
Responses
Hi Vitaliy,
What you describe might be related to an incompatibility of the open source nouveau
drivers with your NVIDIA GPU. :)
I suggest that you install the proprietary NVIDIA drivers, which solves such problems in many cases. First disable Secure
Boot in the BIOS, and then install the NVIDIA drivers being provided by RPM Fusion. Just follow the instructions below :
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
sudo dnf install https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm
sudo dnf upgrade
sudo dnf install egl-wayland kernel-devel kernel-headers libglvnd-devel
sudo dnf install libva-vdpau-driver mesa-vulkan-drivers vulkan-loader vulkan-tools
sudo dnf install akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-kmodsrc xorg-x11-drv-nvidia-libs
sudo dnf install nvidia-persistenced nvidia-settings xorg-x11-drv-nvidia-cuda xorg-x11-drv-nvidia-cuda-libs
sudo reboot
Regards,
Christian
You're welcome, Vitaliy ! That's unfortunate indeed. I recall having read that the suspend issue is
a known problem with (older) GNOME versions ... RHEL 8 Is based on Fedora 28/29, and hence
the best option would be to just avoid the "sleep mode" or hibernation at all (if even possible). :)
Regards,
Christian