Disable nvidia drivers & use nouveau drivers 16 March 2024, 21:04:11 In order to use kde-plasma-wayland i must use opensource nouveau-drivers.But my system loads nvidia drivers on boot.How can i disable nvidia & force nouveau.Which configurations to perform.Which software to install & remove ?
Re: Disable nvidia drivers & use nouveau drivers Reply #1 – 16 March 2024, 22:15:59 Perhaps check any .conf files (some might be unrelated) under /etc/X11 and other places that an xorg.conf file might reside - "man xorg.conf" might help too for more possible locations. You can use "pacman -Qo </path/filename>" to check if a package owns them too.
Re: Disable nvidia drivers & use nouveau drivers Reply #2 – 17 March 2024, 00:19:42 Launching sway i get:"Proprietary nvidia drivers are not supported. Use nouveau"
Re: Disable nvidia drivers & use nouveau drivers Reply #3 – 17 March 2024, 01:15:37 https://wiki.archlinux.org/title/NouveauAnd I'm pretty sure you can use the the proprietary drivers with sway ? Or could at least.One quick web search found thishttps://github.com/tyqualters/sway-nvidia-guideHave you researched this yourself at all ?
Re: Disable nvidia drivers & use nouveau drivers Reply #4 – 17 March 2024, 18:41:24 The following worked :/etc/modprobe.d/blacklist.confblacklist nvidia_drmblacklist nvidia_modesetblacklist nvidia_uvmblacklist nvidiamkinitcpio -p linuxrebootmodprobe nouveaudbus-run-session -- startplasma-waylandHow can i automatic "modprobe nouveau" on boot ?
Re: Disable nvidia drivers & use nouveau drivers Reply #5 – 17 March 2024, 19:52:33 Quote from: devosalain – on 17 March 2024, 18:41:24How can i automatic "modprobe nouveau" on boot ?create the file /etc/modules-load.d/nouveau.confPut Quotenouveauin it.At least that works with init openrc. I'm assuming it's the same with the others ? Last Edit: 20 March 2024, 02:33:15 by gripped
Re: Disable nvidia drivers & use nouveau drivers Reply #6 – 17 March 2024, 20:53:36 This did not worked. The module did not get loaded.lsmod | grep nouveau show nothing.As root modprobe nouveau works however, the font of the terminal changes.Weird.
Re: Disable nvidia drivers & use nouveau drivers Reply #7 – 19 March 2024, 22:17:34 Quote from: devosalain – on 17 March 2024, 20:53:36This did not worked. The module did not get loaded.lsmod | grep nouveau show nothing.As root modprobe nouveau works however, the font of the terminal changes.Weird.Put it in the MODULES array of /etc/mkinitcpio.conf?https://wiki.archlinux.org/title/Nouveau#Enable_early_KMS
Re: Disable nvidia drivers & use nouveau drivers Reply #8 – 24 March 2024, 17:21:07 Quote from: devosalain – on 17 March 2024, 20:53:36This did not worked. The module did not get loaded.lsmod | grep nouveau show nothing.As root modprobe nouveau works however, the font of the terminal changes.Weird.Try adding in /usr/lib/modules-load.d And then:sudo mkinitcpio -P