Compton是窗口合成器,本身不提供远程桌面功能,但可优化远程桌面显示效果,以下是在Debian中使用Compton配合远程桌面(以XRDP为例)的方法:
sudo apt update,sudo apt install compton。~/.config/compton.conf,可设置如glx-no-stencil true等参数优化显示。compton --config ~/.config/compton.conf,或设置为系统服务自动启动。sudo apt install xrdp。sudo ufw allow 3389/tcp,并启动服务sudo systemctl enable --now xrdp。