Page 22 of 65 FirstFirst ... 12202122232432 ... LastLast
Results 211 to 220 of 650

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

  1. #211
    Join Date
    Sep 2006
    Beans
    Hidden!

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

    Hmmm, for some reason I can't get evdev to control the mouse. I set up udev rules as in first page. Either I write the rule to include "Logitech USB Receiver" and nothing happens (though movement of mouse will wake up system) or I include "Logitech Bluetooth Mouse" and X crashes on startup. xorg.conf is also setup by instructions on 1st page.

    Can't post the codes (.conf, udev rule) right now because I'm currently on another machine. I'll do this in a while.

    Funnily enough, "mouse" works fine with my MX900 except for the "cruise up". Momentarily I can live with the "flaw".

    Does anybody know if this setup has its problems with bluetooth mice, or it's just my ineptness?

  2. #212
    Join Date
    Oct 2005
    Location
    Rome, Ga
    Beans
    2,339
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    Each time I have tried doing my mouse lately (been busy trying edgy, but I finally have dapper back right now), I get some kind of wacom or something in my input devices. I get stuck out of x because this appears out of the blue each time I try to get the mouse settings right. I removed the lines from xorg.conf, but still could not get into x, then I noticed:

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"

    The stylus, cursor, and eraser are each part and parcel of the wacom or whatever it was. I #-ed them and now I can boot.

    Thing is, what the heck?

    Also, it sure would be nice if you could take an entire section you don't want, and just

    /*
    comment
    the
    whole
    thing
    out
    like
    this
    instead
    of
    #
    at
    the
    head
    of
    each
    line
    or
    ctrl-k
    to
    remove
    a
    line
    at
    a
    time
    */

    But /* is not recognized, so you have to # each line. Shame.

    So I guess I try to remember the name of that wacom or whatever it is and remove from synaptic, maybe? Why did it show up? I have a tablet, but it's not hooked up.
    Last edited by BLTicklemonster; September 30th, 2006 at 05:02 PM.

  3. #213
    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 Zieher View Post
    Hmmm, for some reason I can't get evdev to control the mouse. I set up udev rules as in first page. Either I write the rule to include "Logitech USB Receiver" and nothing happens (though movement of mouse will wake up system) or I include "Logitech Bluetooth Mouse" and X crashes on startup. xorg.conf is also setup by instructions on 1st page.

    Can't post the codes (.conf, udev rule) right now because I'm currently on another machine. I'll do this in a while.

    Funnily enough, "mouse" works fine with my MX900 except for the "cruise up". Momentarily I can live with the "flaw".

    Does anybody know if this setup has its problems with bluetooth mice, or it's just my ineptness?
    Yeah, get me the /proc/bus/input/devices, udev rule, and xorg.conf so I can see what's wrong.

    Your mouse is wireless, correct? And the reciever can be for keyboard as well?
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  4. #214
    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 BLTicklemonster View Post
    Each time I have tried doing my mouse lately (been busy trying edgy, but I finally have dapper back right now), I get some kind of wacom or something in my input devices. I get stuck out of x because this appears out of the blue each time I try to get the mouse settings right. I removed the lines from xorg.conf, but still could not get into x, then I noticed:

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"

    The stylus, cursor, and eraser are each part and parcel of the wacom or whatever it was. I #-ed them and now I can boot.

    Thing is, what the heck?

    Also, it sure would be nice if you could take an entire section you don't want, and just

    /*
    comment
    the
    whole
    thing
    out
    like
    this
    instead
    of
    #
    at
    the
    head
    of
    each
    line
    or
    ctrl-k
    to
    remove
    a
    line
    at
    a
    time
    */

    But /* is not recognized, so you have to # each line. Shame.

    So I guess I try to remember the name of that wacom or whatever it is and remove from synaptic, maybe? Why did it show up? I have a tablet, but it's not hooked up.
    I got the wacom thing in Edgy as well. It should be fine to just delete all the wacom, stylus, eraser stuff from xorg.conf. Are you saying it keeps coming back though?
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  5. #215
    Join Date
    May 2005
    Location
    Yoshi Island
    Beans
    514
    Distro
    Ubuntu 9.10 Karmic Koala

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

    has anyone gotten an mx700 mouse to work in edgy?
    creating a udev rule just causes x to crash, and without the rule my buttons are all messed up when using xev.

    Code:
    Section "InputDevice"
        Identifier     "Mouse0"
        Driver         "evdev"
        Option         "SendCoreEvents" "true"
        Option         "Device" "/dev/input/event9"
    EndSection
    Last edited by spockrock; September 30th, 2006 at 11:44 PM.

  6. #216
    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

    In Edgy Eft, I got it to work without the udev rule using the Name Option in xorg.conf, I haven't tried it in Dapper though, so I'm not going to edit the tutorial yet:

    Code:
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"evdev"
    	Option		"CorePointer"
    	Option		"Name"	"Logitech USB-PS/2 Optical Mouse"
    EndSection
    aka anime4christ (I'm a guy, btw.)
    My personal boring website ^_^
    Jesus has changed your life. Save changes? (Y/N)

  7. #217
    Join Date
    Oct 2005
    Location
    Rome, Ga
    Beans
    2,339
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    It only comes back if I have to dpkg reconfigure because of a video driver problem (which I was having when I tried edgy on a fresh install. I gave up and came back after a while. I'll let them smooth it out a bit more), or if I did dpkg reconfigure phigh.

    But why does it come up? Quite odd.

  8. #218
    Join Date
    May 2005
    Location
    Yoshi Island
    Beans
    514
    Distro
    Ubuntu 9.10 Karmic Koala

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

    detyabozhye tried that no dice.....

  9. #219
    Join Date
    Apr 2006
    Beans
    42
    Distro
    Ubuntu 10.04 Lucid Lynx

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

    Just like to say thanks for the information i have finally have back and forward buttons on mx1000.

  10. #220
    Join Date
    Apr 2006
    Beans
    42
    Distro
    Ubuntu 10.04 Lucid Lynx

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

    I keep right clicking and clicking back , i keep forgetting the side buttons work.

Page 22 of 65 FirstFirst ... 12202122232432 ... 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
  •