Sddm.conf Not found

Hello!
I’m looking for the sddm.conf file.

I want to put the Season=gamescope-session-steam line.

Perhaps in garuda gaming the file is called something else.

Where can I modify the session? I’ve tried several and it doesn’t work.

Thanks for the help

man find
find -iname 'sddm.conf'
./etc/sddm.conf

???

Please, wrote exactly what you tried!

2 Likes

The file was blank, but I thought it wasn’t in the correct sddm.
I’ve edited it and it works perfectly.

Thank you

Maybe you use the wrong path.

cat /etc/sddm.conf
File: /etc/sddm.conf
[General]
InputMethod=qtvirtualkeyboard
Numlock=true

[Theme]
CursorTheme=Sweet-cursors
DisableAvatarsThreshold=7
EnableAvatars=true
FacesDir=/usr/share/sddm/faces
ThemeDir=/usr/share/sddm/themes

[Users]
DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin
HideShells=
HideUsers=
RememberLastSession=true
RememberLastUser=true
ReuseSession=false

[Wayland]
EnableHiDPI=true
SessionCommand=/usr/share/sddm/scripts/wayland-session
SessionDir=/usr/share/wayland-sessions
SessionLogFile=.local/share/sddm/wayland-session.log

[X11]
EnableHiDPI=true
MinimumVT=1
ServerArguments=-nolisten tcp
ServerPath=/usr/bin/X
SessionCommand=/usr/share/sddm/scripts/Xsession
SessionDir=/usr/share/xsessions
SessionLogFile=.local/share/sddm/xorg-session.log
UserAuthFile=.Xauthority
XauthPath=/usr/bin/xauth
XephyrPath=/usr/bin/Xephyr

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.