Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Scroll clicking results in scrolling up

  1. #1
    Join Date
    Aug 2007
    Location
    Netherlands
    Beans
    205
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Cool Scroll clicking results in scrolling up

    Hi,

    I've had this logitech optical mouse for a while, and it will always scroll up when i pressed down on the scroll button. I figured it was broken.
    However today i bought a new mouse and it does the same thing.. so it must be ubuntu.
    If I press down on the scroll button it will keep on scrolling up..so i can't scroll click on links in firefox

    OS: Ubuntu 8.10 64bit
    Mouse: Logitech RX1000
    Config (not default, but that didnt work either):
    Code:
    Section "InputDevice"
            Identifier "Logitech RX1000"
            Driver "evdev"
            Option "Protocol" "evdev"
            Option "Name" "Logitech USB Optical Mouse"
            Option "Phys" "usb-*/input0"
            Option "Device"
            Option "Buttons" "8"
            Option "ZAxisMapping" "4 5"
            Option "Resolution" "1000"
            Option "CorePointer"
    EndSection
    Thanks

  2. #2
    Join Date
    May 2005
    Beans
    335
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Scroll clicking results in scrolling up

    Check out this article:
    https://help.ubuntu.com/community/MX1000Mouse

    The specifics of your xorg might be slightly different, but that page explains how to find the proper values.

  3. #3
    Join Date
    Aug 2007
    Location
    Netherlands
    Beans
    205
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Scroll clicking results in scrolling up

    I'm now using this xorg:
    Code:
    Section "InputDevice"
            Identifier "Logitech RX1000"
            Driver "evdev"
            Option "Protocol" "evdev"
            Option "Name" "Logitech USB Optical Mouse"
            Option "Phys" "usb-*/input0"
            Option "Device"
    "/dev/input/by-id/usb-Logitech_USB_Optical_Mouse-event-mouse"
            Option "Buttons" "8"
            Option "ZAxisMapping" "4 5"
            Option "Resolution" "1000"
            Option "CorePointer"
    EndSection
    From this site i found.

    I now noticed that it works, but my rx1000 has this function that allows me to scroll up/down by moving the scroll-button left/right.
    However i keep finding myself pushing it to the left or right when press down on the scroll-button.
    Any way to assign all 3 (left, down, right) buttons of the scroll to "mousebutton3"?

    Thanks
    Last edited by Duranxl; March 18th, 2009 at 08:00 PM.

  4. #4
    Join Date
    Aug 2007
    Location
    Netherlands
    Beans
    205
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Scroll clicking results in scrolling up

    Bump

  5. #5
    Join Date
    May 2005
    Beans
    335
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Scroll clicking results in scrolling up

    Check out this post:
    http://ubuntuforums.org/showthread.php?t=219894

    Particularly the part about xvkbd and xbindkeys. I think that's what you need to use.

    good luck.

  6. #6
    Join Date
    Aug 2007
    Location
    Netherlands
    Beans
    205
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Scroll clicking results in scrolling up

    Quote Originally Posted by ohzopants View Post
    Check out this post:
    http://ubuntuforums.org/showthread.php?t=219894

    Particularly the part about xvkbd and xbindkeys. I think that's what you need to use.

    good luck.
    What about it? My site buttons work fine, i just want to re-assign them so that they are all "scrollCLICK".

  7. #7
    Join Date
    May 2005
    Beans
    335
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Scroll clicking results in scrolling up

    You can use xbinkeys to bind the left and right scroll "buttons" to mouse button 3 (which is what i think middle click is).

  8. #8
    Join Date
    Aug 2007
    Location
    Netherlands
    Beans
    205
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Scroll clicking results in scrolling up

    Quote Originally Posted by ohzopants View Post
    You can use xbinkeys to bind the left and right scroll "buttons" to mouse button 3 (which is what i think middle click is).
    It says
    "Note: Same as before, if you have different mouse buttons use xev to find out what number they are and change the "b:6" and "b:7" in the above to the correct numbers"
    However xev (little box?) doesnt detect anything, and neither does xbindkeys -k.

  9. #9
    Join Date
    Aug 2007
    Location
    Netherlands
    Beans
    205
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Scroll clicking results in scrolling up

    bump

  10. #10
    Join Date
    Aug 2007
    Location
    Netherlands
    Beans
    205
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Scroll clicking results in scrolling up

    bump..!

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •