Disciple
08-26-2001, 04:45 PM
This is what I have:
Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
When I am done with that I excute:
xmodmap -e "pointer = 1 2 3 6 7 4 5"
Go into Q3 no luck with the side buttons. Now I this works fine with PS/2, but what I want to do is get it working with USB.
So I decided to:
xmodmap -e "pointer = 1 2 3 6 7 37 108"
108 = KP_Enter
77 = Num_Lock
No luck. For some reason it will not reassign the buttons to act as keys. Don't know, couldn't tell you. No errors, seems to take the command with out a hitch. I check it to see if they stayed, and they are there, but no go with the Q3. Any ideas.
PS
Do not give me that page link please. I have read it. Didn't help
PS2
I disabled gpm as well thinking that might help. Nada =/
PS3
With PS/2 one of the side buttons gets assigned to KP_Equal, but when I go to xmodmap -km , I can't find that key anywhere. I am assuming that is the ENTER key on the num_lock pad, but in my key list it is marked as KP_ENTER =/.
Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
When I am done with that I excute:
xmodmap -e "pointer = 1 2 3 6 7 4 5"
Go into Q3 no luck with the side buttons. Now I this works fine with PS/2, but what I want to do is get it working with USB.
So I decided to:
xmodmap -e "pointer = 1 2 3 6 7 37 108"
108 = KP_Enter
77 = Num_Lock
No luck. For some reason it will not reassign the buttons to act as keys. Don't know, couldn't tell you. No errors, seems to take the command with out a hitch. I check it to see if they stayed, and they are there, but no go with the Q3. Any ideas.
PS
Do not give me that page link please. I have read it. Didn't help
PS2
I disabled gpm as well thinking that might help. Nada =/
PS3
With PS/2 one of the side buttons gets assigned to KP_Equal, but when I go to xmodmap -km , I can't find that key anywhere. I am assuming that is the ENTER key on the num_lock pad, but in my key list it is marked as KP_ENTER =/.