Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我的 picom 配置文件做错了什么。我目前正在使用 Arch Linux - 5.6.10,i3-gaps 作为 WM,Picom 作为合成器。
代码:
[ 08/05/20 13:43:36.014 init_render WARN ] Old backends only support blur method "kernel". Your blur setting will not be applied
有人可以告诉我这是什么意思吗?
此错误的原因可能是因为您在 picom 配置文件中使用了高斯模糊或框模糊。截至目前,这些仅受实验性后端支持。
使用picom --experimental-backends运行 picom 应该可以得到模糊效果。建议您使用picom --experimental-backends --backend glxglx,因为性能更好。
picom --experimental-backends
picom --experimental-backends --backend glx
或者,您可以使用内核模糊。在这种情况下,您应该指定要使用的内核。有关详细信息,请参阅 picom 手册页的 BLUR 部分。