User Tools

Site Tools


cammos-rpi-displays

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
cammos-rpi-displays [2015/04/09 18:06] – [Alternative to tab mix plus tab slideshow] snargcammos-rpi-displays [2015/06/09 11:02] – [VNC instructions] snarg
Line 9: Line 9:
 ==== Change default password ==== ==== Change default password ====
 The default password for the "pi" user on Raspbian is "raspberry". Type the following to change it.<code>sudo passwd pi</code> The default password for the "pi" user on Raspbian is "raspberry". Type the following to change it.<code>sudo passwd pi</code>
 +
 +==== Change keyboard layout to US ====
 +  - Type this:<code>sudo nano /etc/default/keyboard</code>
 +  - Then find where it says<code>XKBLAYOUT=”gb”</code>
 +  - Change to<code>XKBLAYOUT=”us”</code>
 +  - Save and exit.
  
 ==== Static IP instructions==== ==== Static IP instructions====
Line 20: Line 26:
  
 iface eth0 inet static iface eth0 inet static
-address 10.106.228.231 #(Change to the IP you require)+#(Change to the IP you require) 
 +address 10.106.228.231
 gateway 10.106.224.250 gateway 10.106.224.250
 netmask 255.255.248.0 netmask 255.255.248.0
 network 10.106.228.0 network 10.106.228.0
-broadcast 10.106.228.255</code>+broadcast 10.106.231.255</code>
   - Save and exit nano.   - Save and exit nano.
-  - Restart new network configuration by typing the following:<code>sudo /etc/inet.d/networking restart</code>+  - Restart new network configuration by typing the following:<code>sudo /etc/init.d/networking restart</code>
  
 ==== SAMBA instructions:==== ==== SAMBA instructions:====
Line 137: Line 144:
   - Enter password twice, enter to store in default location, then CTRL+C to quit x11vnc after its fired up.   - Enter password twice, enter to store in default location, then CTRL+C to quit x11vnc after its fired up.
   - Type the following to edit the autostart file (make sure the directory exists first)<code>nano ~/.config/lxsession/LXDE-pi/autostart</code>   - Type the following to edit the autostart file (make sure the directory exists first)<code>nano ~/.config/lxsession/LXDE-pi/autostart</code>
-  - Add the line:<code>@x11vnc -forever -usepw</code>+  - Add the line:<code>@x11vnc -forever -usepw -shared</code>
   - Save and exit.   - Save and exit.
   - Reboot and test.   - Reboot and test.
cammos-rpi-displays.txt · Last modified: 2015/06/22 11:57 by snarg