解决Ubuntu中Compton问题可参考以下方法:
ps -e | grep compton查看是否运行,未运行则用compton &启动。/.config/compton.conf或/etc/compton.conf,用nano等编辑器检查,确保语法正确、选项有效,可尝试更改后端(如从xrender改为glx)等。sudo apt update和sudo apt upgrade更新系统,用sudo apt install xserver-xorg-video-intel等安装或更新显卡驱动。killall compton和compton &重启。/.config/compton.log或/var/log/syslog等日志文件,获取错误信息。sudo apt remove --purge compton卸载,再用sudo apt install compton安装。