[chiark.chat] Re: RFH: sysvinit etc. in Debian

Lorenz lorenzo.ru.g at gmail.com
Tue Nov 6 03:17:04 GMT 2018


Hi Everybody,
I'm Lorenzo Puliti, a Debian Sid user.
During the last year, in order stay away from systemd and at the same time
have a "Hey, my desktop is working again!" experience, i somehow manage to
build an usable elogind.
Now i'm using v239 with a packaging similar to the one posted by Mark
Hindley.
Among the differences, in control file i have also a Breaks+Replace:
systemd-shim , Recommends: dbus-x11 + xserver-xorg-legacy and also i'm
starting and managing elogind with runit.

Ian Jackson wrote:
> Is there anyone here with the kind of desktoppy knowledge who could
> debug this ?
I'm afraid you mean a developer, and i can't really debug this, but I have
some info about Debian and Elogind I would like to share.
Some or all the things i'm about to write may result pointless or obvious
to you, nevertheless i feel like making other people waste their time to
find out what I already know is worst that sending one email with pointless
info.

As far as I can tell, from almost 1 year of everyday use in Debian Sid:

 - LXQT and KDE/Plasma: basic stuff like shutdown/reboot/suspend , plug in
a usbpendrive and be able to mount/umount as user, edit root files with a
graphic text editor like kate/kwrite, inhibitor logic,  all works fine for
me.

 - usable display managers I have tested are Lightdm+gtk-greeter, Sddm and
Slim (Slim works but has no logind code)

 - ACL's: have not tested this since my user is in video and audio groups,
but log looks promising to me  [see full-log]

 - Pulseaudio/ Wayland:  can't tell, never used/ tested


 About Lightdm error:
  Peter Maydell wrote (in attachment):
  > That's sufficient that basic lightdm and MATE work, though the
  > shutdown/restart/etc menu items in the greeter are greyed out.
  >    ....
  > * there are some errors in the log about "no session 'foo'
known".
  >    This is my current best guess for why the shutdown items aren't
there.

I have the ' Failed to release session: No session 'c4' known ' error as
well but
lightdm shutdown/restart/suspend buttons are not grayed and works as
expected.
Since you said that your elogind create a session, my best guess is that
  * you forgot to enforce the right boot order (dbus --> elogind -->
lightdm ) or
  * something went wrong when you rebuild polkit-1
You can check the latter with dbus, once you have logged in with your user
in MATE,
     $ dbus-send --print-reply --system --dest=org.freedesktop.login1
/org/freedesktop/login1 org.freedesktop.login1.Manager.CanReboot
  the reply should say "yes"

and MATE:
 Matthew Vernon wrote:
 > Relevant bugs include
 > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909192
already wrote a reply there, but I forgot to mention that, just to make
things worst, since v239-10 systemd has 'conflict:consolekit' and v239-4
drop the patch for the shim.
 Peter Maydell wrote (in attachment):
 >* mate-power-manager Depends on systemd|consolekit, so it
 >   won't install. I think this is laptop battery info, not
 >   shutdown/restart related, though.
 ....
 >* Recommends in the dependency chain for packages like
 >  'mate-desktop-environment' and 'gdm3' have a tendency to
 >   want to toss out elogind and pull in systemd. I had to
 >   do a lot of --no-install-recommends.
I tried to install and test MATE, I had to rebuild mate-power-manager (just
changing Depends into : systemd|consolekit|elogind) and following backward
the chain of dependency and recommends i found out that, even if one has
libpam-elogind that provides libpam-systemd, there are still 'gvfs-backend'
and 'gnome-keyring' left that keep pulling in systemd. Installing those two
with --no-install-recommends fix the problem.
Suspend, shutdown and mounting a usb pendrive tested, looks like it's
working.
About the power-manager, i don't have a laptop to test brightness or
lid-close events, but it's setting one inhibitor with elogind's code, so
there is some hope.. [see mate-lightdm-log]

Other problems i see are:

* I don't have this with v238 or v236, I already reported upstream as a
v239 bug [ see full-log]
      auth.err: Nov  4 18:05:06 elogind[2395]: Failed to register SIGINT
handler: Device or resource busy

* each time i do 'su' in console i have this (but su works anyway)  [ see
full-log]
      authpriv.debug: Nov  4 17:05:59 su: pam_elogind(su-l:session): Cannot
create session: Already running in a session or user slice

* Gnome3/gdm: systemd is a hard run time dependency for some component, so
they need to be rebuilded.
   I'm not a Gnome fan so i've not experimented with this, but if you're
interested in, there is a Gentoo related project about this on github
   https://github.com/dantrell/gentoo-project-gnome-without-systemd
   also there was a post on Devuan forum
   https://dev1galaxy.org/viewtopic.php?id=1581

* Xorg and startx [see Xorg-log]:
   Since when rootless Xorg was introduced in Debian,i'm not able to start
X with 'startx' from a VT console: I suspect that,
   even if Xorg-legacy is used, xorg requires that the user that start Xorg
belong to a session, otherwise it fails.
   Now the problem is that elogind doesn't manage VT user sessions, so it's
impossible for the user that is starting Xorg
   to be part of a session. Maybe can be workaround with a Xorg rebuild, I
had no l luck with that..

Hope this will help to bring Elogind in Debian,
Lorenzo

Il giorno lun 29 ott 2018 alle ore 20:40 Ian Jackson <
ijackson at chiark.greenend.org.uk> ha scritto:

