Difference between revisions of "Vino"
m (style guide improvements) |
m (grammar cleanup) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
'''Vino''' is a VNC (Virtual Network Computing) server allowing remote connection to your actual desktop. It is a default component of the [[GNOME]] [[Desktop Environment]]. | '''Vino''' is a VNC (Virtual Network Computing) server allowing remote connection to your actual desktop. It is a default component of the [[GNOME]] [[Desktop Environment]]. | ||
− | == | + | == Installation == |
[[pacman|Install]] the package {{Pkg|vino}}, which is available in the [[Official Repositories|official repositories]]. | [[pacman|Install]] the package {{Pkg|vino}}, which is available in the [[Official Repositories|official repositories]]. | ||
− | If you are running | + | If you are running GNOME, you need to restart GNOME so that {{ic|vino-server}} is started automatically when enabling the remote desktop feature. |
− | You can | + | == Configuration == |
+ | |||
+ | You can configure vino via the following command: | ||
# vino-preferences | # vino-preferences | ||
− | Now you can connect remotely to your desktop via a VNC viewer like TightVNC. Remember to forward | + | Now you can connect remotely to your desktop via a VNC viewer like TightVNC. Remember to forward port 5900 if you are behind a NAT device and to allow the connection through iptables. |
− | If you use | + | If you use a standalone [[Window Manager|window manager]] like [[Openbox]] and it doesn't work, you can start {{ic|vino-server}} manually or add the command to the window manager's autostart script |
# /usr/lib/vino/vino-server & | # /usr/lib/vino/vino-server & |
Revision as of 19:24, 9 September 2013
Vino is a VNC (Virtual Network Computing) server allowing remote connection to your actual desktop. It is a default component of the GNOME Desktop Environment.
Installation
Install the package vino, which is available in the official repositories.
If you are running GNOME, you need to restart GNOME so that vino-server
is started automatically when enabling the remote desktop feature.
Configuration
You can configure vino via the following command:
# vino-preferences
Now you can connect remotely to your desktop via a VNC viewer like TightVNC. Remember to forward port 5900 if you are behind a NAT device and to allow the connection through iptables.
If you use a standalone window manager like Openbox and it doesn't work, you can start vino-server
manually or add the command to the window manager's autostart script
# /usr/lib/vino/vino-server &