LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-25-2008, 02:00 AM   #1
Gaston
LQ Newbie
 
Registered: Apr 2007
Posts: 4

Rep: Reputation: 0
Posting device for arthritic hands?


I have rheumatoid arthritis and was looking for a keyboard that will work with my clumsy arthritic hands, and settled with an IBM Model M that I love. I'm still fighting the mices for a good pointing. The Microsoft Elite Wireless put a lot of stress on my wrist, so when it died I got a Microsoft Natural Laser 6000. Nice mouse, easier on the wrist and fingers, but no matter how I change the settings I can't get fine movement. I have a new Logitech Marble mouse that is nice, but no scroll bar and I use that feature a lot. I can't use the Synaptics driver with my Adesso stand-alone touchpad, and the tapping is far too light for me if I leave it set to the default PS/2 or IMS/2 settings in xorg.conf. I'm at a loss as to what to try next, I know the problem can be solved.

Any ideas? I know there are a couple of odd designs out there like the vertical mouse, but I don't know if that would help. The best so far has been the touchpad, if I could just turn off the tapping. Another solution would be to use the trackball on the right, if I can find one of the scrollbar (only) that once were sold to clip to a laptop.

I'd sure appreciate any help or advice offered,

Thank you,
Bob
 
Old 02-26-2008, 12:21 PM   #2
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,988

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
There are usually ways to turn off or disable tapping on your touchpad if that's what you want to do. Please post your distro and your xorg.conf file and I'll try and help with that. It's usually just a matter of editing xorg.conf.

As for hardware, I see many recommending trackballs but that is such a personal choice depending on your specific disabilities that it would be hard to give meaningful advice. The best thing to do is go out to a computer store and physically try out whatever they have available. It's really the only way to know.
 
Old 02-26-2008, 01:26 PM   #3
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Also, a note on mice and precision, not sure if this will help you, but if you get a laser mouse with a high DPI, something like 2000 dpi or so, you will get super precision, really great for playing games. I have one here where you can change DPI on the fly, quite nice (I can pick between 800, 1200, and 2000, but 2000 is way to much for me, 1200 works best). I know you probably don't play too many video games, but you did complain about 'fine movement' or precision, and this for sure will help.

Last edited by H_TeXMeX_H; 02-26-2008 at 01:28 PM.
 
Old 02-27-2008, 06:39 PM   #4
Gaston
LQ Newbie
 
Registered: Apr 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by kilgoretrout View Post
There are usually ways to turn off or disable tapping on your touchpad if that's what you want to do. Please post your distro and your xorg.conf file and I'll try and help with that. It's usually just a matter of editing xorg.conf.
Thank you! I had played with the xorg.conf file trying to get a trackball working and it was messy with commented-out lines, so I used Xorg -configure to generate a new one. It works the same as the messy one.

Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
	Load  "glx"
	Load  "extmod"
	Load  "xtrap"
	Load  "record"
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	#DisplaySize	  380   300	# mm
	Identifier   "Monitor0"
	VendorName   "HSD"
	ModelName    "HX191DPBU"
 ### Comment all HorizSync and VertRefresh values to use DDC:
	HorizSync    30.0 - 83.0
	VertRefresh  50.0 - 76.0
	Option	    "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "i810"
	VendorName  "Intel Corporation"
	BoardName   "82946GZ/GL Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
Right now I am using a Microsoft Natural Laser Mouse 6000 via USB as the main mouse (haven't tried to configure the extra buttons as I don't use them), and an Adesso Model GP-160PS touchpad. Here's the results from "egrep "Name|Handlers" /proc/bus/input/devices" -

Code:
N: Name="Macintosh mouse button emulation"
H: Handlers=mouse0 event0 
N: Name="AT Translated Set 2 keyboard"
H: Handlers=kbd event1 
N: Name="Microsoft Microsoft Wireless Optical Mouse® 1.00"
H: Handlers=mouse1 event2 
N: Name="Power Button (FF)"
H: Handlers=kbd event3 
N: Name="Power Button (CM)"
H: Handlers=kbd event4 
N: Name="PC Speaker"
H: Handlers=kbd event5 
N: Name="ImPS/2 Generic Wheel Mouse"
H: Handlers=mouse2 event6
I'm guessing I need to add a section for "Mouse1" for the touchpad in order to configure it, but I haven't been able to find information on the settings to turn off the tapping feature.

I tried the Synaptics driver, but SHMconfig won't start because my touchpad is an Adesso, not a Synaptics. I emailed Adesso and got a "we don't support Linux" reply, emailed Synaptics to see if they make a stand-alone unit and received no reply at all.

Nearly forgot, I'm using the i686 version of Arch Linux and update every day or two.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get my hands on some sort of encoding device so i can play avi, mpg, mpeg, wmv Bubsy_85 Linux - Software 6 12-22-2006 07:39 AM
Where Can I Get My Hands On Linux 7.0-7.1 Download cisco2 Linux - Software 4 09-17-2003 11:22 PM
Asking about how to get my hands on Slack JasonSmead Slackware 10 06-06-2003 04:50 PM
Show of hands IcoNyx Linux - Software 14 04-01-2003 01:31 AM
hands up slackies! gui10 Linux - Distributions 28 01-13-2002 02:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration