View previous topic :: View next topic |
Author |
Message |
spydy n00b

Joined: 14 May 2004 Posts: 42
|
Posted: Fri May 14, 2004 5:21 pm Post subject: [portable + clavier externe] flèche ne marchent pas |
|
|
je viens d'installer gentoo c'est génial... mais j'ai un problème avec mon clavier externe sur mon portable dans Gnome branché sur mon port USB avec un adaptateur USB->PS/2
toutes les lettres et chiffres marche correctement, mais les flèches, page up et page Dn font un print screen...
quelqu'un aurait une idée? |
|
Back to top |
|
 |
ipower Tux's lil' helper

Joined: 07 Jan 2004 Posts: 120
|
Posted: Fri May 14, 2004 7:00 pm Post subject: |
|
|
Regarde ton /etc/X11/XF86config
et regarde dans la section InputDevice
Moi j'ai ca:
Code: | Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
|
Sinon dans ton rc.conf t'as mis quoi comme variable:KEYMAP????
@+ |
|
Back to top |
|
 |
spydy n00b

Joined: 14 May 2004 Posts: 42
|
Posted: Fri May 14, 2004 10:17 pm Post subject: |
|
|
ca ne marche toujours pas...
N.B. mon clavier marche parfaitement dans gdm :S
voici une partie de mon fichier XF86Config:
Code: | Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
#clavier portable
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "ca_enhanced"
EndSection
#clavier externe
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "ca_enhanced"
EndSection |
et dans mon rc.conf:
... et oui je suis québécois
merci à l'avance |
|
Back to top |
|
 |
ipower Tux's lil' helper

Joined: 07 Jan 2004 Posts: 120
|
Posted: Sat May 15, 2004 11:22 am Post subject: |
|
|
essaye dans la console
et dis moi si ca marche. |
|
Back to top |
|
 |
spydy n00b

Joined: 14 May 2004 Posts: 42
|
Posted: Sun May 16, 2004 12:59 am Post subject: |
|
|
non, malheureusement ca se fonctionne pas plus  |
|
Back to top |
|
 |
|