> Andreas Messer writes ("Re: [chiark.chat] Re: RFH: sysvinit etc. in
> Debian"):
> > Any patches, help or git pull requests are welcome. I also have the
> feeling,
> > that the current Devuan elogind package repo is not in the best shape
> > regarding its structure. It was actually my first package and I'm still
> > a beginner in this.
>
> Your package pretty good to me.  I reviewed the packaging pretty
> carefully and everything was as I would have expected, or else had an
> explanation.
>
> > I'm currently going to clarify with the Devuan guys, how the packaging
> > workflow shall be for future devuan version, one of them has clear idea
> of
> > this but i did not understand it yet. In parallel I'll start
> > a small guide document on how a package repo should be structured
> > and handled. Mostly to remind my self of that but maybe this is usefull
> > for others as well
>
> I think that for good sysvinit support in Debian it is important that
> not only the sysvinit package is in shape (I'm glad to see that people
> are working on that) but also that the desktop support is in good
> enough shape that people don't find the dependencies keep pulling in
> systemd.
>
> To fix that we need to upload elogind and/or consolekit to Debian,
> figure out what the dependencies should look like in all those
> packages, and file bugs in Debian (where we can't use virtual
> packages).  We want to get all of that into the Debian freeze.
>
> Peter already gave some instructions on how to test this and we have a
> first cut of a package, but there are still some problems and things
> we don't know how to do, as discussed earlier.
>
> Is there anyone here with the kind of desktoppy knowledge who could
> debug this ?  Or maybe who has some contacts (within Devuan or Debian
> or elsewhere) ?
>
> Ian.
>
> --
> Ian Jackson <ijackson at chiark.greenend.org.uk>   These opinions are my own.
>
> If I emailed you from an address @fyvzl.net or @evade.org.uk, that is
> a private address which bypasses my fierce spamfilter.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.chiark.greenend.org.uk/pipermail/debian-init-diversity/attachments/20181106/7c90946e/attachment.html>
-------------- next part --------------
$ dpkg -l | grep elogind
ii  dbus                                          1.12.10-1elogind1                      amd64        simple interprocess messaging system (daemon and utilities)
ii  dbus-x11                                      1.12.10-1elogind1                      amd64        simple interprocess messaging system (X11 deps)
ii  elogind                                       239.1-1                                amd64        User, Seat and Session Manager
ii  elogind-run                                   239.1-1                                amd64        Runit run's init script for elogind
ii  gir1.2-polkit-1.0                             0.105-21elogind1                       amd64        GObject introspection data for PolicyKit
ii  libdbus-1-3:amd64                             1.12.10-1elogind1                      amd64        simple interprocess messaging system (library)
ii  libdbus-1-dev:amd64                           1.12.10-1elogind1                      amd64        simple interprocess messaging system (development headers)
ii  libelogind-dev                                239.1-1                                amd64        subset of the facilities offered by libsystemd, development headers
ii  libelogind0                                   239.1-1                                amd64        login-related functionality offered by libsystemd0
ii  libpam-elogind                                239.1-1                                amd64        PAM module for elogind
ii  libpolkit-agent-1-0:amd64                     0.105-21elogind1                       amd64        PolicyKit Authentication Agent API
ii  libpolkit-agent-1-dev                         0.105-21elogind1                       amd64        PolicyKit Authentication Agent API - development files
ii  libpolkit-backend-1-0:amd64                   0.105-21elogind1                       amd64        PolicyKit backend API
ii  libpolkit-gobject-1-0:amd64                   0.105-21elogind1                       amd64        PolicyKit Authorization API
ii  libpolkit-gobject-1-dev                       0.105-21elogind1                       amd64        PolicyKit Authorization API - development files
ii  mate-power-manager                            1.20.2-1+elogind1                      amd64        power management tool for the MATE desktop
ii  mate-power-manager-common                     1.20.2-1+elogind1                      all          power management tool for the MATE desktop (common files)
ii  policykit-1                                   0.105-21elogind1                       amd64        framework for managing administrative policies and privileges
ii  policykit-1-doc                               0.105-21elogind1                       all          documentation for PolicyKit-1
ii  sddm                                          0.18.0-1+elogind1                      amd64        modern display manager for X11

$ dpkg -l | grep systemd
ii  dh-systemd                                    11.5.1                                 all          debhelper add-on to handle systemd unit files - transitional package
ii  libelogind-dev                                239.1-1                                amd64        subset of the facilities offered by libsystemd, development headers
ii  libelogind0                                   239.1-1                                amd64        login-related functionality offered by libsystemd0
ii  libsystemd-dev:amd64                          239-11                                 amd64        systemd utility library - development files
ii  libsystemd0:amd64                             239-11                                 amd64        systemd utility library
rc  systemd-shim     

user 'ombra', UID 1001
$groups
ombra dialout cdrom audio www-data src video plugdev netdev lpadmin sbuild

 -------------------------------------------------------------------------------
elogind is started at boot after dbus and before sddm
after a login into LXQt, I plug, mount and umount a usb pendrive using the "removable media" plugin in the panel
edit a file that belong to root as a user
type 'su' in Kterminal to became root and cat this log

# cat /var/log/socklog/main/current | grep elogind 
 
daemon.notice: Nov  4 16:59:14 runsv-elogind: ok: run: dbus: (pid 2401) 0s
daemon.notice: Nov  4 16:59:14 runsv-elogind: ok: run: dbus: (pid 2401) 0s
daemon.notice: Nov  4 16:59:14 runsv-elogind: Starting Elogind..
auth.debug: Nov  4 16:59:14 elogind[2389]: Unknown filesystem type 62656572 mounted on /sys/fs/cgroup.
auth.debug: Nov  4 16:59:14 elogind[2389]: Unknown filesystem type 62656572 mounted on /sys/fs/cgroup.
auth.debug: Nov  4 16:59:14 elogind[2389]: Unknown filesystem type 62656572 mounted on /sys/fs/cgroup.
auth.debug: Nov  4 16:59:14 elogind[2389]: Mounting tmpfs to /sys/fs/cgroup of type tmpfs with options mode=755.
auth.debug: Nov  4 16:59:14 elogind[2389]: Mounting cgroup2 to /sys/fs/cgroup/unified of type cgroup2 with options nsdelegate.
auth.debug: Nov  4 16:59:14 elogind[2389]: Mounting cgroup to /sys/fs/cgroup/elogind of type cgroup with options none,name=elogind,release_agent=/lib/elogind/elogind-cgroups-agent,xattr.
auth.debug: Nov  4 16:59:14 elogind[2389]: Searching for PID 1 in "/proc/1/cgroup" (controller "_elogind")
daemon.notice: Nov  4 16:59:14 runsv-elogind: elogind startup: Daemonize: False, Show Help: False, Wrong arg: False
auth.debug: Nov  4 16:59:14 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 16:59:14 elogind[2389]: Cgroup Controller "_elogind" -> root "/"
auth.debug: Nov  4 16:59:14 elogind[2389]: Using cgroup controller name=elogind. File system hierarchy is at /sys/fs/cgroup/elogind.
auth.debug: Nov  4 16:59:14 elogind[2389]: Created control group ""
auth.debug: Nov  4 16:59:14 elogind[2389]: Controller 'cpu' supported: no
auth.debug: Nov  4 16:59:14 elogind[2389]: Controller 'cpuacct' supported: no
auth.debug: Nov  4 16:59:14 elogind[2389]: Controller 'io' supported: no
auth.debug: Nov  4 16:59:14 elogind[2389]: Controller 'blkio' supported: no
auth.debug: Nov  4 16:59:14 elogind[2389]: Controller 'memory' supported: no
auth.debug: Nov  4 16:59:14 elogind[2389]: Controller 'devices' supported: no
auth.debug: Nov  4 16:59:14 elogind[2389]: Controller 'pids' supported: no
auth.debug: Nov  4 16:59:14 elogind[2389]: Searching for PID 1 in "/proc/1/cgroup" (controller "_elogind")
auth.debug: Nov  4 16:59:14 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 16:59:14 elogind[2389]: Failed to read memory.limit_in_bytes cgroup attribute, ignoring cgroup memory limit: No such file or directory
auth.debug: Nov  4 16:59:14 elogind[2389]: Searching for PID 1 in "/proc/1/cgroup" (controller "_elogind")
auth.debug: Nov  4 16:59:14 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 16:59:14 elogind[2389]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
auth.debug: Nov  4 16:59:14 elogind[2389]: suspend_state[0] = mem
auth.debug: Nov  4 16:59:14 elogind[2389]: suspend_state[1] = standby
auth.debug: Nov  4 16:59:14 elogind[2389]: suspend_state[2] = freeze
auth.debug: Nov  4 16:59:14 elogind[2389]: hibernate_mode[0] = platform
auth.debug: Nov  4 16:59:14 elogind[2389]: hibernate_mode[1] = shutdown
auth.debug: Nov  4 16:59:14 elogind[2389]: hibernate_state[0] = disk
auth.debug: Nov  4 16:59:14 elogind[2389]: hybrid_sleep_mode[0] = suspend
auth.debug: Nov  4 16:59:14 elogind[2389]: hybrid_sleep_mode[1] = platform
auth.debug: Nov  4 16:59:14 elogind[2389]: hybrid_sleep_mode[2] = shutdown
auth.debug: Nov  4 16:59:14 elogind[2389]: hybrid_sleep_state[0] = disk
auth.debug: Nov  4 16:59:14 elogind[2389]: hibernate_delay_sec: 10800 seconds (180 minutes)
auth.err: Nov  4 16:59:14 elogind[2389]: Failed to register SIGINT handler: Device or resource busy
auth.debug: Nov  4 16:59:14 elogind[2389]: Bus n/a: changing state UNSET → OPENING
auth.debug: Nov  4 16:59:14 elogind[2389]: Bus n/a: changing state OPENING → AUTHENTICATING
auth.info: Nov  4 16:59:14 elogind[2389]: New seat seat0.
auth.debug: Nov  4 16:59:14 elogind[2389]: VT changed to 1
auth.info: Nov  4 16:59:14 elogind[2389]: Watching system buttons on /dev/input/event2 (Power Button)
auth.info: Nov  4 16:59:14 elogind[2389]: Watching system buttons on /dev/input/event1 (Power Button)
auth.info: Nov  4 16:59:14 elogind[2389]: Watching system buttons on /dev/input/event0 (Sleep Button)
auth.info: Nov  4 16:59:14 elogind[2389]: Watching system buttons on /dev/input/event4 (NOVATEK USB Keyboard)
auth.info: Nov  4 16:59:14 elogind[2389]: Watching system buttons on /dev/input/event5 (NOVATEK USB Keyboard)
auth.debug: Nov  4 16:59:14 elogind[2389]: elogind running as pid 2389
auth.debug: Nov  4 16:59:14 elogind[2389]: Bus n/a: changing state AUTHENTICATING → HELLO
auth.debug: Nov  4 16:59:14 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=Hello cookie=1 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:14 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RequestName cookie=2 reply_cookie=0 signature=su error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:14 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=SeatNew cookie=3 reply_cookie=0 signature=so error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:14 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:14 elogind[2389]: Bus n/a: changing state HELLO → RUNNING
auth.debug: Nov  4 16:59:14 elogind[2389]: Got message type=signal sender=org.freedesktop.DBus destination=:1.1 path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired cookie=2 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:14 elogind[2389]: Got message type=signal sender=org.freedesktop.DBus destination=:1.1 path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired cookie=3 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:14 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=4 reply_cookie=2 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:14 elogind[2389]: Successfully acquired requested service name.
auth.debug: Nov  4 16:59:16 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Introspectable member=Introspect cookie=4 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:16 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=4 reply_cookie=4 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:16 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=ListSeats cookie=10 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:16 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=5 reply_cookie=10 signature=a(so) error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:16 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1/seat/seat0 interface=org.freedesktop.DBus.Properties member=Get cookie=16 reply_cookie=0 signature=ss error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:16 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=6 reply_cookie=16 signature=v error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:16 elogind[2389]: VT changed to 7
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_call sender=:1.4 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CreateSession cookie=2 reply_cookie=0 signature=uusssssussbssa(sv) error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=7 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=5 reply_cookie=7 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Searching session for PID 2716
auth.debug: Nov  4 16:59:17 elogind[2389]: Searching for PID 2716 in "/proc/2716/cgroup" (controller "_elogind")
auth.debug: Nov  4 16:59:17 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 16:59:17 elogind[2389]: Shifting path: "/" (PID 2716, root: "NULL")
auth.debug: Nov  4 16:59:17 elogind[2389]: Searching for PID 1 in "/proc/1/cgroup" (controller "_elogind")
auth.debug: Nov  4 16:59:17 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 16:59:17 elogind[2389]: Determined root path: "/"
auth.debug: Nov  4 16:59:17 elogind[2389]: Resulting cgroup:"/"
auth.debug: Nov  4 16:59:17 elogind[2389]: path is "/"
auth.debug: Nov  4 16:59:17 elogind[2389]: Starting services for new user sddm.
auth.debug: Nov  4 16:59:17 elogind[2389]: Will mount /run/user/126 owned by 126:134
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=UserNew cookie=8 reply_cookie=0 signature=uo error-name=n/a error-message=n/a
auth.info: Nov  4 16:59:17 elogind[2389]: New session 1 of user sddm.
auth.debug: Nov  4 16:59:17 elogind[2389]: VT changed to 7
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/dri/card0 for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/snd/midiC1D0 for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/snd/pcmC1D0c for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/snd/pcmC1D0p for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/snd/controlC1 for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/sr0 for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/sg4 for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/snd/pcmC0D0c for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/snd/pcmC0D0p for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/snd/pcmC0D1c for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/snd/pcmC0D1p for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/snd/controlC0 for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found udev node /dev/snd/timer for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found static node /dev/snd/seq for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Found static node /dev/snd/timer for seat seat0
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/snd/timer for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D1p for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/snd/seq for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D0p for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/snd/midiC1D0 for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/snd/pcmC1D0p for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D0c for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/snd/pcmC1D0c for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D1c for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/snd/controlC0 for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/snd/controlC1 for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/dri/card0 for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/sg4 for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Changing ACLs at /dev/sr0 for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 16:59:17 elogind[2389]: Electing new display for user sddm
auth.debug: Nov  4 16:59:17 elogind[2389]: Ignoring session 1
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=SessionNew cookie=9 reply_cookie=0 signature=so error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1/user/_126 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=10 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1/seat/seat0 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=11 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Sending reply about created session: id=1 object_path=/org/freedesktop/login1/session/_31 uid=126 runtime_path=/run/user/126 session_fd=20 seat=seat0 vtnr=7
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.4 path=n/a interface=n/a member=n/a cookie=12 reply_cookie=2 signature=soshusub error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanPowerOff cookie=18 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=13 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=6 reply_cookie=13 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=14 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=7 reply_cookie=14 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.power-off = yes
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=15 reply_cookie=18 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanReboot cookie=19 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=16 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=8 reply_cookie=16 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=17 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=9 reply_cookie=17 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.reboot = yes
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=18 reply_cookie=19 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanSuspend cookie=20 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=19 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=10 reply_cookie=19 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: CanShutDownOrSleep: suspend [5] not blocked
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=20 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=11 reply_cookie=20 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.suspend = yes
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=21 reply_cookie=20 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanHibernate cookie=21 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Hibernation is possible, Active(anon)=162676 kB, size=35400724 kB, used=0 kB, threshold=98%
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=22 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=12 reply_cookie=22 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: CanShutDownOrSleep: hibernate [6] not blocked
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=23 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=13 reply_cookie=23 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.hibernate = yes
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=24 reply_cookie=21 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanHybridSleep cookie=22 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Hibernation is possible, Active(anon)=163784 kB, size=35400724 kB, used=0 kB, threshold=98%
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=25 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=14 reply_cookie=25 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: CanShutDownOrSleep: hybrid-sleep [7] not blocked
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=26 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=15 reply_cookie=26 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:17 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.hibernate = yes
auth.debug: Nov  4 16:59:17 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=27 reply_cookie=22 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:19 elogind[2389]: Got message type=method_call sender=:1.8 destination=:1.1 path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=GetAll cookie=7 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:19 elogind[2389]: External (1) displays connected.
auth.debug: Nov  4 16:59:19 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.8 path=n/a interface=n/a member=n/a cookie=28 reply_cookie=7 signature=a{sv} error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:19 elogind[2389]: Got message type=method_call sender=:1.8 destination=:1.1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=Inhibit cookie=9 reply_cookie=0 signature=ssss error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:19 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=29 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:19 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=16 reply_cookie=29 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:19 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionCredentials cookie=30 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:19 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=17 reply_cookie=30 signature=a{sv} error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:19 elogind[2389]: Inhibitor UPower (Pause device polling) pid=2766 uid=0 mode=delay started.
auth.debug: Nov  4 16:59:19 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=31 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:19 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.8 path=n/a interface=n/a member=n/a cookie=32 reply_cookie=9 signature=h error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Got message type=method_call sender=:1.9 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CreateSession cookie=2 reply_cookie=0 signature=uusssssussbssa(sv) error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=33 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=18 reply_cookie=33 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Searching session for PID 2814
auth.debug: Nov  4 16:59:32 elogind[2389]: Searching for PID 2814 in "/proc/2814/cgroup" (controller "_elogind")
auth.debug: Nov  4 16:59:32 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 16:59:32 elogind[2389]: Shifting path: "/" (PID 2814, root: "NULL")
auth.debug: Nov  4 16:59:32 elogind[2389]: Searching for PID 1 in "/proc/1/cgroup" (controller "_elogind")
auth.debug: Nov  4 16:59:32 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 16:59:32 elogind[2389]: Determined root path: "/"
auth.debug: Nov  4 16:59:32 elogind[2389]: Resulting cgroup:"/"
auth.debug: Nov  4 16:59:32 elogind[2389]: path is "/"
auth.debug: Nov  4 16:59:32 elogind[2389]: Starting services for new user ombra.
auth.debug: Nov  4 16:59:32 elogind[2389]: Will mount /run/user/1001 owned by 1001:1001
auth.debug: Nov  4 16:59:32 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=UserNew cookie=34 reply_cookie=0 signature=uo error-name=n/a error-message=n/a
auth.info: Nov  4 16:59:32 elogind[2389]: New session 2 of user ombra.
auth.debug: Nov  4 16:59:32 elogind[2389]: VT changed to 7
auth.debug: Nov  4 16:59:32 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1/session/_31 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=35 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/dri/card0 for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/snd/midiC1D0 for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/snd/pcmC1D0c for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/snd/pcmC1D0p for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/snd/controlC1 for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/sr0 for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/sg4 for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/snd/pcmC0D0c for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/snd/pcmC0D0p for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/snd/pcmC0D1c for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/snd/pcmC0D1p for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/snd/controlC0 for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found udev node /dev/snd/timer for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found static node /dev/snd/seq for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Found static node /dev/snd/timer for seat seat0
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/snd/pcmC1D0p for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D1c for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/snd/seq for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/sr0 for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/dri/card0 for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/snd/controlC0 for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/snd/pcmC1D0c for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/snd/midiC1D0 for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D1p for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/snd/timer for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/sg4 for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D0p for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D0c for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Changing ACLs at /dev/snd/controlC1 for seat seat0 (uid 126→1001 del add)
auth.debug: Nov  4 16:59:32 elogind[2389]: Electing new display for user ombra
auth.debug: Nov  4 16:59:32 elogind[2389]: Choosing session 2 in preference to -
auth.debug: Nov  4 16:59:32 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=SessionNew cookie=36 reply_cookie=0 signature=so error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1/user/_1001 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=37 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1/seat/seat0 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=38 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Sending reply about created session: id=2 object_path=/org/freedesktop/login1/session/_32 uid=1001 runtime_path=/run/user/1001 session_fd=22 seat=seat0 vtnr=7
auth.debug: Nov  4 16:59:32 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.9 path=n/a interface=n/a member=n/a cookie=39 reply_cookie=2 signature=soshusub error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Got message type=method_call sender=:1.10 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=ReleaseSession cookie=2 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=40 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=19 reply_cookie=40 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.10 path=n/a interface=n/a member=n/a cookie=41 reply_cookie=2 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Electing new display for user sddm
auth.debug: Nov  4 16:59:32 elogind[2389]: Ignoring session 1
auth.info: Nov  4 16:59:32 elogind[2389]: Removed session 1.
auth.debug: Nov  4 16:59:32 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=SessionRemoved cookie=42 reply_cookie=0 signature=so error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1/user/_126 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=43 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:32 elogind[2389]: User sddm logged out.
auth.debug: Nov  4 16:59:32 elogind[2389]: Will remove /run/user/126
auth.debug: Nov  4 16:59:32 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=UserRemoved cookie=44 reply_cookie=0 signature=uo error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:42 elogind[2389]: Got message type=method_call sender=:1.11 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Introspectable member=Introspect cookie=2 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:42 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.11 path=n/a interface=n/a member=n/a cookie=45 reply_cookie=2 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:42 elogind[2389]: Got message type=method_call sender=:1.11 destination=org.freedesktop.login1 path=/org/freedesktop/login1/session/self interface=org.freedesktop.DBus.Introspectable member=Introspect cookie=8 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:42 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixProcessID cookie=46 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:42 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=20 reply_cookie=46 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:42 elogind[2389]: Searching for PID 2819 in "/proc/2819/cgroup" (controller "_elogind")
auth.debug: Nov  4 16:59:42 elogind[2389]: Found 1:name=elogind:/2
auth.debug: Nov  4 16:59:42 elogind[2389]: Searching for PID 1 in "/proc/1/cgroup" (controller "_elogind")
auth.debug: Nov  4 16:59:42 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 16:59:42 elogind[2389]: Shifting cgroup "/2", root "/"
auth.debug: Nov  4 16:59:42 elogind[2389]: Shifted: "/2"
auth.debug: Nov  4 16:59:42 elogind[2389]: path is "/2"
auth.debug: Nov  4 16:59:42 elogind[2389]: found session: "2"
auth.debug: Nov  4 16:59:42 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixProcessID cookie=47 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:42 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=21 reply_cookie=47 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:42 elogind[2389]: Searching for PID 2819 in "/proc/2819/cgroup" (controller "_elogind")
auth.debug: Nov  4 16:59:42 elogind[2389]: Found 1:name=elogind:/2
auth.debug: Nov  4 16:59:42 elogind[2389]: Searching for PID 1 in "/proc/1/cgroup" (controller "_elogind")
auth.debug: Nov  4 16:59:42 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 16:59:42 elogind[2389]: Shifting cgroup "/2", root "/"
auth.debug: Nov  4 16:59:42 elogind[2389]: Shifted: "/2"
auth.debug: Nov  4 16:59:42 elogind[2389]: path is "/2"
auth.debug: Nov  4 16:59:42 elogind[2389]: found session: "2"
auth.debug: Nov  4 16:59:43 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.11 path=n/a interface=n/a member=n/a cookie=48 reply_cookie=8 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Got message type=method_call sender=:1.11 destination=org.freedesktop.login1 path=/org/freedesktop/login1/session/self interface=org.freedesktop.DBus.Properties member=Get cookie=9 reply_cookie=0 signature=ss error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixProcessID cookie=49 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=22 reply_cookie=49 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Searching for PID 2819 in "/proc/2819/cgroup" (controller "_elogind")
auth.debug: Nov  4 16:59:43 elogind[2389]: Found 1:name=elogind:/2
auth.debug: Nov  4 16:59:43 elogind[2389]: Searching for PID 1 in "/proc/1/cgroup" (controller "_elogind")
auth.debug: Nov  4 16:59:43 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 16:59:43 elogind[2389]: Shifting cgroup "/2", root "/"
auth.debug: Nov  4 16:59:43 elogind[2389]: Shifted: "/2"
auth.debug: Nov  4 16:59:43 elogind[2389]: path is "/2"
auth.debug: Nov  4 16:59:43 elogind[2389]: found session: "2"
auth.debug: Nov  4 16:59:43 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.11 path=n/a interface=n/a member=n/a cookie=50 reply_cookie=9 signature=v error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Got message type=method_call sender=:1.11 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=Inhibit cookie=11 reply_cookie=0 signature=ssss error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=51 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=23 reply_cookie=51 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.PolicyKit1 path=/org/freedesktop/PolicyKit1/Authority interface=org.freedesktop.PolicyKit1.Authority member=CheckAuthorization cookie=52 reply_cookie=0 signature=(sa{sv})sa{ss}us error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Got message type=method_return sender=:1.7 destination=:1.1 path=n/a interface=n/a member=n/a cookie=20 reply_cookie=52 signature=(bba{ss}) error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionCredentials cookie=53 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=24 reply_cookie=53 signature=a{sv} error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Inhibitor LXQt Session (Start screen locker before sleep.) pid=2819 uid=1001 mode=delay started.
auth.debug: Nov  4 16:59:43 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=54 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:43 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.11 path=n/a interface=n/a member=n/a cookie=55 reply_cookie=11 signature=h error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Got message type=method_call sender=:1.14 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Introspectable member=Introspect cookie=2 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.14 path=n/a interface=n/a member=n/a cookie=56 reply_cookie=2 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Got message type=method_call sender=:1.14 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanHibernate cookie=5 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Hibernation is possible, Active(anon)=204656 kB, size=35400724 kB, used=0 kB, threshold=98%
auth.debug: Nov  4 16:59:45 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=57 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=25 reply_cookie=57 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: CanShutDownOrSleep: hibernate [6] not blocked
auth.debug: Nov  4 16:59:45 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=58 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=26 reply_cookie=58 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.PolicyKit1 path=/org/freedesktop/PolicyKit1/Authority interface=org.freedesktop.PolicyKit1.Authority member=CheckAuthorization cookie=59 reply_cookie=0 signature=(sa{sv})sa{ss}us error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Got message type=method_return sender=:1.7 destination=:1.1 path=n/a interface=n/a member=n/a cookie=31 reply_cookie=59 signature=(bba{ss}) error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.hibernate = yes
auth.debug: Nov  4 16:59:45 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.14 path=n/a interface=n/a member=n/a cookie=60 reply_cookie=5 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Got message type=method_call sender=:1.14 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanSuspend cookie=10 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=61 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=27 reply_cookie=61 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: CanShutDownOrSleep: suspend [5] not blocked
auth.debug: Nov  4 16:59:45 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=62 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=28 reply_cookie=62 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:45 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.PolicyKit1 path=/org/freedesktop/PolicyKit1/Authority interface=org.freedesktop.PolicyKit1.Authority member=CheckAuthorization cookie=63 reply_cookie=0 signature=(sa{sv})sa{ss}us error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Got message type=method_return sender=:1.7 destination=:1.1 path=n/a interface=n/a member=n/a cookie=36 reply_cookie=63 signature=(bba{ss}) error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.suspend = yes
auth.debug: Nov  4 16:59:46 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.14 path=n/a interface=n/a member=n/a cookie=64 reply_cookie=10 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Got message type=method_call sender=:1.11 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanReboot cookie=12 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=65 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=29 reply_cookie=65 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=66 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=30 reply_cookie=66 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.PolicyKit1 path=/org/freedesktop/PolicyKit1/Authority interface=org.freedesktop.PolicyKit1.Authority member=CheckAuthorization cookie=67 reply_cookie=0 signature=(sa{sv})sa{ss}us error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Got message type=method_return sender=:1.7 destination=:1.1 path=n/a interface=n/a member=n/a cookie=41 reply_cookie=67 signature=(bba{ss}) error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.reboot = yes
auth.debug: Nov  4 16:59:46 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.11 path=n/a interface=n/a member=n/a cookie=68 reply_cookie=12 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Got message type=method_call sender=:1.11 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanPowerOff cookie=13 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=69 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=31 reply_cookie=69 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=70 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=32 reply_cookie=70 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.PolicyKit1 path=/org/freedesktop/PolicyKit1/Authority interface=org.freedesktop.PolicyKit1.Authority member=CheckAuthorization cookie=71 reply_cookie=0 signature=(sa{sv})sa{ss}us error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: Got message type=method_return sender=:1.7 destination=:1.1 path=n/a interface=n/a member=n/a cookie=46 reply_cookie=71 signature=(bba{ss}) error-name=n/a error-message=n/a
auth.debug: Nov  4 16:59:46 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.power-off = yes
auth.debug: Nov  4 16:59:46 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.11 path=n/a interface=n/a member=n/a cookie=72 reply_cookie=13 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:33 elogind[2389]: Got message type=method_call sender=:1.6 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=Inhibit cookie=324 reply_cookie=0 signature=ssss error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:33 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=73 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:33 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=33 reply_cookie=73 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:33 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionCredentials cookie=74 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:33 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=34 reply_cookie=74 signature=a{sv} error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:33 elogind[2389]: Inhibitor Disk Manager (Mounting Filesystem) pid=2735 uid=0 mode=block started.
auth.debug: Nov  4 17:00:33 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=75 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:33 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.6 path=n/a interface=n/a member=n/a cookie=76 reply_cookie=324 signature=h error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:33 elogind[2389]: Inhibitor Disk Manager (Mounting Filesystem) pid=2735 uid=0 mode=block stopped.
auth.debug: Nov  4 17:00:33 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=77 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:50 elogind[2389]: Got message type=method_call sender=:1.6 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=Inhibit cookie=337 reply_cookie=0 signature=ssss error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:50 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=78 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:50 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=35 reply_cookie=78 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:50 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionCredentials cookie=79 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:50 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=36 reply_cookie=79 signature=a{sv} error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:50 elogind[2389]: Inhibitor Disk Manager (Unmounting Filesystem) pid=2735 uid=0 mode=block started.
auth.debug: Nov  4 17:00:50 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=80 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:50 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.6 path=n/a interface=n/a member=n/a cookie=81 reply_cookie=337 signature=h error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:50 elogind[2389]: Inhibitor Disk Manager (Unmounting Filesystem) pid=2735 uid=0 mode=block stopped.
auth.debug: Nov  4 17:00:50 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=82 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:51 elogind[2389]: Got message type=method_call sender=:1.6 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=Inhibit cookie=349 reply_cookie=0 signature=ssss error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:51 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=83 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:51 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=37 reply_cookie=83 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:51 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionCredentials cookie=84 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:51 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=38 reply_cookie=84 signature=a{sv} error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:51 elogind[2389]: Inhibitor Disk Manager (Ejecting Medium) pid=2735 uid=0 mode=block started.
auth.debug: Nov  4 17:00:51 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=85 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:51 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.6 path=n/a interface=n/a member=n/a cookie=86 reply_cookie=349 signature=h error-name=n/a error-message=n/a
auth.debug: Nov  4 17:00:51 elogind[2389]: Inhibitor Disk Manager (Ejecting Medium) pid=2735 uid=0 mode=block stopped.
auth.debug: Nov  4 17:00:51 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=87 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 17:05:59 elogind[2389]: Got message type=method_call sender=:1.25 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CreateSession cookie=2 reply_cookie=0 signature=uusssssussbssa(sv) error-name=n/a error-message=n/a
auth.debug: Nov  4 17:05:59 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=88 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 17:05:59 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=39 reply_cookie=88 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 17:05:59 elogind[2389]: Searching session for PID 15031
auth.debug: Nov  4 17:05:59 elogind[2389]: Searching for PID 15031 in "/proc/15031/cgroup" (controller "_elogind")
auth.debug: Nov  4 17:05:59 elogind[2389]: Found 1:name=elogind:/2
auth.debug: Nov  4 17:05:59 elogind[2389]: Shifting path: "/2" (PID 15031, root: "NULL")
auth.debug: Nov  4 17:05:59 elogind[2389]: Searching for PID 1 in "/proc/1/cgroup" (controller "_elogind")
auth.debug: Nov  4 17:05:59 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 17:05:59 elogind[2389]: Determined root path: "/"
auth.debug: Nov  4 17:05:59 elogind[2389]: Resulting cgroup:"/2"
auth.debug: Nov  4 17:05:59 elogind[2389]: path is "/2"
auth.debug: Nov  4 17:05:59 elogind[2389]: found session: "2"
auth.debug: Nov  4 17:05:59 elogind[2389]: Session Name "2" -> Session "2"
auth.debug: Nov  4 17:05:59 elogind[2389]: Sent message type=error sender=n/a destination=:1.25 path=n/a interface=n/a member=n/a cookie=89 reply_cookie=2 signature=s error-name=org.freedesktop.login1.SessionBusy error-message=Already running in a session or user slice
auth.debug: Nov  4 17:05:59 elogind[2389]: Failed to process message type=method_call sender=:1.25 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CreateSession cookie=2 reply_cookie=0 signature=uusssssussbssa(sv) error-name=n/a error-message=n/a: Already running in a session or user slice
authpriv.debug: Nov  4 17:05:59 su: pam_elogind(su-l:session): Cannot create session: Already running in a session or user slice

----------------------------------------------------------------------------------------------------------------------------

# cat /var/log/socklog/main/current | grep kwrite


daemon.info: Nov  4 17:01:59 dbus-daemon[2857]: [session uid=1001 pid=2855] Activating service name='org.kde.ActivityManager' requested by ':1.30' (uid=1001 pid=7410 comm="/usr/bin/kwrite /etc/sv/acpid/run ")
daemon.info: Nov  4 17:04:32 dbus-daemon[2401]: [system] Activating service name='org.kde.ktexteditor.katetextbuffer' requested by ':1.20' (uid=1001 pid=9264 comm="/usr/bin/kwrite /etc/sv/acpid/log/run ") (using servicehelper)
authpriv.notice: Nov  4 17:04:36 polkitd(authority=local): Operator of unix-session:2 successfully authenticated as unix-user:root to gain TEMPORARY authorization for action org.kde.ktexteditor.katetextbuffer.savefile for system-bus-name::1.20 [/usr/bin/kwrite /etc/sv/acpid/log/run] (owned by unix-user:ombra)


--------------------------------------------------------------------------------------------------------------------------

# cat /var/log/socklog/main/current | grep sddm

authpriv.info: Nov  4 16:59:17 sddm-helper: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
auth.debug: Nov  4 16:59:17 elogind[2389]: Starting services for new user sddm.
auth.info: Nov  4 16:59:17 elogind[2389]: New session 1 of user sddm.
auth.debug: Nov  4 16:59:17 elogind[2389]: Electing new display for user sddm
daemon.info: Nov  4 16:59:18 dbus-daemon[2401]: [system] Activating service name='org.freedesktop.UDisks2' requested by ':1.5' (uid=126 pid=2719 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-WAqVys") (using servicehelper)
daemon.info: Nov  4 16:59:19 dbus-daemon[2401]: [system] Activating service name='org.freedesktop.UPower' requested by ':1.5' (uid=126 pid=2719 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-WAqVys") (using servicehelper)
authpriv.info: Nov  4 16:59:31 sddm-helper: pam_kwallet5(sddm:auth): (null): pam_sm_authenticate
authpriv.info: Nov  4 16:59:32 sddm-helper: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
authpriv.info: Nov  4 16:59:32 sddm-helper: pam_unix(sddm:session): session opened for user ombra by (uid=0)
authpriv.info: Nov  4 16:59:32 sddm-helper: pam_unix(sddm-greeter:session): session closed for user sddm
authpriv.info: Nov  4 16:59:32 sddm-helper: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
user.info: Nov  4 16:59:32 sddm-helper: pam_kwallet5: final socket path: /run/user/1001/kwallet5.socket
auth.debug: Nov  4 16:59:32 elogind[2389]: Electing new display for user sddm
auth.debug: Nov  4 16:59:32 elogind[2389]: User sddm logged out.



--------------------------------------------------------------------------------------------------------------------------------------------------------

reboot log 

auth.debug: Nov  4 18:04:16 elogind[2389]: Got message type=method_call sender=:1.70 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanReboot cookie=14 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:16 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=268 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:16 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=113 reply_cookie=268 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:16 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=269 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:16 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=114 reply_cookie=269 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:16 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.PolicyKit1 path=/org/freedesktop/PolicyKit1/Authority interface=org.freedesktop.PolicyKit1.Authority member=CheckAuthorization cookie=270 reply_cookie=0 signature=(sa{sv})sa{ss}us error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:16 elogind[2389]: Got message type=method_return sender=:1.7 destination=:1.1 path=n/a interface=n/a member=n/a cookie=297 reply_cookie=270 signature=(bba{ss}) error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:16 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.reboot = yes
auth.debug: Nov  4 18:04:16 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.70 path=n/a interface=n/a member=n/a cookie=271 reply_cookie=14 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Got message type=method_call sender=:1.70 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanReboot cookie=15 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=272 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=115 reply_cookie=272 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=273 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=116 reply_cookie=273 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.PolicyKit1 path=/org/freedesktop/PolicyKit1/Authority interface=org.freedesktop.PolicyKit1.Authority member=CheckAuthorization cookie=274 reply_cookie=0 signature=(sa{sv})sa{ss}us error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Got message type=method_return sender=:1.7 destination=:1.1 path=n/a interface=n/a member=n/a cookie=303 reply_cookie=274 signature=(bba{ss}) error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.reboot = yes
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.70 path=n/a interface=n/a member=n/a cookie=275 reply_cookie=15 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Got message type=method_call sender=:1.70 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=Reboot cookie=16 reply_cookie=0 signature=b error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: method_reboot called
auth.debug: Nov  4 18:04:17 elogind[2389]: method_do_shutdown_or_sleep called with action 'org.freedesktop.login1.reboot', sleep '(null)' (interactive)
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=276 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=117 reply_cookie=276 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=277 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=118 reply_cookie=277 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.PolicyKit1 path=/org/freedesktop/PolicyKit1/Authority interface=org.freedesktop.PolicyKit1.Authority member=CheckAuthorization cookie=278 reply_cookie=0 signature=(sa{sv})sa{ss}us error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: verify_shutdown_creds() returned 1
auth.debug: Nov  4 18:04:17 elogind[2389]: Got message type=method_return sender=:1.7 destination=:1.1 path=n/a interface=n/a member=n/a cookie=308 reply_cookie=278 signature=(bba{ss}) error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: method_reboot called
auth.debug: Nov  4 18:04:17 elogind[2389]: method_do_shutdown_or_sleep called with action 'org.freedesktop.login1.reboot', sleep '(null)' (interactive)
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=279 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=119 reply_cookie=279 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: verify_shutdown_creds() returned 0
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=PrepareForShutdown cookie=280 reply_cookie=0 signature=b error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: bus_manager_shutdown_or_sleep_now_or_later called for reboot (NOT delayed)
auth.notice: Nov  4 18:04:17 elogind[2389]: System is rebooting..
auth.debug: Nov  4 18:04:17 elogind[2389]: Successfully forked off '(sd-executor)' as PID 9868.
auth.debug: Nov  4 18:04:17 elogind[2389]: (sd-executor) succeeded.
auth.debug: Nov  4 18:04:17 elogind[2389]: Successfully forked off '/sbin/reboot' as PID 9869.
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.70 path=n/a interface=n/a member=n/a cookie=281 reply_cookie=16 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Inhibitor LXQt Session (Start screen locker before sleep.) pid=8818 uid=1001 mode=delay stopped.
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=282 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Got message type=method_call sender=:1.75 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=ReleaseSession cookie=2 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=283 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=120 reply_cookie=283 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.75 path=n/a interface=n/a member=n/a cookie=284 reply_cookie=2 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Electing new display for user ombra
auth.debug: Nov  4 18:04:17 elogind[2389]: Ignoring session 14
auth.info: Nov  4 18:04:17 elogind[2389]: Removed session 14.
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=SessionRemoved cookie=285 reply_cookie=0 signature=so error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/dri/card0 for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/snd/midiC1D0 for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/snd/pcmC1D0c for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/snd/pcmC1D0p for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/snd/controlC1 for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/sr0 for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/sg4 for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/snd/pcmC0D0c for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/snd/pcmC0D0p for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/snd/pcmC0D1c for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/snd/pcmC0D1p for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/snd/controlC0 for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/snd/seq for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found udev node /dev/snd/timer for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found static node /dev/snd/seq for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Found static node /dev/snd/timer for seat seat0
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/snd/controlC1 for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/snd/midiC1D0 for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/snd/timer for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D0p for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/snd/pcmC1D0p for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D1c for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/sg4 for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/dri/card0 for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D1p for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D0c for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/snd/controlC0 for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/sr0 for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/snd/seq for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Changing ACLs at /dev/snd/pcmC1D0c for seat seat0 (uid 1001→0 del)
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1/seat/seat0 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=286 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1/user/_1001 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=287 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: User ombra logged out.
auth.debug: Nov  4 18:04:17 elogind[2389]: Will remove /run/user/1001
auth.debug: Nov  4 18:04:17 elogind[2389]: Removed SysV semaphore 196610.
auth.debug: Nov  4 18:04:17 elogind[2389]: Removed POSIX shared memory segment jack-shm-registry
auth.debug: Nov  4 18:04:17 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=UserRemoved cookie=288 reply_cookie=0 signature=uo error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:17 elogind[2389]: VT changed to 1
auth.debug: Nov  4 18:04:17 elogind[2389]: VT changed to 7
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_call sender=:1.77 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CreateSession cookie=2 reply_cookie=0 signature=uusssssussbssa(sv) error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=289 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=121 reply_cookie=289 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Searching session for PID 9881
auth.debug: Nov  4 18:04:18 elogind[2389]: Searching for PID 9881 in "/proc/9881/cgroup" (controller "_elogind")
auth.debug: Nov  4 18:04:18 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 18:04:18 elogind[2389]: Shifting path: "/" (PID 9881, root: "NULL")
auth.debug: Nov  4 18:04:18 elogind[2389]: Searching for PID 1 in "/proc/1/cgroup" (controller "_elogind")
auth.debug: Nov  4 18:04:18 elogind[2389]: Found 1:name=elogind:/
auth.debug: Nov  4 18:04:18 elogind[2389]: Determined root path: "/"
auth.debug: Nov  4 18:04:18 elogind[2389]: Resulting cgroup:"/"
auth.debug: Nov  4 18:04:18 elogind[2389]: path is "/"
auth.debug: Nov  4 18:04:18 elogind[2389]: Starting services for new user sddm.
auth.debug: Nov  4 18:04:18 elogind[2389]: Will mount /run/user/126 owned by 126:134
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=UserNew cookie=290 reply_cookie=0 signature=uo error-name=n/a error-message=n/a
auth.info: Nov  4 18:04:18 elogind[2389]: New session 15 of user sddm.
auth.debug: Nov  4 18:04:18 elogind[2389]: VT changed to 7
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/dri/card0 for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/snd/midiC1D0 for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/snd/pcmC1D0c for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/snd/pcmC1D0p for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/snd/controlC1 for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/sr0 for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/sg4 for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/snd/pcmC0D0c for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/snd/pcmC0D0p for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/snd/pcmC0D1c for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/snd/pcmC0D1p for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/snd/controlC0 for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/snd/seq for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found udev node /dev/snd/timer for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found static node /dev/snd/seq for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Found static node /dev/snd/timer for seat seat0
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/snd/seq for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/snd/pcmC1D0c for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/snd/pcmC1D0p for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/snd/timer for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D0p for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/sr0 for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/snd/controlC0 for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/sg4 for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/snd/midiC1D0 for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D1p for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D0c for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/snd/pcmC0D1c for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/dri/card0 for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Changing ACLs at /dev/snd/controlC1 for seat seat0 (uid 0→126 add)
auth.debug: Nov  4 18:04:18 elogind[2389]: Electing new display for user sddm
auth.debug: Nov  4 18:04:18 elogind[2389]: Ignoring session 15
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=SessionNew cookie=291 reply_cookie=0 signature=so error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1/user/_126 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=292 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1/seat/seat0 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=293 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Sending reply about created session: id=15 object_path=/org/freedesktop/login1/session/_315 uid=126 runtime_path=/run/user/126 session_fd=21 seat=seat0 vtnr=7
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.77 path=n/a interface=n/a member=n/a cookie=294 reply_cookie=2 signature=soshusub error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanPowerOff cookie=33 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=295 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=122 reply_cookie=295 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=296 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=123 reply_cookie=296 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.power-off = yes
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=297 reply_cookie=33 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanReboot cookie=34 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=298 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=124 reply_cookie=298 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=299 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=125 reply_cookie=299 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.reboot = yes
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=300 reply_cookie=34 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanSuspend cookie=35 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=301 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=126 reply_cookie=301 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: CanShutDownOrSleep: suspend [5] not blocked
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=302 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=127 reply_cookie=302 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.suspend = yes
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=303 reply_cookie=35 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanHibernate cookie=36 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Hibernation is possible, Active(anon)=193380 kB, size=35400724 kB, used=0 kB, threshold=98%
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=304 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=128 reply_cookie=304 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: CanShutDownOrSleep: hibernate [6] not blocked
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=305 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=129 reply_cookie=305 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.hibernate = yes
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=306 reply_cookie=36 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_call sender=:1.2 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=CanHybridSleep cookie=37 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Hibernation is possible, Active(anon)=196740 kB, size=35400724 kB, used=0 kB, threshold=98%
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=307 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=130 reply_cookie=307 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: CanShutDownOrSleep: hybrid-sleep [7] not blocked
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=308 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=131 reply_cookie=308 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 18:04:18 elogind[2389]: CanShutDownOrSleep: regular          : org.freedesktop.login1.hibernate = yes
auth.debug: Nov  4 18:04:18 elogind[2389]: Sent message type=method_return sender=n/a destination=:1.2 path=n/a interface=n/a member=n/a cookie=309 reply_cookie=37 signature=s error-name=n/a error-message=n/a
-------------- next part --------------
-----------------------------------------------------------------------

Installing MATE


# apt-get -s install mate-desktop-environment
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libbind9-160 libdns1102 libirs160 libisc169 libisccc160 libisccfg160 liblwres160 libperl5.26 libpoppler74
  libtidy5.6 libtirpc1 perl-modules-5.26 python-asn1crypto python-attr python-automat python-cffi-backend
  python-constantly python-cryptography python-hyperlink python-idna python-incremental python-ipaddress
  python-openssl python-parsley python-psutil python-pyasn1 python-pyasn1-modules python-service-identity
  python-twisted python-twisted-bin python-twisted-core python-txsocksx python-zope.interface python3-cairo
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  albatross-gtk-theme atril atril-common blackbird-gtk-theme bluebird-gtk-theme caja caja-common
  dbus-user-session debian-mate-default-settings engrampa engrampa-common eom eom-common ffmpegthumbnailer
  fonts-cantarell fonts-mathjax gcr gir1.2-gtksource-3.0 gir1.2-mate-panel gir1.2-peas-1.0 gir1.2-pluma-1.0
  gnome-keyring gnome-keyring-pkcs11 greybird-gtk-theme gtk2-engines gtk2-engines-murrine gvfs-backends
  libatrildocument3 libatrilview3 libayatana-appindicator3-1 libayatana-ido3-0.4-0 libayatana-indicator3-7
  libcaja-extension1 libdbusmenu-glib4 libdbusmenu-gtk3-4 libexempi3 libffmpegthumbnailer4v5 libgail-3-0
  libgcr-ui-3-1 libgtop-2.0-11 libgtop2-common libgucharmap-2-90-7 libgxps2 libjavascriptcoregtk-4.0-18
  libjs-mathjax libmarco-private1 libmate-desktop-2-17 libmate-menu2 libmate-slab0 libmate-window-settings1
  libmatedict6 libmatekbd-common libmatekbd4 libmatemixer-common libmatemixer0 libmateweather-common
  libmateweather1 libnss-systemd libpam-gnome-keyring libpam-systemd libpeas-1.0-0 libpeas-1.0-python2loader
  libpeas-common libwebkit2gtk-4.0-37 libwnck-3-0 libwnck-3-common libxpresent1 libyelp0 marco marco-common
  mate-applet-brisk-menu mate-applets mate-applets-common mate-backgrounds mate-calc mate-calc-common
  mate-control-center mate-control-center-common mate-desktop mate-desktop-common mate-desktop-environment-core
  mate-icon-theme mate-icon-theme-faenza mate-media mate-media-common mate-menus mate-notification-daemon
  mate-notification-daemon-common mate-panel mate-panel-common mate-polkit mate-polkit-common mate-screensaver
  mate-screensaver-common mate-session-manager mate-settings-daemon mate-settings-daemon-common
  mate-system-monitor mate-system-monitor-common mate-terminal mate-terminal-common mate-themes mate-user-guide
  mate-utils mate-utils-common murrine-themes p11-kit p11-kit-modules pinentry-gnome3 pluma pluma-common
  python-mate-menu python3-distro systemd systemd-sysv yelp zenity zenity-common
Suggested packages:
  gstreamer1.0-tools meld arj lha lzip lzop ncompress rar rpm2cpio rzip sharutils unace unalz bluez-obexd
  samba-common fonts-mathjax-extras libjs-mathjax-doc libwebkit2gtk-4.0-37-gtk2 network-manager-gnome
  x-www-browser | firefox mate-desktop-environment-extras rss-glx pinentry-doc systemd-container
The following packages will be REMOVED:
  elogind elogind-run libelogind-dev libpam-elogind runit-init
The following NEW packages will be installed:
  albatross-gtk-theme atril atril-common blackbird-gtk-theme bluebird-gtk-theme caja caja-common
  dbus-user-session debian-mate-default-settings engrampa engrampa-common eom eom-common ffmpegthumbnailer
  fonts-cantarell fonts-mathjax gcr gir1.2-gtksource-3.0 gir1.2-mate-panel gir1.2-peas-1.0 gir1.2-pluma-1.0
  gnome-keyring gnome-keyring-pkcs11 greybird-gtk-theme gtk2-engines gtk2-engines-murrine gvfs-backends
  libatrildocument3 libatrilview3 libayatana-appindicator3-1 libayatana-ido3-0.4-0 libayatana-indicator3-7
  libcaja-extension1 libdbusmenu-glib4 libdbusmenu-gtk3-4 libexempi3 libffmpegthumbnailer4v5 libgail-3-0
  libgcr-ui-3-1 libgtop-2.0-11 libgtop2-common libgucharmap-2-90-7 libgxps2 libjavascriptcoregtk-4.0-18
  libjs-mathjax libmarco-private1 libmate-desktop-2-17 libmate-menu2 libmate-slab0 libmate-window-settings1
  libmatedict6 libmatekbd-common libmatekbd4 libmatemixer-common libmatemixer0 libmateweather-common
  libmateweather1 libnss-systemd libpam-gnome-keyring libpam-systemd libpeas-1.0-0 libpeas-1.0-python2loader
  libpeas-common libwebkit2gtk-4.0-37 libwnck-3-0 libwnck-3-common libxpresent1 libyelp0 marco marco-common
  mate-applet-brisk-menu mate-applets mate-applets-common mate-backgrounds mate-calc mate-calc-common
  mate-control-center mate-control-center-common mate-desktop mate-desktop-common mate-desktop-environment
  mate-desktop-environment-core mate-icon-theme mate-icon-theme-faenza mate-media mate-media-common mate-menus
  mate-notification-daemon mate-notification-daemon-common mate-panel mate-panel-common mate-polkit
  mate-polkit-common mate-screensaver mate-screensaver-common mate-session-manager mate-settings-daemon
  mate-settings-daemon-common mate-system-monitor mate-system-monitor-common mate-terminal mate-terminal-common
  mate-themes mate-user-guide mate-utils mate-utils-common murrine-themes p11-kit p11-kit-modules pinentry-gnome3
  pluma pluma-common python-mate-menu python3-distro systemd systemd-sysv yelp zenity zenity-common
0 upgraded, 119 newly installed, 5 to remove and 14 not upgraded.

the chain that is pulling in systemd is
caja-->(rec)gvfs-backend-->(rec)gnome-keyring-->(rec)dbus-user-session (depends also  on dbus-session-bus-->dbus-user-session | dbus-x11)

apt-get -s install gnome-keyring --no-install-recommends
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libbind9-160 libdns1102 libirs160 libisc169 libisccc160 libisccfg160 liblwres160 libperl5.26 libpoppler74
  libtidy5.6 libtirpc1 perl-modules-5.26 python-asn1crypto python-attr python-automat python-cffi-backend
  python-constantly python-cryptography python-hyperlink python-idna python-incremental python-ipaddress
  python-openssl python-parsley python-psutil python-pyasn1 python-pyasn1-modules python-service-identity
  python-twisted python-twisted-bin python-twisted-core python-txsocksx python-zope.interface python3-cairo
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  gcr libgcr-ui-3-1 p11-kit p11-kit-modules pinentry-gnome3
Suggested packages:
  pinentry-doc
Recommended packages:
  libpam-gnome-keyring gnome-keyring-pkcs11 dbus-user-session
The following NEW packages will be installed:
  gcr gnome-keyring libgcr-ui-3-1 p11-kit p11-kit-modules pinentry-gnome3
0 upgraded, 6 newly installed, 0 to remove and 14 not upgraded.


# apt-get  install gvfs-backends --no-install-recommends
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libbind9-160 libdns1102 libirs160 libisc169 libisccc160 libisccfg160 liblwres160 libperl5.26 libpoppler74
  libtidy5.6 libtirpc1 perl-modules-5.26 python-asn1crypto python-attr python-automat python-cffi-backend
  python-constantly python-cryptography python-hyperlink python-idna python-incremental python-ipaddress
  python-openssl python-parsley python-psutil python-pyasn1 python-pyasn1-modules python-service-identity
  python-twisted python-twisted-bin python-twisted-core python-txsocksx python-zope.interface python3-cairo
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  gvfs gvfs-common gvfs-daemons gvfs-libs libgdata-common libgdata22 libgoa-1.0-0b libgoa-1.0-common libnfs11
  liboauth0
Suggested packages:
  bluez-obexd samba-common
Recommended packages:
  gnome-keyring
The following NEW packages will be installed:
  gvfs gvfs-backends gvfs-common gvfs-daemons gvfs-libs libgdata-common libgdata22 libgoa-1.0-0b
  libgoa-1.0-common libnfs11 liboauth0
0 upgraded, 11 newly installed, 0 to remove and 14 not upgraded.


# apt-get -s install mate-desktop-environment
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libbind9-160 libdns1102 libirs160 libisc169 libisccc160 libisccfg160 liblwres160 libperl5.26 libpoppler74
  libtidy5.6 libtirpc1 perl-modules-5.26 python-asn1crypto python-attr python-automat python-cffi-backend
  python-constantly python-cryptography python-hyperlink python-idna python-incremental python-ipaddress
  python-openssl python-parsley python-psutil python-pyasn1 python-pyasn1-modules python-service-identity
  python-twisted python-twisted-bin python-twisted-core python-txsocksx python-zope.interface python3-cairo
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  albatross-gtk-theme atril atril-common blackbird-gtk-theme bluebird-gtk-theme caja caja-common
  debian-mate-default-settings engrampa engrampa-common eom eom-common ffmpegthumbnailer fonts-cantarell
  fonts-mathjax gir1.2-gtksource-3.0 gir1.2-mate-panel gir1.2-peas-1.0 gir1.2-pluma-1.0 greybird-gtk-theme
  gtk2-engines gtk2-engines-murrine libatrildocument3 libatrilview3 libayatana-appindicator3-1
  libayatana-ido3-0.4-0 libayatana-indicator3-7 libcaja-extension1 libdbusmenu-glib4 libdbusmenu-gtk3-4
  libexempi3 libffmpegthumbnailer4v5 libgail-3-0 libgtop-2.0-11 libgtop2-common libgucharmap-2-90-7 libgxps2
  libjavascriptcoregtk-4.0-18 libjs-mathjax libmarco-private1 libmate-desktop-2-17 libmate-menu2 libmate-slab0
  libmate-window-settings1 libmatedict6 libmatekbd-common libmatekbd4 libmatemixer-common libmatemixer0
  libmateweather-common libmateweather1 libpeas-1.0-0 libpeas-1.0-python2loader libpeas-common
  libwebkit2gtk-4.0-37 libwnck-3-0 libwnck-3-common libxpresent1 libyelp0 marco marco-common
  mate-applet-brisk-menu mate-applets mate-applets-common mate-backgrounds mate-calc mate-calc-common
  mate-control-center mate-control-center-common mate-desktop mate-desktop-common mate-desktop-environment-core
  mate-icon-theme mate-icon-theme-faenza mate-media mate-media-common mate-menus mate-notification-daemon
  mate-notification-daemon-common mate-panel mate-panel-common mate-polkit mate-polkit-common mate-screensaver
  mate-screensaver-common mate-session-manager mate-settings-daemon mate-settings-daemon-common
  mate-system-monitor mate-system-monitor-common mate-terminal mate-terminal-common mate-themes mate-user-guide
  mate-utils mate-utils-common murrine-themes pluma pluma-common python-mate-menu python3-distro yelp zenity
  zenity-common
Suggested packages:
  gstreamer1.0-tools meld arj lha lzip lzop ncompress rar rpm2cpio rzip sharutils unace unalz
  fonts-mathjax-extras libjs-mathjax-doc libwebkit2gtk-4.0-37-gtk2 network-manager-gnome x-www-browser | firefox
  mate-desktop-environment-extras rss-glx
The following NEW packages will be installed:
  albatross-gtk-theme atril atril-common blackbird-gtk-theme bluebird-gtk-theme caja caja-common
  debian-mate-default-settings engrampa engrampa-common eom eom-common ffmpegthumbnailer fonts-cantarell
  fonts-mathjax gir1.2-gtksource-3.0 gir1.2-mate-panel gir1.2-peas-1.0 gir1.2-pluma-1.0 greybird-gtk-theme
  gtk2-engines gtk2-engines-murrine libatrildocument3 libatrilview3 libayatana-appindicator3-1
  libayatana-ido3-0.4-0 libayatana-indicator3-7 libcaja-extension1 libdbusmenu-glib4 libdbusmenu-gtk3-4
  libexempi3 libffmpegthumbnailer4v5 libgail-3-0 libgtop-2.0-11 libgtop2-common libgucharmap-2-90-7 libgxps2
  libjavascriptcoregtk-4.0-18 libjs-mathjax libmarco-private1 libmate-desktop-2-17 libmate-menu2 libmate-slab0
  libmate-window-settings1 libmatedict6 libmatekbd-common libmatekbd4 libmatemixer-common libmatemixer0
  libmateweather-common libmateweather1 libpeas-1.0-0 libpeas-1.0-python2loader libpeas-common
  libwebkit2gtk-4.0-37 libwnck-3-0 libwnck-3-common libxpresent1 libyelp0 marco marco-common
  mate-applet-brisk-menu mate-applets mate-applets-common mate-backgrounds mate-calc mate-calc-common
  mate-control-center mate-control-center-common mate-desktop mate-desktop-common mate-desktop-environment
  mate-desktop-environment-core mate-icon-theme mate-icon-theme-faenza mate-media mate-media-common mate-menus
  mate-notification-daemon mate-notification-daemon-common mate-panel mate-panel-common mate-polkit
  mate-polkit-common mate-screensaver mate-screensaver-common mate-session-manager mate-settings-daemon
  mate-settings-daemon-common mate-system-monitor mate-system-monitor-common mate-terminal mate-terminal-common
  mate-themes mate-user-guide mate-utils mate-utils-common murrine-themes pluma pluma-common python-mate-menu
  python3-distro yelp zenity zenity-common
0 upgraded, 105 newly installed, 0 to remove and 14 not upgraded.



-------------------------------------------------------------------------------------------------
mate 'disk mounter'

auth.debug: Nov  4 02:28:22 elogind[2368]: Got message type=method_call sender=:1.6 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=Inhibit cookie=10685 reply_cookie=0 signature=ssss error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:22 elogind[2368]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=1871 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:22 elogind[2368]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=910 reply_cookie=1871 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:22 elogind[2368]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionCredentials cookie=1872 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:22 elogind[2368]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=911 reply_cookie=1872 signature=a{sv} error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:22 elogind[2368]: Inhibitor Disk Manager (Mounting Filesystem) pid=2732 uid=0 mode=block started.
auth.debug: Nov  4 02:28:22 elogind[2368]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1873 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:22 elogind[2368]: Sent message type=method_return sender=n/a destination=:1.6 path=n/a interface=n/a member=n/a cookie=1874 reply_cookie=10685 signature=h error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:22 elogind[2368]: Inhibitor Disk Manager (Mounting Filesystem) pid=2732 uid=0 mode=block stopped.
auth.debug: Nov  4 02:28:22 elogind[2368]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1875 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:32 elogind[2368]: Got message type=method_call sender=:1.6 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=Inhibit cookie=10692 reply_cookie=0 signature=ssss error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:32 elogind[2368]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=1876 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:32 elogind[2368]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=912 reply_cookie=1876 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:32 elogind[2368]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionCredentials cookie=1877 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:32 elogind[2368]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=913 reply_cookie=1877 signature=a{sv} error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:32 elogind[2368]: Inhibitor Disk Manager (Unmounting Filesystem) pid=2732 uid=0 mode=block started.
auth.debug: Nov  4 02:28:32 elogind[2368]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1878 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:32 elogind[2368]: Sent message type=method_return sender=n/a destination=:1.6 path=n/a interface=n/a member=n/a cookie=1879 reply_cookie=10692 signature=h error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:32 elogind[2368]: Inhibitor Disk Manager (Unmounting Filesystem) pid=2732 uid=0 mode=block stopped.
auth.debug: Nov  4 02:28:32 elogind[2368]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1880 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:35 elogind[2368]: Got message type=method_call sender=:1.6 destination=org.freedesktop.login1 path=/org/freedesktop/login1 interface=org.freedesktop.login1.Manager member=Inhibit cookie=10700 reply_cookie=0 signature=ssss error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:35 elogind[2368]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=1881 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:35 elogind[2368]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=914 reply_cookie=1881 signature=u error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:35 elogind[2368]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionCredentials cookie=1882 reply_cookie=0 signature=s error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:35 elogind[2368]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a cookie=915 reply_cookie=1882 signature=a{sv} error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:35 elogind[2368]: Inhibitor Disk Manager (Ejecting Medium) pid=2732 uid=0 mode=block started.
auth.debug: Nov  4 02:28:35 elogind[2368]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1883 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:35 elogind[2368]: Sent message type=method_return sender=n/a destination=:1.6 path=n/a interface=n/a member=n/a cookie=1884 reply_cookie=10700 signature=h error-name=n/a error-message=n/a
auth.debug: Nov  4 02:28:35 elogind[2368]: Inhibitor Disk Manager (Ejecting Medium) pid=2732 uid=0 mode=block stopped.
auth.debug: Nov  4 02:28:35 elogind[2368]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/login1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1885 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a


------------------------------------------------------------------------------------------------------------------------------------------
inhibitor in mate (with mate-power-manager installed)

$ elogind-inhibit --list
     Who: UPower (UID 0/root, PID 2769/upowerd)
    What: sleep
     Why: Pause device polling
    Mode: delay

     Who: ombra (UID 1001/ombra, PID 10425/mate-power-mana)
    What: handle-power-key:handle-suspend-key:handle-lid-switch
     Why: Mate power manager handles these events
    Mode: block

     Who: Disk Manager (UID 0/root, PID 2732/udisksd)
    What: shutdown:sleep:idle
     Why: Unknown (mdraid-check-job)
    Mode: block

3 inhibitors listed.

------------------------------------------------------------------

without mate-power-manager

$ elogind-inhibit --list
     Who: UPower (UID 0/root, PID 2765/upowerd)
    What: sleep
     Why: Pause device polling
    Mode: delay

1 inhibitors listed.


-------------------------------------------------------------------------------------------------
lightdm

# cat /var/log/socklog/main/current | grep lightdm

daemon.info: Nov  4 22:49:43 dbus-daemon[2390]: [system] Activating service name='org.freedesktop.Accounts' requested by ':1.11' (uid=0 pid=3721 comm="/usr/sbin/lightdm ") (using servicehelper)
authpriv.info: Nov  4 22:49:44 lightdm: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
auth.debug: Nov  4 22:49:44 elogind[2377]: Starting services for new user lightdm.
auth.info: Nov  4 22:49:44 elogind[2377]: New session c4 of user lightdm.
auth.debug: Nov  4 22:49:44 elogind[2377]: Electing new display for user lightdm
daemon.info: Nov  4 22:49:44 dbus-daemon[3771]: [session uid=131 pid=3769] Activating service name='org.a11y.Bus' requested by ':1.0' (uid=131 pid=3763 comm="/usr/sbin/lightdm-gtk-greeter ")
auth.debug: Nov  4 22:50:07 elogind[2377]: Electing new display for user lightdm
auth.debug: Nov  4 22:50:07 elogind[2377]: User lightdm logged out.
authpriv.info: Nov  4 22:50:07 lightdm: pam_unix(lightdm-greeter:session): session closed for user lightdm
authpriv.err: Nov  4 22:50:07 lightdm: pam_elogind(lightdm-greeter:session): Failed to release session: No session 'c4' known
authpriv.info: Nov  4 22:50:07 lightdm: pam_unix(lightdm:session): session opened for user ombra by (uid=0)

# cat /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.26.0, UID=0 PID=3721
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/01_debian.conf
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/40-kde-plasma-kf5.conf
[+0.00s] DEBUG:   [SeatDefaults] is now called [Seat:*], please update this configuration
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Registered seat module unity
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.02s] DEBUG: Monitoring logind for seats
[+0.02s] DEBUG: New seat added from logind: seat0
[+0.02s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.02s] DEBUG: Seat seat0: Starting
[+0.02s] DEBUG: Seat seat0: Creating greeter session
[+0.02s] DEBUG: Seat seat0: Creating display server of type x
[+0.02s] DEBUG: posix_spawn avoided (fd close requested) 
[+0.02s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.02s] DEBUG: Using VT 7
[+0.02s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.02s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.02s] DEBUG: XServer 0: Writing X server authority to /var/run/lightdm/root/:0
[+0.02s] DEBUG: XServer 0: Launching X Server
[+0.02s] DEBUG: Launching process 3736: /usr/bin/X :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.02s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.02s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.02s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.08s] DEBUG: Loading users from org.freedesktop.Accounts
[+0.08s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+0.10s] DEBUG: User /org/freedesktop/Accounts/User1001 added
[+0.10s] DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 
[+0.11s] DEBUG: Seat seat0 changes active session to 
[+0.38s] DEBUG: Got signal 10 from process 3736
[+0.38s] DEBUG: XServer 0: Got signal from X server :0
[+0.38s] DEBUG: XServer 0: Connecting to XServer :0
[+0.38s] DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) 
[+0.38s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+0.38s] DEBUG: Session pid=3760: Started with service 'lightdm-greeter', username 'lightdm'
[+0.42s] DEBUG: Session pid=3760: Authentication complete with return value 0: Success
[+0.42s] DEBUG: Seat seat0: Session authenticated, running command
[+0.42s] DEBUG: Session pid=3760: Running command /usr/sbin/lightdm-gtk-greeter
[+0.42s] DEBUG: Creating shared data directory /var/lib/lightdm/data/lightdm
[+0.42s] DEBUG: Session pid=3760: Logging to /var/log/lightdm/seat0-greeter.log
[+0.66s] DEBUG: Activating VT 7
[+0.66s] DEBUG: Activating login1 session c4
[+0.66s] DEBUG: Seat seat0 changes active session to c4
[+0.66s] DEBUG: Session c4 is already active
[+0.96s] DEBUG: Greeter connected version=1.26.0 api=1 resettable=false
[+2.68s] DEBUG: Greeter start authentication
[+2.68s] DEBUG: Session pid=3793: Started with service 'lightdm', username '(null)'
[+2.68s] DEBUG: Session pid=3793: Got 1 message(s) from PAM
[+2.68s] DEBUG: Prompt greeter with 1 message(s)
[+20.86s] DEBUG: Greeter start authentication for ombra
[+20.86s] DEBUG: Session pid=3793: Sending SIGTERM
[+20.86s] DEBUG: Session pid=3832: Started with service 'lightdm', username 'ombra'
[+20.86s] DEBUG: Session pid=3793: Terminated with signal 15
[+20.86s] DEBUG: Session: Failed during authentication
[+20.86s] DEBUG: Seat seat0: Session stopped
[+20.86s] DEBUG: Session pid=3832: Got 1 message(s) from PAM
[+20.86s] DEBUG: Prompt greeter with 1 message(s)
[+23.81s] DEBUG: Continue authentication
[+23.83s] DEBUG: Session pid=3832: Authentication complete with return value 0: Success
[+23.83s] DEBUG: Authenticate result for user ombra: Success
[+23.83s] DEBUG: User ombra authorized
[+23.86s] DEBUG: Greeter requests session lxqt
[+23.86s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
[+23.86s] DEBUG: Terminating login1 session c4
[+23.87s] DEBUG: Session pid=3760: Sending SIGTERM
[+23.87s] DEBUG: Seat seat0 changes active session to 
[+23.88s] DEBUG: Greeter closed communication channel
[+23.88s] DEBUG: Session pid=3760: Exited with return value 0
[+23.88s] DEBUG: Seat seat0: Session stopped
[+23.88s] DEBUG: Seat seat0: Greeter stopped, running session
[+23.88s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
[+23.88s] DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) 
[+23.88s] DEBUG: Session pid=3832: Running command /etc/X11/Xsession startlxqt
[+23.88s] DEBUG: Creating shared data directory /var/lib/lightdm/data/ombra
[+23.88s] DEBUG: Session pid=3832: Logging to .xsession-errors
[+24.11s] DEBUG: Activating VT 7
[+24.11s] DEBUG: Activating login1 session 1
[+24.12s] DEBUG: Seat seat0 changes active session to 1
[+24.12s] DEBUG: Session 1 is already active


# cat /var/log/lightdm/seat0-greeter.log
** Message: 22:49:44.572: Starting lightdm-gtk-greeter 2.0.5 (May 21 2018, 13:54:11)
** Message: 22:49:44.573: [Configuration] Reading file: /usr/share/lightdm/lightdm-gtk-greeter.conf.d/01_debian.conf
** Message: 22:49:44.574: [Configuration] Reading file: /etc/lightdm/lightdm-gtk-greeter.conf

** (lightdm-gtk-greeter:3763): WARNING **: 22:49:44.814: [PIDs] Failed to execute command: upstart

(lightdm-gtk-greeter:3763): Gtk-WARNING **: 22:49:46.521: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:3763): Gtk-WARNING **: 22:49:51.422: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:3763): Gtk-WARNING **: 22:49:56.113: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:3763): Gtk-WARNING **: 22:49:57.768: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:3763): Gtk-WARNING **: 22:50:00.296: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:3763): Gtk-WARNING **: 22:50:00.440: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:3763): Gtk-WARNING **: 22:50:07.646: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:3763): Gtk-WARNING **: 22:50:07.659: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

