「TurboVNC」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版より新規作成)
 
 
(2人の利用者による、間の5版が非表示)
1行目: 1行目:
 
[[Category:リモートデスクトップ]]
 
[[Category:リモートデスクトップ]]
 
[[Category:サーバー]]
 
[[Category:サーバー]]
  +
[[en:TurboVNC]]
 
 
{{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.
 
  +
  +
単に {{ic|vncserver}} を後でVNCを使う通常のユーザーとして実行するだけで、パスワードを設定するプロンプトが表示されます。次に{{ic|/usr/bin/xstartup.turbovnc}} でどのデスクトップ環境を使うかを設定します。例えば、KDE plasma を使用するには、root で以下のファイルを編集します:
   
== 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:
 
 
{{hc|/usr/bin/xstartup.turbovnc |2=
 
{{hc|/usr/bin/xstartup.turbovnc |2=
 
exec startplasma-x11
 
exec startplasma-x11
 
}}
 
}}
  +
その後、{{ic|vncserver}} を再度実行して起動すると、5901 番ポートにバインドされているのがわかるはずです。他の VNC ソフトウェアと同様に、常に SSH トンネルでラップする必要があります([[TigerVNC#SSH トンネル経由で vncserver にアクセス]] を参照)。
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]]).
 
  +
  +
{{TranslationStatus|TurboVNC|2022-07-19|738047}}

2023年7月21日 (金) 13:53時点における最新版

関連記事

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

インストール

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

vncserver の起動

単に vncserver を後でVNCを使う通常のユーザーとして実行するだけで、パスワードを設定するプロンプトが表示されます。次に/usr/bin/xstartup.turbovnc でどのデスクトップ環境を使うかを設定します。例えば、KDE plasma を使用するには、root で以下のファイルを編集します:

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

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

翻訳ステータス: このページは en:TurboVNC の翻訳バージョンです。最後の翻訳日は 2022-07-19 です。もし英語版に 変更 があれば、翻訳の同期を手伝うことができます。