Raspberry Pi

From Bashlinux
Revision as of 01:40, 17 June 2015 by Manpaz (talk | contribs) (Created page with "__NOTOC__ Prefered Linux Distribution: Raspbian == Tweaks == === How to change keyboard layout from GB to US === Change <tt>XKBLAYOUT</tt> from gb to US in <tt>/etc/default/k...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Prefered Linux Distribution: Raspbian

Tweaks

How to change keyboard layout from GB to US

Change XKBLAYOUT from gb to US in /etc/default/keyboard

How to set fullscreen resolution

Comment out #disable_overscan=1 in /boot/config.txt

How to setup Python GTK

apt-get -y install python-gtk2 libgtk-3-dev xdotool

Troubleshooting

How to fix "expired key" issues on apt-get

Updates are not going through, and the message returned is

W: GPG error: http://vontaene.de . Release: The following signatures were invalid: KEYEXPIRED 1426107347 KEYEXPIRED 1426107347 KEYEXPIRED 1426107347
  • Import the proper GPG key
gpg --keyserver keyserver.ubuntu.com --recv-key F0DAA5410C667A3E
gpg -a --export F0DAA5410C667A3E | apt-key add -
apt-get update