View previous topic :: View next topic |
Author |
Message |
zeuss1414 Guru


Joined: 23 Mar 2004 Posts: 490
|
Posted: Wed Mar 29, 2006 8:00 pm Post subject: [Clavier] Mapping pourrit depuis mise a jour.(Resolu) |
|
|
Bonjour à tous,
j'ai un gros problème sur mon ibook depus le passage a xorg 7.
Je sais pas comment c'est possible mais les mapping des touche pète un plomb. Je m'explique. Quant j'appuye sur a il affiche y, sur e il affaiche & sur ENTRER ! ....
Je ne sais pas du tout de quoi ca peu venir. J'espere vraiment que vous pourrai m'aider.
Merci d'avance
Last edited by zeuss1414 on Thu Mar 30, 2006 9:10 am; edited 1 time in total |
|
Back to top |
|
 |
kaworu Guru


Joined: 07 Dec 2005 Posts: 450
|
Posted: Wed Mar 29, 2006 8:29 pm Post subject: |
|
|
Salut !
jette un coups d'oeil par là et donne nous plus d'infos si tu y'arrive pas : xorg.conf et le mapping que tu veux. _________________ Macbook
Core2Duo @ 2.0GHz - 1Go RAM - HD 80Go - Intel GMA 945
Gentoo GNU/Linux
~amd64 - 2.6.24-gentoo-r2 - Fluxbox || (KDE && Compiz-Fusion) |
|
Back to top |
|
 |
zeuss1414 Guru


Joined: 23 Mar 2004 Posts: 490
|
Posted: Wed Mar 29, 2006 8:44 pm Post subject: |
|
|
Mon xorg.conf :
Code: | # cat /etc/X11/xorg.conf | grep -v ^#
Section "Files"
#FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
#FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
#FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
#Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
#Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "macintosh"
Option "XkbLayout" "fr_new_modified"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "USB_MOUSE"
Driver "mouse"
Option "SendCoreEvents" "True"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. RV250 5c63 [Radeon Mobility 9200 M9+]"
Driver "radeon"
BusID "PCI:0:16:0"
Option "AGPMode" "4"
Option "BackingStore" "true" # Increases performance
Option "EnablePageFlip" "true" # Increases performance
Option "AGPFastWrite" "true" # Use AGP Fast Write, DRI only
Option "RenderAccel" "true" # Hardware acceleration
Option "AccelMethod" "EXA"
# Pour une affichage identique sur un écran externe :
# Les deux options par défaut sont bonnes :
#Option "UseFBDev" "false"
#Option "MergedFB" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "DAMAGE" "Enable"
Option "RENDER" "Enable"
Option "XFIXES" "Enable"
EndSection
Section "Monitor"
Identifier "iBook LCD"
#HorizSync 28-49
#VertRefresh 43-72
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV250 5c63 [Radeon Mobility 9200 M9+]"
Monitor "iBook LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Keyboard1"
InputDevice "Mouse0"
EndSection
Section "DRI"
Mode 0666
EndSection
|
Je veux un mapping pour un ibook, avant j'utilsait un mapping special que j'avais du rajouter : fr_new_modified |
|
Back to top |
|
 |
ghoti Advocate


Joined: 30 Dec 2002 Posts: 3636 Location: Belgium
|
Posted: Wed Mar 29, 2006 9:46 pm Post subject: |
|
|
zeuss1414 wrote: | Mon xorg.conf :
Code: | # cat /etc/X11/xorg.conf | grep -v ^#
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "macintosh"
Option "XkbLayout" "fr_new_modified"
EndSection
|
Je veux un mapping pour un ibook, avant j'utilsait un mapping special que j'avais du rajouter : fr_new_modified |
Pour toi, les "XkbLayout" possibles sont dans /usr/share/X11/xkb/symbols/macintosh (l'emplacement a changé avec Xorg7).
Il faut donc voir si tu peux trouver une combinaison XkbLayout/XkbVariant qui te convienne, sinon il faudra recréer ton XkbLayout perso.
Voir le Guide de migration vers X.Org modulaire.
[EDIT] La liste des combinaisons possibles est dans /usr/share/X11/xkb/symbols.dir  |
|
Back to top |
|
 |
zeuss1414 Guru


Joined: 23 Mar 2004 Posts: 490
|
Posted: Thu Mar 30, 2006 9:09 am Post subject: |
|
|
C'est bon ca marche.
En fait j'ai simplement recopier mon ancien mapping dans le nouveau répertoire que tu m'a indiqué et j'ai rien changé a mon xorg.
Maintenant ca marche, merci pour votre aide |
|
Back to top |
|
 |
|