「TurboVNC」の版間の差分
ナビゲーションに移動
検索に移動
Kusanaginoturugi (トーク | 投稿記録) (関連ページのリンクを修正) |
Kusanaginoturugi (トーク | 投稿記録) (一部飜訳) |
||
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 |
||
}} |
}} |
||
− | + | その後、{{ic|vncserver}} を再度実行して起動すると、5901 番ポートにバインドされているのがわかるはずです。他の VNC ソフトウェアと同様に、常に SSH トンネルでラップする必要があります([[TigerVNC#Accessing vncserver via SSH tunnels]] を参照)。 |
2022年7月19日 (火) 16:33時点における版
TurboVNC は、TightVNC から派生した高性能な VNC 実装です。VNC サーバと VNC ビューアの両方の機能を提供します。公式サイトによると、様々な面でTigerVNC より優れているとのことです[1]。
インストール
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 を参照)。