Page 51 of 65 FirstFirst ... 41495051525361 ... LastLast
Results 501 to 510 of 650

Thread: HOWTO: Configuring Logitech mice in Ubuntu 6.06: New Guide

  1. #501
    Join Date
    Oct 2005
    Location
    California
    Beans
    572
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Configuring Logitech mice in Ubuntu 6.06: New Guide

    Quote Originally Posted by forfree View Post
    Good guide, but I have a question. Is there a way to make my left scroll on my tilt wheel function as a middle mouse button? I tried switching them out in xmodmap, but the problem is instead of acting like a press and release it sends a bunch of middle clicks when I hold it down to scroll. Anyone know a way?
    Use the "click" program to emulate middle click. Can't explain at the moment cuz I gotta run.
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  2. #502
    Join Date
    Mar 2007
    Beans
    13

    Re: HOWTO: Configuring Logitech mice in Ubuntu 6.06: New Guide

    Ok thanks, I've searched the repositories and google. What's the name of the "click" program?

  3. #503
    Join Date
    Oct 2005
    Location
    California
    Beans
    572
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Configuring Logitech mice in Ubuntu 6.06: New Guide

    Quote Originally Posted by forfree View Post
    Ok thanks, I've searched the repositories and google. What's the name of the "click" program?
    It's what I described in this part of the guide:

    Quote Originally Posted by detyabozhye
    2. Fixing the cruise control buttons (MX500, MX510, MX700, MX1000):

    Note: In Edgy and Feisty I haven't noticed this problem anymore (I've had cruise control off for a while though), but I will leave this section here because it hasn't been confirmed that the problem is gone.

    Install these packages for "click" to compile:

    Code:
    sudo apt-get install build-essential libx11-dev x11proto-xext-dev libxtst-dev
    Download and untar "click" source code into ~/.click (or wherever you want, just remember the dir, you'll need it in the .xbindkeysrc):

    Code:
    cd ~/
    wget http://bg.rifetech.com/click.tgz
    tar xvfz click.tgz
    mv click .click
    then compile it:

    Code:
    cd ~/.click
    make
    Then add this to you .xbindkeysrc (gedit ~/.xbindkeysrc):

    Code:
    "~/.click/click 4"
      m:0x0 + b:9
    "~/.click/click 5"
      m:0x0 + b:10
    Note: Mice with more buttons and/or tilt wheels will most likely have different button numbers, please check in xev.
    Just make it emulate button 3 instead of 4 or 5.
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  4. #504
    Join Date
    Mar 2007
    Beans
    13

    Re: HOWTO: Configuring Logitech mice in Ubuntu 6.06: New Guide

    Hmm, that's giving me the same problem as remapping it. When I hold the "scroll left" button down that's emulating the middle click, instead of just acting as a single click it sends multiple middle clicks. Is there a way to make it behave in a hold down and release type way in ubuntu?

  5. #505
    Join Date
    Jun 2007
    Beans
    17

    Re: HOWTO: Configuring Logitech mice in Ubuntu 6.06: New Guide

    my xorg.conf reads:

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "evdev"
    Option "CorePointer"
    Option "Name" "Logitech USB RECEIVER"
    Option "Buttons" "12"
    EndSection


    Xmodpam reads

    pointer = "1 2 3 4 5 6 7 8 9 10 11 12 13 14"

    xev gives:
    Left 1
    Middle 2
    Right 3

    Wheel up 4
    Wheel down 5
    Wheel left 13
    Wheel right 14

    Up button 11
    Down button 12

    Forward 9
    Back 8
    Thumb 10

  6. #506
    Join Date
    Oct 2005
    Location
    California
    Beans
    572
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Configuring Logitech mice in Ubuntu 6.06: New Guide

    Quote Originally Posted by forfree View Post
    Hmm, that's giving me the same problem as remapping it. When I hold the "scroll left" button down that's emulating the middle click, instead of just acting as a single click it sends multiple middle clicks. Is there a way to make it behave in a hold down and release type way in ubuntu?
    The mouse itself keeps sending multiple click and release events as far as I know, so probably not.
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  7. #507
    Join Date
    Oct 2005
    Location
    California
    Beans
    572
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Configuring Logitech mice in Ubuntu 6.06: New Guide

    @gouzos:

    Try making .Xmodmap read:

    Code:
    pointer = "1 2 3 4 5 13 14 8 9 10 11 12 6 7"
    Then xev should give you:

    Code:
    Left 1
    Middle 2
    Right 3
    
    Wheel up 4
    Wheel down 5
    Wheel left 6
    Wheel right 7
    
    Up button 11
    Down button 12
    
    Forward 9
    Back 8
    Thumb 10
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  8. #508
    Join Date
    Sep 2006
    Location
    Netherlands
    Beans
    11
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO: Configuring Logitech mice in Ubuntu 6.06: New Guide

    Good howto, thanks!

  9. #509
    Join Date
    Dec 2006
    Beans
    17
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: Configuring Logitech mice in Ubuntu 6.06: New Guide

    Ah, well 50 pages of posts and exams approaching rapidly...

    When I resume (either from Disk or RAM) the lomoco-Settings for my MX510 are lost and I have to run them again. Any fixes for that? I was thinking about putting a script into the appropriate folder in order to have it restore my mouse settings. Does anyone know the folder I have to put those scripts? By the way, I am using the userspace software suspend since the default suspend scripts did not work...

  10. #510
    Join Date
    Jun 2007
    Beans
    17

    Re: HOWTO: Configuring Logitech mice in Ubuntu 6.06: New Guide

    Ok

    xev gives what you said

    The buttons' functionality however haven't changed.

    Only Left, Middle, Right, Thumb, WhUP and WhDown work

    Now what do I do?

Page 51 of 65 FirstFirst ... 41495051525361 ... LastLast

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
  •