Update first-boot doc with some common issues and their solutions.

This commit is contained in:
Jarno Rantanen 2016-09-04 12:37:12 +03:00
parent e6bac1a9be
commit fb41e4a89a
2 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,7 @@
* **HDMI output control** - ready-made scripts for e.g. turning off the display outside of office hours
* **Cursor hiding** - if you leave a mouse plugged in, the cursor is hidden after a brief period of inactivity
* **Based on a recent Ubuntu** - if you want to add your own hacks, all the expected packages are one `apt-get` away
* **Batteries included** - the most common how-to's have been collected to the [first-boot document](first-boot.md)
## Hardware

View File

@ -43,3 +43,17 @@ Use `ifconfig` to figure out your IP address, and `ssh` in.
The scripts `~/display-on.sh` and `~/display-off.sh` control the HDMI output of the Raspberry Pi.
There's a sample configuration in the crontab for turning the display off outside of office hours - use `crontab -e` to uncomment it.
## Adjusting the output resolution
If the display auto-detection fails and chooses a funky default resolution for you, [there's a few things you can do](https://github.com/futurice/chilipie-kiosk/issues/13) to try and fix that.
## Changing locale settings
To change the keyboard layout:
$ sudo dpkg-reconfigure console-data
To change the timezone:
$ sudo dpkg-reconfigure tzdata