Arq 996 a �crit :
The wheel don't work properly.
But when I run
xmodmap -e "pointer = 1 2 3 6 7 4 5" in a shell console under KDE, it works fine !!!

Someone got an idee ?
Thanks by advance.

My configuration's files :

*** /etc/X11/xorg.conf :
Section "ServerLayout"
    ...
    InputDevice    "MX510" "Corepointer"
    ...
EndSection
...
Section "InputDevice"
    Identifier "MX510"
    Driver "mouse"
    Option "Name" "Logitech MX510"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "Buttons" "7"
    Option "ZAxisMapping" "6 7"
    Option "Emulate3Buttons" "no"
EndSection


*** At the beginning of /etc/X11/imwheel/imwheelrc :
...
".*"
#None, Left, Alt_L|Left
#None, Right, Alt_L|Right
...


*** /etc/X11/xinit/xinit.d/mapping_souris :
#! /bin/sh

if [ -x /usr/bin/imwheel ] ; then
    /usr/bin/imwheel
fi


*** ~/.xinitrc
LC_ALL="fr_FR"
xmodmap -e "pointer = 1 2 3 6 7 4 5"
exec strartde



LFS 6 system
kernel 2.6.8.1
xorg 6.8.2
KDE 3.3.2
imwheel 1.0.0pre12

It was a problem of "spelling".
I had "xmodemap" in my .xinitrc insteed of "xmodmap".

Now it works fine.

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to