Deepin&UOS安装Nvidia驱动后出现黑窗现象解决方法

参考地址1:Link
参考地址2:Link
参考地址3:Link

sudo dedit /etc/profile.d/kwin.sh
加入内容

#!/bin/sh
export KWIN_TRIPLE_BUFFER=1

或者直接执行这段:

sudo sh -c "cat > /etc/profile.d/kwin.sh" << EOF
#!/bin/sh
export KWIN_TRIPLE_BUFFER=1
EOF

编辑 ~/.config/kwinrc

[Compositing]
Enabled=true
GLCore=false
OpenGLIsUnsafe=false
WindowsBlockCompositing=false

在家里,找到文件.config / plasmashellrc并添加以下行(可选):
[QtQuickRendererSettings]
GraphicsResetNotifications=true

同样在家里,找到文件.config / kwinrc并添加以下行:
[QtQuickRendererSettings]
GraphicsResetNotifications=true