Le Sun, 12 Feb 2006 10:56:39 +0100 Gaëtan PERRIER <[EMAIL PROTECTED]> a écrit:
> Le Sun, 12 Feb 2006 02:59:54 +0100 > Gaëtan PERRIER <[EMAIL PROTECTED]> a écrit: > > > - j'ai perdu l'usage de la molette de ma souris (Logitech MX700) > > > > avant j'avais un script comme suis pour activer la molette de ma > souris et les boutons supplémentaires: > > #!/bin/sh > > BINARY=$(which xmodmap) > $BINARY -e "pointer = 1 2 3 6 7 8 9 10 4 5" > > Maintenant quand je le lance il me dit: > > /usr/bin/X11/xmodmap: commandline:1: bad number of buttons, must > have 14 instead of 10 > Bon et bien il suffit de lui rajouter 11 12 13 14 à la fin et ça remarche! Gaëtan -- Pensez � lire la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