** (lightdm-gtk-greeter:3763): WARNING **: 22:50:07.691: [PIDs] Failed to terminate process #3786: No such process

-------------- next part --------------
startx from VT3  
with 'needs_root_rights=no' and 'allowed_users=anybody' in Xwrapper.config


[    42.589] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[    48.455] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[    48.455] Current Operating System: Linux lorenz 4.17.3-van #1 SMP PREEMPT Thu Jun 28 10:04:07 CEST 2018 x86_64
[    48.455] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.17.3-van root=/dev/sda1 ro quiet
[    48.455] Build Date: 25 October 2018  06:15:23PM
[    48.457] xorg-server 2:1.20.3-1 (https://www.debian.org/support) 
[    48.460] Current version of pixman: 0.34.0
[    48.461] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    48.461] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    48.464] (==) Log file: "/home/ombra/.local/share/xorg/Xorg.0.log", Time: Sun Nov  4 22:43:19 2018
[    48.466] (==) Using config file: "/etc/X11/xorg.conf"
[    48.467] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    48.468] (==) No Layout section.  Using the first Screen section.
[    48.468] (==) No screen section available. Using defaults.
[    48.468] (**) |-->Screen "Default Screen Section" (0)
[    48.468] (**) |   |-->Monitor "<default monitor>"
[    48.469] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    48.469] (**) |   |-->Device "radeon2400pro"
[    48.469] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    48.469] (==) Automatically adding devices
[    48.469] (==) Automatically enabling devices
[    48.469] (==) Automatically adding GPU devices
[    48.469] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    48.472] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    48.472] 	Entry deleted from font path.
[    48.475] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    48.475] (==) ModulePath set to "/usr/lib/xorg/modules"
[    48.475] (WW) Ignoring unrecognized extension "Composite"
[    48.475] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    48.475] (II) Loader magic: 0x561918ea5e20
[    48.476] (II) Module ABI versions:
[    48.476] 	X.Org ANSI C Emulation: 0.4
[    48.476] 	X.Org Video Driver: 24.0
[    48.476] 	X.Org XInput driver : 24.1
[    48.476] 	X.Org Server Extension : 10.0
[    48.476] (++) using VT number 3

