Difference between revisions of "Package:Sddm"

From Funtoo
Jump to navigation Jump to search
m (Grouche moved page User:Grouche/sddm to Package:Sddm: A stub is better than no stub)
 
Line 11: Line 11:


related: https://www.funtoo.org/Package:XDM_(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