*BSD News Article 99469


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!inferno.mpx.com.au!brian.telstra.net!news.telstra.net!nsw.news.telstra.net!news.syd.connect.com.au!news.mel.connect.com.au!munnari.OZ.AU!news.Hawaii.Edu!news.caldera.com!enews.sgi.com!news.sgi.com!howland.erols.net!infeed2.internetmci.com!newsfeed.internetmci.com!news.dti.ad.jp!nspixp!wnoc-tyo-news!news.nc.u-tokyo.ac.jp!train.ad.jp!iroha.utsunomiya-u.ac.jp!nikko.utsunomiya-u.ac.jp!yokota
From: yokota@zodiac.mech.utsunomiya-u.ac.jp. (Kazutaka YOKOTA)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Notebook Mouse Question
Date: 12 Jul 1997 00:18:59 GMT
Organization: Utsunomiya University, Utsunomiya, Japan
Lines: 35
Message-ID: <5q6ihj$49q$1@nikko.utsunomiya-u.ac.jp>
References: <Pine.BSF.3.96.970706130737.26872C-100000@net3.netacc.net>
NNTP-Posting-Host: zodiac.mech.utsunomiya-u.ac.jp
X-Newsreader: mnews [version 1.19PL2] 1996-01/26(Fri)
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:44297

In article <Pine.BSF.3.96.970706130737.26872C-100000@net3.netacc.net> for comp.unix.bsd.freebsd.misc
Jeffrey Kenney wrote:

kenney>>Has anyone exprienced the problem where you move the mouse and the cursor
kenney>>moves (but it goes to the top and just goes back and forth)  I have seen
kenney>>this on a few computers, is there something that I should change with the
kenney>>psm driver?  
kenney>>
kenney>>I am trying this on a TI Travelmate 6020 (if that helps)

You had better specify which version of FreeBSD you are using.  In the
following text I will assume it is 2.2.1 or 2.2.2.  And I also assume
you are talking about mouse behavior under X.

Under 2.2.X, you can let the X server access a mouse, or a built-in
pointing device, directly or via `moused'.  (If you are not sure
about `moused' running, do `ps auxww | grep moused'.)

Locate the Pointer section of XF86Config.  The file is either in
/usr/X11R6/lib/X11 or in /etc, depending on where you saved it when
you configured X.

If you are not using `moused', that is, you let the X server access
the psm device directly, the section should look like:

    Protocol "PS/2"
    Device "/dev/psm0"

If you are using `moused', it should be:

    Protocol "MouseSystems"
    Device "/dev/sysmouse"

Kazu