Announcement

Collapse
No announcement yet.

SDDM - QML Based Display Manager

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

  • #11
    SDDM ported to QtQuick2

    I have ported SDDM to Qt5, which was indeed pretty easy. Now, the same code base can be compiled for both Qt4 and Qt5.

    I have made a quick test of QtQuick2. By changing ~10 lines of qml code, I was able to use video as background. Cpu usage is low, too: 4-5%. Here is the screen capture:

    Comment


    • #12
      Originally posted by pejakm View Post
      Options to standby/hibernate planned?
      Originally posted by markg85 View Post
      My guess is that he can't easily implement that. It's not part of Qt and there doesn't seem to be a simple library for it either.
      Suspend and hibernate support landed now in git master. It can use either systemd or upower. In case of systemd hybridsleep can be used too, if supported by the system.

      Comment

      Working...
      X