antan
4 March 2022 16:38
1
hey there, unfortunately my system broke after the latest update
boot hangs at
Starting terminate plymouth boot screen
and I don’t get to the login screen
systems seems to boot fine, can switch to tty
when checking graphics, I find that all in a sudden the graphics driver is missing
inxi -G
Graphics:
Device-1: NVIDIA TU117 [GeForce GTX 1650] driver: N/A
Device-2: Logitech HD Pro Webcam C920 type: USB
driver: snd-usb-audio,uvcvideo
Display: server: X.Org v: 1.21.1.2 driver: X: loaded: nouveau
unloaded: modesetting gpu: N/A s-res: 1920x1080~Hz
OpenGL: renderer: N/A v: N/A
Any help would be most appreciated, thank you in advance!
Hello,
Fot TTY just install the video drivers for that GPU:
sudo mhwd -i pci video-nvidia
This also might help
GTX 960 owner here, and on Gnome i use early KMS, so in /etc/mkinitcpio.conf i have:
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
Also, i use in /etc/default/grub under the GRUB_CMDLINE_LINUX_DEFAULT this kernel parameter:
nvidia-drm.modeset=1
You need to run:
sudo mkinitcpio -P
and
sudo update-grub
if you modify those files.
Regarding the /etc/X11/mhwd.d/nvidia.conf i always use:
Option "TripleBuffer" "On"
Option "ConnectToAcpid" "Off"
under Section “Dev…
1 Like
antan
22 March 2022 11:07
3
this did the trick:
reboot after install → the graphical login screen is back now
thank you very much, bogdancovaciu!
cheers!
1 Like
system
Closed
25 March 2022 01:07
4
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.