- Modifié
Bonsoir,
J'ai un problème assez spécial... Mon clavier fonctionne bien sous fedora (gnome), mais quand je lance le jeu WoW (je sais c'est le mal :-D), je ne peux rien écrire... enfin je tape mais ça ne prend pas en compte la saisie de caractère.
PS: mon Xorg.conf:
J'ai un problème assez spécial... Mon clavier fonctionne bien sous fedora (gnome), mais quand je lance le jeu WoW (je sais c'est le mal :-D), je ne peux rien écrire... enfin je tape mais ça ne prend pas en compte la saisie de caractère.
PS: mon Xorg.conf:
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor 1280x1024"
HorizSync 31.5 - 81.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
++