Page 53 of 65 FirstFirst ... 343515253545563 ... LastLast
Results 521 to 530 of 650

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

  1. #521
    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 SD-Plissken View Post
    I am currently testing a mx revolution, and wondered if there is a way to bind the push/pull thumb button to control/alt left/right arrow using the .xbindkeysrc file? This would allow the button to be used to switch work places.
    I gues it'd be something like:

    Code:
    "/usr/bin/xvkbd -xsendevent -text "\[Ctrl_L]\[Alt_L]\[Left]""
      m:0x0 + b:6 #replace w/ button no.
    "/usr/bin/xvkbd -xsendevent -text "\[Ctrl_L][Alt_L]\[Right]""
      m:0x0 + b:7 #replace also
    But I don't know for sure, I'm not an xvkbd expert.
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  2. #522
    Join Date
    Aug 2005
    Beans
    Hidden!

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

    Quote Originally Posted by detyabozhye View Post
    I gues it'd be something like:

    Code:
    "/usr/bin/xvkbd -xsendevent -text "\[Ctrl_L]\[Alt_L]\[Left]""
      m:0x0 + b:6 #replace w/ button no.
    "/usr/bin/xvkbd -xsendevent -text "\[Ctrl_L][Alt_L]\[Right]""
      m:0x0 + b:7 #replace also
    But I don't know for sure, I'm not an xvkbd expert.
    No dice with the command posted, however. I did manage to get button 17 to work even though 13,and 15 are a no go.

    Thanks again.
    Advantages and Disadvantages of 64bit.(Plus install Guides)

    ‘In search of some small measure of peace, that we all seek, and few of us ever find.’

  3. #523
    Join Date
    Jul 2006
    Beans
    217

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

    I've been using this guide for more than a year now, and the mouse (logitech MX700) has always worked fine.
    Today, suddenly, the wheel stopped working: no scrolling at all.
    Any idea what happened?
    I tried reconfiguring everything with no success.

  4. #524
    Join Date
    Aug 2006
    Beans
    Hidden!

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

    Hi,
    I have the back and forward buttons working in Firefox and the normal "explorer" type windows. However, my left and right tilt wheel also move back and forward in Firefox (opposite direction to what you'd expect). I want them to scroll left and right but it doesn't seem possible.

    Can anyone help? It's an MX1000.

    Thanks,
    Tom Kear

  5. #525
    Join Date
    May 2007
    Location
    Belgium
    Beans
    67
    Distro
    Xubuntu 10.04 Lucid Lynx

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

    I'm also looking for th Ctrl Button

    I found this using xev when pressing the ctrl button
    Code:
    KeyPress event, serial 33, synthetic NO, window 0x4400001,
        root 0x186, subw 0x0, time 2567725, (385,729), root:(392,777),
        state 0x10, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
        XLookupString gives 0 bytes: 
        XmbLookupString gives 0 bytes: 
        XFilterEvent returns: False
    so it should work in .xbindkeysrc like so:
    Code:
    "/usr/bin/xvkbd -xsendevent -text "\[Control_L]\[Alt_L]\[right]""
      m:0x0 + b:7
    "/usr/bin/xvkbd -xsendevent -text "\[Control_L]\[Alt_L]\[right]""
      m:0x0 + b:6
    but it doesn't
    if you want to test make sure you restart xbindkeys when you've changed .xbindkeysrc, like so:
    Code:
    zuzuzzzip@ZuzuPC-ubuntu:~$ pidof xbindkeys 
    7844
    zuzuzzzip@ZuzuPC-ubuntu:~$ kill 7844
    zuzuzzzip@ZuzuPC-ubuntu:~$ xbindkeys

  6. #526
    Join Date
    Jul 2007
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

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

    Just a quick note, after a week of trying to get BTNX going and it doing absolutely nothing and I read almost the whole 35 pages plus, I decided to try Setpoint run with Wine, that did not work.

    I then tried the first few steps on the first page of this thread up tp the point that you restart your pc.

    Viola, my front and back buttons worked for navigating thru web pages, Great on the steps as I got no errors.

    I still can not get rid of BTNX from terminal following their command

    sudo make uninstall gets this error
    Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

    Anyways, tow things I would like number 1 is to get my application switcher to work if possible and secondly I would like to remove BTNX.

    Thanks for any help and kudos for the first few steps as they worked like a charm on forward and back buttons.

  7. #527
    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 Sciamano View Post
    I've been using this guide for more than a year now, and the mouse (logitech MX700) has always worked fine.
    Today, suddenly, the wheel stopped working: no scrolling at all.
    Any idea what happened?
    I tried reconfiguring everything with no success.
    What does xev give you when you scroll?
    Are you using Xmodmap and/or xbindkeys?
    What is their config if you do?
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  8. #528
    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 tomkear2006 View Post
    Hi,
    I have the back and forward buttons working in Firefox and the normal "explorer" type windows. However, my left and right tilt wheel also move back and forward in Firefox (opposite direction to what you'd expect). I want them to scroll left and right but it doesn't seem possible.

    Can anyone help? It's an MX1000.

    Thanks,
    Tom Kear
    http://strabes.wordpress.com/2007/04...zontal-scroll/
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  9. #529
    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 zuzuzzzip View Post
    I'm also looking for th Ctrl Button

    I found this using xev when pressing the ctrl button
    Code:
    KeyPress event, serial 33, synthetic NO, window 0x4400001,
        root 0x186, subw 0x0, time 2567725, (385,729), root:(392,777),
        state 0x10, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
        XLookupString gives 0 bytes: 
        XmbLookupString gives 0 bytes: 
        XFilterEvent returns: False
    so it should work in .xbindkeysrc like so:
    Code:
    "/usr/bin/xvkbd -xsendevent -text "\[Control_L]\[Alt_L]\[right]""
      m:0x0 + b:7
    "/usr/bin/xvkbd -xsendevent -text "\[Control_L]\[Alt_L]\[right]""
      m:0x0 + b:6
    but it doesn't
    if you want to test make sure you restart xbindkeys when you've changed .xbindkeysrc, like so:
    Code:
    zuzuzzzip@ZuzuPC-ubuntu:~$ pidof xbindkeys 
    7844
    zuzuzzzip@ZuzuPC-ubuntu:~$ kill 7844
    zuzuzzzip@ZuzuPC-ubuntu:~$ xbindkeys
    Make sure "Left" and "Right" are capitalized. Might work then, might not.
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  10. #530
    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 yogo View Post
    Just a quick note, after a week of trying to get BTNX going and it doing absolutely nothing and I read almost the whole 35 pages plus, I decided to try Setpoint run with Wine, that did not work.

    I then tried the first few steps on the first page of this thread up tp the point that you restart your pc.

    Viola, my front and back buttons worked for navigating thru web pages, Great on the steps as I got no errors.

    I still can not get rid of BTNX from terminal following their command

    sudo make uninstall gets this error
    Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

    Anyways, tow things I would like number 1 is to get my application switcher to work if possible and secondly I would like to remove BTNX.

    Thanks for any help and kudos for the first few steps as they worked like a charm on forward and back buttons.
    For the application switcher, you will either need a custom program or use a DE such as Xfce that has something of the sort built in.

    What is BTNX, btw?
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

Page 53 of 65 FirstFirst ... 343515253545563 ... 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
  •