[    48.704] (EE) systemd-logind: failed to get session: PID 2770 does not belong to any known session
[    48.706] (II) xfree86: Adding drm device (/dev/dri/card0)
[    48.710] (--) PCI:*(1 at 0:0:0) 1002:68e1:174b:6000 rev 0, Mem @ 0xc0000000/268435456, 0xdfe20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    48.710] (II) LoadModule: "glx"
[    48.712] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    48.722] (II) Module glx: vendor="X.Org Foundation"
[    48.722] 	compiled for 1.20.3, module version = 1.0.0
[    48.722] 	ABI class: X.Org Server Extension, version 10.0
[    48.722] (II) LoadModule: "radeon"
[    48.722] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    48.727] (II) Module radeon: vendor="X.Org Foundation"
[    48.727] 	compiled for 1.20.1, module version = 18.1.0
[    48.727] 	Module class: X.Org Video Driver
[    48.727] 	ABI class: X.Org Video Driver, version 24.0
[    48.727] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[    48.949] (II) [KMS] Kernel modesetting enabled.
[    48.949] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    48.950] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    48.950] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    48.950] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    48.950] (==) RADEON(0): Default visual is TrueColor
[    48.950] (**) RADEON(0): Option "EnablePageFlip" "1"
[    48.950] (**) RADEON(0): Option "ColorTiling" "1"
[    48.950] (**) RADEON(0): Option "RenderAccel" "true"
[    48.950] (==) RADEON(0): RGB weight 888
[    48.950] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    48.950] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 5000 Series" (ChipID = 0x68e1)
[    48.951] (II) Loading sub module "fb"
[    48.951] (II) LoadModule: "fb"
[    48.951] (II) Loading /usr/lib/xorg/modules/libfb.so
[    48.952] (II) Module fb: vendor="X.Org Foundation"
[    48.952] 	compiled for 1.20.3, module version = 1.0.0
[    48.952] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    48.952] (II) Loading sub module "dri2"
[    48.952] (II) LoadModule: "dri2"
[    48.952] (II) Module "dri2" already built-in
[    49.292] (II) Loading sub module "glamoregl"
[    49.292] (II) LoadModule: "glamoregl"
[    49.293] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    49.308] (II) Module glamoregl: vendor="X.Org Foundation"
[    49.308] 	compiled for 1.20.3, module version = 1.0.1
[    49.308] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    49.345] (II) RADEON(0): glamor X acceleration enabled on AMD CEDAR (DRM 2.50.0 / 4.17.3-van, LLVM 6.0.1)
[    49.345] (II) RADEON(0): glamor detected, initialising EGL layer.
[    49.345] (II) RADEON(0): KMS Color Tiling: enabled
[    49.345] (II) RADEON(0): KMS Color Tiling 2D: enabled
[    49.345] (==) RADEON(0): TearFree property default: auto
[    49.345] (II) RADEON(0): KMS Pageflipping: enabled
[    49.411] (II) RADEON(0): Output HDMI-0 has no monitor section
[    49.412] (II) RADEON(0): Output DVI-0 has no monitor section
[    49.414] (II) RADEON(0): Output VGA-0 has no monitor section
[    49.478] (II) RADEON(0): EDID for output HDMI-0
[    49.478] (II) RADEON(0): Manufacturer: SAM  Model: d90  Serial#: 1515869748
[    49.478] (II) RADEON(0): Year: 2017  Week: 36
[    49.478] (II) RADEON(0): EDID Version: 1.3
[    49.478] (II) RADEON(0): Digital Display Input
[    49.478] (II) RADEON(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[    49.478] (II) RADEON(0): Gamma: 2.20
[    49.478] (II) RADEON(0): DPMS capabilities: Off
[    49.478] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    49.478] (II) RADEON(0): First detailed timing is preferred mode
[    49.478] (II) RADEON(0): redX: 0.640 redY: 0.340   greenX: 0.310 greenY: 0.620
[    49.478] (II) RADEON(0): blueX: 0.156 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[    49.478] (II) RADEON(0): Supported established timings:
[    49.478] (II) RADEON(0): 720x400 at 70Hz
[    49.478] (II) RADEON(0): 640x480 at 60Hz
[    49.478] (II) RADEON(0): 640x480 at 67Hz
[    49.478] (II) RADEON(0): 640x480 at 72Hz
[    49.478] (II) RADEON(0): 640x480 at 75Hz
[    49.478] (II) RADEON(0): 800x600 at 56Hz
[    49.478] (II) RADEON(0): 800x600 at 60Hz
[    49.478] (II) RADEON(0): 800x600 at 72Hz
[    49.478] (II) RADEON(0): 800x600 at 75Hz
[    49.478] (II) RADEON(0): 832x624 at 75Hz
[    49.478] (II) RADEON(0): 1024x768 at 60Hz
[    49.478] (II) RADEON(0): 1024x768 at 70Hz
[    49.478] (II) RADEON(0): 1024x768 at 75Hz
[    49.478] (II) RADEON(0): 1280x1024 at 75Hz
[    49.478] (II) RADEON(0): 1152x864 at 75Hz
[    49.478] (II) RADEON(0): Manufacturer's mask: 0
[    49.478] (II) RADEON(0): Supported standard timings:
[    49.478] (II) RADEON(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    49.478] (II) RADEON(0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    49.478] (II) RADEON(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    49.478] (II) RADEON(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    49.478] (II) RADEON(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    49.478] (II) RADEON(0): #5: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    49.478] (II) RADEON(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    49.478] (II) RADEON(0): Supported detailed timing:
[    49.478] (II) RADEON(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[    49.478] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    49.478] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    49.478] (II) RADEON(0): Supported detailed timing:
[    49.478] (II) RADEON(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[    49.478] (II) RADEON(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    49.478] (II) RADEON(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    49.478] (II) RADEON(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[    49.478] (II) RADEON(0): Monitor name: S27E330
[    49.478] (II) RADEON(0): Supported detailed timing:
[    49.478] (II) RADEON(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[    49.478] (II) RADEON(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[    49.478] (II) RADEON(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    49.478] (II) RADEON(0): Supported detailed timing:
[    49.478] (II) RADEON(0): clock: 27.0 MHz   Image Size:  598 x 336 mm
[    49.478] (II) RADEON(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[    49.478] (II) RADEON(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[    49.478] (II) RADEON(0): Supported detailed timing:
[    49.478] (II) RADEON(0): clock: 27.0 MHz   Image Size:  598 x 336 mm
[    49.478] (II) RADEON(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    49.478] (II) RADEON(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    49.478] (II) RADEON(0): Number of EDID sections to follow: 1
[    49.478] (II) RADEON(0): EDID (in hex):
[    49.478] (II) RADEON(0): 	00ffffffffffff004c2d900d34565a5a
[    49.478] (II) RADEON(0): 	241b0103803c22782ac711a3574f9e28
[    49.478] (II) RADEON(0): 	0f5054bfef80714f81c0810081809500
[    49.478] (II) RADEON(0): 	a9c0b3000101023a801871382d40582c
[    49.478] (II) RADEON(0): 	450056502100001e011d007251d01e20
[    49.478] (II) RADEON(0): 	6e28550056502100001e000000fd0032
[    49.478] (II) RADEON(0): 	4b1e5111000a202020202020000000fc
[    49.478] (II) RADEON(0): 	00533237453333300a20202020200198
[    49.478] (II) RADEON(0): 	020311b14690041f13120365030c0010
[    49.478] (II) RADEON(0): 	00011d00bc52d01e20b8285540565021
[    49.478] (II) RADEON(0): 	00001e8c0ad090204031200c40550056
[    49.478] (II) RADEON(0): 	50210000188c0ad08a20e02d10103e96
[    49.478] (II) RADEON(0): 	00565021000018000000000000000000
[    49.478] (II) RADEON(0): 	00000000000000000000000000000000
[    49.478] (II) RADEON(0): 	00000000000000000000000000000000
[    49.478] (II) RADEON(0): 	000000000000000000000000000000e9
[    49.478] (II) RADEON(0): Printing probed modes for output HDMI-0
[    49.478] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    49.478] (II) RADEON(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    49.478] (II) RADEON(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    49.478] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    49.478] (II) RADEON(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    49.478] (II) RADEON(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    49.478] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    49.478] (II) RADEON(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    49.478] (II) RADEON(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    49.478] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    49.478] (II) RADEON(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    49.478] (II) RADEON(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    49.478] (II) RADEON(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    49.478] (II) RADEON(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    49.478] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    49.478] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    49.478] (II) RADEON(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    49.478] (II) RADEON(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    49.478] (II) RADEON(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    49.478] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    49.478] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    49.478] (II) RADEON(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    49.478] (II) RADEON(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    49.478] (II) RADEON(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    49.478] (II) RADEON(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    49.478] (II) RADEON(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    49.478] (II) RADEON(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    49.478] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    49.478] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    49.478] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    49.480] (II) RADEON(0): EDID for output DVI-0
[    49.482] (II) RADEON(0): EDID for output VGA-0
[    49.482] (II) RADEON(0): Output HDMI-0 connected
[    49.482] (II) RADEON(0): Output DVI-0 disconnected
[    49.482] (II) RADEON(0): Output VGA-0 disconnected
[    49.482] (II) RADEON(0): Using exact sizes for initial modes
[    49.482] (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080 +0+0
[    49.482] (II) RADEON(0): mem size init: gart size :3fdde000 vram size: s:20000000 visible:f4ca000
[    49.482] (==) RADEON(0): DPI set to (96, 96)
[    49.482] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[    49.482] (II) Loading sub module "ramdac"
[    49.482] (II) LoadModule: "ramdac"
[    49.482] (II) Module "ramdac" already built-in
[    49.483] Unable to retrieve master
[    49.483] (EE) 
Fatal server error:
[    49.483] (EE) AddScreen/ScreenInit failed for driver 0
[    49.483] (EE) 
[    49.483] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    49.483] (EE) Please also check the log file at "/home/ombra/.local/share/xorg/Xorg.0.log" for additional information.
[    49.483] (EE) 
[    49.487] (EE) Server terminated with error (1). Closing log file.







