Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
GUI Software Hardware Linux

Vertical Ergonomic Devices for Linux? 18

NonNullSet asks: "I am having trouble finding a truly programmable mouse for Linux. I'm a longtime (read older) computer user and have to use an ergonomic mouse (http://www.evoluent.biz) to work on Windows. I would like to find something similar (vertical shape, if possible, programmable buttons) for Linux, but haven't had any luck. Have any Slashdot readers been successful at finding/using programmable ergonomic hardware on Linux? Vertical shape plus click and hold would be excellent!"
This discussion has been archived. No new comments can be posted.

Vertical Ergonomic Devices for Linux?

Comments Filter:
  • Well... (Score:5, Informative)

    by Vaevictis666 ( 680137 ) on Thursday February 12, 2004 @09:31PM (#8265210)
    If the vertical mouse is USB, why wouldn't linux be able to pick it up as a four-button HID? As far as the machine is concerned all it should need to know is that it's got a pointer and some buttons...
  • by CyberVenom ( 697959 ) on Thursday February 12, 2004 @09:32PM (#8265219)
    The mouse you linked to claims to be Linux compatable already. Since it is USB/PS2 I wouldn't doubt that claim as both PS2 and USB HIDs have been supported properly by Linux for some time.
    -CyberVenom
    • I have communicated with the vendor. All they say is that the mouse will be detected as a "two button" mouse. None of the programability (available via the Windows driver) will be present. So while the mouse would "work", it wouldn't have the feature set I want.
      • I would recomend brining this up on the linux-kernel and/or linux-usb mailing lists. I can't immagine that it would be too difficult for someone to write a simple device driver for the extra non-standard buttons on this. If the extra buttons ended up being a seperate device in the input subsys maybe a virtual mouse could be created to bind the two devices (mouse and buttons) together into something that looks like a typical four button HID device.
        • If it is USB and HID-compliant, it probably already works (note that using many-button USB mice is a pain to set up -- here's my XF86Config section for a five-button (plus up and down on a scrollwheel, which is not properly detected by Fedora) config:

          Section "InputDevice"
          Identifier "Mouse0"
          Driver "mouse"
          Option "Protocol" "ExplorerPS/2"
          Option "Device" "/dev/mouse"
          Option "Buttons" "7"
          Option "ZAxisMapping" "6 7"
          Option
  • vi (Score:3, Funny)

    by Michael.Forman ( 169981 ) * on Thursday February 12, 2004 @09:35PM (#8265254) Homepage Journal

    Programmable ergonomic hardware on Linux with a vertical shape and click and hold?
    Sure! Tape the keyboard to your monitor and use vi.

    Mod all vi jokes as Funny unless you're an emacs user, then mod them as Flamebait.

    Michael. [michael-forman.com]
  • by identity0 ( 77976 ) on Thursday February 12, 2004 @09:35PM (#8265255) Journal
    How could you get 'Vertical' spelled right in the submission, but mess it up in the headline?! Did the submitter misspell it, or did the editors? And finally... did no one who was a subscriber notice, too?

    Sheesh... 'Verticle', indeed...
  • Here is the xmodmap documentation [xfree86.org] you are looking for.
    • I think that the questioner has some misconceptions about "mice" as they relate to "Linux".

      Mice are not (generally) programmable. You can change the way your computer programs handle the input given them by the Linux kernel from mice. Most programs do not talk to the kernel directly about mice; they use a "middleman" program, which is in most cases X [x.org] (for GUI applications) or gpm [schottelius.org].

      These middleman programs have ways of swapping the meanings of the pressed buttons. The link in the parent comment shows how to
      • I understand the X11 paradigm. [In fact, I was an X11 developer back in the days of R4.] What I would like to do is be able to click a button and release it, but have the action (mouse event) be that the button is "held down" until I click again (at which point a button up event is generated). This is possible on many programmable mice on MS PCs (using a vendor driver). The reason I want this is that holding down a mouse button can (and does) cause RSI pain.
      • I think this would either require truly programmable pointer hardware (which I don't think exists) or some new functions built into Xlib (which may or may not be easy to do). You may know better than I, but I think that Xlib actually translates pointer button patterns into abstracted events and sends them to applications that way (a double click is sent as a double click, not as two clicks in quick succession). I have not read the Xlib docs, but I will. IMHO, you raise a very important issue. Kudos.
  • According to this link [evoluent.biz] Evoluent is supported on "Linux and UNIX"
  • I think I see the problem with the Evoluent mouse: It's right-handed only. Right-wing, Enron-loving, right-handed Suits only use Windows. So I can see why this patented* mouse only works with Windows. (Yes, I know that's not true, but don't spoil the joke!)

    Everybody knows Linux users are more left-wing, so we are, naturally, lefties...

    *Another fine example of an obvious patent. I wonder if they patented the left-handed version? DIBS!

Say "twenty-three-skiddoo" to logout.

Working...