![]() |
VNC Server or a like?
Hi,
Ive been googling and searching here but all i can find is info relating to the 810 ? Is there a VNC server for the N900 ? So i can view the screen of the N900 remotely? Thanks G |
Re: VNC Server or a like?
Quote:
|
Re: VNC Server or a like?
TY, works perfectly :)
|
Re: VNC Server or a like?
Mine does not work. When launching x11vnc it just starts and quits (I guess, because it gives no message just the desktop reappears). When trying to reach the n900 from my mac with Remote Desktop application it is said that n900 is vnc capable but no luck to connect...
What can be wrong here? In the meantime all other PC connectivity parts seem to work good |
Re: VNC Server or a like?
Quote:
Try this command as a normal user in the terminal: nohup x11vnc -forever& After this you should be able to close the terminal and the vnc server will keep running. To verify that the server is up, just open a new terminal session and type this: ps -ef | grep vnc And then you'll see your x11vnc session, if not, that means it exited or crashed, so you can just re-start it with the first command. An event.d script will start it automatically when you start the phone, I can post the event.d script I use for VNC if you're interested. The only problem I've found is that the vnc server likes to exit/crash when you change network connections or go offline. |
Re: VNC Server or a like?
Quote:
The command output seemed fine to me:) Now it is turn of Apple Remote Desktop which still doesn't connect, just turns the wheel and finally denies to observe (or control) my N900. This should be an ARD issue. Strange is that it sees N900's Ethernet ID (which is MAC address I guess) as 00:00:00:00:00:00 which is not the case :) ) |
Re: VNC Server or a like?
Quote:
|
Re: VNC Server or a like?
Quote:
start on started hildon-desktop console output script /usr/bin/nohup /usr/bin/x11vnc -forever& end script Then save it with at least 755 permission on your N900's /etc/event.d/ directory. When you reboot, the x11vnc will start up upon hildon-desktop startup. Beware, the vnc server will exit/crash everytime the N900's IP address changes (when you change network connections), and when you go off line. |
Re: VNC Server or a like?
having a vnc server running -forever without any security is very risky IMO.
at the very least you should protect it with a simple password: run Code:
x11vnc -storepasswd to use this passwd file, change the command in your event.d: Code:
/usr/bin/nohup /usr/bin/x11vnc -forever -usepw & |
Re: VNC Server or a like?
Has anyone been able to see a cursor when using Ubuntu's VNC client?
UltraVNC on an Windows box shows a dot where the cursor would be on the N900 screen, but apparently the version of Vinagre on Ubuntu only shows the cursor on the server's screen - which is no cursor on a touch screen device. |
Re: VNC Server or a like?
Solution: do not use the default Ubuntu VNC/Remote Desktiop client Vinagre. Install & use xtightvncviewer.
|
Re: VNC Server or a like?
Working great. But I was wondering one thing. How to turn OFF x11vnc? I mean after some time for example I want to turn off x11vnc what do I type in X terminal?
Best regards and thanks M |
Re: VNC Server or a like?
Close the connection from the PC and x11vnc will shut down on the N900.
|
Re: VNC Server or a like?
I think "we" should really get behind X forwarding, or rdesktop / Xming and get rid of VNC. Seriously, VNC maybe as cross-platform solution has it's nice, but on NATIVE Linux to Linux!? I can access X displays under Windows with Xming and similar servers!
|
Re: VNC Server or a like?
Quote:
While fooling around with VNC viewer clients for Ubuntu, I found that Remmina starts out OK, then the remote cursor disappears. xtightvncviewer is the only one so far that has consistent performance. I also would like to see X-forwarding fixed. It would open a lot of possibilities for use of the N900 driving in-car information systems, etc. |
Re: VNC Server or a like?
Quote:
Code:
x11vnc -cursor X |
Re: VNC Server or a like?
Further to this, if you want to run the icon from the apps menu without having to use XTerminal, you can edit line 6 of:
/usr/share/applications/hildon/x11vnc.desktop to read Code:
Exec=/usr/bin/x11vnc -cursor X |
All times are GMT. The time now is 10:37. |
vBulletin® Version 3.8.8