---------------------------------------------------------------------------------------------------

startx from VT3  
with 'needs_root_rights=yes' and 'allowed_users=anybody' in Xwrapper.config

[   111.203] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[   111.206] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[   111.208] Current Operating System: Linux lorenz 4.17.3-van #1 SMP PREEMPT Thu Jun 28 10:04:07 CEST 2018 x86_64
[   111.208] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.17.3-van root=/dev/sda1 ro quiet
[   111.210] Build Date: 25 October 2018  06:15:23PM
[   111.211] xorg-server 2:1.20.3-1 (https://www.debian.org/support) 
[   111.212] Current version of pixman: 0.34.0
[   111.214] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   111.214] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   111.219] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov  4 22:44:22 2018
[   111.220] (==) Using config file: "/etc/X11/xorg.conf"
[   111.221] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   111.221] (==) No Layout section.  Using the first Screen section.
[   111.221] (==) No screen section available. Using defaults.
[   111.221] (**) |-->Screen "Default Screen Section" (0)
[   111.221] (**) |   |-->Monitor "<default monitor>"
[   111.221] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[   111.221] (**) |   |-->Device "radeon2400pro"
[   111.221] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   111.221] (==) Automatically adding devices
[   111.221] (==) Automatically enabling devices
[   111.221] (==) Automatically adding GPU devices
[   111.221] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   111.221] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   111.221] 	Entry deleted from font path.
[   111.221] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[   111.221] (==) ModulePath set to "/usr/lib/xorg/modules"
[   111.221] (WW) Ignoring unrecognized extension "Composite"
[   111.222] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   111.222] (II) Loader magic: 0x5636c9142e20
[   111.222] (II) Module ABI versions:
[   111.222] 	X.Org ANSI C Emulation: 0.4
[   111.222] 	X.Org Video Driver: 24.0
[   111.222] 	X.Org XInput driver : 24.1
[   111.222] 	X.Org Server Extension : 10.0
[   111.223] (++) using VT number 3

