Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.hardware > #3293 > unrolled thread
| Started by | wexfordpress <john@wexfordpress.com> |
|---|---|
| First post | 2017-09-17 08:12 -0700 |
| Last post | 2017-09-17 11:48 -0700 |
| Articles | 7 — 7 participants |
Back to article view | Back to comp.os.linux.hardware
Need roller ball mouse for Parkinsons Disease wexfordpress <john@wexfordpress.com> - 2017-09-17 08:12 -0700
Re: Need roller ball mouse for Parkinsons Disease Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2017-09-17 11:29 -0400
Re: Need roller ball mouse for Parkinsons Disease "Carlos E.R." <robin_listas@es.invalid> - 2017-10-13 03:31 +0200
Re: Need roller ball mouse for Parkinsons Disease Zebee Johnstone <zebeej@gmail.com> - 2017-10-20 22:40 +0000
Re: Need roller ball mouse for Parkinsons Disease Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> - 2017-09-17 17:39 +0000
Re: Need roller ball mouse for Parkinsons Disease Richard Kettlewell <invalid@invalid.invalid> - 2017-09-17 19:18 +0100
Re: Need roller ball mouse for Parkinsons Disease Flat Ron <flatron@lg.com> - 2017-09-17 11:48 -0700
| From | wexfordpress <john@wexfordpress.com> |
|---|---|
| Date | 2017-09-17 08:12 -0700 |
| Subject | Need roller ball mouse for Parkinsons Disease |
| Message-ID | <66e2172b-4922-4394-8445-64da5a3dd60d@googlegroups.com> |
Several of these exist but none say they work with Linux (Slackware and Xubunu). Any of you used such a device with Linux? John Culleton (age 85)
[toc] | [next] | [standalone]
| From | Lew Pitcher <lew.pitcher@digitalfreehold.ca> |
|---|---|
| Date | 2017-09-17 11:29 -0400 |
| Message-ID | <opm4c0$pu9$1@dont-email.me> |
| In reply to | #3293 |
wexfordpress wrote: > Several of these exist but none say they work with Linux (Slackware and > Xubunu). Any of you used such a device with Linux? I've had no problems with rollerball mice or laser mice under Linux (Slackware, and Kubuntu). However, I have no experience with trackball mice, which I suspect is what you call a "roller ball mouse". My guess is that, because a trackball is essentially an inverted roller ball mouse, Linux should have no problem recognizing it. -- Lew Pitcher "In Skills, We Trust" PGP public key available upon request
[toc] | [prev] | [next] | [standalone]
| From | "Carlos E.R." <robin_listas@es.invalid> |
|---|---|
| Date | 2017-10-13 03:31 +0200 |
| Message-ID | <0lh5be-2vc.ln1@Telcontar.valinor> |
| In reply to | #3294 |
On 2017-09-17 17:29, Lew Pitcher wrote: > wexfordpress wrote: > >> Several of these exist but none say they work with Linux (Slackware and >> Xubunu). Any of you used such a device with Linux? > > I've had no problems with rollerball mice or laser mice under Linux > (Slackware, and Kubuntu). > > However, I have no experience with trackball mice, which I suspect is what > you call a "roller ball mouse". My guess is that, because a trackball is > essentially an inverted roller ball mouse, Linux should have no problem > recognizing it. I use a Logitech Track Ball Marble +, and I never had a problem with it. Works out of the box, no configuration needed. Generally, all mice simply work in Linux. Maybe if they have fancy features, like extra buttons there may be a problem. There may be differences, however, when comparing with the Windows driver, specially for touchpads. -- Cheers, Carlos.
[toc] | [prev] | [next] | [standalone]
| From | Zebee Johnstone <zebeej@gmail.com> |
|---|---|
| Date | 2017-10-20 22:40 +0000 |
| Message-ID | <slrnoukuq2.cfj.zebeej@gmail.com> |
| In reply to | #3298 |
In comp.os.linux.hardware on Fri, 13 Oct 2017 03:31:44 +0200 Carlos E.R. <robin_listas@es.invalid> wrote: > On 2017-09-17 17:29, Lew Pitcher wrote: >> wexfordpress wrote: >> >>> Several of these exist but none say they work with Linux (Slackware and >>> Xubunu). Any of you used such a device with Linux? >> >> I've had no problems with rollerball mice or laser mice under Linux >> (Slackware, and Kubuntu). >> >> However, I have no experience with trackball mice, which I suspect is what >> you call a "roller ball mouse". My guess is that, because a trackball is >> essentially an inverted roller ball mouse, Linux should have no problem >> recognizing it. > > I use a Logitech Track Ball Marble +, and I never had a problem with it. > Works out of the box, no configuration needed. > Kensington trackball - one big central ball, 4 buttons - does need a bit of tweaking in udev if you want to program the buttons but otherwise it works. Zebee
[toc] | [prev] | [next] | [standalone]
| From | Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> |
|---|---|
| Date | 2017-09-17 17:39 +0000 |
| Message-ID | <opmc0d$lsa$1@dont-email.me> |
| In reply to | #3293 |
On Sun, 17 Sep 2017 08:12:32 -0700, wexfordpress wrote:
> Several of these exist but none say they work with Linux (Slackware and
> Xubunu). Any of you used such a device with Linux?
>
> John Culleton (age 85)
Many years ago (probably about Slackware 9.1) I used a Kensington
trackball together with Slackware. If I remember right there was no need
for any partikular settings for it to work.
Some less years ago (probably about Slackware 13.1) I used different
kinds of 3DConnexion spacemouse. Those are different beasts compared to
trackballs, but did require some extra rows in
/etc/udev/rules.d/90-local.rules
-8<----------------------------------
# For spacemouse to work
KERNEL=="event*", MODE="0666"
# But protect the keyboard from reading
ENV{ID_CLASS}=="kbd", MODE="0640"
-8<----------------------------------
But maybe I did the settings above only to allow userspace programs run
by ordinary users to access the device. Those spacemouse devices were not
used to control the curson in X but to control other programs.
regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc351(at)poolhem.se Examples of addresses which go to spammers:
root@localhost postmaster@localhost
[toc] | [prev] | [next] | [standalone]
| From | Richard Kettlewell <invalid@invalid.invalid> |
|---|---|
| Date | 2017-09-17 19:18 +0100 |
| Message-ID | <87lgldjiiy.fsf@LkoBDZeT.terraraq.uk> |
| In reply to | #3293 |
wexfordpress <john@wexfordpress.com> writes: > Several of these exist but none say they work with Linux (Slackware > and Xubunu). Any of you used such a device with Linux? > > John Culleton (age 85) I’ve been using https://www.kensington.com/us/us/4493/k64325/expert-mouse-wired-trackball for many years, it works fine with Linux. I’d expect most USB mice and trackballs to work perfectly well too. -- https://www.greenend.org.uk/rjk/
[toc] | [prev] | [next] | [standalone]
| From | Flat Ron <flatron@lg.com> |
|---|---|
| Date | 2017-09-17 11:48 -0700 |
| Message-ID | <opmg1k$j75$1@gioia.aioe.org> |
| In reply to | #3293 |
On 09/17/2017 08:12 AM, wexfordpress wrote: > Several of these exist but none say they work with Linux (Slackware and Xubunu). > Any of you used such a device with Linux? > > John Culleton (age 85) Comments here are a few years old, but encouraging. <https://www.linuxquestions.org/questions/slackware-14/trackball-4175460225-print/> Your reference to Parkinsons reminded me of this trackball, called the HUGE. I guess it's actually huge, which may be a benefit. It recently received high praise in rec.crafts.metalworking group. <https://www.amazon.com/dp/B0735584RM/?tag=xahh-20> The HUGE allegedly does work with Linux, according to <http://xahlee.info/kbd/elecom_huge_trackball.html> "Work in Linux? Yes. 5 standard buttons work. Except the 3 function buttons on top of the trackball."
[toc] | [prev] | [standalone]
Back to top | Article view | comp.os.linux.hardware
csiph-web