You are not logged in.

#201 2025-06-24 15:55:20

canolucas
Member
Registered: 2010-05-23
Posts: 59

Re: nvidia-390xx AUR package discussion thread

@seth I just tested that.

Added

options nvidia-drm modeset=1

to /etc/modprobe.d/nvidia.conf

Tryed booting with "initcall_blacklist=simpledrm_platform_driver_init"  kernel parameter instead of "nvidia_drm.modeset=1"

Result: all I got is a black screen. Also when i reboot i get the following message:

https://imgur.com/a/pgBb60o

I cannot boot now, so cannot do further testing for the moment, seem something is broken, do you know what happened ?

Offline

#202 2025-06-24 16:01:16

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,473

Re: nvidia-390xx AUR package discussion thread

There's a kernel error lost above the left-top corner of your monitor and you cannot mount the root device.
If this isn't because of the blocked simpledrm_platform_driver_init you might have screwed your initramfs and lack some kernel module to access the root partition.
Or, w/ the recent shenanigans, maybe some critical firmware?
Also "lsblk -f" to make sure the UUID is correct.
Any chance to get a better display of the kernel error/warning (the stuff above the end-trace)

Offline

#203 2025-06-24 16:19:37

canolucas
Member
Registered: 2010-05-23
Posts: 59

Re: nvidia-390xx AUR package discussion thread

Sorry guys, knocked out for the moment. I'm prepping a bootable recovery usb with the arch iso, so i can chroot and mkinitcpio to regenerate the initramfs. Will be back as soon as possible, for the moment being, it seems that removing the "nvidia_drm.modeset=1" kernel hack will break compatibility with our 390xx cards

UPDATE: my system is back online

By the way, what broke my system was:

Added
options nvidia-drm modeset=1
to /etc/modprobe.d/nvidia.conf

Tryed booting with "initcall_blacklist=simpledrm_platform_driver_init"  kernel parameter instead of "nvidia_drm.modeset=1"

Result: all I got is a black screen. Also when i reboot i got the message:
failed to mount UUID=xxxx on real root. You are now being dropped into an emergency shell

This was solved by using usb stick to boot into arch iso and then issued the following commands

mount /dev/sda2 /mnt

Threw the following message:

BTRFS error devide sda2 in btrfs_replay_log errno:-5 IO failure (Failed to recover log tree)

So I had to run:

btrfs rescue zero-log /dev/sda2
mount -o rw,usebackuproot,rescue=all /dev/sda2 /mnt

mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
mount --bind /run /mnt/run

mkdir -p /mnt/boot/efi
mount /dev/sda1 /mnt/boot/efi

chroot /mnt /bin/bash

mkinitcpio -P

exit
umount -R /mnt
reboot

also removed the file
/etc/modprobe.d/nvidia.conf

and reverted to the original kernel parameters, that now look like this:

linux   /boot/vmlinuz-linux root=UUID=40f88f1c-b02d-4aa0-a584-6774c1d2d3e0 rw loglevel=3 quiet nvidia-drm.modeset=1 rcutree.rcu_idle_gp_delay=1 zswap.enabled=0

instead of

linux   /boot/vmlinuz-linux root=UUID=40f88f1c-b02d-4aa0-a584-6774c1d2d3e0 rw loglevel=3 quiet initcall_blacklist=simpledrm_platform_driver_init rcutree.rcu_idle_gp_delay=1 zswap.enabled=0

I assume my nvidia 390xx card required the nvidia-drm.modeset=1 kernel parameter, but what may have been the real issue that broke the partition ?

probably adding

initcall_blacklist=simpledrm_platform_driver_init

disabled part of the framebuffer used during early init.
It looks like system froze or panicked during early boot and that's what broke my sda2 partition

Last edited by canolucas (2025-06-25 10:05:27)

Offline

#204 2025-12-22 15:43:25

TechGen
Member
Registered: 2025-12-19
Posts: 1

Re: nvidia-390xx AUR package discussion thread

Hello, everyone! I’ve been trying for a whole week to install drivers for my NVIDIA 610M graphics card, but I can’t get it to work. Every time I install the 390xx driver, I get a black screen after rebooting. I suspect I’m doing something wrong.

Here are the details of my system:

- OS: Arch Linux;

- Kernel: 6.18.2-arch2-1;

- Desktop environment: XFCE;

- Display manager: LightDM with X11.

What I’ve already done:

Disabled the nouveau driver as described in the wiki.

Installed the following packages using yay:

yay -S opencl-nvidia-390xx nvidia-390xx-utils lib32-nvidia-390xx-utils nvidia-390xx-settings

Configured both Xorg and LightDM.

Despite these steps, I still get a black screen after rebooting.

My hardware:

iGPU: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09);

dGPU: NVIDIA GF119M (GeForce 610M).

Could you please help me figure out what’s going wrong and how to fix it?

Last edited by TechGen (2025-12-22 15:46:46)

Offline

#205 2025-12-22 15:47:17

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,473

Re: nvidia-390xx AUR package discussion thread

https://bbs.archlinux.org/viewforum.php?id=30
https://www.deepl.com/

Hey guys! I've been trying to install drivers for my NVIDIA 610M graphics card for a whole week. Please help me do this, because every time I install the 390xx driver, I get a black screen after rebooting. I must be doing something wrong!

Right now, I have Arch installed with kernel 6.18.2-arch2-1, xfce, and lightdm with X11. I disabled nouveau as described in the wiki. I installed these packages: yay -S opencl-nvidia-390xx nvidia-390xx-utils lib32-nvidia-390xx-utils nvidia-390xx-settings. I configured xorg and lightdm, but I still get a black screen after rebooting. I also have an iGPU Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) and NVIDIA GF119M (Geforce 610m). I have now restored the system to its factory state using timeshift.

Translated with DeepL.com (free version)

https://wiki.archlinux.org/title/NVIDIA
"nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init", https://wiki.archlinux.org/title/Kernel_parameters
Otherwise please provide a system journal w/ the failing nvidia drivers,

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#206 2025-12-22 16:30:39

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,178
Website

Re: nvidia-390xx AUR package discussion thread

Please create a new topic for your issue.

Mod note: closing this old thread.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB