Originally posted by: 66FMC
Well, Intellimouse (USB) would not work for whatever reason, so I had to plug in the PS/2 adapter. It works fine now but I can't use all 5 buttons.
I'm so used to hitting buttons 4 and 5 to go back and forward on the Internet browser... it sucks to actually have to click back now. heh
Originally posted by: Chaotic42
Originally posted by: 66FMC
Well, Intellimouse (USB) would not work for whatever reason, so I had to plug in the PS/2 adapter. It works fine now but I can't use all 5 buttons.
I'm so used to hitting buttons 4 and 5 to go back and forward on the Internet browser... it sucks to actually have to click back now. heh
Here's part of my /etc/X11/XF86Config-4 file:
---
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
--
Maybe that will work for you. Make sure /dev/input/mice exists.
Originally posted by: 66FMC
Originally posted by: Chaotic42
Originally posted by: 66FMC
Well, Intellimouse (USB) would not work for whatever reason, so I had to plug in the PS/2 adapter. It works fine now but I can't use all 5 buttons.
I'm so used to hitting buttons 4 and 5 to go back and forward on the Internet browser... it sucks to actually have to click back now. heh
Here's part of my /etc/X11/XF86Config-4 file:
---
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
--
Maybe that will work for you. Make sure /dev/input/mice exists.
Thanks, that might work.
Here's what mine says:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
How do I edit XF86Config? Open with? None of then will let me edit.
Originally posted by: 66FMC
Originally posted by: Chaotic42
Originally posted by: 66FMC
Well, Intellimouse (USB) would not work for whatever reason, so I had to plug in the PS/2 adapter. It works fine now but I can't use all 5 buttons.
I'm so used to hitting buttons 4 and 5 to go back and forward on the Internet browser... it sucks to actually have to click back now. heh
Here's part of my /etc/X11/XF86Config-4 file:
---
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
--
Maybe that will work for you. Make sure /dev/input/mice exists.
Thanks, that might work.
Here's what mine says:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
How do I edit XF86Config? Open with? None of then will let me edit.