[   111.452] (EE) systemd-logind: failed to get session: PID 2941 does not belong to any known session
[   111.453] (II) xfree86: Adding drm device (/dev/dri/card0)
[   111.457] (--) PCI:*(1 at 0:0:0) 1002:68e1:174b:6000 rev 0, Mem @ 0xc0000000/268435456, 0xdfe20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[   111.458] (II) LoadModule: "glx"
[   111.458] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   111.458] (II) Module glx: vendor="X.Org Foundation"
[   111.458] 	compiled for 1.20.3, module version = 1.0.0
[   111.458] 	ABI class: X.Org Server Extension, version 10.0
[   111.458] (II) LoadModule: "radeon"
[   111.458] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[   111.459] (II) Module radeon: vendor="X.Org Foundation"
[   111.459] 	compiled for 1.20.1, module version = 18.1.0
[   111.459] 	Module class: X.Org Video Driver
[   111.459] 	ABI class: X.Org Video Driver, version 24.0
[   111.459] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[   111.460] (II) [KMS] Kernel modesetting enabled.
[   111.460] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   111.460] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[   111.460] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   111.460] (==) RADEON(0): Default visual is TrueColor
[   111.460] (**) RADEON(0): Option "EnablePageFlip" "1"
[   111.460] (**) RADEON(0): Option "ColorTiling" "1"
[   111.460] (**) RADEON(0): Option "RenderAccel" "true"
[   111.460] (==) RADEON(0): RGB weight 888
[   111.460] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[   111.460] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 5000 Series" (ChipID = 0x68e1)
[   111.460] (II) Loading sub module "fb"
[   111.460] (II) LoadModule: "fb"
[   111.460] (II) Loading /usr/lib/xorg/modules/libfb.so
[   111.460] (II) Module fb: vendor="X.Org Foundation"
[   111.460] 	compiled for 1.20.3, module version = 1.0.0
[   111.460] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   111.460] (II) Loading sub module "dri2"
[   111.460] (II) LoadModule: "dri2"
[   111.460] (II) Module "dri2" already built-in
[   111.514] (II) Loading sub module "glamoregl"
[   111.514] (II) LoadModule: "glamoregl"
[   111.514] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   111.517] (II) Module glamoregl: vendor="X.Org Foundation"
[   111.517] 	compiled for 1.20.3, module version = 1.0.1
[   111.518] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   111.523] (II) RADEON(0): glamor X acceleration enabled on AMD CEDAR (DRM 2.50.0 / 4.17.3-van, LLVM 6.0.1)
[   111.523] (II) RADEON(0): glamor detected, initialising EGL layer.
[   111.523] (II) RADEON(0): KMS Color Tiling: enabled
[   111.523] (II) RADEON(0): KMS Color Tiling 2D: enabled
[   111.523] (==) RADEON(0): TearFree property default: auto
[   111.523] (II) RADEON(0): KMS Pageflipping: enabled
[   111.587] (II) RADEON(0): Output HDMI-0 has no monitor section
[   111.589] (II) RADEON(0): Output DVI-0 has no monitor section
[   111.590] (II) RADEON(0): Output VGA-0 has no monitor section
[   111.654] (II) RADEON(0): EDID for output HDMI-0
[   111.654] (II) RADEON(0): Manufacturer: SAM  Model: d90  Serial#: 1515869748
[   111.654] (II) RADEON(0): Year: 2017  Week: 36
[   111.654] (II) RADEON(0): EDID Version: 1.3
[   111.654] (II) RADEON(0): Digital Display Input
[   111.654] (II) RADEON(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[   111.654] (II) RADEON(0): Gamma: 2.20
[   111.654] (II) RADEON(0): DPMS capabilities: Off
[   111.654] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   111.654] (II) RADEON(0): First detailed timing is preferred mode
[   111.654] (II) RADEON(0): redX: 0.640 redY: 0.340   greenX: 0.310 greenY: 0.620
[   111.654] (II) RADEON(0): blueX: 0.156 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[   111.654] (II) RADEON(0): Supported established timings:
[   111.654] (II) RADEON(0): 720x400 at 70Hz
[   111.654] (II) RADEON(0): 640x480 at 60Hz
[   111.654] (II) RADEON(0): 640x480 at 67Hz
[   111.654] (II) RADEON(0): 640x480 at 72Hz
[   111.654] (II) RADEON(0): 640x480 at 75Hz
[   111.654] (II) RADEON(0): 800x600 at 56Hz
[   111.654] (II) RADEON(0): 800x600 at 60Hz
[   111.654] (II) RADEON(0): 800x600 at 72Hz
[   111.654] (II) RADEON(0): 800x600 at 75Hz
[   111.654] (II) RADEON(0): 832x624 at 75Hz
[   111.654] (II) RADEON(0): 1024x768 at 60Hz
[   111.655] (II) RADEON(0): 1024x768 at 70Hz
[   111.655] (II) RADEON(0): 1024x768 at 75Hz
[   111.655] (II) RADEON(0): 1280x1024 at 75Hz
[   111.655] (II) RADEON(0): 1152x864 at 75Hz
[   111.655] (II) RADEON(0): Manufacturer's mask: 0
[   111.655] (II) RADEON(0): Supported standard timings:
[   111.655] (II) RADEON(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   111.655] (II) RADEON(0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   111.655] (II) RADEON(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[   111.655] (II) RADEON(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   111.655] (II) RADEON(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   111.655] (II) RADEON(0): #5: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[   111.655] (II) RADEON(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   111.655] (II) RADEON(0): Supported detailed timing:
[   111.655] (II) RADEON(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[   111.655] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   111.655] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   111.655] (II) RADEON(0): Supported detailed timing:
[   111.655] (II) RADEON(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[   111.655] (II) RADEON(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[   111.655] (II) RADEON(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   111.655] (II) RADEON(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[   111.655] (II) RADEON(0): Monitor name: S27E330
[   111.655] (II) RADEON(0): Supported detailed timing:
[   111.655] (II) RADEON(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[   111.655] (II) RADEON(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[   111.655] (II) RADEON(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   111.655] (II) RADEON(0): Supported detailed timing:
[   111.655] (II) RADEON(0): clock: 27.0 MHz   Image Size:  598 x 336 mm
[   111.655] (II) RADEON(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[   111.655] (II) RADEON(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[   111.655] (II) RADEON(0): Supported detailed timing:
[   111.655] (II) RADEON(0): clock: 27.0 MHz   Image Size:  598 x 336 mm
[   111.655] (II) RADEON(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[   111.655] (II) RADEON(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[   111.655] (II) RADEON(0): Number of EDID sections to follow: 1
[   111.655] (II) RADEON(0): EDID (in hex):
[   111.655] (II) RADEON(0): 	00ffffffffffff004c2d900d34565a5a
[   111.655] (II) RADEON(0): 	241b0103803c22782ac711a3574f9e28
[   111.655] (II) RADEON(0): 	0f5054bfef80714f81c0810081809500
[   111.655] (II) RADEON(0): 	a9c0b3000101023a801871382d40582c
[   111.655] (II) RADEON(0): 	450056502100001e011d007251d01e20
[   111.655] (II) RADEON(0): 	6e28550056502100001e000000fd0032
[   111.655] (II) RADEON(0): 	4b1e5111000a202020202020000000fc
[   111.655] (II) RADEON(0): 	00533237453333300a20202020200198
[   111.655] (II) RADEON(0): 	020311b14690041f13120365030c0010
[   111.655] (II) RADEON(0): 	00011d00bc52d01e20b8285540565021
[   111.655] (II) RADEON(0): 	00001e8c0ad090204031200c40550056
[   111.655] (II) RADEON(0): 	50210000188c0ad08a20e02d10103e96
[   111.655] (II) RADEON(0): 	00565021000018000000000000000000
[   111.655] (II) RADEON(0): 	00000000000000000000000000000000
[   111.655] (II) RADEON(0): 	00000000000000000000000000000000
[   111.655] (II) RADEON(0): 	000000000000000000000000000000e9
[   111.655] (II) RADEON(0): Printing probed modes for output HDMI-0
[   111.655] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   111.655] (II) RADEON(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   111.655] (II) RADEON(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   111.655] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   111.655] (II) RADEON(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[   111.655] (II) RADEON(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   111.655] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   111.655] (II) RADEON(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   111.655] (II) RADEON(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   111.655] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   111.655] (II) RADEON(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   111.655] (II) RADEON(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   111.655] (II) RADEON(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   111.655] (II) RADEON(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   111.655] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   111.655] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   111.655] (II) RADEON(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   111.655] (II) RADEON(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   111.655] (II) RADEON(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   111.655] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   111.655] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   111.655] (II) RADEON(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   111.655] (II) RADEON(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   111.655] (II) RADEON(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   111.655] (II) RADEON(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   111.655] (II) RADEON(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   111.655] (II) RADEON(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   111.655] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   111.655] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   111.655] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   111.657] (II) RADEON(0): EDID for output DVI-0
[   111.658] (II) RADEON(0): EDID for output VGA-0
[   111.658] (II) RADEON(0): Output HDMI-0 connected
[   111.658] (II) RADEON(0): Output DVI-0 disconnected
[   111.658] (II) RADEON(0): Output VGA-0 disconnected
[   111.658] (II) RADEON(0): Using exact sizes for initial modes
[   111.658] (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080 +0+0
[   111.658] (II) RADEON(0): mem size init: gart size :3fdde000 vram size: s:20000000 visible:f4ca000
[   111.658] (==) RADEON(0): DPI set to (96, 96)
[   111.658] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[   111.658] (II) Loading sub module "ramdac"
[   111.658] (II) LoadModule: "ramdac"
[   111.658] (II) Module "ramdac" already built-in
[   111.660] (II) RADEON(0): [DRI2] Setup complete
[   111.660] (II) RADEON(0): [DRI2]   DRI driver: r600
[   111.660] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[   111.660] (II) RADEON(0): Front buffer size: 8100K
[   111.660] (II) RADEON(0): VRAM usage limit set to 218250K
[   111.660] (II) RADEON(0): SYNC extension fences enabled
[   111.661] (II) RADEON(0): Present extension enabled
[   111.661] (==) RADEON(0): DRI3 enabled
[   111.661] (==) RADEON(0): Backing store enabled
[   111.661] (II) RADEON(0): Direct rendering enabled
[   111.688] (II) RADEON(0): Use GLAMOR acceleration.
[   111.688] (II) RADEON(0): Acceleration enabled
[   111.688] (==) RADEON(0): DPMS enabled
[   111.688] (==) RADEON(0): Silken mouse enabled
[   111.688] (II) RADEON(0): Set up textured video (glamor)
[   111.688] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[   111.688] (II) RADEON(0): [XvMC] Extension initialized.
[   111.690] (II) Initializing extension Generic Event Extension
[   111.690] (II) Initializing extension SHAPE
[   111.690] (II) Initializing extension MIT-SHM
[   111.690] (II) Initializing extension XInputExtension
[   111.690] (II) Initializing extension XTEST
[   111.691] (II) Initializing extension BIG-REQUESTS
[   111.691] (II) Initializing extension SYNC
[   111.691] (II) Initializing extension XKEYBOARD
[   111.691] (II) Initializing extension XC-MISC
[   111.691] (II) Initializing extension SECURITY
[   111.691] (II) Initializing extension XFIXES
[   111.691] (II) Initializing extension RENDER
[   111.691] (II) Initializing extension RANDR
[   111.691] (II) Initializing extension COMPOSITE
[   111.692] (II) Initializing extension DAMAGE
[   111.692] (II) Initializing extension MIT-SCREEN-SAVER
[   111.692] (II) Initializing extension DOUBLE-BUFFER
[   111.692] (II) Initializing extension RECORD
[   111.692] (II) Initializing extension DPMS
[   111.692] (II) Initializing extension Present
[   111.692] (II) Initializing extension DRI3
[   111.692] (II) Initializing extension X-Resource
[   111.692] (II) Initializing extension XVideo
[   111.692] (II) Initializing extension XVideo-MotionCompensation
[   111.692] (II) Initializing extension SELinux
[   111.692] (II) SELinux: Disabled on system
[   111.692] (II) Initializing extension GLX
[   111.695] (II) AIGLX: Loaded and initialized r600
[   111.695] (II) GLX: Initialized DRI2 GL provider for screen 0
[   111.695] (II) Initializing extension XFree86-VidModeExtension
[   111.695] (II) Initializing extension XFree86-DGA
[   111.695] (II) Initializing extension XFree86-DRI
[   111.695] (II) Initializing extension DRI2
[   111.696] (II) RADEON(0): Setting screen physical size to 508 x 285
[   111.780] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   111.780] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   111.780] (II) LoadModule: "evdev"
[   111.780] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   111.783] (II) Module evdev: vendor="X.Org Foundation"
[   111.783] 	compiled for 1.20.1, module version = 2.10.6
[   111.783] 	Module class: X.Org XInput Driver
[   111.783] 	ABI class: X.Org XInput driver, version 24.1
[   111.783] (II) Using input driver 'evdev' for 'Power Button'
[   111.783] (**) Power Button: always reports core events
[   111.783] (**) evdev: Power Button: Device: "/dev/input/event2"
[   111.783] (--) evdev: Power Button: Vendor 0 Product 0x1
[   111.783] (--) evdev: Power Button: Found keys
[   111.783] (II) evdev: Power Button: Configuring as keyboard
[   111.783] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event2"
[   111.783] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   111.783] (**) Option "xkb_rules" "evdev"
[   111.784] (**) Option "xkb_model" "pc105"
[   111.784] (**) Option "xkb_layout" "it"
[   111.808] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   111.808] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   111.808] (II) Using input driver 'evdev' for 'Power Button'
[   111.808] (**) Power Button: always reports core events
[   111.808] (**) evdev: Power Button: Device: "/dev/input/event1"
[   111.808] (--) evdev: Power Button: Vendor 0 Product 0x1
[   111.808] (--) evdev: Power Button: Found keys
[   111.808] (II) evdev: Power Button: Configuring as keyboard
[   111.808] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event1"
[   111.808] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   111.808] (**) Option "xkb_rules" "evdev"
[   111.808] (**) Option "xkb_model" "pc105"
[   111.808] (**) Option "xkb_layout" "it"
[   111.809] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[   111.809] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   111.809] (II) Using input driver 'evdev' for 'Sleep Button'
[   111.809] (**) Sleep Button: always reports core events
[   111.809] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[   111.809] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   111.809] (--) evdev: Sleep Button: Found keys
[   111.809] (II) evdev: Sleep Button: Configuring as keyboard
[   111.809] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event0"
[   111.809] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   111.809] (**) Option "xkb_rules" "evdev"
[   111.809] (**) Option "xkb_model" "pc105"
[   111.809] (**) Option "xkb_layout" "it"
[   111.810] (II) config/udev: Adding input device NOVATEK USB Keyboard (/dev/input/event4)
[   111.810] (**) NOVATEK USB Keyboard: Applying InputClass "evdev keyboard catchall"
[   111.810] (II) Using input driver 'evdev' for 'NOVATEK USB Keyboard'
[   111.810] (**) NOVATEK USB Keyboard: always reports core events
[   111.810] (**) evdev: NOVATEK USB Keyboard: Device: "/dev/input/event4"
[   111.810] (--) evdev: NOVATEK USB Keyboard: Vendor 0x603 Product 0xf2
[   111.810] (--) evdev: NOVATEK USB Keyboard: Found keys
[   111.810] (II) evdev: NOVATEK USB Keyboard: Configuring as keyboard
[   111.810] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0603:00F2.0001/input/input7/event4"
[   111.810] (II) XINPUT: Adding extended input device "NOVATEK USB Keyboard" (type: KEYBOARD, id 9)
[   111.810] (**) Option "xkb_rules" "evdev"
[   111.810] (**) Option "xkb_model" "pc105"
[   111.810] (**) Option "xkb_layout" "it"
[   111.810] (II) config/udev: Adding input device NOVATEK USB Keyboard (/dev/input/event5)
[   111.810] (**) NOVATEK USB Keyboard: Applying InputClass "evdev pointer catchall"
[   111.810] (**) NOVATEK USB Keyboard: Applying InputClass "evdev keyboard catchall"
[   111.810] (II) Using input driver 'evdev' for 'NOVATEK USB Keyboard'
[   111.810] (**) NOVATEK USB Keyboard: always reports core events
[   111.810] (**) evdev: NOVATEK USB Keyboard: Device: "/dev/input/event5"
[   111.810] (--) evdev: NOVATEK USB Keyboard: Vendor 0x603 Product 0xf2
[   111.810] (--) evdev: NOVATEK USB Keyboard: Found 20 mouse buttons
[   111.810] (--) evdev: NOVATEK USB Keyboard: Found keys
[   111.810] (II) evdev: NOVATEK USB Keyboard: Forcing relative x/y axes to exist.
[   111.810] (II) evdev: NOVATEK USB Keyboard: Configuring as mouse
[   111.810] (II) evdev: NOVATEK USB Keyboard: Configuring as keyboard
[   111.810] (**) evdev: NOVATEK USB Keyboard: YAxisMapping: buttons 4 and 5
[   111.810] (**) evdev: NOVATEK USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   111.810] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0603:00F2.0002/input/input8/event5"
[   111.810] (II) XINPUT: Adding extended input device "NOVATEK USB Keyboard" (type: KEYBOARD, id 10)
[   111.810] (**) Option "xkb_rules" "evdev"
[   111.810] (**) Option "xkb_model" "pc105"
[   111.810] (**) Option "xkb_layout" "it"
[   111.810] (II) evdev: NOVATEK USB Keyboard: initialized for relative axes.
[   111.811] (**) NOVATEK USB Keyboard: (accel) keeping acceleration scheme 1
[   111.811] (**) NOVATEK USB Keyboard: (accel) acceleration profile 0
[   111.811] (**) NOVATEK USB Keyboard: (accel) acceleration factor: 2.000
[   111.811] (**) NOVATEK USB Keyboard: (accel) acceleration threshold: 4
[   111.811] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event6)
[   111.811] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall"
[   111.811] (II) Using input driver 'evdev' for 'Logitech USB Laser Mouse'
[   111.811] (**) Logitech USB Laser Mouse: always reports core events
[   111.811] (**) evdev: Logitech USB Laser Mouse: Device: "/dev/input/event6"
[   111.863] (--) evdev: Logitech USB Laser Mouse: Vendor 0x46d Product 0xc062
[   111.863] (--) evdev: Logitech USB Laser Mouse: Found 12 mouse buttons
[   111.863] (--) evdev: Logitech USB Laser Mouse: Found scroll wheel(s)
[   111.863] (--) evdev: Logitech USB Laser Mouse: Found relative axes
[   111.863] (--) evdev: Logitech USB Laser Mouse: Found x and y relative axes
[   111.863] (II) evdev: Logitech USB Laser Mouse: Configuring as mouse
[   111.863] (II) evdev: Logitech USB Laser Mouse: Adding scrollwheel support
[   111.863] (**) evdev: Logitech USB Laser Mouse: YAxisMapping: buttons 4 and 5
[   111.863] (**) evdev: Logitech USB Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   111.863] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C062.0003/input/input9/event6"
[   111.863] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 11)
[   111.863] (II) evdev: Logitech USB Laser Mouse: initialized for relative axes.
[   111.864] (**) Logitech USB Laser Mouse: (accel) keeping acceleration scheme 1
[   111.864] (**) Logitech USB Laser Mouse: (accel) acceleration profile 0
[   111.864] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
[   111.864] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
[   111.865] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0)
[   111.865] (II) No input driver specified, ignoring this device.
[   111.865] (II) This device may have been added with another device file.
[   111.866] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[   111.866] (II) No input driver specified, ignoring this device.
[   111.866] (II) This device may have been added with another device file.
[   111.958] (II) evdev: Logitech USB Laser Mouse: Close
[   111.958] (II) UnloadModule: "evdev"
[   111.958] (II) evdev: NOVATEK USB Keyboard: Close
[   111.958] (II) UnloadModule: "evdev"
[   111.958] (II) evdev: NOVATEK USB Keyboard: Close
[   111.958] (II) UnloadModule: "evdev"
[   111.958] (II) evdev: Sleep Button: Close
[   111.958] (II) UnloadModule: "evdev"
[   111.958] (II) evdev: Power Button: Close
[   111.958] (II) UnloadModule: "evdev"
[   111.958] (II) evdev: Power Button: Close
[   111.958] (II) UnloadModule: "evdev"
[   111.978] (II) Server terminated successfully (0). Closing log file.


More information about the Debian-init-diversity mailing list