Announcement

Collapse
No announcement yet.

After plasma 7 update, impossible to get graphic display -- sddm or plasmaahell?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    After plasma 7 update, impossible to get graphic display -- sddm or plasmaahell?

    I updated this morning and plasma 7 was installed. But when I boot, I just get a tty login invite. I can login, but can't do anything afterwards. I can't launch plasmashell and it knows no command kwin.

    During the update, it asked if I wanted plasmashell or sddm. Not having any idea what that means, I selected the default, which was sddm. What is sddm? Could that be my pb

    Thanks in advance for any help.
    'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

    #2
    Originally posted by joneall View Post
    it asked if I wanted plasmashell or sddm
    That was to select the desired login manager, SDDM or Plasmalogin, as Plasmalogin is now installed by default.

    SDDM is the login manager favored by KDE for some years now

    Plasmalogin is its replacement. It is actully based on SDDM, so it will have the same sort of look at the moment.

    It is fine to use SDDM, but if you do any package cleanup, it will be removed, so you will end op on Plasmalogin anyway.

    As to the upgrade to Plasma 6.7 , I do not know what might be causing your problem. Mine was fine, other than a notification for 2 phantom, non-existant updates that showed in Discover, that went away after a while. (Nope, they are still there)

    The command to start Plasma from a tty login will be startplasma-wayland, or startplasma-x11 if you use that.

    You might check for updates if you can, maybe you did not get all of them?
    Self-built: Asus PRIME B550M-K/Ryzen 5600GT/32Gb/Intel ARC B580 12Gb/KDE neon
    HP Elitedesk 800 G3 Mini: i5-7500T(35w)/32Gb/Kubuntu LTS
    HP Chromebook 14: i5-1135G7/8Gb/512Gb SSD/KDE Linux

    Comment


      #3
      I had the same issue with my machine. I was able to get it running again. After a login I could start plasma with:
      Code:
      exec /usr/bin/dbus-launch --exit-with-session startplasma-wayland
      After I had that running I reeinstalled plasmalogin:
      Code:
      sudo apt install --reinstall plasmalogin
      and reloaded the service:
      Code:
      sudo systemctl daemon-reload

      Comment


        #4
        Originally posted by claydoh View Post
        The command to start Plasma from a tty login will be startplasma-wayland, or startplasma-x11 if you use that.
        I tried startplasma-wayland and got

        /usr/bin/xrdbCa't open display
        xcb_connect() failed
        'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

        Comment


          #5
          I tried Carmikatze's method, but after
          exec /usr/bin/dbus-launch --exit-with-session startplasma-wayland
          my system was completely hung. no possibility of entering any command. even ctl-C, D or X failed to get any response.

          Now I'm afraid to update my other system.
          'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

          Comment


            #6
            I tried installing a new system with plasma 7. For some reason, there are several choices of iso files now. I first tried the one called desktop, then the one called bigscreen, without having any idea what the difference might be. Result: I cannot launch the "live" version of either. The bigscreen version popped up a message saying

            error: invalid magic number.
            error: you need to load the kernel first.

            Press any key yo continue...
            and died. no more response, impossible to enter anything. I tried to USB key on two different computers, with the same result. The sha256 sum was good tho.
            'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

            Comment


              #7
              https://plasma-bigscreen.org/

              https://plasma-mobile.org/

              Both have been around in neon for ages, just never linked to on the website.

              Can't say why these don't like your computer, though.



              Self-built: Asus PRIME B550M-K/Ryzen 5600GT/32Gb/Intel ARC B580 12Gb/KDE neon
              HP Elitedesk 800 G3 Mini: i5-7500T(35w)/32Gb/Kubuntu LTS
              HP Chromebook 14: i5-1135G7/8Gb/512Gb SSD/KDE Linux

              Comment


                #8
                With a newly installed Neon with plasma7 on a new computer, I have to do a tty login and enter the command Claydoh suggested: startplasma-wayland. That works fine, but i should not have to do that every time. I have done a dist-upgrade also, but that has not helped.

                Any more suggestions?

                Btw. Mint works just fine. And Mint is usable, but it lacks a lot of plasma features I have grown used to, in particular, different backgrounds on activities/workspaces and recognizable, standard icons for firefox et al.
                'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

                Comment


                  #9
                  Just for clarity, we are talking about Plasma 6.7 Plasma 7 is way way off in the unplanned future.


                  EDIT: This may not be relevant now
                  Which ISO was used? What new PC?



                  -------------
                  Ok, what we are missing is the correct instruction to enable the plasmalogin service, which is the bug you are seeing.


                  so to fix it:

                  Code:
                  sudo systemctl disable sddm
                  sudo systemctl enable plasmalogin​
                  If you are using the most current ISO and have 6.7 out of the box, the first command won't do anything, and you will see a message, as it isn't installed to begin with.

                  The bug here is neon specific, and not related to Plasma 6.7 at all.

                  What is happening is that the updates and upgrades are replacing the old SDDM login manager with the new plasmalogin.
                  What is supposed to happen is that there should be a popup from apt asking to choose which login manager to use, which would then enable plasmalogin if selected.
                  This does not appear to be happening for all, and there is no login manager set to load, even though both are installed. (one can have multiple login managers installed, but only one set to load.)

                  Another way is to run:
                  Code:
                  sudo dpkg-reconfigure plasmalogin
                  Which will show the selection box.



                  EDIT:
                  The above may not be relevant, depending on the ISO you use.


                  Are you using the current ISO image with Plasma 6.7.0, or are you installing to a previous ISO with Plasma 6.6.5 and updating ( both of which gets you to 6.7.2)? The most current image dated from July 9 (with Plasma 6.7.0) should not have this issue as far as I can see.

                  But even testing updating from 6.6.5 to 6.7 on a couple of VMs, I don't see this problem happening for me so far.
                  Last edited by claydoh; Today, 01:46 AM.
                  Self-built: Asus PRIME B550M-K/Ryzen 5600GT/32Gb/Intel ARC B580 12Gb/KDE neon
                  HP Elitedesk 800 G3 Mini: i5-7500T(35w)/32Gb/Kubuntu LTS
                  HP Chromebook 14: i5-1135G7/8Gb/512Gb SSD/KDE Linux

                  Comment


                    #10
                    Thanks, claydoh, but...

                    Code:
                    $sudo systemctl disable sddm
                    sddm.service is not a native service, redirecting to systemd-sysv-install.
                    Executing: /usr/lib/systemd/systemd-sysv-install disable sddm​
                    Code:
                    $ sudo systemctl enable plasmalogin​
                    Invalid unit name "plasmalogin​" escaped as "plasmalogin\xe2\x80\x8b" (maybe you should use systemd-escape?).
                    Failed to enable unit: Unit file plasmalogin\xe2\x80\x8b.service does not exist.​
                    WHAT is systemd-escape?

                    Code:
                    sudo dpkg-recongfigure plasmalogin ==> E: Unable to locate package dpkg-recongfigure
                    'man dpkg' says
                    To reconfigure a package which has already been configured, try the dpkg-reconfigure(8) command instead (which is part of the debconf project).
                    But debconf is installed
                    For info:
                    $ kinfo
                    Operating System: KDE neon User Edition
                    KDE Plasma Version: 6.7.2
                    KDE Frameworks Version: 6.28.0
                    Qt Version: 6.11.1
                    Kernel Version: 6.17.0-35-generic (64-bit)
                    Graphics Platform: Wayland
                    ​It's an updated version of a plasma 6 system.
                    Last edited by joneall; Today, 01:25 AM.
                    'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

                    Comment


                      #11
                      I did say it may not be relevant

                      Especially with a typo:

                      Code:
                      sudo dpkg-reconfigure plasmalogin
                      I had a stray letter in there, now fixed.

                      None of that makes a difference since you don't have sddm installed since you are on the most current ISO, so there is no choice needed for selecting sddm or plasmalogin.

                      I have zero idea why your fresh install does not show the login screen and you end up at a TTY prompt.



                      Are you ending up at a tty prompt directly, or are you switching to one using ctrl-alt-F{number} ?

                      What new PC specs?
                      Self-built: Asus PRIME B550M-K/Ryzen 5600GT/32Gb/Intel ARC B580 12Gb/KDE neon
                      HP Elitedesk 800 G3 Mini: i5-7500T(35w)/32Gb/Kubuntu LTS
                      HP Chromebook 14: i5-1135G7/8Gb/512Gb SSD/KDE Linux

                      Comment


                        #12
                        The login prompt comes up directly, without my typing anything. Then I enter username, pw and startplasma-wayland.
                        I have not tried Carmilkatze's sudo apt install --reinstall plasmalogin and sudo systemctl daemon-reload. Any point in that?

                        $ kinfo
                        Operating System: KDE neon User Edition
                        KDE Plasma Version: 6.7.2
                        KDE Frameworks Version: 6.28.0
                        Qt Version: 6.11.1
                        Kernel Version: 6.17.0-35-generic (64-bit)
                        Graphics Platform: Wayland
                        Processors: 16 × AMD Ryzen 7 8700G w/ Radeon 780M Graphics
                        Memory: 16 GiB of RAM (14.7 GiB usable)
                        Graphics Processor: AMD Radeon 780M Graphics
                        I kinduv went whole hog on the new machine. Figure it will last the rest of my life.

                        'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

                        Comment

                        Users Viewing This Topic

                        Collapse

                        There is 1 user viewing this topic.

                        Working...
                        X