On Sep 6, 2018, at 14:19, Patrick <patr...@scnv.net> wrote:

> Which VNC server is recommended for Rivendell on CentOS 7?

It depends on the specific use case. For the common one of ‘share my primary 
display so I can see it remotely’, CentOS 7 does not have a ready-made 
solution, so I’ve written a SystemD service that will do it. To install it, do 
(as root):

        yum install x11vnc-auto
        systemctl start x11vnc-auto.socket
        systemctl enable x11vnc-auto.socket

then, as user ‘rd’, set the VNC password by doing

        vncpasswd

That will put your primary display at VNC desktop :0 (TCP port 5900).

Cheers!


|----------------------------------------------------------------------|
| Frederick F. Gleason, Jr. |              Chief Developer             |
|                           |              Paravel Systems             |
|----------------------------------------------------------------------|
|          A room without books is like a body without a soul.         |
|                                         -- Cicero                    |
|----------------------------------------------------------------------|

_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to