Nvidia 495 "supported"

Seems like It wont boot anymore again

Can you try something? Go ito the tty and log in as root and run

mkinitcpio -P

Yeah It has some warning that some firmwares were missing and that there were errors encountered e.g. (module not found: _modeset, _uvm, _drm)
I only recall that I did “prioritize” these in a config

That’s why we need to add the extra stuff in the modules and default grub.

Edit: Lets run through them again.

nano /etc/default/grub

add

nvidia-drm.modeset=1

ctrl + o then enter to save

ctrl + x to exit

Run

grub-mkconfig -o /boot/grub/grub.cfg

Then

nano /etc/mkinitcpio.conf

add to modules =

MODULES="nvidia nvidia_modeset nvidia_uvm nvidia_drm"

Then run

mkinitcpio -P

Then install the hooks package

pacman -S nvidia-hook

Then after reboot.

I hope you remembered the grub command line for the first entry?

Okay understood.

Do you need the firmware modules that possibly missed?

And also what should I add in grub now?

I edited the above for a few typo and also you don’t need sudo as you are logged in as root.

Scotty did this we me already I think
I already have nvidia-drm.modeset=1 in my GRUB_CMDLINE_LINUX_DEFAULT

The only thing I didnt do is install hook since Scotty suggested that I wait for you instead
Should I install hook now?

Just run through all of them and check that they are there and correct because we reinstalled the drivers you need to run the commands again too.

Okay will do now

Edit: Im done with it Im rebooting currently
im also still getting the warnings and error messages

No I dont :confused:

It may not work and in that case you could try installing the lts kernel and see if nvidia works on it. That can be done very easily if you install the kernel manager from the welcome app. It’s called akm. If none of this works then the you’ll have to revert to nouveau.

Looks like this

GRUB_CMDLINE_LINUX_DEFAULT="nvidia-drm.modeset=1 resume=UUID=...

Yes I did that.

I think I/we have to try that since I still cannot boot

What was the command again to install nouveau?

Okay and you updated grub with the command and you checked the rest of the stuff and ran each command?

Im not sure if I updated grub but I ran each command and added everything to the files

You can run the grub update command again if you like and make sure you installed the hook package.

Wait I found something also mkinitcpio -P completed without any issues now im going to try to reboot it now

Still stuck in the screen as always

The modules were not: “nvidia nvidia_uvm and so on” they were only " _uvm " since scotty said it like that but I guess its mostly my fault for not understanding it :sweat_smile:

So it still doesn’t work?

Nope it doesnt I am in the same blackscreen as always