hello everyone.
i have an 5-button MS intelliOptical mouse.. so i configured the xorg.conf as:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
then when i run kde, i have to run the command from console
xmodmap -e "pointer = 1 2 3 6 7 4 5" and the mouse works properly..
however i would like to add this command in some kde startup script to do this automatically everytime i startx.
searchin the forums i found :
http://www.linuxquestions.org/questi...+mouse+buttons
which basically says that i should put the command in a ~/.xsession file but i dont have that file, nor creating it help me (note that i didnt forget to invoke the bash shell b4 typing in the xmodmap command).
and also:
http://www.linuxquestions.org/questi...+mouse+buttons
where it said to place the xmodmap command in /etc/X11/xinit/xinitrc.d/Xmodmap which doesn't exist either.
where should i place the command????
thank you for your help
nass
ps im running slackware 10.2