EquinoxeFR

Ajout d’une souris USB avec Ubuntu

by EquinoxeFR on jan.03, 2007, under Linux

Avec mon Samsung Q35 et , l’ajout d’une souris ne marchais pas…

Voilà la solution:

dans un terminal:

sudo gedit /etc/X11/xorg.conf

Puis ajoutez ca:

 Section "InputDevice"
Identifier " Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

Et dans la section ServerLayout, ajoutez la ligne:

InputDevice “ Mouse” “SendCoreEvents”

Un petit redémarrage ( au moins de X ) et hop le touchpad et la souris fonctionnent.

:,
1 comment for this entry:
  1. coleop

    merci pour ce post qui me sera fort utile ;-) Des années d’attentes…

Leave a Reply

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!