Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Clavier sous X] Probleme de touches
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Thu May 26, 2005 8:25 pm    Post subject: [Clavier sous X] Probleme de touches Reply with quote

Desole pour le titre mais certaine touche ne fonctionne plus sur mon clavier (lorsque je suis sous X)
J'ai cette erreur dans le log de X
Code:

(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap

Est-ce que quelqu'un saurait comment y remedier, parce que la j'ai vraiment besoin de ses touches je suis entrain de coder mais sans acolade c'est plutot embetant :lol:

merci d'avance
_________________
L'ami aime en tout temps, et dans le malheur il se montre un frère ( Prov. 17,17 )
L'insensé même, quand il se tait, passe pour sage ( Prov. 17;28a )


Last edited by fb99 on Fri May 27, 2005 5:43 pm; edited 1 time in total
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Thu May 26, 2005 8:29 pm    Post subject: Re: Clavier sous X Probleme touches Reply with quote

Elle ressemble à quoi la section InputDevice de ton Keyboard ?
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Thu May 26, 2005 8:31 pm    Post subject: Reply with quote

Voila pour ma section concernant la clavier
Code:

Section "InputDevice"
    Identifier "keyboard1"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbModel"   "logicdp"
    Option "XkbLayout"  "fr_CH"
EndSection

Mais je n'ai rien modifier, et cela marchait tres bien avant alors je ne comprends pas
_________________
L'ami aime en tout temps, et dans le malheur il se montre un frère ( Prov. 17,17 )
L'insensé même, quand il se tait, passe pour sage ( Prov. 17;28a )
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Thu May 26, 2005 8:43 pm    Post subject: Reply with quote

fb99 wrote:
Voila pour ma section concernant la clavier
Code:

Section "InputDevice"
    Identifier "keyboard1"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbModel"   "logicdp"
    Option "XkbLayout"  "fr_CH"
EndSection

Mais je n'ai rien modifier, et cela marchait tres bien avant alors je ne comprends pas

As tu bien fait ton etc-update ? C'est vraiment bizarre je vois pas ce qui le gène à priori... c'est quelle version de xorg ?
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Thu May 26, 2005 8:51 pm    Post subject: Reply with quote

j'utilise la version 6.8.2-r1
_________________
L'ami aime en tout temps, et dans le malheur il se montre un frère ( Prov. 17,17 )
L'insensé même, quand il se tait, passe pour sage ( Prov. 17;28a )
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Thu May 26, 2005 9:02 pm    Post subject: Reply with quote

fb99 wrote:
j'utilise la version 6.8.2-r1

J'ai la même version que toi et avec ta configuration je démarres sans problème... le clavier fr_CH c'est spécial ça ressemble plus à un clavier allemand (ça tombe bien j'ai un clavier allemand) qu'à un clavier français ça m'a surpris ! Bon sinon plus sérieusement t'es sur que tout c'est bien passé pendant l'install parce que je ne vois pas de raison rationnelle pour laquelle ça marcherait pas sur le tiens mais ça marcherait sur le miens... Sinon tu peux essayer de voir avec la commande setxkbmap si tu arrives à obtenir ta configuration. Tu devrais aussi essayer sans le xkbmodel pour voir si ça vient pas de là mais à priori non moi ça passe...
Back to top
View user's profile Send private message
blasserre
Veteran
Veteran


Joined: 10 Feb 2004
Posts: 1362
Location: Lille, Vlaanderen

PostPosted: Thu May 26, 2005 9:03 pm    Post subject: Reply with quote

aucun rapport avec ça ?
https://forums.gentoo.org/viewtopic-p-2036176.html#2036176
_________________
benj

technicien professionnel, ascendant winner
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Thu May 26, 2005 9:04 pm    Post subject: Reply with quote

blasserre wrote:
aucun rapport avec ça ?
https://forums.gentoo.org/viewtopic-p-2036176.html#2036176

C'est bizarre j'ai eut aucun problème moi... mais oui ça ressemble beaucoup.
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Thu May 26, 2005 9:08 pm    Post subject: Reply with quote

Non je crois pas... :cry:
mais j'ai un message d'erreur un peu plus complet:
Code:

The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error:            Cannot open "/var/tmp/server-1.xkm" to write keyboard description
>                   Exiting
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap

Mais moi ca ne m'a pas aide...
_________________
L'ami aime en tout temps, et dans le malheur il se montre un frère ( Prov. 17,17 )
L'insensé même, quand il se tait, passe pour sage ( Prov. 17;28a )
Back to top
View user's profile Send private message
blasserre
Veteran
Veteran


Joined: 10 Feb 2004
Posts: 1362
Location: Lille, Vlaanderen

PostPosted: Fri May 27, 2005 4:24 pm    Post subject: Reply with quote

fb99 wrote:
Non je crois pas... :cry:
mais j'ai un message d'erreur un peu plus complet:
Code:

The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error:            Cannot open "/var/tmp/server-1.xkm" to write keyboard description
>                   Exiting
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap

Mais moi ca ne m'a pas aide...

questions bateau :
pas de problèmes d'espace disque ou de permissions ?

et désolé d'insister lourdement mais quelle taille fait ton
fichier /usr/lib/X11/xkb/xkbcomp ?

sur ce je sors 8)
_________________
benj

technicien professionnel, ascendant winner
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri May 27, 2005 4:26 pm    Post subject: Reply with quote

Salut,

Pourrais-tu changer ton titre comme indiqué ici [IMPORTANT] Comment se servir du forum !! stp !

Merci !
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Fri May 27, 2005 5:40 pm    Post subject: Reply with quote

Non pas de problemes d'espace disque.
Le fichier fait 204264 bit donc a peut pres 199ko[/quote]
_________________
L'ami aime en tout temps, et dans le malheur il se montre un frère ( Prov. 17,17 )
L'insensé même, quand il se tait, passe pour sage ( Prov. 17;28a )
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum