Page 3 of 65 FirstFirst 123451353 ... LastLast
Results 21 to 30 of 650

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

  1. #21
    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 hubacap View Post
    I have been !!!!

    I have the MX1000 and have been trying different things for a week.

    I created the 19-local.rules file
    Code:
    KERNEL=="event[0-9]*", SYSFS{../name}=="Logitech USB Receiver", NAME="input/event9"
    I backed up and edited the Xorg.conf file.
    Code:
    Section "InputDevice"
        Identifier    "Configured Mouse"
        Driver        "evdev"
        Option        "CorePointer"
        Option        "Device"        "/dev/input/event9"
    EndSection
    Restarted... that's when the gun just about came out of the cabinet. LOL


    My machine started in the text shell... grrrr.

    This came from the log file.

    Code:
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
        No such file or directory.
    Error opening /dev/wacom : No such file or directory
    That repeated 5 times to make a total of 6.

    What am I doing wrong?? I did copy and paste where I could as to reduce typo's. I would really like the full functionality of this great mouse and at the same time have X to run. I just want to much.
    Hmm, everything looks correct. Are you running regualr Xorg or Xgl?
    Edit: If you're using two devices on one receiver, the post under this one may be helpful.
    Last edited by detyabozhye; July 25th, 2006 at 10:14 PM.
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  2. #22
    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 ewerx View Post
    I have a G7 and I also could not start X after the restart.

    Output from /proc/bus/input/devices that relate to my mouse:
    Code:
    I: Bus=0003 Vendor=046d Product=c51a Version=4100
    N: Name="Logitech USB Receiver"
    P: Phys=usb-0000:00:1d.7-4.1.2/input0
    S: Sysfs=/class/input/input3
    H: Handlers=mouse0 event3 ts0
    B: EV=7
    B: KEY=ffff0000 0 0 0 0 0 0 0 0
    B: REL=143
    
    I: Bus=0003 Vendor=046d Product=c51a Version=4100
    N: Name="Logitech USB Receiver"
    P: Phys=usb-0000:00:1d.7-4.1.2/input1
    S: Sysfs=/class/input/input4
    H: Handlers=kbd event4
    B: EV=f
    B: KEY=c0002 400 0 0 1 f80 78000 6039fa d84157ad 8e0000 0 0 0
    B: REL=40
    B: ABS=1 0
    I'm not sure why there are two listed here, could that be the problem?

    My 19-local.rules:
    Code:
    KERNEL=="event[0-9]*", SYSFS{../name}=="Logitech USB Receiver", NAME="input/event9"
    My xorg.conf is identical to the example.

    My X.org log file from the failed restart (only the parts that seem significant, added highlighting on what i think might be the error):
    Code:
    (II) Initializing extension GLX
    error opening security policy file /etc/X11/xserver/SecurityPolicy
    (**) Option "CoreKeyboard"
    (**) Generic Keyboard: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Generic Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Generic Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc104"
    (**) Generic Keyboard: XkbModel: "pc104"
    (**) Option "XkbLayout" "us"
    (**) Generic Keyboard: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Generic Keyboard: CustomKeycodes disabled
    (**) Option "Protocol" "ExplorerPS/2"
    (**) Configured Mouse: Device: "/dev/input/mice"
    (**) Configured Mouse: Protocol: "ExplorerPS/2"
    (**) Option "CorePointer"
    (**) Configured Mouse: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Configured Mouse: ZAxisMapping: buttons 4 and 5
    (**) Configured Mouse: Buttons: 9
    (**) Option "SendCoreEvents"
    (**) stylus: always reports core events
    (**) stylus device is /dev/wacom
    (**) stylus is in absolute mode
    (**) stylus: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "BaudRate" "9600"
    (**) stylus: serial speed 9600
    (**) Option "SendCoreEvents"
    (**) cursor: always reports core events
    (**) cursor device is /dev/wacom
    (**) cursor is in relative mode
    (**) cursor: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "BaudRate" "9600"
    (**) cursor: serial speed 9600
    (**) Option "SendCoreEvents"
    (**) eraser: always reports core events
    (**) eraser device is /dev/wacom
    (**) eraser is in absolute mode
    (**) eraser: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "BaudRate" "9600"
    (**) eraser: serial speed 9600
    (II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
    (II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
    (II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
    (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (**) Option "Device" "/dev/wacom"
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
            No such file or directory.
    Error opening /dev/wacom : No such file or directory
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
            No such file or directory.
    Error opening /dev/wacom : No such file or directory
    (**) Option "Device" "/dev/wacom"
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
            No such file or directory.
    Error opening /dev/wacom : No such file or directory
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
            No such file or directory.
    Error opening /dev/wacom : No such file or directory
    (**) Option "Device" "/dev/wacom"
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
            No such file or directory.
    Error opening /dev/wacom : No such file or directory
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
            No such file or directory.
    Error opening /dev/wacom : No such file or directory
    (II) Configured Mouse: ps2EnableDataReporting: succeeded
    (II) 3rd Button detected: disabling emulate3Button
    Looks like the same warnings hubacap is getting... not sure what that wacom stuff is, since I don't have a tablet or anything like that. The Logitech G7 mouse and a Microsoft Keyboard are the only input devices I have.
    You have both connecting through one reciever, correct? In that case, you'ld have to set up Xorg a bit differently, and you might have to drop the udev rule. I think some people have gotten it to work, but I haven't, so I can't really say how to have both working through one receiver. It might help to look through some comments in the old thread.

    These may be helpful:
    http://ubuntuforums.org/showpost.php...3&postcount=45
    http://ubuntuforums.org/showpost.php...7&postcount=62
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  3. #23
    Join Date
    Jul 2006
    Location
    Waterloo, ON
    Beans
    11
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    I was able to get mine working properly using this guide, and mine is a KB/Mouse combo on one receiver. Specifically, I have the Logitech LX700.

    My details from the input devices:
    Code:
    I: Bus=0003 Vendor=046d Product=c512 Version=3007
    N: Name="Logitech USB Receiver"
    P: Phys=usb-0000:00:1d.1-1.2/input0
    S: Sysfs=/class/input/input3
    H: Handlers=kbd event3
    B: EV=120003
    B: KEY=10000 7 ff800000 7ff febeffdf ffefffff ffffffff fffffffe
    B: LED=1f
    
    I: Bus=0003 Vendor=046d Product=c512 Version=3007
    N: Name="Logitech USB Receiver"
    P: Phys=usb-0000:00:1d.1-1.2/input1
    S: Sysfs=/class/input/input4
    H: Handlers=kbd mouse1 event4 ts1
    B: EV=7
    B: KEY=7fffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff 0 0 1878 d800d100 1e0000 0 0 0
    B: REL=143
    My 19-local.rules:
    Code:
    KERNEL=="event[0-9]*", SYSFS{../name}=="Logitech USB Receiver", NAME="input/event9"
    My xorg.conf before trying what detyabozhye has suggested. It works whenever the mouse is plugged in, but not when the mouse is dosconnected.
    Code:
    Section "InputDevice"
        Identifier    "Configured Mouse"
        Driver        "evdev"
        Option        "CorePointer"
        Option        "Device"          "/dev/input/event9"
        Option        "Buttons"        "10"
        Option        "ZAxisMapping"        "4 5"
    EndSection
    My .xbindkeys is the same as his, with a couple more options added.

    I hope some of this might be of help. Best of luck; I'm off to try this when the mouse is disconnected. BTW, I got the Ctrl-T working. Thanks.

    Jay


    EDIT: what you suggested worked, thanks. Now, how do I get the xbindkeys daemon to run automatically when I boot?
    Last edited by killerjay_47; July 25th, 2006 at 11:08 PM.

  4. #24
    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 killerjay_47 View Post
    what you suggested worked, thanks. Now, how do I get the xbindkeys daemon to run automatically when I boot?
    If you're running Gnome, go to "System > Preferences > Sessions" click on the "Startup Programs" tab, click "Add" and enter "xbindkeys".

    In Xfce go to Xfce Menu -> Settings -> Autostarted Applications and click Add.

    As for KDE, I'm not sure what the correct way is.
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  5. #25
    Join Date
    Jan 2006
    Beans
    53

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

    I tried the simple approach, ignoring the udev stuff and just added the lines at the end of my mouse section in xorg.conf. It is as follows:

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
    Option "ButtonMapping" "1 2 3 6 7"
    EndSection
    So now my MX1000 cruise up button instead goes back. And my the thumb button closest to me does too. What I'd really like is to have the cruis up to cruis up and the cruise down to cruise down. I'd also like the side buttons to go band and forth like they are supposed to and the wheel button I'd like to double click when I push it. Any way to do that? Or at least some of it without all this crazy, complicated stuff. could someone post what the button mapping numbers mean and then I could just configure it the way I want.
    Last edited by kpurcell; July 26th, 2006 at 02:09 AM.
    Kevin

  6. #26
    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 kpurcell View Post
    I tried the simple approach, ignoring the udev stuff and just added the lines at the end of my mouse section in xorg.conf. It is as follows:

    Code:
    Quote:Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
    Option "ButtonMapping" "1 2 3 6 7"
    EndSection
    So now my MX1000 cruise up button instead goes back. And my the thumb button closest to me does too. What I'd really like is to have the cruis up to cruis up and the cruise down to cruise down. I'd also like the side buttons to go band and forth like they are supposed to and the wheel button I'd like to double click when I push it. Any way to do that? Or at least some of it without all this crazy, complicated stuff. could someone post what the button mapping numbers mean and then I could just configure it the way I want.
    Note the Protocol, it's "ExplorerPS/2", it's meant for MS IntelliMouse Explorer. It will not work with all the Logitech buttons correctly no matter what you set the "ButtonMapping" to, I tried it. I don't mind anyone using that method, but you'll have to live with some buttons functioning incorrectly.

    BTW, you will still need to set up xbindkeys, LMCtl, etc IF you want it to do 800+ CPI, Back/Forward in Nautilus or whatever. The "simple" method is only a replacement for the udev and evdev part, not for the rest of this guide. If I wrote this guide using the "simple method", it would still be two thirds the length.
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  7. #27
    Join Date
    Feb 2006
    Beans
    151
    Distro
    Kubuntu 7.10 Gutsy Gibbon

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

    Lol well this ended for me early, when I first went to change xorg.conf (after the udev thing), the X server kinda booted then didnt. Im using nvidia drivers and indeed the little nvidia picture showed up as it was supposed to. However after that it went back to the loading screen (usually it then proceeds to login). Any reason why this happens?
    Never let your sense of morals prevent you from doing what's right.
    Isaac Asimov

  8. #28
    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

    Don't know, I had that a lot when testing the current evdev. Can you tell me a bit about your mouse, setup, and give me the output of "cat /proc/bus/input/devices"? The current evdev is just a bit too picky. My old guide is a bit more relliable, but a bit hacky as well and longer in length.
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  9. #29
    Join Date
    Feb 2005
    Beans
    56

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

    I have the Wacom thing too. I'm not sure why it's there, but you can safely comment out the device references if you also comment out "stylus", "cursor", and "eraser" in the "Server Layout" section of xorg.conf, near the bottom.

    It doesn't help anything, but it at least supresses those annoying error messages that scroll off the relevant errors when X fails to start.

  10. #30
    Join Date
    Feb 2006
    Beans
    151
    Distro
    Kubuntu 7.10 Gutsy Gibbon

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

    Heres the output of cat /proc/bus/input/devices
    Code:
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/class/input/input0
    H: Handlers=kbd event0
    B: EV=120013
    B: KEY=402000000 3802078f840d001 f2ffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7
    
    I: Bus=0010 Vendor=001f Product=0001 Version=0100
    N: Name="PC Speaker"
    P: Phys=isa0061/input0
    S: Sysfs=/class/input/input2
    H: Handlers=kbd event2
    B: EV=40001
    B: SND=6
    
    I: Bus=0000 Vendor=001f Product=001f Version=0000
    N: Name="Mouseemu virtual keyboard"
    P: Phys=
    S: Sysfs=/class/input/input3
    H: Handlers=kbd event3
    B: EV=100003
    B: KEY=1ffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffff
    
    I: Bus=0000 Vendor=001f Product=001e Version=0000
    N: Name="Mouseemu virtual mouse"
    P: Phys=
    S: Sysfs=/class/input/input4
    H: Handlers=mouse1 event4 ts1
    B: EV=7
    B: KEY=70000 0 0 0 0
    B: REL=103
    
    I: Bus=0005 Vendor=045e Product=007b Version=0039
    N: Name="Microsoft Bluetooth keyboard"
    P: Phys=00:50:F2:E1:B6:20
    S: Sysfs=/class/input/input5
    H: Handlers=kbd event5
    B: EV=12000b
    B: KEY=3 ffff000000000007 ff8018780803ffff fffeffdff3cfffff fffffffffffffffe
    B: ABS=1f0000000000
    B: LED=407
    
    I: Bus=0003 Vendor=046d Product=c01e Version=2200
    N: Name="Logitech USB-PS/2 Optical Mouse"
    P: Phys=usb-0000:00:02.0-8/input0
    S: Sysfs=/class/input/input14
    H: Handlers=mouse0 event1 ts0
    B: EV=7
    B: KEY=ff0000 0 0 0 0
    B: REL=103
    Note that this is after I tried to do the guide.

    As to the setup:
    the comps a a64 runnin kubuntu dapper drake (Linux kubuntu 2.6.15-26-amd64-generic)
    mouse is a mx518

    graphics an evga 7900 gt
    hd is a seagate 160 gig
    cpu is a 3800
    mobo is an asus a8n sli dlx
    1 gig ram

    Thats pretty much it, oh and thanks for the help
    Never let your sense of morals prevent you from doing what's right.
    Isaac Asimov

Page 3 of 65 FirstFirst 123451353 ... 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
  •