Hi,
I’ve just deployed Alma Linux 8.6 on a DELL Precision laptop with a T600 Nvidia GPU.
# lspci |grep -i nvidia
0000:01:00.0 3D controller: NVIDIA Corporation TU117GLM [T600 Laptop GPU] (rev a1)
I’ve installed the Nvidia drivers with:
dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-rhel8.repo
dnf install nvidia-driver nvidia-settings
Now, I get a black screen at reboot time. I can connect to the laptop via ssh and list the modules loaded:
# lsmod |grep nvidia
nvidia_drm 61440 3
nvidia_modeset 1101824 3 nvidia_drm
nvidia_uvm 1204224 0
nvidia 40214528 162 nvidia_uvm,nvidia_modeset
drm_kms_helper 266240 2 nvidia_drm,i915
drm 585728 9 drm_kms_helper,nvidia,nvidia_drm,i915,ttm
# lsmod |grep -i nouveau
#
I do not find information in /var/log/Xorg.0.log (no “EE” lines) nor in /var/log/mesages.
How to investigate ?
Thanks
Patrick
nvidia-bug-report.log.gz (79.5 KB)