This is a discussion on keyboard within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I ve just installed Gnome Dropline 2.4 on my Slakcware 9.1 but the keyboard is qwerty and i want ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| i'm french too ! May be you need to add a line like this one : export LANG=fr_FR@euro in the file /etc/profile.d/lang.sh or you don't setup Xfree to use a french keyboard mapping in /etc/X11/XF86Config mine look like this : Option "XkbRules" "xfree86" Option "XkbModel" "pc" Option "XkbLayout" "fr-latin9" hope this help Le 12/25/2003 10:34 PM, xtravaganza a écrit : > I ve just installed Gnome Dropline 2.4 on my Slakcware 9.1 but the keyboard > is qwerty and i want it to be azerty. I m a french slack user. > With KDE there is no pb. > > Thanks for ur solution. |
| |||
| Et bien non ca ne fonctionne toujours pas! C'est dingue, ca fait deux heures que je cherche sur le net et rien L'equipe de Gnome n'a meme pas mis une solution efficace pour configurer le clavier correctment, impensable! Pour info si je lance gdm le clavier est deja en qwerty! C'est vraiment chiant! Grosse lacune pour Gnome Le Fri, 26 Dec 2003 00:50:15 +0100, Cricri a écrit*: > i'm french too ! > > May be you need to add a line like this one : > > export LANG=fr_FR@euro > > in the file /etc/profile.d/lang.sh > > or you don't setup Xfree to use a french keyboard mapping in > /etc/X11/XF86Config > mine look like this : > > Option "XkbRules" "xfree86" > Option "XkbModel" "pc" > Option "XkbLayout" "fr-latin9" > > hope this help > > Le 12/25/2003 10:34 PM, xtravaganza a écrit : >> I ve just installed Gnome Dropline 2.4 on my Slakcware 9.1 but the keyboard >> is qwerty and i want it to be azerty. I m a french slack user. >> With KDE there is no pb. >> >> Thanks for ur solution. |
| |||
| Et dans une console c'est en qwerty aussi ? Moi je n'ai pas de problème, la console, gdm, gnome sont en azerty. Vérifiez aussi le fichier /etc/rc.d/rc.keymap Voilà son contenu chez moi: -> couper ici #!/bin/sh # Load the keyboard map. More maps are in /usr/share/kbd/keymaps. if [ -x /usr/bin/loadkeys ]; then /usr/bin/loadkeys fr-latin9.map fi -> couper ici Le 12/26/2003 01:31 AM, xtravaganza a écrit : > Et bien non ca ne fonctionne toujours pas! > C'est dingue, ca fait deux heures que je cherche sur le net et rien > L'equipe de Gnome n'a meme pas mis une solution efficace pour configurer > le clavier correctment, impensable! > Pour info si je lance gdm le clavier est deja en qwerty! > C'est vraiment chiant! > Grosse lacune pour Gnome > > > Le Fri, 26 Dec 2003 00:50:15 +0100, Cricri a écrit : > > >>i'm french too ! >> >>May be you need to add a line like this one : >> >> export LANG=fr_FR@euro >> >>in the file /etc/profile.d/lang.sh >> >>or you don't setup Xfree to use a french keyboard mapping in >>/etc/X11/XF86Config >>mine look like this : >> >> Option "XkbRules" "xfree86" >> Option "XkbModel" "pc" >> Option "XkbLayout" "fr-latin9" >> >>hope this help >> >>Le 12/25/2003 10:34 PM, xtravaganza a écrit : >> >>>I ve just installed Gnome Dropline 2.4 on my Slakcware 9.1 but the keyboard >>>is qwerty and i want it to be azerty. I m a french slack user. >>>With KDE there is no pb. >>> >>>Thanks for ur solution. > > |
| ||||
| C'est ok, mais en lancant xf86cfg. Merci pour ton aide. Le Fri, 26 Dec 2003 02:11:13 +0100, Cricri a écrit*: > Et dans une console c'est en qwerty aussi ? > > Moi je n'ai pas de problème, la console, gdm, gnome sont en azerty. > Vérifiez aussi le fichier /etc/rc.d/rc.keymap > Voilà son contenu chez moi: > > -> couper ici > #!/bin/sh > # Load the keyboard map. More maps are in /usr/share/kbd/keymaps. > if [ -x /usr/bin/loadkeys ]; then > /usr/bin/loadkeys fr-latin9.map > fi > -> couper ici > > Le 12/26/2003 01:31 AM, xtravaganza a écrit : >> Et bien non ca ne fonctionne toujours pas! >> C'est dingue, ca fait deux heures que je cherche sur le net et rien >> L'equipe de Gnome n'a meme pas mis une solution efficace pour configurer >> le clavier correctment, impensable! >> Pour info si je lance gdm le clavier est deja en qwerty! >> C'est vraiment chiant! >> Grosse lacune pour Gnome >> >> >> Le Fri, 26 Dec 2003 00:50:15 +0100, Cricri a écrit : >> >> >>>i'm french too ! >>> >>>May be you need to add a line like this one : >>> >>> export LANG=fr_FR@euro >>> >>>in the file /etc/profile.d/lang.sh >>> >>>or you don't setup Xfree to use a french keyboard mapping in >>>/etc/X11/XF86Config >>>mine look like this : >>> >>> Option "XkbRules" "xfree86" >>> Option "XkbModel" "pc" >>> Option "XkbLayout" "fr-latin9" >>> >>>hope this help >>> >>>Le 12/25/2003 10:34 PM, xtravaganza a écrit : >>> >>>>I ve just installed Gnome Dropline 2.4 on my Slakcware 9.1 but the keyboard >>>>is qwerty and i want it to be azerty. I m a french slack user. >>>>With KDE there is no pb. >>>> >>>>Thanks for ur solution. >> >> |