首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >KDE5从挂起恢复后,我在图标下损坏了标签

KDE5从挂起恢复后,我在图标下损坏了标签
EN

Unix & Linux用户
提问于 2017-06-22 13:35:29
回答 4查看 11.3K关注 0票数 18

我正在使用KDE5发行版(Ubuntu16.04LTS+最新的KDE5 DE)。

Suspend+resume看上去主要是在我的笔记本上工作,但是图标下面的标签(我在等离子外壳中设置为背景文件夹视图)已经损坏,如下所示:

在左侧损坏图标,在右边通过拖动图标几个像素并让它回到原来的位置固定。

在我看来,可能不是图形驱动程序问题,而是KDE5等离子文件夹查看缓存错误?

问题:

  • 如何轻松刷新整个桌面?KDE菜单“刷新桌面”没有帮助(我想有一些图标缓存,也没有失效)。
  • 如何创建高质量的bug报告,什么样的日志/命令输出是值得的,甚至从哪里开始搜索这个错误报告。

虽然我自己是程序员,但我不做任何Qt/ KDE 5开发,所以我甚至不知道KDE的哪一部分负责这些,在哪里查找错误,以及哪些工具可用于诊断。快速查看dmesg/var/log/Xorg.0.log并没有发现任何可疑之处。

lshw -c video

代码语言:javascript
复制
  *-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 OpenGL

代码语言:javascript
复制
OpenGL 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:
EN

回答 4

Unix & Linux用户

发布于 2018-05-21 16:57:24

我和Kubuntu18.04也有同样的问题。读了几篇关于这个问题的文章后,我把答案组合成一个自动工作的解决方案。有一个在后台运行的小型Bash脚本,它杀死/重新启动每个用户从锁屏幕返回的等离子脚本。您可以找到下面链接的答案(脚本和自动运行它的方式)。

Kubuntu 18.04,cron任务不加载@reboot

我希望你发现它有用!

票数 3
EN

Unix & Linux用户

发布于 2020-01-21 08:12:01

我找到了以下修复方法:

  • 转到NVIDIA服务器设置->主配置文件->检查NVIDIA按需
  • 注销并登录到系统中

问题会消失,你的过渡也会变得很顺利。它对我和我的朋友在Kubuntu 19.10等离子体版本5.17.5上起作用

票数 2
EN

Unix & Linux用户

发布于 2018-06-12 22:13:24

我刚刚在我当前的&稳定的Fedora上遇到了同样的问题。

代码语言:javascript
复制
# 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-dffff

Screencaps @

还没有测试过嫌疑人/hibernate,但感觉与经验一致。将上升

票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/372710

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档