User Tools

Site Tools


raspberry

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
raspberry [2015/01/18 20:35] adminraspberry [2015/12/26 00:02] (current) – [Wifi Setup] admin
Line 26: Line 26:
 network={ network={
  ssid="OpenWrt"  ssid="OpenWrt"
- psk="_wallstreet39_"+ psk="xxxxxxxxx"
  key_mgmt=WPA-PSK  key_mgmt=WPA-PSK
 } }
Line 90: Line 90:
  
 ===== SainSmart 3.2" - touch ===== ===== SainSmart 3.2" - touch =====
 +
 +
 +===== Disable screensaver/standby =====
 +
 +
 +/etc/xdg/lxsession/LXDE/autostart
 +
 +<code>
 +# NO BLANK SCREEN
 +@xset s noblank
 +@xset s off
 +@xset -dpms
 +</code>
 +
 +
 +===== Enable screen to show/work on commandline =====
 +
 +This is to get the screen working while booting and show whats going on during boot time on your Pi!
 +
 +Add the following after "rootwait" in /boot/cmdline.txt (line 1):
 +
 +  fbcon=map:10 fbcon=font:VGA8x8
raspberry.1421609732.txt.gz · Last modified: 2015/01/18 20:35 by admin