突然间,我发现 Firefox 应用程序(在 Ubuntu 上以 snap 方式运行)在启动时非常扭曲。而且,随着我继续使用它,它经历了进一步的奇怪现象(就像以前内容的印记一样)。
除了常规系统更新外,我最近没有进行任何配置更改。此外,所有其他应用程序(包括其他 snap)都运行正常。
以下是一些显示该问题的屏幕截图。您可以看到标题栏和鼠标指针不受影响:
以下是我认为可能相关的一些系统信息:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
$ sudo snap info firefox
name: firefox
summary: Mozilla Firefox web browser
publisher: Mozilla✓
store-url: https://snapcraft.io/firefox
contact: https://support.mozilla.org/kb/file-bug-report-or-feature-request-mozilla
license: unset
description: |
Firefox is a powerful, extensible web browser with support for modern web application
technologies.
commands:
- firefox
- firefox.geckodriver
snap-id: 3wdHCAVyZEmYsCMFDE9qt92UV8rC8Wdk
tracking: latest/stable/ubuntu-22.04
refresh-date: 12 days ago, at 07:44 GMT
channels:
latest/stable: 110.0.1-2 2023-02-28 (2391) 251MB -
latest/candidate: 111.0-2 2023-03-10 (2432) 253MB -
latest/beta: 111.0b8-1 2023-03-03 (2404) 191MB -
latest/edge: 112.0a1 2023-03-13 (2439) 197MB -
esr/stable: 102.8.0esr-2 2023-02-16 (2364) 185MB -
esr/candidate: 102.9.0esr-2 2023-03-10 (2431) 186MB -
esr/beta: ↑
esr/edge: ↑
installed: 110.0.1-2 (2391) 251MB -
$ lspci -v | egrep -i --color 'vga'
2f:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 14 [Radeon RX 5500/5500M / Pro 5500M] (rev c5) (prog-if 00 [VGA controller])
$ sudo lshw -c video
*-display
description: VGA compatible controller
product: Navi 14 [Radeon RX 5500/5500M / Pro 5500M]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:2f:00.0
logical name: /dev/fb0
version: c5
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=amdgpu latency=0 resolution=3840,2160
resources: irq:100 memory:e0000000-efffffff memory:f0000000-f01fffff ioport:f000(size=256) memory:fcc00000-fcc7ffff memory:c0000-dffff
答案1
关闭硬件加速有助于解决 OP 的情况:
- 转到“设置”页面。
- 在“常规”选项卡上有一个“性能”部分。
- 如果选中了“使用推荐的性能设置”,请取消选中。
- 出现“可用时使用硬件加速”选项。取消选中。
- 重新启动浏览器。
它可能会或可能不会产生明显的差异。