Go to file
David Edmundson cf3aac7b3c Reload config file whenever we start a new session
This is useful if the user has changed which greeter to use
2014-10-29 16:55:25 +01:00
cmake Find and link xkb libraries. 2013-07-08 14:13:09 +00:00
components Remove Qt 4 support 2014-08-02 20:41:46 +02:00
data Merge pull request #287 from krf/make-zsh-integration-work 2014-10-12 08:13:05 +02:00
docs Move and update the INSTALL file. 2014-08-02 15:51:01 +01:00
services sddm.service: Comment PrivateTmp for now 2014-07-15 19:07:59 +02:00
src Reload config file whenever we start a new session 2014-10-29 16:55:25 +01:00
test Reload config file whenever we start a new session 2014-10-29 16:55:25 +01:00
.commit-template Remove wiki reference from commit template 2014-08-10 01:40:39 +00:00
.gitignore Initial commit. 2013-01-18 00:46:14 +00:00
.mailmap Update mail map 2014-07-09 22:31:36 +02:00
.travis.yml Remove Qt 4 support 2014-08-02 20:41:46 +02:00
ChangeLog Release 0.10.0 2014-10-16 11:23:19 +02:00
CMakeLists.txt Remove Qt 4 support 2014-08-02 20:41:46 +02:00
CONTRIBUTORS Add contributor 2014-08-02 17:08:32 +02:00
COPYING Initial commit. 2013-01-18 00:46:14 +00:00
INSTALL INSTALL: Remove -DUSE_QT5 and list the remaining options 2014-08-03 07:27:37 +02:00
README.md Fixed a bunch of typos in the README 2014-08-13 13:58:19 +02:00

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

Qt >= 5.0.0 is required to use SDDM, although Qt >= 5.3.0 is recommended.

SDDM runs the greeter as a system user named "sddm" whose home directory needs 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.