我在 XPS 13 笔记本电脑上运行 Fedora 32。我使用 Chrome 作为我的浏览器,我有 2 个配置文件 - 工作和个人。当我打开一个新的配置文件时,它会打开一个新的 Chrome 窗口。但是,两个窗口都显着滞后。打开一个新标签大约需要 10 秒,滚动很慢等。打开的标签数量微不足道。如果我有一个包含 30 个选项卡的窗口,它们都会快速响应;但是如果我有 2 个窗口,每个窗口都有一个选项卡,它们都非常慢。
这不可能是因为资源有限,因为我有 16 GB 的 RAM 和一个 8 核 i7。查看资源使用情况,所有内核都在 10% 左右,使用内存在 4 GB 左右,没有使用交换空间。
另一方面,即使我打开了十几个窗口,Firefox 也表现得非常好。
当我运行时,lshw -c video
我看到安装了正确的驱动程序 - 在我的情况下,configuration: driver=i915 latency=0
.
编辑:
正如评论中所建议的,内核版本是5.8.11
,Mesa 驱动程序版本是20.1.8
.
运行cat /proc/cmdline
产生以下结果:
BOOT_IMAGE=(hd0,gpt7)/vmlinuz-5.8.11-200.fc32.x86_64 root=/dev/mapper/fedora_localhost--live-root ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet systemd.unified_cgroup_hierarchy=0
Run Code Online (Sandbox Code Playgroud)
运行dmesg -t --level=alert,crit,err,warn
:
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
usb: port …
Run Code Online (Sandbox Code Playgroud)