Hey guys,
Just picked up kubuntu again after a long break. I had Breezy installed, but several key peripherals didn't work forcing me to abandon it. Now I'm back with Feisty and I have to say I'm very impressed. Pretty much everything is working flawlessly with the notable exception of my KB/mouse combo. The biggest issue is with my mouse: It's a Logitech MX700 and I just cannot get it to behave the way I want. I followed the tutorial found in the ubuntu forums here https://help.ubuntu.com/community/ManyButtonsMouseHowto, but it's not working.
I've also noticed that xev reports some kooky stuff- for example, the "cruise" up button is mapped as button 4 (that's good, because so is scroll up), but it's ALSO mapped as button 2....this means that if i happen to hit the button when the cursor is over a link for example, it will click it. Further, the two thumb buttons are apparently mapped as button 2 and button 3 (wheel-click and right-click respectively). Lastly the top button acts as button 2 as well (I don't really care too much about this one, but I did enjoy its alt+tab function in windows).
Please, for the sake of my sanity, tell me how to set up my mouse so there are no more inadvertent clicks! I'd like to figure out the keyboard mappings as well, but first things first.
If it helps, here's my xorg.conf
Just picked up kubuntu again after a long break. I had Breezy installed, but several key peripherals didn't work forcing me to abandon it. Now I'm back with Feisty and I have to say I'm very impressed. Pretty much everything is working flawlessly with the notable exception of my KB/mouse combo. The biggest issue is with my mouse: It's a Logitech MX700 and I just cannot get it to behave the way I want. I followed the tutorial found in the ubuntu forums here https://help.ubuntu.com/community/ManyButtonsMouseHowto, but it's not working.
I've also noticed that xev reports some kooky stuff- for example, the "cruise" up button is mapped as button 4 (that's good, because so is scroll up), but it's ALSO mapped as button 2....this means that if i happen to hit the button when the cursor is over a link for example, it will click it. Further, the two thumb buttons are apparently mapped as button 2 and button 3 (wheel-click and right-click respectively). Lastly the top button acts as button 2 as well (I don't really care too much about this one, but I did enjoy its alt+tab function in windows).
Please, for the sake of my sanity, tell me how to set up my mouse so there are no more inadvertent clicks! I'd like to figure out the keyboard mappings as well, but first things first.
If it helps, here's my xorg.conf
Code:
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "false" Option "Buttons" "7" Option "ButtonMapping" "1 2 3 4 5 6 7" Option "Resolution" "800" EndSection
Comment