Skip to content

MJDSys/sddm

 
 

Repository files navigation

INTRODUCTION

Build Status

SDDM is a modern display manager for X11 aiming to be fast, simple and beatiful. It uses modern technologies like QtQuick, which in turn gives the designer the ability to create smooth, animated user interfaces.

SDDM is extremely themeable. We put no restrictions on the user interface design, it is completely up to the designer. We simply provide a few callbacks to the user interface which can be used for authentication, suspend etc. To further ease theme creation we provide some premade components like a textbox, a combox etc.

There are a few sample themes distributed with SDDM. They can be used as a starting point for new themes.

LICENSING

Source code of SDDM is licensed under GNU GPL version 2 or later (at your opinion). QML files are MIT licensed and images are CC BY 3.0. Most of the files include a license header.

RESOURCES

https://github.com/sddm/sddm

https://github.com/sddm/sddm/issues

https://github.com/sddm/sddm/wiki

https://groups.google.com/group/sddm-devel

sddm on irc.freenode.net

sddm-devel on irc.freenode.net

SCREENSHOTS

sample screenshot

VIDEOS

Video background

Maui theme 1

Maui theme 2

INSTALLATION

The repository builds against both Qt4 and Qt5. For Qt5 pass -DUSE_QT5 to cmake.

SDDM runs the greeter as a system user named "sddm" whose home directory need to be set to /var/lib/sddm.

If pam and systemd are available, the greeter will go through logind which will give it access to drm devices.

Distributions without pam and systemd will need to put the "sddm" user into the "video" group, otherwise errors regarding GL and drm devices might be experienced.

About

QML based X11 display manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.9%
  • TypeScript 7.7%
  • C 1.6%
  • Shell 0.8%