Ubuntu 20.04.4 LTS 鎖定畫面延遲

Ubuntu 20.04.4 LTS 鎖定畫面延遲

點擊任意鍵嘗試進入螢幕輸入密碼並解鎖螢幕時出現問題。點選和出現密碼編輯框之間的時間間隔約為 20 秒。有沒有什麼設定可以縮短這個時間或是錯誤?

烏班圖詳細資料:

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的建議,我使用了日誌程序,並在解鎖階段分析了日誌。我發現指紋管理守護程式無法啟動服務。超時設定為 25000 毫秒,這就是滯後問題。錯誤日誌是:

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

fprintd從機器上拆下後,使用sudo apt remove fprintd問題解決。

感謝您提供的所有提示引導我找到解決方案。

相關內容