Vnc
Version 4 (brfransen, 11/29/2014 06:32 am)
1 | 1 | h1. VNC |
|
---|---|---|---|
2 | 1 | ||
3 | 1 | VNC is very useful for remote administration. |
|
4 | 4 | brfransen | |
5 | 4 | brfransen | h2. R8.x |
6 | 4 | brfransen | |
7 | 4 | brfransen | Install and configure VNC and xVNC in Service Menu --> LinHES Settings --> Screen Sharing |
8 | 4 | brfransen | |
9 | 4 | brfransen | VNC is a separate VNC session that is used for administration of the system. This session is available on vnc:1 (port 5901). |
10 | 4 | brfransen | |
11 | 4 | brfransen | xVNC will allow you to remotely see what is displayed on the main screen of the system. This session is available on vnc:2 (port 5902). |
12 | 4 | brfransen | |
13 | 4 | brfransen | [[Settings#VNC|Advanced Settings]] |
14 | 4 | brfransen | |
15 | 4 | brfransen | h2. R7.x |
16 | 4 | brfransen | |
17 | 1 | You can install it using: |
|
18 | 1 | @pacman -Sy x11vnc@ |
|
19 | 2 | brfransen | |
20 | 3 | brfransen | If you want VNC to run automatically whenever your system reboots, add the following line to the end of your the file _/home/mythtv/.fluxbox/apps_ |
21 | 2 | brfransen | |
22 | 2 | brfransen | @[startup] {sudo /usr/bin/x11vnc -ncache -nap -wait 50 -passwd mythtv -display :0 -forever -o /var/log/mythtv/x11vnc.log -bg }@ |