TuZhao
July 21st, 2007, 04:14 PM
Welcome to the Nth thread about configuring a mouse.
I'll be concise: I'm kinda new to Linux, I decided to go for Ubuntu for its alleged userfriendliness but I already spent hours to configure (almost) succesfully the touchpad. Now I'm losing sleep to get the mouse work as I'd like.
I have no fancy mice with dozens of buttons, but a plain and simple USB Logitech Pilot Wheelmouse, with cord and ball and 2 keys + wheel.
Well, I just seem to be unable to configure the middle click to act as the back function, like I do in windoze. Back in the browsers, and back in the file browser. Simple as that.
I tried almost everything I googled for. lmwheel doesn't do the trick. It says the middle click is Button6 while xev says it's Button2.
A couple of .imwheelrc I tried:
"*." None,Button2,Alt_L|Left
"^Firefox-bin$" None,Left,Alt_L|Left
I don't even remember why I used Left as definition for the mouse button in the second example, it's been days since I started this chore!
My current relevant section in xorg.conf looks like this:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
# Option "Protocol" "ImPS/2"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "5"
Option "ButtonMapping" "1 2 3 4 5"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
EndSection
When I tried the following, Ubuntu would hang after the loading bar with a black screen if I booted without the mouse plugged in:
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "evdev"
# Option "CorePointer"
# Option "Protocol" "evdev"
# Option "Dev Name" "Logitech USB Mouse"
# Option "Dev Phys" "usb-*/input0"
# Option "Device" "/dev/input/event2"
# Option "Buttons" "5"
# Option "ZAxisMapping" "4 5"
#EndSection
I'm really hating all of this. It shouldn't be so fiendishly hard making a middle click work as desired. At night I should be sleeping, not cursing at linux configuration files while drinking beer.
Please help the Ubuntu community: avoid it losing a new user ;)
I'll be concise: I'm kinda new to Linux, I decided to go for Ubuntu for its alleged userfriendliness but I already spent hours to configure (almost) succesfully the touchpad. Now I'm losing sleep to get the mouse work as I'd like.
I have no fancy mice with dozens of buttons, but a plain and simple USB Logitech Pilot Wheelmouse, with cord and ball and 2 keys + wheel.
Well, I just seem to be unable to configure the middle click to act as the back function, like I do in windoze. Back in the browsers, and back in the file browser. Simple as that.
I tried almost everything I googled for. lmwheel doesn't do the trick. It says the middle click is Button6 while xev says it's Button2.
A couple of .imwheelrc I tried:
"*." None,Button2,Alt_L|Left
"^Firefox-bin$" None,Left,Alt_L|Left
I don't even remember why I used Left as definition for the mouse button in the second example, it's been days since I started this chore!
My current relevant section in xorg.conf looks like this:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
# Option "Protocol" "ImPS/2"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "5"
Option "ButtonMapping" "1 2 3 4 5"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
EndSection
When I tried the following, Ubuntu would hang after the loading bar with a black screen if I booted without the mouse plugged in:
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "evdev"
# Option "CorePointer"
# Option "Protocol" "evdev"
# Option "Dev Name" "Logitech USB Mouse"
# Option "Dev Phys" "usb-*/input0"
# Option "Device" "/dev/input/event2"
# Option "Buttons" "5"
# Option "ZAxisMapping" "4 5"
#EndSection
I'm really hating all of this. It shouldn't be so fiendishly hard making a middle click work as desired. At night I should be sleeping, not cursing at linux configuration files while drinking beer.
Please help the Ubuntu community: avoid it losing a new user ;)