Manjaro ARM 20.04
#6
I installed Manjaro xfce end of November 2019. I keep on upgrading without a fresh install.

When the screensaver xfce4-screensaver kicks in (either on its own timeout or, surprisingly through "xset dpms force off"), it blanks the screen. Upon a keyboard click, the desktop does not completely come back:
  • I see the desktop with all its windows. Windows also show updates (e.g. top in a terminal)
  • I can move the mouse.
  • I can not click on anything.
  • I can not type anything.
I need to kill xfce4-screensaver to click and type, again. It looks like the screensaver is not undoing all its tasks. It only disabled its own window so that the deskop becomes visible, again.

xfce4-screensaver would probably call that "Request unlock but we don't have any windows!":

Code:
[gs_debug_init] gs-debug.c:115 (22:42:17.334):     Debugging enabled
[main] xfce4-screensaver.c:97 (22:42:17.335):     Initializing xfce4-screensaver 0.1.10
[init_session_id] gs-listener-dbus.c:2186 (22:42:17.392):     Got session-id: /org/freedesktop/login1/session/_310
[gs_listener_init] gs-listener-dbus.c:2212 (22:42:17.392):     Acquiring logind sleep inhibitor lock
[gs_listener_x11_set_timeouts] gs-listener-x11.c:312 (22:42:17.421):     Saver timeout updated to 300 seconds
[gs_listener_x11_acquire] gs-listener-x11.c:288 (22:42:17.581):     ScreenSaver Registered
[gs_manager_request_unlock] gs-manager.c:1325 (22:42:18.427):     Request unlock but manager is not active
[xroot_filter] gs-listener-x11.c:251 (22:42:18.977):     ScreenSaver timer reset
[xroot_filter] gs-listener-x11.c:256 (22:42:21.176):     Activating screensaver on ScreenSaverOn
[gs_grab_grab_root] gs-grab-x11.c:347 (22:42:21.177):     Grabbing the root window
[gs_grab_get] gs-grab-x11.c:104 (22:42:21.367):     Grabbing devices for window=389
[gs_manager_create_windows_for_display] gs-manager.c:1178 (22:42:21.369):     Creating 1 windows for display :0
[add_overlays] gs-manager.c:1016 (22:42:21.370):     Reconfiguring monitors, adding overlays
[gs_listener_send_signal_active_changed] gs-listener-dbus.c:224 (22:42:21.370):     Sending the ActiveChanged(TRUE) signal on the session bus
[xroot_filter] gs-listener-x11.c:251 (22:42:22.072):     ScreenSaver timer reset
[remove_overlays] gs-manager.c:1045 (22:42:23.372):     Done reconfiguring monitors, removing overlays
[gs_manager_request_unlock] gs-manager.c:1335 (22:42:26.470):     Request unlock but we don't have any windows!

I temporarily removed the ~/.config/ directory for a fresh configuration of xfce4. No change. Google is not helpful.


Update 1: further logs

Before screensaver kicks in

Code:
manjaro:~$ xfce4-screensaver-command -q
The screensaver is inactive
The screensaver is not inhibited


When screensaver kicks in

Code:
manjaro:~$ xfce4-screensaver-command -q
The screensaver is active
The screensaver is not inhibited


When I press a key, the desktop comes back (but I can neither click or type)

Code:
manjaro:~$ xfce4-screensaver-command -q
The screensaver is active
The screensaver is not inhibited


Instead of killing xfce4-screensaver, I can also ask the screensaver to deactivate itself

Code:
manjaro:~$ xfce4-screensaver-command -d


Code:
manjaro:~$ xfce4-screensaver-command -q
The screensaver is inactive
The screensaver is not inhibited


Somehow, nobody is asking to deactivate the screensaver. I don't want to do that manually all the time from the console.


Update 2: I noticed that I have the screensaver problem with fb-turbo, but no with panfrost. So, how can the screensaver get deactivated with fb-turbo? The more interesting questions are why and how does fb-turbo interfere with the screensaver in the first place?
  Reply


