- Code: Select all
apt-get update
apt-get install locales util-linux-locales console-data console-tools mc
J installe mc juste pour naviguer plus vite dans les fichiers
- Code: Select all
dpkg-reconfigure locales
decocher en_US.UTF-8 UTF-8 remplacer par fr_FR.UTF-8 UTF-8
- Code: Select all
dpkg-reconfigure console-data
Choisir le codage de son clavier comme azerty par exemple
La console est maintenant avec le bon clavier
- Code: Select all
dpkg-reconfigure xserver-xorg
A la question disposition du clavier mettre:
- Code: Select all
fr
laisser le reste par default
- Code: Select all
Xorg -configure
on obtient un fichier xorg.conf.new dans le dossier root
- Code: Select all
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.original
cp /root/xorg.conf.new /etc/X11/xorg.conf
nano /etc/X11/xorg.conf
modifier comme l'exemple:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "fr"
EndSection
si vous avez des probléme de resolutions d'ecran
Dans la section
- Code: Select all
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
et voila xfce et X11 en francais..