KDE version : black screen on restart after install and update
An Arch based rolling-release distribution for Gamers / Multimedia
Brought to you by:
silent-robot
Hello ,
After installing salientos-kde-v21.06-x86_64 and updating, i have a black screen after restarting.
Equipment: Intel i5 6600K, Nvidia 3060 Ti
After installing i did the updates
(sudo reflect sudo reflectuk sudo pacupd sudo pacupg)
After reboot , i have a black screen
With (Alt F2) i can login
systemctl status sddm
i have this result :
sddm.service - Simple Desktop Display Manager
Loaded: loaded (/usr/lib/systemd/system/sddm.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2021-06-07 18:25:48 CEST; 8min ago
Docs: man:sddm(1)
man:sddm.conf(5)
Main PID: 538 (sddm)
Tasks: 15 (limit: 19119)
Memory: 217.1M
CPU: 1.561s
CGroup: /system.slice/sddm.service
├─538 /usr/bin/sddm
└─561 /usr/lib/Xorg -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{3d77974f-61a3-4c64-97c0-b281f0fdc866} -noreset -displayfd 17
Jun 07 18:25:51 fqb-salientoskde sddm[538]: Socket server starting...
Jun 07 18:25:51 fqb-salientoskde sddm[538]: Socket server started.
Jun 07 18:25:51 fqb-salientoskde sddm[538]: Loading theme configuration from "/usr/share/sddm/themes/chili/theme.conf"
Jun 07 18:25:51 fqb-salientoskde sddm[538]: Greeter starting...
Jun 07 18:25:51 fqb-salientoskde sddm-helper[716]: [PAM] Starting...
Jun 07 18:25:51 fqb-salientoskde sddm-helper[716]: [PAM] Authenticating...
Jun 07 18:25:51 fqb-salientoskde sddm-helper[716]: [PAM] returning.
Jun 07 18:25:51 fqb-salientoskde sddm-helper[716]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=961) by (uid=0)
Jun 07 18:25:51 fqb-salientoskde sddm[538]: Greeter session started successfully
Jun 07 18:25:51 fqb-salientoskde sddm[538]: Message received from greeter: Connect
Looking at the Arch Wiki there are a few suggestions. I'll link you directly to the page that will hopefully help.
If you installed the drivers from within Calamares, you could try reinstalling them in this order:
Then reload the driver:
Here's the page in question:
https://wiki.archlinux.org/title/NVIDIA/Troubleshooting#Blackscreen_at_X_startup_/_Machine_poweroff_at_X_shutdown
i did the updates again
(sudo reflect sudo reflectuk sudo pacupd sudo pacupg)
Next, I install Nvidia drivers.
After reboot, it works now
Thank you