XFCE has some sort of double lockscreen

Hi, I’m using Manjaro XFCE as the name implies with the lightdm display manager and the webkit2 greeter, although the greeter seems to be irrelevant since the problem was present on the default one too. This is the thing:

After leaving my computer unused for some minutes, it locks itself and goes to the login screen, perfectly normal stuff, this is something I want it to do, no issue there. However, one would expect that to turn on the screen and be able to login all you have to do is move the mouse, or press a button or something, well this kinda works, but this passes one barrier, of which there’s two.

When you move your mouse or give any sort of input to the machine to wake it up, it sort of flashes and I can see the mouse for a bit, but it doesn’t actually show the loging screen, you have to give it input another time for it to actually show it. This isn’t really a big deal as you can imagine, but it is somewhat annoying.

It’s worth noting that this appears to happen only if the computer locks by itself (so, by timeout) instead of manually. Manually locking the PC makes it wake up with a single input as expected.

What if you lock it manually then wait for the monitor to enter standby?

Hi, sorry for the late response, I forgot to test this every time lol. Anyways if I manually lock it and then wait (I waited about 10 mins) it still works as expected, one single input shows the lockscreen, as oposed to 2. So… I guess the timeout command is different to the one that triggers when I press the lock button, and that I should change that. Right?

It should be the same command. This can be a bug in XFCE. You can do the following:

Right after booting, lock the screen manually and then unlock it. Then wait until it locks by timeout and then unlock it. Then type journalctl -b > ~/log and post it in pastebin or something. Then post the link here. Maybe we’ll be able to see something.

Btw I just checked and the command that runs when I lock the screen is xflock4, idk if you know which one runs by timeout.

If it’s XFCE locking the screen, I’m pretty sure the command is the same.

Ok I’m going to test with this configuration (it was on 10, 10 and 15 before)

Also I noted that despite having the config here set to just turn off the display when i close the lid, it actually locks the machine… which is kinda weird and annoying ngl.

Ok here it is, I tested with the three times. 1 minute, 2 minutes and three minutes. At the 1 minute mark, where it says to just “blank the screen” it acted kind of weird, I moved my mouse once and it didn’t show the desktop but kind of flashed the screen, I moved it again and still nothing, I had to give actual keyboard input to get it to wake up and I didn’t need to log in, it just unlocked the screen.

At the 2 minute mark it happened what I describe on the post, one mouse input makes it flash but does nothing, and the second input gets me to the lock screen.

The three minute mark acted the same as the previous one.

Manually locking the screen, once again, lets me resume with a single mouse movement and asking for my password, of course.

Here’s the log: https://we.tl/t-4Ln10jAB5U

I can confirm this and other weird behaviors in xfce on Manjaro (but also on vanilla arch and xubuntu). The problems get massively worse, when you use at least two displays. Then the displays turn off after a while but directly turn back on and stay blanked but never turn off again.
These problems with xfce have driven me so bonkers in the last 5+ years (I think they roughly started when everybody started using systemd - I think I got a decent screensaver setup working in xfce once on void linux with slock) that I started using kde plasma in parallel which works regarding screensaver/screenlock and inhibiting even on multi-monitor setups flawlessly (but has lots of other bugs regarding panels and desktop backgrounds that makes the rest in kde much more painful than using xfce).

I have tried using light-locker and xfce4-screensaver each alone and even in combination (that one leads usually to the behavior described by the original post here).
It would be nice if we could track down these problems here in the Manjaro community.

So as tips to @tralph, I would suggest, first check which screensaver you are actually using in xfce. Often, both light-locker AND xfce4-scrensaver are running. I think the preferred one in xfce is nowadays xfce4-screensaver - but that one seems to be not playing nice with multiple monitor setups. light-locker alone has sometimes also the double login effect and tends to completely eat my keyboard so that the only way to login is via console and killing light-locker.

So if you @tralph3 could check on results with different screensavers and also report if your screens really switch off, maybe we can track the problem down a bit more here.

