I encounter blank screen on f36 with nvidia driver 515.65.01
dmesg-5.18.19-blacklist-nouveau.txt (99.3 KB)
I encounter blank screen on f36 with nvidia driver 515.65.01
dmesg-5.18.19-blacklist-nouveau.txt (99.3 KB)
Because I’m unable to use (log into) the system my nvidia-bug-report.log.gz is from another boot with nouveau driver (instead of nvidia driver) enabled.
nvidia-bug-report.log.gz (127.8 KB)
Newer f36 kernels (like 5.19.4 or 5.14.6) are also affected.
Please set kernel parameter
nvidia-drm.modeset=1
@generix Yes, this will fix it. Thank you very much!
Details (with using nvidia-drm.modeset=1
):
Have a similar issue with Ubuntu 20.04.5 (which uses kernel 5.15).
Will this solution work ?
Will I have to blacklist the nouveau drivers as well ?
No, this issue only applies to F36, not Ubuntu. Please open a new thread, run nvidia-bug-report.sh as root and attach the resulting nvidia-bug-report.log.gz file to your post.
Update
Nvidia drivers have stopped working for me on f36 around Sept, 07, 2022 again. This is also true for the (older) kernels like 5.17.5-300.fc36.x86_64 that I know to have been working some days ago.
Hence I’m back to using the nouveau driver.
Because I’m unable to use (log into) the system my nvidia-bug-report.log.gz is from another boot with nouveau driver (instead of nvidia driver) enabled.
nvidia-bug-report.log.gz (184.3 KB)
Current F36 up-to-date kernel version: 5.19.9-200.fc36.x86_64
Working again
I need nvidia graphics driver and cuda support. Hence I did the following:
sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/fedora35/x86_64/cuda-fedora35.repo
sudo dnf clean all
sudo dnf -y module install nvidia-driver:latest-dkms
sudo dnf -y install cuda
Use f35 repo. There is also a f36 repo that is known not to work.
2. Also install
sudo dnf install kmod-nvidia-latest-dkms
dkms status
nvidia/515.65.01, 5.17.5-300.fc36.x86_64, x86_64: installed
# build with
# sudo dkms install nvidia/515.65.01 -k 5.17.5-300.fc36.x86_64
cat /etc/modprobe.d/nouveau-blacklist.conf
blacklist nouveau
options nouveau modeset=0
sudo dracut -v -f --regenerate-all --omit-drivers="nouveau i915" --force-drivers="nvidia_drm nvidia_modeset nvidia_uvm nvidia"
nouveau.modeset=0 rd.driver.blacklist=nouveau i915.modeset=0 nvidia-drm.modeset=1
grub2-mkconfig -o "$(readlink -e /etc/grub2-efi.conf)"
My complete kernel parameters are:
ro resume=/dev/mapper/fedora-00 rd.lvm.lv=fedora/root rd.luks.uuid=luks-8cfdfb51-cdfa-401a-9815-d3be9a527942 rd.lvm.lv=fedo
ra/00 nouveau.modeset=0 rd.driver.blacklist=nouveau rhgb quiet i915.modeset=0 nvidia-drm.modeset=1
After reboot you could do a small check with:
$ nvidia-smi
Sat Sep 24 08:44:32 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 515.65.01 Driver Version: 515.65.01 CUDA Version: 11.7 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... Off | 00000000:01:00.0 On | N/A |
| 30% 33C P8 14W / 160W | 874MiB / 6144MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 10827 G /usr/bin/kwin_wayland 257MiB |
| 0 N/A N/A 10876 G /usr/bin/Xwayland 2MiB |
| 0 N/A N/A 10918 G /usr/bin/plasmashell 199MiB |
| 0 N/A N/A 11101 G /usr/bin/nextcloud 16MiB |
| 0 N/A N/A 11339 G ...akonadi_archivemail_agent 1MiB |
| 0 N/A N/A 11347 G .../akonadi_mailfilter_agent 1MiB |
| 0 N/A N/A 11353 G ...n/akonadi_sendlater_agent 1MiB |
| 0 N/A N/A 11358 G ...nadi_unifiedmailbox_agent 1MiB |
| 0 N/A N/A 11916 G /usr/bin/systemsettings 58MiB |
| 0 N/A N/A 12190 G /usr/lib64/firefox/firefox 326MiB |
+-----------------------------------------------------------------------------+
Setting kernel parameters in f36 is a bit tricky. If you are in trouble read the following:
Update:
Currently the rpmfusion repos would like to upgrade the driver to version 515.76. This is not desired in my case as I need cuda. Hence I did the following:
/etc/yum.repos.d/rpmfusion-nonfree-nvidia-driver.repo
with a enabled=0
lineexclude=xorg-x11-drv-nvidia-kmodsrc akmod-nvidia
line in /etc/yum.repos.d/rpmfusion-nonfree-updates.repo
.This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.