「TurboVNC」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(リンクを修正)
(言語間リンクを追加)
1行目: 1行目:
 
[[Category:リモートデスクトップ]]
 
[[Category:リモートデスクトップ]]
 
[[Category:サーバー]]
 
[[Category:サーバー]]
  +
[[en:TurboVNC]]
 
{{Related articles start}}
 
{{Related articles start}}
 
{{Related|x11vnc}}
 
{{Related|x11vnc}}

2022年7月22日 (金) 09:43時点における版

関連記事

TurboVNC は、TightVNC から派生した高性能な VNC 実装です。VNC サーバと VNC ビューアの両方の機能を提供します。公式サイトによると、様々な面でTigerVNC より優れているとのことです[1]

インストール

turbovncAUR パッケージを インストールします。

vncserver の起動

Simply runing vncserver as the normal user that will later use VNC, and you will be prompted to set a password. Then configure which desktop environment to use in /usr/bin/xstartup.turbovnc. For example, edit the file below as root to use KDE plasma:

/usr/bin/xstartup.turbovnc 
exec startplasma-x11

その後、vncserver を再度実行して起動すると、5901 番ポートにバインドされているのがわかるはずです。他の VNC ソフトウェアと同様に、常に SSH トンネルでラップする必要があります(TigerVNC#SSH トンネル経由で vncserver にアクセス を参照)。