Raspberry-pi

De Linuxmemo.

(Différences entre les versions)
(Page créée avec « raspi-config Allez sur la ligne : configure_keyboard Set keyboard layout » Select Keyboard model : Generic 105-key (intl) PC Keyboard layout : Other Country of origin ... »)
Ligne 1 : Ligne 1 :
 +
==Configuration==
 +
  raspi-config
  raspi-config
Ligne 34 : Ligne 36 :
Maintenant, vous avez un clavier en Français azerty et une interface graphique en Français !
Maintenant, vous avez un clavier en Français azerty et une interface graphique en Français !
 +
 +
==Firmware update==
 +
 +
opt/vc/bin/vcgencmd version
 +
 +
apt-get install ca-certificates git-core binutils
 +
wget https://raw.github.com/Hexxeh/rpi-update/master/rpi-update
 +
cp rpi-update /usr/local/bin/rpi-update
 +
chmod +x /usr/local/bin/rpi-update
 +
rpi-update
 +
reboot
 +
 +
opt/vc/bin/vcgencmd version

Version du 25 avril 2013 à 13:10

Configuration

raspi-config

Allez sur la ligne : configure_keyboard Set keyboard layout » Select

Keyboard model : Generic 105-key (intl) PC
Keyboard layout : Other
Country of origin for the keyboard : French
Keyboard layout : French
Key to function as AltGr : The default for the keyboard layout
Compose key : No compose key
Use Control+Alt+Backspace to terminate the X server? : No

Changement de la langue du système :

Allez sur la ligne : change_locale Set locale » Select

Locales to be generated:
Décochez la case :
[] en_GB.UTF-8 UTF-8
Cochez les cases :
[*] fr_FR ISO-8859-1
[*] fr_FR.UTF-8 UTF-8

Default locale for the system environement : fr_FR.UTF-8 Changement du fuseau horraire :

Allez sur la ligne : change_timezone Set timezone » Select

Geographic area : Europe
Time zone : Paris

Une fois de retour sur le menu <Finish> et on redémarre le raspberry

reboot

Maintenant, vous avez un clavier en Français azerty et une interface graphique en Français !

Firmware update

opt/vc/bin/vcgencmd version
apt-get install ca-certificates git-core binutils
wget https://raw.github.com/Hexxeh/rpi-update/master/rpi-update
cp rpi-update /usr/local/bin/rpi-update
chmod +x /usr/local/bin/rpi-update
rpi-update
reboot
opt/vc/bin/vcgencmd version
Outils personnels