You are not logged in.

#1 2008-04-11 23:17:42

synthead
Member
Registered: 2006-05-09
Posts: 1,337

[solved] Getting a HUGE serial trackball to with with xorg!!

I was just given this awesome Kensington Expert Mouse but it's serial-driven.  What do I do to make it work? big_smile

Last edited by synthead (2008-04-12 16:13:11)

Offline

#2 2008-04-12 00:01:46

MoonSwan
Member
From: Great White North
Registered: 2008-01-23
Posts: 881

Re: [solved] Getting a HUGE serial trackball to with with xorg!!

Get a serial to usb adapter then plug it into a usb port would be what I'd do.  Serial ports are a giant pain to get to function properly.  Serial ports on linux are mapped to ttys0 through to ttys# (depending how many you have) and iirc tldp.org has a small how to on getting serial mice to function with a linux distro & X properly.

Offline

#3 2008-04-12 00:49:26

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: [solved] Getting a HUGE serial trackball to with with xorg!!

Aha!  You just made me realize what I needed to do.  I put a new InputDevice entry in there, mapped to ttyS0, and it works!

Here's what I did.  I added this to the InputDevice area:

Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"   
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "SendCoreEvents" "true"
EndSection

And added this to my ServerLayout section:

Section "ServerLayout"

... bunch of other stuff ...

    InputDevice "Serial Mouse"
EndSection

Wham - 1994 ftw!

Offline

#4 2008-04-12 19:43:21

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: [solved] Getting a HUGE serial trackball to with with xorg!!

Sorry to bump, but you guys gotta try a huge trackball.  They are the bombdiggity big time.

Offline

#5 2008-04-12 22:50:03

MoonSwan
Member
From: Great White North
Registered: 2008-01-23
Posts: 881

Re: [solved] Getting a HUGE serial trackball to with with xorg!!

Glad you got it to work.  I'd love to try one but afaik they all use mechanical means to read the balls movement, which leads to the little bearings wearing out.  If yours is using an optical or laser sensor please post to me the name of the trackball and/or a link to it on kensingtons site!  I have a good friend who needs a new trackball.

Offline

#6 2008-04-12 22:56:52

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: [solved] Getting a HUGE serial trackball to with with xorg!!

IIRC, many newer trackballs use an optical sensor.

http://us.kensington.com/html/2200.html

Offline

#7 2008-04-12 23:30:57

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: [solved] Getting a HUGE serial trackball to with with xorg!!

This one does use ball bearings now that I look at it.  Still works fine though smile  ... for now at least.

I really like the scrolling thing on that optical one though.  I'm thinking I might buy one of these for home too, they really really work well.  Gosh, I hooked it up cause I thought it was cool, I had no idea I would fall in love with it ...

Last edited by synthead (2008-04-12 23:32:38)

Offline

#8 2008-04-13 00:00:27

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: [solved] Getting a HUGE serial trackball to with with xorg!!

yeah I have a logitech marble mouse and it's great. I love the multi directional scrolling, and the fact the I don't need a huge desk to move an inefficient mouse around.


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

Board footer

Powered by FluxBB