Regarding the lid-closing problem, this is thanks to systemd overriding xfce’s setting. You can ignore the lid-closing in /etc/systemd/logind.conf (make sure to set HandleLidSwitch=ignore) -> this will make the xfce settings regarding lid work.

Another remark:
I see the same issues in all systems using lightdm (mainly also Mate and Cinnamon) - so I assume the problem is somewhere in the interplay of systemd/lightdm/light-locker and other involved screensavers.

I am currently in kde as I need to get some work done, but I will try to get some log traces of locking to share here soon.

1 Like

Thanks for the tips and the dedication to try to get to the bottom of this. Seems that systemd = bad was true after all haha (jk). Anyway, while I do have light-locker installed, I don’t have xfce4-screensaver so the theory that both are running at the same time doesn’t seem to be true.

Any idea on how I could check what runs when the screen gets locked by timeout? I can easily enough see what runs when I lock it myself because it’s in the hotkeys menu (which is xflock4 btw) and that seems to have no problems.

Also, thanks for giving me tips on how to solve the lid problem, but I don’t have the file you’re telling me to check, nor anything similar really.

I installed KDE the other day to test it out, haven’t really configured it yet for usage because I’ve been busy, but I’ll get to it and report to see if I encounter similar issues there.

Sorry the file is /etc/systemd/logind.conf - will fix it in my answer above. Let’s not bash too much on systemd here - there are other threads for doing that :wink: It might be also that I just don’t understand the interconnectivity of systemd, logind, and light-locker/lightdm and sombody else totally can see the problem in your log directly (and hopefully help us both).

Regarding what runs - I think doing the log-trace as described above by @mbb might yield something - I am just taking a look at your log - I hope somebody else sees more.

Maybe you can try to uninstall light-locker and install xfce4-screensaver instead (and logout or reboot after that) - does that change the behavior for you to the better or worse? Might have to reconfigure the settings once more too after that.

Have you installed any other desktop environment in parallel? Cinnamon for example?

Doesn’t sound like @tralph3 has. I have tested various de switches but usually have started with vanilla Manjaro (or earlier on xubuntu) - however my current desktop started with a manjaro kde edition - though using my old home directory - so still having fragments of xfce configuration files of my main user in there (though I did axe the panel config file several times). My main Desktop does behave worst when trying lightdm based de’s (yes I switch the display manager between tests and make sure residue processes from kde or other de’s are killed) - especially in recent experiments, but very sure I had the (double) unlocking and freezing problems also on vanilla manjaro - that was my main incentive on starting de hopping after being a happy xfce user for years.

Yes, I also tested gnome, cinnamon, and mate (and currently mainly running kde) - gnome and kde handling screen locking correctly, mate showing exactly the same problems as xfce and cinnamon I didn’t explicitly test for screen locking - however not my cup of tea on a multi-monitor setup.

Anybody out there with a working screensaver in xfce (in regards of locking and turning off screens when no inhibiting application is running - or fullscreen workaround) on a multi monitor setup?
My main testing machines (both multi monitor setups) are a ryzen 7 1700 desktop with 32GB and Vega 56 gpu + a quadcore t440p with 16GB and Nvidia gpu.

I will try now to use xfce with gdm and gnome screensaver on my desktop and see how that behaves.

Running gdm and gnome-screensaver with xfce with settings 1 min blank and 2min sleep and 3min switch off has an interesting effect (same thing happens when setting to never, never, 1min):

After waiting one minute all my screens (3 monitor setup) turn off after about 10s after that all screen turn on again - no lock happened.

