Difference between revisions of "Package:Sddm"

From Funtoo
Jump to navigation Jump to search
(package:sddm)
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Ebuild
{{Ebuild
|Summary=Simple Desktop Display Manager is great!
|Summary=Simple Desktop Display Manager
|CatPkg=x11-misc/sddm
|Homepage=https://github.com/sddm/sddm
}}
Simple Desktop Display Manager


It is the recommended display manager for the KDE Plasma and LXQt desktop environments.
It is the recommended display manager for the KDE Plasma and LXQt desktop environments.
|CatPkg=x11-misc/sddm
 
|Homepage=https://github.com/sddm/sddm
reference: https://en.wikipedia.org/wiki/Simple_Desktop_Display_Manager
 
related: https://www.funtoo.org/Package:XDM_(Display_Manager)
 
Tips
 
=== How to change keyboard layout ===
 
Edit file in <code>/usr/share/sddm/scripts/Xsetup</code> and add this line (for French here; just set your desired language):
{{file|name=/usr/share/sddm/scripts/Xsetup|body=
setxkbmap fr,us
}}
}}


=== How to add add numlock ===
Numlockx should be installed first :
<console>
###i## emerge -av x11-misc/numlockx
</console>
Then edit file in <code>/usr/share/sddm/sddm.conf.d/00default.conf</code> and change as below :
{{file|name=/usr/share/sddm/sddm.conf.d/00default.conf|body=
[General]
.....
# Initial NumLock state. Can be on, off or none.
# If property is set to none, numlock won't be changed
# NOTE: Currently ignored if autologin is enabled.
Numlock=on
}}
{{EbuildFooter}}
{{EbuildFooter}}

Latest revision as of 17:06, August 25, 2023

Sddm

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Simple Desktop Display Manager

It is the recommended display manager for the KDE Plasma and LXQt desktop environments.

reference: https://en.wikipedia.org/wiki/Simple_Desktop_Display_Manager

related: https://www.funtoo.org/Package:XDM_(Display_Manager)

Tips

How to change keyboard layout

Edit file in /usr/share/sddm/scripts/Xsetup and add this line (for French here; just set your desired language):

   /usr/share/sddm/scripts/Xsetup
setxkbmap fr,us

How to add add numlock

Numlockx should be installed first :

root # emerge -av x11-misc/numlockx

Then edit file in /usr/share/sddm/sddm.conf.d/00default.conf and change as below :

   /usr/share/sddm/sddm.conf.d/00default.conf
[General]

.....

# Initial NumLock state. Can be on, off or none.
# If property is set to none, numlock won't be changed
# NOTE: Currently ignored if autologin is enabled.
Numlock=on