VcXsrv のインストール
オプションは変更せずに、インストールを行う。
インストールが完了したら、VcXsrvを立ち上げ、以下の順序で設定を行う。
- One large window を選択
- 次へ
- Start no client を選択
- 次へ
- 以下全てにチェック
- Clipboard
- Primary Selection
- Native opengl
- Disable access control
- 次へ
- 完了
Ubuntu側の設定
必要なパッケージのインストール
gnome環境を用意します。
また、apt-fastを用いてインストールを行っています。
無い場合は、apt-fast
をapt-get
に置き換えて使用してください。
sudo apt-fast update -y && sudo apt-fast full-upgrade -y
sudo apt-fast install x11-apps x11-utils x11-xserver-utils dbus-x11 fonts-ipafont ubuntu-desktop -y
.bash_profile の設定
echo 'export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0.0' >> ~/.bash_profile
echo 'export LIBGL_ALWAYS_INDIRECT=1' >> ~/.bash_profile
source ~/.bash_profile
dbus, x11-common の起動
sudo service dbus start
sudo service x11-common start
GUIを起動
以下コマンドで起動。
gnome-shell --x11 -r