
(Checkout the Video at the end)
1st glitch! The elderly HP hub I'm using only gives me a couple of MB download speeds so off to PC world to get a Netgear 10/100 switch. Great, switch installed and giving me my full broadband speed on both Pi and PC (What would we do without Speedtest.net !)
Next install Tight VNC server on Pi, in a terminal session typed:
sudo apt-get install tightvncserver
Install done.
Now start the VNC server on Pi:
vncserver :1 -geometry 1200x720 -depth 16 -pixelformat rgb565
Find the Pi's IP address using:
ifconfig
Next job get TightVNC viewer on the PC and Android phone. Simple download from:
And then find AndroidVNC on android Play store. Job Done !
And here are the results. Remote of Raspberry Pi simultaneously on PC and Android phone....
(Music playing in the background is Fumitaka Anzai, thanks to Mitchtech.nets blog for syntax and port number!)
could you show me how your xstartup settting? I only get blink screen thanks
ReplyDeletethis is my
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
# Fix to make GNOME work
export XKL_XMODMAP_DISABLE=1
/etc/X11/Xsession
Is this he correct file to download on android phones TightVNC Java Viewer JAR in a ZIP archive (720,395 bytes)?
ReplyDeleteHi Kenneth just search for TightVNC in the google play store, thats much easier !
Delete