View Single Post
jldiaz's Avatar
Posts: 48 | Thanked: 40 times | Joined on Apr 2008 @ Spain
#17
Originally Posted by cmdowns View Post
Early on in this process, Benson referred me to this post. Now some it it makes sense.

However, what doesn't is the reference to "Change the line in /usr/bin/x11vnc:" in step 1. I attempted to follow these directions, buy was stymied early on by not being able to find x11vnc through xterm. I've dowloaded it, installed it, and run it. I know it's on the nokia. But it isn't in /usr/bin (assuming that this is the /usr/bin in the root directory).

I'd like to figure out a few more things:
1) What is the purpose of the above mentioned step 1? Is it truly necessary?
x11vnc is an VNC server. Assuming that you are trying to use your nokia as a client, you don't need it.

The purpose of x11vnc is to "capture" an existent X session in a linux box, and to "serve" the display through VNC protocol. In case of the n810, this means that you can see the screen of your Nokia, remotely, from any other computer, using a VNC client.

The purpose of adding -localhost option when launching x11vnc, is to disallow the access to your display from any external host. Only connections from localhost are allowed. This, apparently, goes against the objective of using VNC in first place, but it makes sense when you plan to use ssh tunnels. Remember that, when the tunnel is properly configured, the connection to the VNC server does occur from localhost (from the sshd process). [See my previous post]

Originally Posted by cmdowns View Post
2) Does it matter that I was able to establish the ssh connection without following this step?
It is not closely related. You can make an ssh sesion, with or without tunnels. If the session is with a tunnel like -L5901:localhost:5900, then the conection in the vnc server side is from localhost, so in this case you get an extra level of security by using the -localhost option, because this option will not prevent you to use the tunnel, but it wil prevent to any other trying to connect the vnc server without using the tunnel.

Originally Posted by cmdowns View Post
3) Why can't I find x11vnc? Is there a way to preform an automated search for something in xterm?
It is not installed by default. You need to install the x11vnc package.

Originally Posted by cmdowns View Post
4) Am I correct in assuming that x11vnc is the vnc server app for my nokia? I've already managed to connect to the nokia vnc server via my XP VNC client (on my home WLAN). I did so by setting up an SSH between the two, running x11vnc in xterm and using the tightVNC viewer on my XP box.

If I am correct in my assumption in 4), I would like to be able to locate x11vnc within xterm so I can tweak it if need be.
You are correct in your assumption. However, now I'm not following you... So, finally you have found x11vnc for your nokia or not? And, is this what you were looking after, or it was the reverse scenario (vnc server in your windows an vnc client in your Nokia)? I'm a bit perplexed.
__________________
--ル Diaz

Last edited by jldiaz; 2008-04-07 at 16:45. Reason: Minor typos