journalctl -f during that time shows this:

Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 180000KHz
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
Oct 15 11:01:09 ulno-desktop xfce4-panel[2879141]: Setting the pager rows returned false. Maybe the setting is not applied.
Oct 15 11:01:09 ulno-desktop xfce4-panel[2879141]: Setting the pager rows returned false. Maybe the setting is not applied.
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 180000KHz
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): EDID vendor "SAM", prod id 1515
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): DDCModeFromDetailedTiming: 720x480 Warning: We only handle separate sync.
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Using hsync ranges from config file
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Using vrefresh ranges from config file
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Printing DDC gathered Modelines:
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[more Modeline entries]
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Allocate new frame buffer 3840x1080
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0):  => pitch 15360 bytes
Oct 15 11:01:09 ulno-desktop rtkit-daemon[1907]: Supervising 9 threads of 6 processes of 1 users.
Oct 15 11:01:09 ulno-desktop rtkit-daemon[1907]: Successfully made thread 2897613 of process 2879139 owned by '1000' RT at priority 5.
Oct 15 11:01:09 ulno-desktop rtkit-daemon[1907]: Supervising 10 threads of 6 processes of 1 users.
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 180000KHz
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): EDID vendor "SAM", prod id 1515
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): DDCModeFromDetailedTiming: 720x480 Warning: We only handle separate sync.
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Using hsync ranges from config file
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Using vrefresh ranges from config file
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Printing DDC gathered Modelines:
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[more Modeline entries]
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 180000KHz
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): EDID vendor "SAM", prod id 1515
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): DDCModeFromDetailedTiming: 720x480 Warning: We only handle separate sync.
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Using hsync ranges from config file
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Using vrefresh ranges from config file
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Printing DDC gathered Modelines:
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[more Modeline entries]
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 180000KHz
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): EDID vendor "SAM", prod id 1515
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): DDCModeFromDetailedTiming: 720x480 Warning: We only handle separate sync.
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Using hsync ranges from config file
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Using vrefresh ranges from config file
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Printing DDC gathered Modelines:
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[more Modeline entries]
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 180000KHz
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): EDID vendor "SAM", prod id 1515
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): DDCModeFromDetailedTiming: 720x480 Warning: We only handle separate sync.
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Using hsync ranges from config file
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Using vrefresh ranges from config file
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Printing DDC gathered Modelines:
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[more Modeline entries]
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Allocate new frame buffer 5760x1080
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0):  => pitch 23040 bytes
Oct 15 11:01:09 ulno-desktop xfce4-panel[2879141]: Setting the pager rows returned false. Maybe the setting is not applied.
Oct 15 11:01:09 ulno-desktop xfce4-panel[2879141]: Setting the pager rows returned false. Maybe the setting is not applied.
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 180000KHz
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): EDID vendor "SAM", prod id 1515
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): DDCModeFromDetailedTiming: 720x480 Warning: We only handle separate sync.
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Using hsync ranges from config file
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Using vrefresh ranges from config file
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Printing DDC gathered Modelines:
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (II) AMDGPU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[more Modeline entries]
Oct 15 11:01:09 ulno-desktop /usr/lib/gdm-x-session[2879014]: (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz

moving on to test lightdm + light-locker…

And with lightdm and light-locker things are getting really weird.
Independent of what I set in terms of timings in the xfce4 display power options, my screens all turn off (even if they are “just” supposed to blank) and directly wake up again. Depending on if I set in power manager security settings “automatically lock session” when screensaver is deactivated or activated this sleep and wakeupcycle continues forever, or works right from the moment that light-locker seems to take over. So as soon as I have seen the light-locker unlock box once the screens can fall truly asleep (and turn off). I will see if I can live with the setting “when screensaver is activated” - and have a one time wakeup after screens are turning off.

In this small testing series, I couldn’t reproduce the double-login problem from teh previous author, but will soon contine with some tests on my laptop.

Here is the full log when Display power setting are set to never, never,1 min and security to “when screensaver is activated”, 10s delay
(With a 10s delay the re-wakeup is barely noticable).

Oct 15 11:46:14 ulno-desktop rtkit-daemon[1907]: Supervising 7 threads of 4 processes of 1 users.
Oct 15 11:46:14 ulno-desktop rtkit-daemon[1907]: Successfully made thread 2903639 of process 2900201 owned by '1000' RT at priority 5.
Oct 15 11:46:14 ulno-desktop rtkit-daemon[1907]: Supervising 8 threads of 4 processes of 1 users.
Oct 15 11:46:14 ulno-desktop pulseaudio[2900201]: E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
Oct 15 11:46:14 ulno-desktop pulseaudio[2900201]: E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="2" name="usb-Altec_Lansi_Altec_Lansing_XT2_--00" card_name="alsa_card.usb-Altec_Lansi_Altec_Lansing_XT2_--00" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
Oct 15 11:46:14 ulno-desktop rtkit-daemon[1907]: Supervising 7 threads of 4 processes of 1 users.
Oct 15 11:46:14 ulno-desktop rtkit-daemon[1907]: Successfully made thread 2903664 of process 2900201 owned by '1000' RT at priority 5.
Oct 15 11:46:14 ulno-desktop rtkit-daemon[1907]: Supervising 8 threads of 4 processes of 1 users.
Oct 15 11:46:14 ulno-desktop pipewire[516210]: [E][000318347.220049][alsa-pcm.c:33 spa_alsa_open()] 'hdmi:0,5': playback open failed: Device or resource busy
Oct 15 11:46:14 ulno-desktop pipewire[516210]: [W][000318347.220072][adapter.c:175 find_format()] adapter 0x5558e50d0d60: can't get format: Device or resource busy
Oct 15 11:46:14 ulno-desktop pipewire[516210]: [E][000318347.220080][module-adapter.c:231 create_object()] can't create node: Device or resource busy
Oct 15 11:46:14 ulno-desktop pipewire[516212]: [E][000318347.220196][core.c:71 core_event_error()] core 0x557880634430: proxy 0x5578807c0570 id:56: seq:6236 res:-16 (Device or resource busy) msg:"can't create node: Device or resource busy"
Oct 15 11:46:14 ulno-desktop pipewire[516212]: [E][000318347.220211][media-session.c:1951 core_error()] error id:56 seq:6236 res:-16 (Device or resource busy): can't create node: Device or resource busy
Oct 15 11:46:15 ulno-desktop rtkit-daemon[1907]: Supervising 7 threads of 4 processes of 1 users.
Oct 15 11:46:15 ulno-desktop rtkit-daemon[1907]: Successfully made thread 2903665 of process 2900201 owned by '1000' RT at priority 5.
Oct 15 11:46:15 ulno-desktop rtkit-daemon[1907]: Supervising 8 threads of 4 processes of 1 users.
Oct 15 11:46:15 ulno-desktop audit[2903669]: CRED_ACQ pid=2903669 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:46:15 ulno-desktop lightdm[2903669]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=969) by (uid=0)
Oct 15 11:46:15 ulno-desktop kernel: audit: type=1103 audit(1602773175.672:1095): pid=2903669 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:46:15 ulno-desktop systemd[1]: Created slice User Slice of UID 969.
Oct 15 11:46:15 ulno-desktop systemd[1]: Starting User Runtime Directory /run/user/969...
Oct 15 11:46:15 ulno-desktop systemd-logind[1375]: [🡕] New session c10 of user lightdm.
Oct 15 11:46:15 ulno-desktop systemd[1]: Finished User Runtime Directory /run/user/969.
Oct 15 11:46:15 ulno-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 15 11:46:15 ulno-desktop systemd[1]: Starting User Manager for UID 969...
Oct 15 11:46:15 ulno-desktop kernel: audit: type=1130 audit(1602773175.706:1096): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 15 11:46:15 ulno-desktop dbus-daemon[1369]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.17804' (uid=0 pid=2903673 comm="(systemd) " label="unconfined")
Oct 15 11:46:15 ulno-desktop dbus-daemon[1369]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 15 11:46:15 ulno-desktop pulseaudio[2900201]: E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
Oct 15 11:46:15 ulno-desktop audit[2903673]: USER_ACCT pid=2903673 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 15 11:46:15 ulno-desktop kernel: audit: type=1101 audit(1602773175.716:1097): pid=2903673 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 15 11:46:15 ulno-desktop kernel: audit: type=1103 audit(1602773175.716:1098): pid=2903673 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 15 11:46:15 ulno-desktop kernel: audit: type=1006 audit(1602773175.716:1099): pid=2903673 uid=0 subj==unconfined old-auid=4294967295 auid=969 tty=(none) old-ses=4294967295 ses=22 res=1
Oct 15 11:46:15 ulno-desktop audit[2903673]: CRED_ACQ pid=2903673 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 15 11:46:15 ulno-desktop systemd[2903673]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 15 11:46:15 ulno-desktop pulseaudio[2900201]: E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="2" name="usb-Altec_Lansi_Altec_Lansing_XT2_--00" card_name="alsa_card.usb-Altec_Lansi_Altec_Lansing_XT2_--00" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Oct 15 11:46:15 ulno-desktop systemd[2903673]: pam_unix(systemd-user:session): session opened for user lightdm(uid=969) by (uid=0)
Oct 15 11:46:15 ulno-desktop audit[2903673]: USER_START pid=2903673 uid=0 auid=969 ses=22 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 15 11:46:15 ulno-desktop kernel: audit: type=1105 audit(1602773175.719:1100): pid=2903673 uid=0 auid=969 ses=22 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 15 11:46:15 ulno-desktop audit: BPF prog-id=194 op=LOAD
Oct 15 11:46:15 ulno-desktop audit: BPF prog-id=194 op=UNLOAD
Oct 15 11:46:15 ulno-desktop kernel: audit: type=1334 audit(1602773175.729:1101): prog-id=194 op=LOAD
Oct 15 11:46:15 ulno-desktop kernel: audit: type=1334 audit(1602773175.729:1102): prog-id=194 op=UNLOAD
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Configuration file /etc/xdg/autostart/msm_kde_notifier.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: /etc/xdg/autostart/org.kde.kgpg.desktop:8: Unknown key name 'MimeType' in section 'Desktop Entry', ignoring.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Configuration file /etc/xdg/autostart/org.kde.discover.notifier.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Configuration file /etc/xdg/autostart/klipper.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Rfkill-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-xfce4\x2dclipman\x2dplugin\x2dautostart-autostart.service, it is hidden.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: kde-systemd-start-condition not found: No such file or directory
Oct 15 11:46:15 ulno-desktop systemd[2903681]: kde-systemd-start-condition not found: No such file or directory
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dsecrets-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Sound-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Wwan-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.ScreensaverProxy-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-pulseaudio-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-xapp\x2dsn\x2dwatcher-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Color-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: kde-systemd-start-condition not found: No such file or directory
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.MediaKeys-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Housekeeping-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-xscreensaver-autostart.service, could not find TryExec= binary xscreensaver: No such file or directory
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.A11ySettings-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dssh-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.XSettings-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dpkcs11-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: kde-systemd-start-condition not found: No such file or directory
Oct 15 11:46:15 ulno-desktop systemd[2903681]: kde-systemd-start-condition not found: No such file or directory
Oct 15 11:46:15 ulno-desktop systemd[2903681]: kde-systemd-start-condition not found: No such file or directory
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Power-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.PrintNotifications-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Wacom-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-powerdevil-autostart.service, only Type=Application is supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Keyboard-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Datetime-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-xfce4\x2dnotes\x2dautostart-autostart.service, it is hidden.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Smartcard-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.UsbProtection-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Sharing-autostart.service, startup phases are not supported.
Oct 15 11:46:15 ulno-desktop systemd[2903681]: Not generating service for XDG autostart app-kaccess-autostart.service, only Type=Application is supported.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Queued start job for default target Main User Target.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Reached target Paths.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Reached target Timers.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Starting D-Bus User Message Bus Socket.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Listening on GnuPG network certificate management daemon.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Listening on p11-kit server.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Listening on Multimedia System.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Listening on Sound System.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Listening on D-Bus User Message Bus Socket.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Reached target Sockets.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Reached target Basic System.
Oct 15 11:46:15 ulno-desktop systemd[1]: Started User Manager for UID 969.
Oct 15 11:46:15 ulno-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Starting Update XDG user dir configuration...
Oct 15 11:46:15 ulno-desktop systemd[1]: Started Session c10 of user lightdm.
Oct 15 11:46:15 ulno-desktop kernel: audit: type=1130 audit(1602773175.962:1103): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 15 11:46:15 ulno-desktop systemd[2903673]: xdg-user-dirs-update.service: Succeeded.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Finished Update XDG user dir configuration.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Reached target Main User Target.
Oct 15 11:46:15 ulno-desktop systemd[2903673]: Startup finished in 237ms.
Oct 15 11:46:15 ulno-desktop audit[2903669]: USER_START pid=2903669 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:46:15 ulno-desktop kernel: audit: type=1105 audit(1602773175.969:1104): pid=2903669 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:46:16 ulno-desktop systemd[2903673]: Started D-Bus User Message Bus.
Oct 15 11:46:16 ulno-desktop dbus-daemon[2903712]: [session uid=969 pid=2903712] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.1' (uid=969 pid=2903686 comm="/usr/bin/lightdm-gtk-greeter " label="unconfined")
Oct 15 11:46:16 ulno-desktop systemd[2903673]: Starting Accessibility services bus...
Oct 15 11:46:16 ulno-desktop dbus-daemon[2903712]: [session uid=969 pid=2903712] Successfully activated service 'org.a11y.Bus'
Oct 15 11:46:16 ulno-desktop systemd[2903673]: Started Accessibility services bus.
Oct 15 11:46:16 ulno-desktop dbus-daemon[2903712]: [session uid=969 pid=2903712] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.3' (uid=969 pid=2903686 comm="/usr/bin/lightdm-gtk-greeter " label="unconfined")
Oct 15 11:46:16 ulno-desktop systemd[2903673]: Starting Virtual filesystem service...
Oct 15 11:46:16 ulno-desktop dbus-daemon[2903712]: [session uid=969 pid=2903712] Successfully activated service 'org.gtk.vfs.Daemon'
Oct 15 11:46:16 ulno-desktop systemd[2903673]: Started Virtual filesystem service.
Oct 15 11:46:16 ulno-desktop pipewire[516210]: [E][000318348.660594][alsa-pcm.c:33 spa_alsa_open()] 'hdmi:0,1': playback open failed: Device or resource busy
Oct 15 11:46:16 ulno-desktop pipewire[516210]: [W][000318348.660620][adapter.c:175 find_format()] adapter 0x5558e50c4530: can't get format: Device or resource busy
Oct 15 11:46:16 ulno-desktop pipewire[516210]: [E][000318348.660629][module-adapter.c:231 create_object()] can't create node: Device or resource busy
Oct 15 11:46:16 ulno-desktop pipewire[516212]: [E][000318348.660776][core.c:71 core_event_error()] core 0x557880634430: proxy 0x5578807c0570 id:57: seq:6329 res:-16 (Device or resource busy) msg:"can't create node: Device or resource busy"
Oct 15 11:46:16 ulno-desktop pipewire[516212]: [E][000318348.660790][media-session.c:1951 core_error()] error id:57 seq:6329 res:-16 (Device or resource busy): can't create node: Device or resource busy
Oct 15 11:46:16 ulno-desktop polkitd[1623]: <no filename>:3: action=[Action id='org.freedesktop.DisplayManager.AccountsService.ReadAny']
Oct 15 11:46:16 ulno-desktop polkitd[1623]: <no filename>:4: subject=[Subject pid=2903686 user='lightdm' groups=lightdm seat='seat0' session='c10' local=true active=true]
Oct 15 11:46:16 ulno-desktop polkitd[1623]: <no filename>:3: action=[Action id='org.freedesktop.DisplayManager.AccountsService.ReadAny']
Oct 15 11:46:16 ulno-desktop polkitd[1623]: <no filename>:4: subject=[Subject pid=2903686 user='lightdm' groups=lightdm seat='seat0' session='c10' local=true active=true]
Oct 15 11:46:16 ulno-desktop at-spi-bus-launcher[2903719]: dbus-daemon[2903719]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=969 pid=2903686 comm="/usr/bin/lightdm-gtk-greeter " label="unconfined")
Oct 15 11:46:16 ulno-desktop at-spi-bus-launcher[2903719]: dbus-daemon[2903719]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 15 11:46:16 ulno-desktop at-spi-bus-launcher[2903742]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 15 11:47:13 ulno-desktop rtkit-daemon[1907]: Supervising 7 threads of 4 processes of 1 users.
Oct 15 11:47:13 ulno-desktop rtkit-daemon[1907]: Successfully made thread 2903806 of process 2900201 owned by '1000' RT at priority 5.
Oct 15 11:47:13 ulno-desktop rtkit-daemon[1907]: Supervising 8 threads of 4 processes of 1 users.
Oct 15 11:47:23 ulno-desktop lightdm[2903740]: gkr-pam: unable to locate daemon control file
Oct 15 11:47:23 ulno-desktop audit[2903740]: USER_AUTH pid=2903740 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="ulno" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:47:23 ulno-desktop lightdm[2903740]: gkr-pam: stashed password to try later in open session
Oct 15 11:47:23 ulno-desktop dbus-daemon[1369]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.17809' (uid=0 pid=2903740 comm="lightdm --session-child 13 22 " label="unconfined")
Oct 15 11:47:23 ulno-desktop dbus-daemon[1369]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 15 11:47:23 ulno-desktop lightdm[2903740]: pam_systemd_home(lightdm:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 15 11:47:23 ulno-desktop audit[2903740]: USER_ACCT pid=2903740 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="ulno" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:47:23 ulno-desktop kernel: audit: type=1100 audit(1602773243.163:1105): pid=2903740 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="ulno" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:47:23 ulno-desktop kernel: audit: type=1101 audit(1602773243.166:1106): pid=2903740 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="ulno" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:47:23 ulno-desktop audit[2903740]: CRED_REFR pid=2903740 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="ulno" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:47:23 ulno-desktop kernel: audit: type=1110 audit(1602773243.273:1107): pid=2903740 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="ulno" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:47:23 ulno-desktop systemd[1]: Stopping Session c10 of user lightdm.
Oct 15 11:47:23 ulno-desktop pulseaudio[2900201]: E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
Oct 15 11:47:23 ulno-desktop pulseaudio[2900201]: E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="2" name="usb-Altec_Lansi_Altec_Lansing_XT2_--00" card_name="alsa_card.usb-Altec_Lansi_Altec_Lansing_XT2_--00" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
Oct 15 11:47:23 ulno-desktop lightdm[2903669]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Oct 15 11:47:23 ulno-desktop audit[2903669]: USER_END pid=2903669 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:47:23 ulno-desktop audit[2903669]: CRED_DISP pid=2903669 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:47:23 ulno-desktop systemd[1]: session-c10.scope: Succeeded.
Oct 15 11:47:23 ulno-desktop kernel: audit: type=1106 audit(1602773243.726:1108): pid=2903669 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:47:23 ulno-desktop kernel: audit: type=1104 audit(1602773243.726:1109): pid=2903669 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success'
Oct 15 11:47:23 ulno-desktop systemd[1]: Stopped Session c10 of user lightdm.
Oct 15 11:47:23 ulno-desktop systemd-logind[1375]: [🡕] Removed session c10.
Oct 15 11:47:23 ulno-desktop pipewire[516210]: [E][000318416.056742][alsa-pcm.c:33 spa_alsa_open()] 'hdmi:0,5': playback open failed: Device or resource busy
Oct 15 11:47:23 ulno-desktop pipewire[516212]: [E][000318416.056889][core.c:71 core_event_error()] core 0x557880634430: proxy 0x5578807c0570 id:57: seq:6565 res:-16 (Device or resource busy) msg:"enum params id:3 (Spa:Enum:ParamId:EnumFormat) failed"
Oct 15 11:47:23 ulno-desktop pipewire[516212]: [E][000318416.056904][media-session.c:1951 core_error()] error id:57 seq:6565 res:-16 (Device or resource busy): enum params id:3 (Spa:Enum:ParamId:EnumFormat) failed
Oct 15 11:47:23 ulno-desktop rtkit-daemon[1907]: Supervising 7 threads of 4 processes of 1 users.
Oct 15 11:47:23 ulno-desktop rtkit-daemon[1907]: Successfully made thread 2903819 of process 2900201 owned by '1000' RT at priority 5.
Oct 15 11:47:23 ulno-desktop rtkit-daemon[1907]: Supervising 8 threads of 4 processes of 1 users.
Oct 15 11:47:23 ulno-desktop rtkit-daemon[1907]: Supervising 7 threads of 4 processes of 1 users.
Oct 15 11:47:23 ulno-desktop rtkit-daemon[1907]: Successfully made thread 2903821 of process 2900201 owned by '1000' RT at priority 5.
Oct 15 11:47:23 ulno-desktop rtkit-daemon[1907]: Supervising 8 threads of 4 processes of 1 users.

And a closing word on running xfce with lightdm, without light-locker and with xfce4-screensaver:
My displays turn off quickly but then turn on and show the screen saver and never turn off again. Things seem to lock correctly and I can unlock well. But no correct display turning off. Just light-locker seems to be able to correctly turn off displays.
Will open a new thread for that.

I had similar behavior when I tried using light-locker instead of xfce4-screensaver. I was ultimately trying to use xscreensaver, but only for screensavers without locking the screen. And then I would use light-locker to lock the screen… but I too had weird behavior. I wound up removing xscreensaver and light-locker and stuck with xfce4-screensaver as the only screen locker. This works fine for me, but I’m missing the Matrix screensavers. :smile:

I solved my problems:

First, do not use light-locker -> very weird effects with multi-monitor setups on laptops (works ok with one monitor or on desktop systems), use xfce4-screensaver in xfce instead (and make sure xscreensaver, light-locker, and slock as well as other screensavers are uninstalled).

Second, one of my monitors cycles through ports when turned off and therefore turns on the hdmi port once more after being turned off - that disables dpms on xfce4-screensaver.
I disabled auto-source on the monitor and now xfce4-screensaver works.

As kde and light-locker can handle the dpms correctly even if the monitor does something to the hdmi port, I wonder if this should still be reported as a bug to xfce4-screensaver?

===== old message as I am not allowed to answer more than 5 times as “new” user (Manjaro deleted my profile due to inactivity, so hard to keep your user status here).
Can’t see anything suspicious in your log (was searching for locker, but only single mentions) - but also not sure what I am looking for - maybe someone with a bit more expertise can take a look?

3 Likes

Is it somehow possible to get additional themes for xfce4-screensaver?

There is an ancient wiki page at Xfce Screensaver 0.1.5 Now Available - LinuxReviews mentioning xscreensaver-gl on Ubuntu and xscreensaver-gl-base on Fedora.

Unfortunately, these packages seem to have vanished from the net a very long time ago, and Screensavers - Eyecandy for your XFCE-Desktop - xfce-look.org seems to have KDE themes only (weird somehow but maybe it’s only me who does not understand :slight_smile: ).

I’m stuck with the same old issue. Looks like it has been reported upstream but got little attention: need to enter password twice to unlock · Issue #118 · the-cavalry/light-locker · GitHub