Page 65 of 65 FirstFirst ... 1555636465
Results 641 to 650 of 650

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

  1. #641
    Join Date
    Jul 2008
    Beans
    18

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

    Hello,

    9.04 is my first foray into linux and ubuntu.

    I have an MX5000 mouse and MX1000 keyboard that come in the MX5000 combo.

    Here is my devices printout

    Code:
    II: Bus=0003 Vendor=046d Product=c70e Version=0111
    N: Name="Logitech Logitech BT Mini-Receiver"
    P: Phys=usb-0000:00:1a.7-1.1.3.2/input0
    S: Sysfs=/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.2/1-1.1.3.2:1.0/input/input6
    U: Uniq=0007617C4B04
    H: Handlers=kbd event3 
    B: EV=120013
    B: KEY=1000000000007 ff800000000007ff febeffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=1f
    
    I: Bus=0003 Vendor=046d Product=c70a Version=0111
    N: Name="Logitech Logitech BT Mini-Receiver"
    P: Phys=usb-0000:00:1a.7-1.1.3.3/input0
    S: Sysfs=/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3/1-1.1.3.3:1.0/input/input7
    U: Uniq=0007617C4B04
    H: Handlers=kbd mouse1 event4 
    B: EV=1f
    B: KEY=837fff002c3027 bf00444400000000 fff0001 f848a27c000 667bfad941dfed 9e000000000000 0
    B: REL=1c3
    B: ABS=100000000
    B: MSC=10: Bus=0003 Vendor=046d Product=c70e Version=0111
    N: Name="Logitech Logitech BT Mini-Receiver"
    P: Phys=usb-0000:00:1a.7-1.1.3.2/input0
    S: Sysfs=/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.2/1-1.1.3.2:1.0/input/input6
    U: Uniq=0007617C4B04
    H: Handlers=kbd event3 
    B: EV=120013
    B: KEY=1000000000007 ff800000000007ff febeffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=1f
    
    I: Bus=0003 Vendor=046d Product=c70a Version=0111
    N: Name="Logitech Logitech BT Mini-Receiver"
    P: Phys=usb-0000:00:1a.7-1.1.3.3/input0
    S: Sysfs=/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3/1-1.1.3.3:1.0/input/input7
    U: Uniq=0007617C4B04
    H: Handlers=kbd mouse1 event4 
    B: EV=1f
    B: KEY=837fff002c3027 bf00444400000000 fff0001 f848a27c000 667bfad941dfed 9e000000000000 0
    B: REL=1c3
    B: ABS=100000000
    B: MSC=10
    Here is my xorg.conf

    Code:
    Section "Screen"
    	Identifier	"Default Screen"
    	DefaultDepth	24
    EndSection
    
    Section "Module"
    	Load	"glx"
    EndSection
    
    Section "Device"
    	Identifier	"Default Device"
    	Driver	"fglrx"
    EndSection
    However when I add this to the end of the file, my system display completely crashes when I try and log in, its just a screen full of weird colours and lines. CTRL + ALT + BACKSPACE doesn't even bring me back to the command line

    Code:
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"evdev"
    	Option		"CorePointer"
    	Option		"Name"	"Logitech Logitech BT Mini-Receiver" 
    EndSection

  2. #642
    Join Date
    Aug 2008
    Beans
    22

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

    greetings,
    wow this is a huge thread..

    i have logitech mediaplay cordless mouse. back/forward worked ok! (with keyboard shortcut alt+left and alt+right)
    i would like to know the keyboard shortcuts to setup these buttons on my mouse:

    play/pause
    next track
    previous track
    volume up
    volume down

    on my keyboard (microsoft comfort curve) there are buttons for up/down volume and a play/pause button that work fine, in xev output i do not understand anything, for exemple for volume up (keyboard) shows
    when pressed:
    Code:
    FocusOut event, serial 45, synthetic NO, window 0x5a00001,
        mode NotifyGrab, detail NotifyAncestor
    and when releasing:
    Code:
    FocusIn event, serial 45, synthetic NO, window 0x5a00001,
        mode NotifyUngrab, detail NotifyAncestor
    
    KeymapNotify event, serial 45, synthetic NO, window 0x0,
        keys:  2   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
               0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
    it shows exactly the same when i press/release volume up/down, play/pause, and mute... so i guess i am not looking on the right place

    left click: button 1
    wheel in: button 2
    right click: button 3
    wheel up: button 4
    wheel down: button 5
    back: button 8
    front: button 9
    media: button 10
    tilt wheel left: 11
    tilt wheel right: 12
    volume up: button 13
    volume down: button 14
    next track: button 15
    previous track: button 16
    play/pause: button 17


    also there is a "media" button and i would like it to start an application (i.e. amarok), how would i do that?

    thanks in advance
    Last edited by berdux; June 2nd, 2009 at 11:38 AM.

  3. #643
    Join Date
    Jul 2009
    Beans
    1

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

    Hi geeks,

    have just bought a dell minilaptop with ubuntu installed together with a logitech mouse, only to find that they don't provide driver software for Linux. In your instructions I seem to be missing steps 1-100 or something. I have so far only used Microsoft, so need non-geek instructions or a geek dictionary.

    many thanks,
    hannahu

  4. #644
    Join Date
    Feb 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

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

    In section 2 you have to download and untar "click" source code. I do the command as given and I get the following:

    ~$ wget http://bg.rifetech.com/click.tgz
    --2009-07-21 23:29:08-- http://bg.rifetech.com/click.tgz
    Resolving bg.rifetech.com... 204.13.248.125
    Connecting to bg.rifetech.com|204.13.248.125|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://atrus.rifetech.com/bg/click.tgz [following]
    --2009-07-21 23:29:09-- http://atrus.rifetech.com/bg/click.tgz
    Resolving atrus.rifetech.com... 208.97.165.192
    Connecting to atrus.rifetech.com|208.97.165.192|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2009-07-21 23:29:09 ERROR 404: Not Found.
    Is there somewhere else I can get it from?

    Cheers, M

  5. #645
    Join Date
    Feb 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

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

    Nevermind. Google gave me the answer eventually. I got click.tgz from http://www.ussg.iu.edu/hypermail/lin...1371/click.tgz

  6. #646
    Join Date
    Dec 2009
    Beans
    6

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

    Hi! I have Microsoft Mobile Mouse 4000.
    How I have to configure Super button?

    Code:
    "/usr/bin/xvkbd -xsendevent -text "\[Super_L]""
      m:0x0 + b:8
    I have default configured "Enhanced Zoom Desktop" (on Compis Fusion) as button Super + scrolling on mouse (Zoom in = <Super>Button4; Zoom out = <Super>Button5).

    But I cann't zoom in/out only on mouse. The button does not work as Super.

    I want to mapp my side button on mouse as Super button.
    (sorry for bad english)
    Last edited by M2-player; December 30th, 2009 at 08:06 PM.

  7. #647
    Join Date
    Mar 2010
    Beans
    1

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

    thanx works gr8 for M505

  8. #648
    Join Date
    Jul 2010
    Beans
    1
    Distro
    Ubuntu 10.04 Lucid Lynx

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

    Does this work with ubuntu 10.04?

  9. #649
    Join Date
    Nov 2010
    Beans
    2

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

    Sorry to revive an old thread, but I have a very similar problem to M2-player, and I was hoping someone might be able to help. I, like M2-player, would like to map b:8 to Super_L, so that I can use the thumb button on my G7 (thumb button on G7 mouse is button b:8) along with the scroll wheel in Compiz. I tested xvkbd by mapping b:8 to the command:

    Code:
    /usr/bin/xvkbd -xsendevent -text "\[a]"
    which worked as expected: whenever I pressed the thumb button (b:8), the letter ‘a’ was printed on the screen. However, whenever I tried any of the following, I could not get it to work as expected, and I have yet to get the Super button to work:

    Code:
    /usr/bin/xvkbd -xsendevent -text "\[Super]"
    Code:
    /usr/bin/xvkbd -xsendevent -text "\[Super_L]"
    Code:
    /usr/bin/xvkbd -xsendevent -text "\[Super_L]\"
    Code:
    /usr/bin/xvkbd -xsendevent -text "\[Super_L]\[]"
    For clarification, I want to use b:8 as a modifier button that I can use in conjunction with other mouse or keyboard buttons (though Compiz), preferably the left Super button.

    Thanks for any help you might have!!

    ~David [=

    ----------------------------------------------------------------------------------------------------------------

    Quote Originally Posted by crazydude202 View Post
    Does this work with ubuntu 10.04?
    Yes, I have used it in 10.04 with no trouble at all.

    ~David [=
    Last edited by 0xd5; November 4th, 2010 at 03:37 AM.

  10. #650
    Join Date
    Nov 2010
    Beans
    2

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

    Err, delete this post. Sorry!!
    Last edited by 0xd5; November 4th, 2010 at 03:33 AM.

Page 65 of 65 FirstFirst ... 1555636465

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
  •