我遇到一个问题,一个应用程序在退出时出现分段错误,而其他软件的运行速度不如我预期的快。为了帮助我确定 Ubuntu 18.04.3 和我的主板之间是否存在兼容性问题,我使用的是华硕 ROG strix X370-F Gaming 主板,带有 amd370 芯片组和 Ryzen 7 1700x cpu。有人使用这种特定的发行版和硬件组合吗?你的经验是什么。如果没有,我应该从哪里开始研究或测试这个问题?
我的经验是:1) 3D 动画包 blender 2.80 在退出应用程序时会导致分段错误。blender 存在一些已知问题,但在使用 blender 支持近一周后,我的问题无法重现。我只是启动 blender,什么也不做,然后在几秒钟后单击文件 -> 退出。
2) Firefox 68.02 等软件启动缓慢,显示我导航到的页面也很慢。今天进行的速度测试显示,我的连接速度可以接受,下载速度为 850 Mbits。我的观察是,即使下载了页面,显示速度也很慢。Firefox 启动速度测试小程序也很慢。需要几秒钟才能启动。
性能变化说明:1) 退出时 blender 不再出现分段错误。我将显卡更新为 NVIDIA GeForce GE1050Ti。2) Firefox 68 的启动速度比以前快得多。主页几乎立即打开。
这是将我的 BIOS 更新到最新版本后的一些诊断输出。
Icarus@linux-l13c:sudo lshw -C 内存
*-firmware
description: BIOS
vendor: American Megatrends Inc.
physical id: 0
version: 5204
date: 07/29/2019
size: 64KiB
capacity: 16MiB
capabilities: pci apm upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi
*-memory
description: System Memory
physical id: 2c
slot: System board or motherboard
size: 32GiB
*-bank:0
description: DIMM DDR4 Synchronous Unbuffered (Unregistered) 2400 MHz (0.4 ns)
product: CMK16GX4M2A2400C16
vendor: Corsair
physical id: 0
serial: 00000000
slot: DIMM_A1
size: 8GiB
width: 64 bits
clock: 2400MHz (0.4ns)
*-bank:1
description: DIMM DDR4 Synchronous Unbuffered (Unregistered) 2400 MHz (0.4 ns)
product: CMK16GX4M2A2400C16
vendor: Corsair
physical id: 1
serial: 00000000
slot: DIMM_A2
size: 8GiB
width: 64 bits
clock: 2400MHz (0.4ns)
*-bank:2
description: DIMM DDR4 Synchronous Unbuffered (Unregistered) 2400 MHz (0.4 ns)
product: CMK16GX4M2A2400C16
vendor: Corsair
physical id: 2
serial: 00000000
slot: DIMM_B1
size: 8GiB
width: 64 bits
clock: 2400MHz (0.4ns)
*-bank:3
description: DIMM DDR4 Synchronous Unbuffered (Unregistered) 2400 MHz (0.4 ns)
product: CMK16GX4M2A2400C16
vendor: Corsair
physical id: 3
serial: 00000000
slot: DIMM_B2
size: 8GiB
width: 64 bits
clock: 2400MHz (0.4ns)
*-cache:0
description: L1 cache
physical id: 2e
slot: L1 - Cache
size: 768KiB
capacity: 768KiB
clock: 1GHz (1.0ns)
capabilities: pipeline-burst internal write-back unified
configuration: level=1
*-cache:1
description: L2 cache
physical id: 2f
slot: L2 - Cache
size: 4MiB
capacity: 4MiB
clock: 1GHz (1.0ns)
capabilities: pipeline-burst internal write-back unified
configuration: level=2
*-cache:2
description: L3 cache
physical id: 30
slot: L3 - Cache
size: 16MiB
capacity: 16MiB
clock: 1GHz (1.0ns)
capabilities: pipeline-burst internal write-back unified
configuration: level=3
谢谢保罗
答案1
来自评论...
考虑检查你的 BIOS 版本。在终端中执行以下命令sudo dmidecode -s bios-version
显示当前 BIOS 版本。如果不是 5204,则转到https://asus.com/us/Motherboards/ROG-STRIX-X370-F-GAMING/HelpDesk_BIOS并获取/安装它。
更新#1:
将显卡升级为 NVIDIA GeForce 650 Ti。
看来,从 2019 年 7 月 29 日起将 BIOS 升级到版本 5204 可以解决问题。