You are not logged in.
Pages: 1
Hi There, I Don't know it's a good question to ask but I was switching my de from kde to cinnamon.
I uninstalled kde by -
sudo pacman -Rns plasma kde-applications
This command and installed cinnamon packages and updated xorg-pacakages.
When I enable the gdm service it was saying there is already display-manager service running. So I disabled it .
Now when I start gdm service a black screen occurs and it stops there.
Please help with the same.
Offline
Hi, at first, get used to use code tags: https://bbs.archlinux.org/help.php
I uninstalled kde by -
sudo pacman -Rns plasma kde-applications
Wich packages did you install in the installation?
When you've already installed KDE you've also sddm. So you need to disable (systemctl disable sddm.service) and uninstall sddm (pacman -Rc sddm). After that you can go on and uninstall all installed plasma packages, then install all cinnamon packages, and then install gdm and don't forget to enable it (systemctl enable gdm)! After that you have to reboot, and cinnamon/must must be working.
EDIT: See also:
https://wiki.archlinux.org/index.php/Cinnamon
https://wiki.archlinux.org/index.php/Xorg
Last edited by nick_0278 (2020-05-31 08:11:08)
Offline
Priyanshu, are you on kernel 5.7.2 and intel graphics i915 by any chance? Quick 2 commands (uname -a and lsmod | grep i915) should confirm this. If yes, use any prior kernel which is not 5.7.2 (e.g. linux-lts). Please see if this works.
I think your issue isnt necessarily KDE or Cinnamon issue. Once you are past kernel issues (if any), booting into specific DE should be easy.
Last edited by pk.gmp (2020-06-16 08:51:19)
Offline
seems you sddm still lauched.
maybe u need to remove it.
Offline
Pages: 1