#Logout causing black screen with blinking underscore
93 messages · Page 1 of 1 (latest)
Yo yo
Yo
I'm in tty
I can reboot and get into a normal desktop session if that's better tho
TTY is fine
Which display manager are you using?
Check it's status systemctl status
journalctl -u sddm --since "1 hour ago"
journalctl -b -1
There's pages and pages
Duplicate entries in fstab, I'll fix that I see now.
Any display manager crashing?
sddm-helper crashed
nvidia kerne; module not fount
kernel*
xorg crashed / wayland session terminated
I fucked up installing, genfstab'd twice.
I'll wipe it and generate a fresh one
Ok, let me know if you need any help
Ntpd service failed to start
Looking for other errors one sec, had to let my dog out lol
ooooh
nice
Failed to read display number from pipe
Attempt 2 ... on vt 2 failed
Could not start Display server on vt 2
This confirms your exact issue
After stopping the user session, SDDM attempts to restart the display server
Then you've got some KWin input handling bug/error
nvidia-gpu i2c timeout error
org_kde_powerdevil (KDE’s power management daemon) is failing to access /dev/i2c-8
FAT-fs (nvme0n1p1): Volume was not properly unmounted - /boot
sudo pacman -Syu
Are you using a custom kernel by chance?
If so you'll need nvidia-dkms
But let's reinstall the driver and ensure it's configured properly
sudo pacman -S nvidia nvidia-utils
I just have all the kernels installed. Linux, linux-lts, linux-hardened, and linux-zen. Just for fun.
I use zen tho.
I used nvidia-open as that's what the wiki recommended. But I'll install just nvidia instead
sudo mkinitcpio -P After you've removed nvidia-open and installed nvidia
Oh btw did Syu pick anything up?
nvidia, sddm, kde?
sudo nano /etc/default/grub
Add nvidia-drm.modeset=1 to GRUB_CMDLINE_LINUX_DEFAULT
sudo grub-mkconfig -o /boot/grub/grub.cfg
And that should honestly fix the SDDM logout restart failure
Rebooting and testing 🤞
Now I'm having fstab issues..
I'm in the live environment.
I open my encrypted container, mount the partitions in my LVM, I wiped my fstab clean, mounted the partitions.. genfstab and boot and it won't freaking work..
Oh shoot, well now we are in for it
Do you need my help or you got it?
Idk 😅
I'm trying the steps again..
-
Reboot into live environment.
-
Open container, mount partitions, clear fstab.
-
Gen fstab, re-config grub just in case, reboot
-
Profit
I think I figured it out now, root= is the wrong path is grub config
Hey hey 👏 🙂
I was just celebrating 🥳 but I spoke to soon
Darn give me a minute we will fix it.
Can you start a desktop session just for fun? What’s your DE?
startplasma-x11 says failed to connect to x server
Np take your time
Oh you use X normally?
Can you check out xorg.log?
I usually use Wayland, my bad I'll try Wayland too.
That’s the way to go
Can you run this instead
startplasma-wayland > ~/kde_wayland_log.txt 2>&1
Then pastebin the log
If that’s the same output no need to upload
can you run one more thing? You can take a picture of this one:
journalctl -b | grep -i wayland
can you post what you did to fix it?
The thread disappeared until now, but congrats brother.
I had nvidia installed instead of nvidia-dkms
And also I had nvidia-drm.modeset=1 instead of nvidia_drm.modeset=1