「TurboVNC」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(関連ページのリンクを修正)
(一部飜訳)
1行目: 1行目:
 
[[Category:リモートデスクトップ]]
 
[[Category:リモートデスクトップ]]
 
[[Category:サーバー]]
 
[[Category:サーバー]]
 
 
{{Related articles start}}
 
{{Related articles start}}
 
{{Related|x11vnc}}
 
{{Related|x11vnc}}
 
{{Related|TigerVNC}}
 
{{Related|TigerVNC}}
 
{{Related articles end}}
 
{{Related articles end}}
  +
[https://www.turbovnc.org/ TurboVNC] は、TightVNC から派生した高性能な VNC 実装です。VNC サーバと VNC ビューアの両方の機能を提供します。公式サイトによると、様々な面でTigerVNC より優れているとのことです[https://turbovnc.org/About/TigerVNC]。
   
  +
== インストール ==
[https://www.turbovnc.org/ TurboVNC] is a high-performance VNC implementation derived from TightVNC. It provides both VNC server and VNC viewer functionalities. According to the official site, it is better than TigerVNC in multiple aspects [https://turbovnc.org/About/TigerVNC].
 
   
  +
{{AUR|turbovnc}} パッケージを [[インストール]]します。
== Installation ==
 
   
  +
== vncserver の起動 ==
[[Install]] the {{AUR|turbovnc}} package.
 
   
== Running vncserver ==
 
 
Simply runing {{ic|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 {{ic|/usr/bin/xstartup.turbovnc}}. For example, edit the file below as root to use KDE plasma:
 
Simply runing {{ic|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 {{ic|/usr/bin/xstartup.turbovnc}}. For example, edit the file below as root to use KDE plasma:
 
{{hc|/usr/bin/xstartup.turbovnc |2=
 
{{hc|/usr/bin/xstartup.turbovnc |2=
 
exec startplasma-x11
 
exec startplasma-x11
 
}}
 
}}
Then run {{ic|vncserver}} again to start it, you should see it binds to the port 5901. You should always wrap it in a SSH tunnel as what is done with any other VNC software(see [[TigerVNC#Accessing vncserver via SSH tunnels]]).
+
その後、{{ic|vncserver}} を再度実行して起動すると、5901 番ポートにバインドされているのがわかるはずです。他の VNC ソフトウェアと同様に、常に SSH トンネルでラップする必要があります([[TigerVNC#Accessing vncserver via SSH tunnels]] を参照)

2022年7月19日 (火) 16:33時点における版

関連記事

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#Accessing vncserver via SSH tunnels を参照)。