You are not logged in.
I'm pretty new to this so apologies for any mistakes I made. After updating to the latest kernel and nvidia drivers, my system doesn't start anymore. Removing the quiet kernel param lead me at the "Reached target graphical interface line". I guess something is wrong with sddm following xorg being broken. I already reinstalled both and the nvidia driver but still no luck
● sddm.service - Simple Desktop Display Manager
Loaded: loaded (/usr/lib/systemd/system/sddm.service; enabled; preset: disabled)
Active: active (running) since Wed 2023-11-22 17:00:32 CET; 17min ago
Docs: man:sddm(1)
man:sddm.conf(5)
Main PID: 1573 (sddm)
Tasks: 2 (limit: 38065)
Memory: 16.7M
CPU: 29ms
CGroup: /system.slice/sddm.service
└─1573 /usr/bin/sddm
Nov 22 17:00:33 arch sddm[1573]: Display server starting...
Nov 22 17:00:33 arch sddm[1573]: Writing cookie to "/run/sddm/xauth_TaBOok"
Nov 22 17:00:33 arch sddm[1573]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_TaBOok -noreset -displayfd 16
Nov 22 17:00:33 arch sddm[1573]: Failed to start display server process.
Nov 22 17:00:33 arch sddm[1573]: Attempt 1 starting the Display server on vt 2 failed
Nov 22 17:00:35 arch sddm[1573]: Tried to start Xorg before previous instance exited
Nov 22 17:00:35 arch sddm[1573]: Attempt 2 starting the Display server on vt 2 failed
Nov 22 17:00:37 arch sddm[1573]: Tried to start Xorg before previous instance exited
Nov 22 17:00:37 arch sddm[1573]: Attempt 3 starting the Display server on vt 2 failed
Nov 22 17:00:37 arch sddm[1573]: Could not start Display server on vt 2journalctl -p 3 -xbjournalctl -blsmodMy mkinitcpio.confLast edited by hymn (2023-11-25 01:19:52)
Offline
for me, nomodeset solved the problem (of monitor frequency)
ezik
Offline
for me, nomodeset solved the problem (of monitor frequency)
ezik
Wrong thread? I don't have an issue with monitor frequency, I don't even reach the gui. + According to the wiki, nvidia_drm.modeset only has to be set for Nvidia Driver <545 but im using 545.29.02-3
Offline
i don't reach gui without nomodeset as well, but do with it
and it works for other problems too
ezik
Offline
Disabling modesetting is a useful workaround to reach a console for diagnostic purposes but rarely a solution to an issue.
As a test does booting with the Kernel parameters nvidia_drm.modeset=1 nvidia_drm.fbdev=1 make any difference?
Offline
Disabling modesetting is a useful workaround to reach a console for diagnostic purposes but rarely a solution to an issue.
As a test does booting with the Kernel parameters nvidia_drm.modeset=1 nvidia_drm.fbdev=1 make any difference?
nvidia_drm.fbdev=1leads to a verry laggy experience after entering my luks password, which made it almost impossible to do anything.
nvidia_drm.modeset=1didn't change anything either.
I finally fixed it after 3 hours of debugging with ChatGPT (lol) and my idea to uninstall xorg in favor of wayland. My last resort would have been to completely reinstall the system.
The commands I used were
sudo pacman -S nvidia-settings opencl-nvidia
sudo nvidia-xconfig
sudo bash -c 'echo "blacklist nouveau" > /etc/modprobe.d/nouveau.conf'Not sure what exactly fixed it and why nouveau wasn't blocked, although according to the wiki, nvidia-utils blocks nouveau. And now I can boot into either wayland or xorg. Strange behavior... But thank you anyways for helping ![]()
Last edited by hymn (2023-11-25 01:22:26)
Offline