- Modifié
Pour blacklister, pour compléter ce qui est mentionné plus haut #10, tu peux essayer aussi en mettant nouveau.modeset=0 à la ligne de commande du kernel.
$ lsmod | grep nouveau
Donnait toujours la même choselspci -nnk | grep "nvidia"
car chez moi, j'ai la même carte que toi, j'ailspci -nnk | grep "nvidia"
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
$ lspci -nnk | grep "nvidia"
Kernel modules: nouveau, nvidia_drm, nvidia
Je n'arrive pas à désactiver ce foutu module nouveau....# GDM configuration storage
[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=true
# GDM configuration storage
[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=true
Dans /etc/modprobe.d/blacklist.conf j'ai blacklist nouveauGRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="modprobe.blacklist=nouveau nvidia-drm.modeset=1 nouveau.modeset=0 resume=/dev/mapper/fedora-swap rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap nomodeset rhgb quiet rd.driver.blacklist=nouveau"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true
On voit bien modprobe.blacklist=nouveau et rd.driver.blacklist=nouveau....Oups ! Nous sommes désolés il semblerait qu'il y ait eu un incident avec BOOT_IMAGE=(hd1,gpt5)/vmlinuz-5.1.8-300.fc30.x86_64 root=/dev/mapper/fedora-root ro rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 nomodeset resume=/dev/mapper/fedora-swap rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap rhgb quiet
Je l'avais déjà eu les premières fois