锁屏延迟 Ubuntu 20.04.4 LTS

锁屏延迟 Ubuntu 20.04.4 LTS

单击任意键尝试进入屏幕输入密码并解锁屏幕时出现问题。单击和密码编辑框出现之间的时间间隔约为 20 秒。是否有任何设置可以缩短此时间或这是一个错误?

Ubuntu 详细信息:

Distributor ID: Ubuntu
Description:    Ubuntu 20.04.4 LTS
Release:    20.04
Codename:   focal
  1. 系统信息:
Manufacturer: Dell Inc.
Product Name: Latitude 5591
Version: Not Specified
Serial Number: 719GZW2
UUID: 4c4c4544-0031-3910-8047-b7c04f5a5732
Wake-up Type: Power Switch
SKU Number: 0819
Family: Latitude
  1. 安装的 RAM 数量和配置的交换空间大小 ( free -m) 在此处输入图片描述

硬盘信息:

Device Model:     SAMSUNG SSD PM871b M.2 2280 512GB
Serial Number:    S3TZNA0M402884
LU WWN Device Id: 5 002538 d00b797b8
Firmware Version: MVT23D0Q
User Capacity:    512 110 190 592 bytes [512 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      M.2
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4c
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Mon Apr  4 14:09:24 2022 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

从此屏幕移动:

在此处输入图片描述

到这个屏幕:

在此处输入图片描述

大约需要 20 秒

答案1

感谢@user535733的建议,我使用了Logs程序,并在解锁阶段分析了日志。我发现指纹管理守护进程无法激活服务。超时设置为25000毫秒,这是延迟问题。错误日志是:

[system] Failed to activate service 'net.reactivated.Fprint': timed out (service_start_timeout=25000ms)

fprintd从机器上移除后使用sudo apt remove fprintd问题就解决了。

感谢所有帮助我找到解决方案的提示。

相关内容