Messages In This Thread
Manjaro ARM 20.04 - by spikerguy - 05-21-2020, 04:55 PM
RE: Manjaro ARM 20.04 - by TDC_PBP - 05-27-2020, 03:41 PM
RE: Manjaro ARM 20.04 - by xmixahlx - 05-27-2020, 07:52 PM
RE: Manjaro ARM 20.04 - by mstrstvns - 05-28-2020, 11:24 AM
RE: Manjaro ARM 20.04 - by spikerguy - 05-28-2020, 02:17 PM
RE: Manjaro ARM 20.04 - by Der Geist der Maschine - 05-29-2020, 12:04 AM
RE: Manjaro ARM 20.04 - by pfeerick - 06-01-2020, 05:48 AM
RE: Manjaro ARM 20.04 - by cefre00 - 06-04-2020, 08:59 AM
RE: Manjaro ARM 20.04 - by tiagoespinha - 06-06-2020, 11:06 AM
RE: Manjaro ARM 20.04 - by tiagoespinha - 06-06-2020, 02:09 PM
RE: Manjaro ARM 20.04 - by spikerguy - 06-07-2020, 07:48 AM
RE: Manjaro ARM 20.04 - by zaius - 06-07-2020, 03:53 PM
RE: Manjaro ARM 20.04 - by spikerguy - 06-09-2020, 06:14 AM
RE: Manjaro ARM 20.04 - by User 18041 - 06-10-2020, 11:01 AM
RE: Manjaro ARM 20.04 - by spikerguy - 06-11-2020, 06:00 AM
RE: Manjaro ARM 20.04 - by User 18041 - 06-11-2020, 01:50 PM
RE: Manjaro ARM 20.04 - by q4osteam - 06-12-2020, 02:07 AM
RE: Manjaro ARM 20.04 - by spikerguy - 06-13-2020, 04:53 AM
RE: Manjaro ARM 20.04 - by Redbeard - 08-10-2020, 03:37 PM
RE: Manjaro ARM 20.04 - by linuxfreund - 06-12-2020, 03:41 PM
RE: Manjaro ARM 20.04 - by q4osteam - 06-16-2020, 09:02 AM
RE: Manjaro ARM 20.04 - by jiyong - 06-16-2020, 01:32 PM
RE: Manjaro ARM 20.04 - by PRStoetzer - 06-16-2020, 08:31 PM
RE: Manjaro ARM 20.04 - by spikerguy - 06-17-2020, 03:43 AM
RE: Manjaro ARM 20.04 - by ovv - 06-17-2020, 03:58 AM
RE: Manjaro ARM 20.04 - by PRStoetzer - 06-18-2020, 01:59 PM
Screen Brightness - by theplaidtieninja - 06-19-2020, 09:05 AM
RE: Screen Brightness - by spikerguy - 06-19-2020, 03:55 PM
RE: Screen Brightness - by theplaidtieninja - 06-19-2020, 06:59 PM
RE: Screen Brightness - by greysuite - 06-23-2020, 08:59 PM
RE: Manjaro ARM 20.04 - by anoctis - 06-19-2020, 05:56 PM
RE: Manjaro ARM 20.04 - by anoctis - 06-20-2020, 03:50 PM
RE: Manjaro ARM 20.04 - by User 6582 - 06-23-2020, 09:12 AM
RE: Manjaro ARM 20.04 - by jiapei100 - 06-28-2020, 12:53 AM
RE: Manjaro ARM 20.04 - by S265 - 06-28-2020, 04:53 AM
RE: Manjaro ARM 20.04 - by spikerguy - 06-29-2020, 02:44 AM
RE: Manjaro ARM 20.04 - by S265 - 06-29-2020, 03:48 PM
RE: Manjaro ARM 20.04 - by wdt - 07-22-2020, 03:54 PM
RE: Manjaro ARM 20.04 - by thepeckhambassplayer - 07-25-2020, 04:36 PM
RE: Manjaro ARM 20.04 - by wdt - 07-25-2020, 07:48 PM
RE: Manjaro ARM 20.04 - by thepeckhambassplayer - 08-01-2020, 11:04 AM
RE: Manjaro ARM 20.04 - by Redbeard - 08-12-2020, 08:42 AM
RE: Manjaro ARM 20.04 - by carlosqueso - 08-12-2020, 01:35 PM
RE: Manjaro ARM 20.04 - by Redbeard - 08-12-2020, 04:10 PM
RE: Manjaro ARM 20.04 - by carlosqueso - 08-12-2020, 06:47 PM
RE: Manjaro ARM 20.04 - by 8jef - 08-19-2020, 09:08 PM
RE: Manjaro ARM 20.04 - by spikerguy - 08-20-2020, 03:17 PM
RE: Manjaro ARM 20.04 - by 8jef - 08-20-2020, 04:56 PM
RE: Manjaro ARM 20.04 - by cefre00 - 08-25-2020, 05:37 AM
RE: Manjaro ARM 20.04 - by nightranger73 - 09-17-2020, 08:37 AM
RE: Manjaro ARM 20.04 - by carlosqueso - 09-24-2020, 07:28 PM
RE: Manjaro ARM 20.04 - by poVoq - 09-23-2020, 04:59 PM
RE: Manjaro ARM 20.04 - by pine76 - 09-29-2020, 04:09 PM
RE: Manjaro ARM 20.04 - by wdt - 09-29-2020, 05:51 PM
RE: Manjaro ARM 20.04 - by pine76 - 10-04-2020, 12:00 PM
RE: Manjaro ARM 20.04 - by wdt - 10-04-2020, 04:12 PM
RE: Manjaro ARM 20.04 - by pine76 - 10-04-2020, 10:59 PM
RE: Manjaro ARM 20.04 - by wdt - 10-04-2020, 11:15 PM
RE: Manjaro ARM 20.04 - by pine76 - 10-05-2020, 07:45 AM
RE: Manjaro ARM 20.04 - by wdt - 10-05-2020, 12:57 PM
RE: Manjaro ARM 20.04 - by pine76 - 10-06-2020, 09:23 PM
RE: Manjaro ARM 20.04 - by rempfer - 10-16-2020, 01:30 AM
RE: Manjaro ARM 20.04 - by markifi - 02-23-2021, 03:22 PM
RE: Manjaro ARM 20.04 - by vandys - 12-27-2022, 08:11 PM
RE: Manjaro ARM 20.04 - by Yochanan - 12-28-2022, 02:53 PM
RE: Manjaro ARM 20.04 - by vandys - 01-08-2023, 07:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Manjaro Sway Theme Broken Eighty8 1 262 03-08-2024, 08:41 AM
Last Post: tophneal
Question Manjaro with Full Disk Encryption and GRUB dumetrulo 1 1,722 02-02-2024, 02:45 AM
Last Post: frankkinney
  Manjaro network problem late 2023 acruhl 1 309 01-19-2024, 11:32 PM
Last Post: Kevin Kofler
  Help installing Manjaro on eMMC of Pinebook Pro pine4546464 4 2,081 12-13-2023, 07:22 PM
Last Post: trillobite
  Need Help Recovering Manjaro /boot Contents on Pinebook Pro calinb 6 2,164 12-11-2023, 03:47 AM
Last Post: calinb
  Manjaro 20.04 not loading from SD (with Manjaro on eMMC) zaius 1 389 12-07-2023, 03:11 PM
Last Post: wdt
  Manjaro ARM: enabling external monitors & fixing Broadcom WiFi after updating trifleneurotic 2 861 11-14-2023, 10:57 AM
Last Post: trifleneurotic
  Manjaro [ARM Stable Update] 2021-07-23 issues Bocanila 1 1,998 08-21-2023, 09:10 PM
Last Post: vanessadonald
  [Manjaro] u-boot won't boot from eMMC with (unbootable) SD card present zackw 1 1,949 08-21-2023, 09:08 PM
Last Post: vanessadonald
  Manjaro - HIbernate - brcmfmac clk issue pompeyPinePro 1 752 08-18-2023, 02:06 AM
Last Post: juliamenendez

Forum Jump:


Users browsing this thread: 1 Guest(s)