Difference between revisions of "Raspberry Pi"

From Bashlinux
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 01:40, 17 June 2015

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