j’utilise la sarge amd64, soit la release 3… kernel 2.6.8.12 si je ne m’abuse.
pour ce qui est du XF86Config-4 pour la section souris
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
Option “ZAxisMapping” "4 5"
EndSection
ça s’était au début quand ça marchait déjà pas.
j’ai testé protocol explorerps/2
emulate3button false
et ZAxis supprimé
mais toutça c’est pareil, pas de clic à ma souris après maints et maints essais.
par contre visiblement Xserver peut lire ces infos ailleurs, parce que la suppression du fichier XConfig et un dpkg-reconfigure xserver-xfree86 m’apporte des reponses par défaut qui sont visiblement enrgestrées quelquepart ailleurs. ( la modif du fichier XF86Config-4 n’est pas répercuté lorsque j’execute dpkg-reconfigure XF86Config-4 et ce sont les anciennes valeurs qui sont proposées)
j’ai vu une bidouille avec le md5sum correspondant à ce fichier… mais ca m’a pas avancé des masses…
sinon c’est une souris usb, qui fonctionne correctement sous 64Studio-debian avec gnome. c’est le même kernel je pense. je vais re-vérifier.
merci d’avance de m’orienter.
je pense pas que le reste du fichier de configuration soit interressant, mais bon je le met…
Section "ServerLayout"
Identifier "Default Layout"
Screen “Default Screen” 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section “Files”
# local font server
# if the local font server has problems, we can fall back on these
FontPath "unix/:7100"
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/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option “XkbRules” "xfree86"
Option “XkbModel” "pc104"
Option “XkbLayout” "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
Option “ZAxisMapping” "4 5"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 49.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes “1024x768” “800x600” "640x480"
EndSubSection
EndSection