Ubuntu LTS 20.01.1 登录屏幕期间的帧速率非常低

Ubuntu LTS 20.01.1 登录屏幕期间的帧速率非常低

我在旧的 HP Proliant ML110 G5 上安装了适用于 x64 系统的 Ubuntu Dekstop 20.04.1 LTS。它工作得很好,因为它可以识别磁带驱动器和嵌入式 SATA raid 控制器,但在登录屏幕期间,系统非常非常滞后;不过我登录后,系统运行良好,很流畅。这不是一个大问题,但很烦人,我想知道如何解决它。的输出lspci命令是:

00:00.0 Host bridge: Intel Corporation
3200/3210 Chipset DRAM Controller (rev
01) 00:01.0 PCI bridge: Intel
Corporation 3200/3210 Chipset
Host-Primary PCI Express Bridge (rev
01) 00:1a.0 USB controller: Intel
Corporation 82801I (ICH9 Family) USB
UHCI Controller #4 (rev 02) 00:1a.1
USB controller: Intel Corporation
82801I (ICH9 Family) USB UHCI
Controller #5 (rev 02) 00:1a.2 USB
controller: Intel Corporation 82801I
(ICH9 Family) USB UHCI Controller #6
(rev 02) 00:1a.7 USB controller: Intel
Corporation 82801I (ICH9 Family) USB2
EHCI Controller #2 (rev 02) 00:1c.0
PCI bridge: Intel Corporation 82801I
(ICH9 Family) PCI Express Port 1 (rev
02) 00:1c.4 PCI bridge: Intel
Corporation 82801I (ICH9 Family) PCI
Express Port 5 (rev 02) 00:1c.5 PCI
bridge: Intel Corporation 82801I (ICH9
Family) PCI Express Port 6 (rev 02)
00:1d.0 USB controller: Intel
Corporation 82801I (ICH9 Family) USB
UHCI Controller #1 (rev 02) 00:1d.1
USB controller: Intel Corporation
82801I (ICH9 Family) USB UHCI
Controller #2 (rev 02) 00:1d.2 USB
controller: Intel Corporation 82801I
(ICH9 Family) USB UHCI Controller #3
(rev 02) 00:1d.7 USB controller: Intel
Corporation 82801I (ICH9 Family) USB2
EHCI Controller #1 (rev 02) 00:1e.0
PCI bridge: Intel Corporation 82801
PCI Bridge (rev 92) 00:1f.0 ISA
bridge: Intel Corporation 82801IR
(ICH9R) LPC Interface Controller (rev
02) 00:1f.2 RAID bus controller: Intel
Corporation SATA Controller [RAID
mode] (rev 02) 00:1f.3 SMBus: Intel
Corporation 82801I (ICH9 Family) SMBus
Controller (rev 02) 00:1f.5 IDE
interface: Intel Corporation 82801I
(ICH9 Family) 2 port SATA Controller
[IDE mode] (rev 02) 05:00.0 PCI
bridge: PLX Technology, Inc. PEX 8114
PCI Express-to-PCI/PCI-X Bridge (rev
bc) 06:08.0 SCSI storage controller:
Broadcom / LSI 53c1030 PCI-X
Fusion-MPT Dual Ultra320 SCSI (rev c1)
0d:00.0 VGA compatible controller:
Matrox Electronics Systems Ltd. MGA
G200e [Pilot] ServerEngines (SEP1)
(rev 02) 0e:00.0 Ethernet controller:
Broadcom Inc. and subsidiaries
NetXtreme BCM5722 Gigabit Ethernet PCI
Express

输出Journalctl -b -p 错误è命令是:

-- Logs begin at Fri 2020-11-13 12:49:51 CET, end at Fri 2020-11-13
21:26:44 CET. -- nov 13 21:22:54
server kernel: ACPI: SPCR: Unexpected
SPCR Access Width. Defaulting to byte
size nov 13 21:22:54 server kernel:
ACPI BIOS Error (bug): Failure
creating named object
[\_SB.PCI0._OSC.CAP> nov 13 21:22:54
server kernel: ACPI Error:
AE_ALREADY_EXISTS, CreateBufferField
failure (20190816/dswlo> nov 13
21:22:54 server kernel: ACPI Error:
Aborting method \_SB.PCI0._OSC due to
previous error (AE_ALR> nov 13
21:22:54 server kernel: platform
INT0800:00: failed to claim resource
0: [mem 0xff800000-0xfffff> nov 13
21:22:54 server kernel: acpi
INT0800:00: platform device creation
failed: -16 nov 13 21:22:54 server
kernel: ERST: Failed to get Error Log
Address Range. nov 13 21:22:54 server
kernel: scsi target6:0:3: Wide
Transfers Fail nov 13 21:24:50 server
gdm-password][1323]: gkr-pam: unable
to locate daemon control file nov 13
21:25:16 server pulseaudio[1354]:
GetManagedObjects() failed:
org.freedesktop.DBus.Error.NoReply>

答案1

我解决了这个问题。我了解到问题的原因是图形芯片 MGA G200e。我通过以下命令安装了驱动程序:

sudo apt install xserver-xorg-video-mga

然后我修改了/etc/gdm3/custom.conf#WaylandEnable=false文件,我取消注释删除字符的行 #

最后我重新启动了机器。

相关内容