lol avec qpt-get c’est mort MDR
je comprend pourquoi
Ok pour le langage systemem reste le clavier.
la je vois pas comment ?
OK cosole-data et keyboard-configure pas installer lol
je suis dans dpkg-reconfingure keyboard-reconfiguration
je ne connais pas le type de clavier du mon chromebook ACER CB3-111 ?
le choix de ACER : Portable , est un bon choix ?
Je bloque sur clavier qwerty or aue j’ai un awerty
et dpkg-reconfigure keyboard-configuration n’a pas l’aire de fonctionner
Là, encore la doc officielle répond
Mon fichier keyboard dans ma VM :
XKBMODEL="pc105"
XKBLAYOUT="fr"
XKBVARIANT="latin9"
XKBOPTIONS=""
BACKSPACE="guess"
devrait suffire !
Autrement, il faut aussi : setxkbmap fr
en mode graphique X …
Je lisais la doc ; OUI tu as raison “SETXKBMAP”
SUPER
"un grand merci"
Si il y en a qui viens lire ===> SETXKBMAP BE (ACER CHROMEBOOK CB3-111) <=====
J’ai rebooter mais le clavier reviens en EN
Bon, ok, alors ça va être un peu plus siou …
Vérifies dans /etc/X11 si tu as un fichier xorg.conf …
=> si oui, regardes si tu trouves une section nommée “InputClass” ou “InputDevice” ?
Et, modifies les valeurs “XkbLayout”, “XkbModel”, “XkbOptions”, voire “XkbVariant” avec les valeurs adéquates …
=> sinon, la documentation officielle nous aide encore …
mais, on va faire un peu plus simple :
- création du répertoire xorg.conf.d dans le répertoire /etc/X11 …
- création du fichier 10-keyboard.conf dans le répertoire ci-dessus …
- écriture des informations correspondantes :
Section "InputDevice"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option “XkbLayout” "fr"
Option “XkbModel” "pc105"
Option “XkbVariant” ""
Option “XkbOptions” ""
EndSection
Et, on redémarre !
J’ai créer etc/X11/xorg.conf.d
touch 10-keyboard.conf
nano 10-keyboard.conf
Section "InputDevice"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option “XkbLayout” "fr"
Option “XkbModel” "pc105"
Option “XkbVariant” ""
Option “XkbOptions” ""
EndSection
REBOOT, mais ça na pas fonctionné (10-keyboard.conf) était dans X11
mv 10-keyboard.conf /etc/X11/xorg.conf.d
REBOOT
Depuis linux ne s’exécute plus dans le shell de CROCH. (??)
CROCH>
… SUDO STARTGNOME
*(retour)
Build Date: 11 February 2015 12:32:02AM
xorg-server 2:1.16.4-1 (http://www.debian.org/support)
Current version of pixman: 0.32.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (–) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: “/tmp/Xorg.crouton.1.log”, Time: Sun Apr 24 00:00:05 2016
(==) Using config directory: “/etc/X11/xorg.conf.d”
(==) Using system config directory “/usr/share/X11/xorg.conf.d"
Parse error on line 3 of section InputDevice in file /etc/X11/xorg.conf.d/10-keyboard.conf
"MatchIsKeyboard” is not a valid keyword in this section.
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at “/tmp/Xorg.crouton.1.log” for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
/usr/bin/xinit: giving up
/usr/bin/xinit: unable to connect to X server: Connection refused
/usr/bin/xinit: server error
Unmounting /mnt/stateful_partition/crouton/chroots/jessie…
chronos@localhost / $
Bon, alors, puisque ca crash … on va profiter que tu es en mode text …
Supprimes le fichier /etc/X11/xorg.conf.d/10-keyboard.conf …
Et, on va passer par la configuration du serveur X ; dans un premier temps, de manière auto, avec tes droits admins :
cd /etc/X11
Xorg -configure
Ensuite, tu publies le fichier pour que je te dises quoi modifier !
(enfin, on va espèrer trouver une solution …)
justement je cherche le fichier, mais sous CROCH… je me demande bien ou est se fichier ‘quel chemin ?’
/etc/X11 (pas sous CROCH)
Là, désolé … va falloir faire des recherches sur le net
Oui c’est ce que je fais
lol c’est crypté Aie!
Purée, que j’ai mis du temps à comprendre ce qu’était croch … c’est crosh !
Bref, regarde ce que tu as dans /usr/share/X11 ???
Je note pour CROSH >> /usr/share/X11
j’ai supprime les dernieres actions.
La je viens de faire dpkg-reconfigure keyboard-configuration
Je revien pour dire la suite de la commande dpkg-reconfigure keyboard-configuration.
RETOUR pour keyboard-configuration :
dpkg-reconfigure keyboard-configuration
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
service keyboard-setup restart
- Fonctionne pqs, meme apres reboot.
Je compte reprendre de la si tu es d’accord ?
ok !