LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   x11vnc install on xubuntu 17.04 dont work (https://www.linuxquestions.org/questions/linux-software-2/x11vnc-install-on-xubuntu-17-04-dont-work-4175611311/)

tomislav91 08-04-2017 09:39 AM

x11vnc install on xubuntu 17.04 dont work
 
Can you please tell me where is problem with configuring x11vnc. I am using a xubuntu 17.04. On xUbuntu 14.04 working just fine. I just cant connect, where is problem?

this is how i install and configure x11vnc
Code:

sudo apt-get install x11vnc -y &&
sudo x11vnc -storepasswd johnyking123 /etc/x11vnc.pass &&
sudo chmod 744 /etc/x11vnc.pass &&
sudo cp /home/johny/x11vnc.conf /etc/init

My x11vnc.conf file

Code:

start on login-session-start
script
x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth /var/run/lightdm/root/:0 -forever -shared -bg -o /var/log/x11vnc.log -rfbauth /etc/x11vnc.pass -rfbport 5900
end script


AwesomeMachine 08-06-2017 12:01 AM

Which version of x11vnc are you using? There should be an example x11vnc.conf file in /usr/share/doc/x11vnc.


All times are GMT -5. The time now is 01:56 PM.