LoginSignup
1
1

More than 1 year has passed since last update.

SPICE

Last updated at Posted at 2015-10-26

Windows 10 20H2で確認

サーバー側

クライアント側


(古い記事) xubuntu15.10にて確認

参考

インストール

sudo apt-get install -y xserver-xspice spice-client
sudo apt-get install -y virt-viewer #<-不要?

設定

雛形コピー
cp /usr/share/doc/xserver-xspice/spiceqxl.xorg.conf.example.gz ~
gzip -d ~/spiceqxl.xorg.conf.example.gz
spiceqxl.xorg.conf.example
Section "Device
    ...
    # Do not request any password from client
-   #Option "SpiceDisableTicketing" "0"
+   Option "SpiceDisableTicketing" "1"
    ...
    EndSection

spiceサーバ起動

sudo Xorg -config ~/spiceqxl.xorg.conf.example :2 &

spiceサーバに接続

spicec -h localhost -p 5900

プログラム起動

export DISPLAY=:2
xterm

キーをおすだけで落ちる

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1