最後更新: 2018-09-12
介紹
Historically vnc has been the best way to do remote desktops, but spice should provide a far better experience.
HomePage: https://spice-space.org/
Install
add-apt-repository ppa:serge-hallyn/virt
apt-get update
apt-get install xserver-xspice ubuntu-desktop
cp /usr/share/doc/xserver-xspice/spiceqxl.xorg.conf.example.gz /root
cd /root
gunzip spiceqxl.xorg.conf.example.gz
mv spiceqxl.xorg.conf.example spiceqxl.xorg.conf
cat >> spiceqxl.xorg.conf << EOF
Option "SpiceDisableTicketing" "1"
EOF
Testing
/usr/bin/Xorg -config /root/spiceqxl.xorg.conf.example :2 &
# Now fire up unity, xterm, or fvwm:
DISPLAY=:2 unity
Client
spicec -h -p 5900