I know this has been posted a number of times, but I've gone through all the posts and attempted to find a solution but everything's failed so far :(
I'm running Ubuntu 12.04 Server with Gnome and my issue is this:
Code:
servu@ServU:~$ x11vnc
06/10/2012 11:35:21 x11vnc version: 0.9.12 lastmod: 2010-09-09 pid: 5169
06/10/2012 11:35:21 XOpenDisplay("") failed.
06/10/2012
Hi guys,having problem with x11vnc autostart after login.My Crunchbang is on Windows 2008 Hyper-V server. I have enabled automatic login to system and in autostart config, added this line:## Run x11vnc
x11vnc -bg -usepw -reopen -forever &After restart, system starts normally, user logs in, but x11vnc does not start.I'm 100% sure that I'm doing some newbie mistake ...
This tutorial shows how to remote access Ubuntu desktop from Windows 7 using x11vnc server.
In Ubuntu install and setup x11vnc server:
Open up a terminal from the dash or press Ctrl+Alt+T.
1. Install x11vnc in ubuntu via command:
sudo apt-get install x11vnc
2. Set vnc password and it’ll be encrypted and saved in ~/.vnc/passwd:
x11vnc -storepasswd
3.
Hi,
I have tried and failed to create a systemd script/unit to start up x11vnc server.
I'm running FC17 with XFCE and I can share my desktop nicely by starting with a command like:
Code:
/usr/bin/x11vnc -forever -avahi -rfbport 5900 -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.log -loopbg -display :0
What I can't figure out is how to create a systemd script that will run this comman
I have a difficult user that wants to connect via vnc to control her linux workstation while remote. However, she has an 'issue' where she does not want the workstation display to show her activity (updates, mouse moves ,etc). I currently have x11vnc configured for her and am curious if this is an option or not. Apparently turning off the monitor is not an acceptable solution in this case.
I am using x11vnc and start it so it creates the X server itself like this:
x11vnc -localhost -rfbauth -create /root/.vnc/passwd
But the VNC session created does not have a window manager, just an xterm in the upper left corner. How am I able to specify one?
Btw. is there a way to automatically stop the X-Server if I disconnect from x11vnc, so this essentially works as X on demand?
I am using xvfb with x11vnc and ssh.
Dear all:
I installed Lubuntu+LXDE on Acer notebook TravelMate 612TXV, and set auto login after booting.
Reference by this article from web, I fail to make x11vnc server execute automatically after booting.
Following are those I did:
1.sudo nano /etc/lxdm/lxdm.conf,saved xauth_path=~/.Xauthority to lxdm.conf.
2.sudo nano /etc/lxdm/PostLogin,saved following to PostLogin.
!/bin/sh
# X1
I am trying to connect to my computer in laboratory from home. I have installed Remmina on my laptop home and X11VNC server on the computer in the lab. When I have the laptop in the laboratory I can connect, but when I try it from home I cannot.