You are not logged in.
Pages: 1
Hello! SDDM boots to a black screen with a white dash on the top left of the screen after grub boots into arch. I have a NVIDIA card and I believe that to be the root cause. The journal dosn't have any errors related to SDDM and I cannot post it here as I cant get it out of my desktop without manually copying the thousands of lines there. Once I remove the nvidia-open package it boots into the black screen still but without the dash.
Offline
https://wiki.archlinux.org/title/NVIDIA#Early_loading
I'd assume this happens because, as stated here, the card's kernel drivers load after SDDM does, so you would have to make sure to early load the drivers/kernel modules
How to early load such depends on which initramfs generator you use.
See https://wiki.archlinux.org/title/Kernel … le_loading (which is linked within the initial early loading link provided)
Last edited by airbus777neo (2025-06-21 08:15:13)
Just a computer fanatic finally beginning to etch out of his shell in experience
"The man who chases two rabbits catches none." — Confucius
Offline
The journal dosn't have any errors related to SDDM and I cannot post it here as I cant get it out of my desktop without manually copying the thousands of lines there.
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
On that note:
I was gonna mention such, until I went to test it myself, and when I run
sudo journalctl -b | curl -F "file=@" 0x0.stnothing is output (I assumed it would give me a URL?)
Then with:
sudo journalctl -b | curl -F "file=@-" https://0x0.stI get:
curl: (35) TLS connect error: error:0A0003E8:SSL routines::reason(1000)Just a computer fanatic finally beginning to etch out of his shell in experience
"The man who chases two rabbits catches none." — Confucius
Offline
curl -vL 0x0.st > /dev/nullAnd yes, you'll usually get a url in return - iff your journal is particularly large it might take a while and if it's more than 0.5GB, you'll get quota'd
Offline
Pages: 1