Is there an updated version of this guide?
https://discovery.endeavouros.com/nvidia/nouveau/2021/03/
This does not seem to apply to newer installations.
If you have a newer installation it would be using dracut. Is your installation systemd-boot or grub? Or if you are doing a fresh install? Also what is your nvidia gpu?
Edit: Are you trying to revert to nouveau from an nvidia driver?
My installation uses dracut. It’s a grub installation, since this PC only has a legacy Bios. The install was made with the latest ISO image. I already successfully got rid of the Nvidia driver when there were problems with some of the recent kernel updates. Since the performance for my needs doesn’t differ that much, I intend to stay with the Nouveau driver. I want to get rid of the xf86-video-nouveau package due to the tearing problems especially when playing videos. So I want to use the built-in kernel modesetting driver.
inxi -G
Graphics:
Device-1: NVIDIA GF100 [GeForce GTX 465] driver: nouveau v: kernel
Device-2: Logitech Webcam C270 driver: snd-usb-audio,uvcvideo type: USB
Display: x11 server: X.Org v: 21.1.13 with: Xwayland v: 24.1.0 driver: X:
loaded: nouveau unloaded: modesetting dri: nouveau gpu: nouveau
resolution: 1920x1080~60Hz
API: EGL v: 1.5 drivers: nouveau,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.5 compat-v: 4.3 vendor: mesa v: 24.0.8-arch1.1
renderer: NVC0
API: Vulkan Message: No Vulkan data available.
nouveau is the open source kernel module which should automatically load on system boot. Have you tried uninstalling xf86-video-nouveau
For the DDX driver (which provides 2D acceleration in Xorg), install the xf86-video-nouveau package.
According to the link I posted in my first post one is supposed to execute
`sudo pacman -R xf86-video-nouveau`
sudo nano /etc/mkinitcpio.conf
Then go to the line
`MODULES=()`
And change it into:
`MODULES=(nouveau)`
This file seemingly doesn’t exist on a dracut system
ls /etc | grep mkinit
ostree-mkinitcpio.conf
cat /etc/ostree-mkinitcpio.conf
HOOKS="base systemd ostree autodetect modconf block filesystems keyboard fsck"
I now uninstalled
xf86-video-nouveau
Strangely my login Screen doesn’t show because of an unsupported resolution. Nevertheless I’m able to enter the password blindly and the Plasma Desktop starts.
Video playback seems to be fine now.