我正在使用KDE5发行版(Ubuntu16.04LTS+最新的KDE5 DE)。
Suspend+resume看上去主要是在我的笔记本上工作,但是图标下面的标签(我在等离子外壳中设置为背景文件夹视图)已经损坏,如下所示:

在左侧损坏图标,在右边通过拖动图标几个像素并让它回到原来的位置固定。
在我看来,可能不是图形驱动程序问题,而是KDE5等离子文件夹查看缓存错误?
虽然我自己是程序员,但我不做任何Qt/ KDE 5开发,所以我甚至不知道KDE的哪一部分负责这些,在哪里查找错误,以及哪些工具可用于诊断。快速查看dmesg和/var/log/Xorg.0.log并没有发现任何可疑之处。
lshw -c video *-display
description: 3D controller
product: GM107M [GeForce GTX 960M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:130 memory:de000000-deffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:df000000-df07ffff
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 06
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915_bpo latency=0
resources: irq:125 memory:dd000000-ddffffff memory:b0000000-bfffffff ioport:f000(size=64)glxinfo | grep OpenGLOpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 960M/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 375.66
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.5.0 NVIDIA 375.66
OpenGL shading language version string: 4.50 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 375.66
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:发布于 2018-05-21 16:57:24
我和Kubuntu18.04也有同样的问题。读了几篇关于这个问题的文章后,我把答案组合成一个自动工作的解决方案。有一个在后台运行的小型Bash脚本,它杀死/重新启动每个用户从锁屏幕返回的等离子脚本。您可以找到下面链接的答案(脚本和自动运行它的方式)。
Kubuntu 18.04,cron任务不加载@reboot
我希望你发现它有用!
发布于 2020-01-21 08:12:01
我找到了以下修复方法:
问题会消失,你的过渡也会变得很顺利。它对我和我的朋友在Kubuntu 19.10等离子体版本5.17.5上起作用

发布于 2018-06-12 22:13:24
我刚刚在我当前的&稳定的Fedora上遇到了同样的问题。
# uname -a
Linux ### 4.16.14-300.fc28.x86_64 #1 SMP Tue Jun 5 16:23:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
# lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: Generic
Description: Generic release 28 (Generic)
Release: 28
Codename: Generic
# lspci -k | grep -A 2 VGA
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
Subsystem: Hewlett-Packard Company Device 1942
Kernel driver in use: i915
--
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Mars [Radeon HD 8670A/8670M/8750M]
Subsystem: Hewlett-Packard Company Device 1947
Kernel driver in use: radeon
# lshw -c video
*-display
description: VGA compatible controller
product: Mars [Radeon HD 8670A/8670M/8750M]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:34 memory:90000000-9fffffff memory:b0900000-b093ffff ioport:4000(size=256) memory:b0940000-b095ffff
*-display
description: VGA compatible controller
product: 4th Gen Core Processor Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 06
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:33 memory:b0000000-b03fffff memory:a0000000-afffffff ioport:5000(size=64) memory:c0000-dffffScreencaps @
还没有测试过嫌疑人/hibernate,但感觉与经验一致。将上升
https://unix.stackexchange.com/questions/372710
复制相似问题