Jump to content

Raspberry Pi: Difference between revisions

From Squirrel's Lair
Ttenbergen (talk | contribs)
Ttenbergen (talk | contribs)
Line 18: Line 18:


=== setup VNC[http://edmundofuentes.com/post/45179343394/raspberry-pi-without-keyboard-mouse-nor-screen] ===
=== setup VNC[http://edmundofuentes.com/post/45179343394/raspberry-pi-without-keyboard-mouse-nor-screen] ===
==== setup ====
*sudo apt-get install tightvncserver
*sudo apt-get install tightvncserver
*tightvncserver
*tightvncserver
*reboot
*reboot
*vncserver :1 -geometry 1024x720 -depth 24
** see [http://www.penguintutor.com/linux/tightvnc] to automate last step...


On PC
==== start ====
*install TightVNC [http://www.heise.de/download/tightvnc-815b969d2dfb534ec47145e981a5dd5c-1388329698-268443.html]
* vncserver :1 -geometry 1024x720 -depth 24
* see [http://www.penguintutor.com/linux/tightvnc] to automate last step...
 
==== Connecting from PC ====
* install TightVNC [http://www.heise.de/download/tightvnc-815b969d2dfb534ec47145e981a5dd5c-1388329698-268443.html]
* connect to 192.168.0.1**:1
* connect to 192.168.0.1**:1



Revision as of 12:25, 2014 January 1

setup

image card

initial settings

  • expand ...

setup wireless networking

  • sudo nano \etc\network\interfaces

connect

  • see assigned IP address during Pi boot
  • using Putty
  • ssh pi@192.168.2.X

run updates

  • sudo apt-get update

setup VNC[1]

setup

  • sudo apt-get install tightvncserver
  • tightvncserver
  • reboot

start

  • vncserver :1 -geometry 1024x720 -depth 24
  • see [2] to automate last step...

Connecting from PC

  • install TightVNC [3]
  • connect to 192.168.0.1**:1

other links