Re: crazy mouse

2004-04-25 Thread Ph. Schulz
Tsu-Fan Cheng wrote:

I just changed a new m/board and found my mouse went crazy, it's out of
 control most of the time and tends to stay in one corner and shakes
 itself. it is a generic PS/2 mouse, 2 buttons, no special something, no
 scroller, no nothing. i tried to change Protocol in my XF86Config, tried
 PS/2 auto SysMouse IntelliMouse, up to now only SysMouse works,


If you run moused(8), the device in XF86Config should be /dev/sysmouse
and the protocol should be set to SysMouse. I assume you run moused(8)
with something like

  moused_flags=-p /dev/psm0 -t auto

in your /etc/rc.conf . If so, does the mouse work on the console? If
not, you might want to read psm(4). I had to add

  hint.psm.0.flags=0x100

to /boot/device.hints . Note that this is not availeable in FreeBSD 4.x
but instead you will need to add those flags to your kernel config. Find
a line that says

  device psm0 at atkbdc? irq 12

and make it

  device psm0 at atkbdc? irq 12 flags 0x100

Hope this helps, it worked for me.

Regards,

Phil.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


crazy mouse

2004-04-24 Thread Tsu-Fan Cheng
Hi bsder,
   I just changed a new m/board and found my mouse went crazy, it's out of
control most of the time and tends to stay in one corner and shakes
itself. it is a generic PS/2 mouse, 2 buttons, no special something, no
scroller, no nothing. i tried to change Protocol in my XF86Config, tried
PS/2 auto SysMouse IntelliMouse, up to now only SysMouse works,
by work, I mean I sort of can control it when I try very hard. other
protocols make some pull-down menu automatically showed up and blink, I
use xfce4 as my x-win. my graphic is Savage chip. my mouse is driving me
crazy, HHLLLPP!!! (m/board is ECS L7VMM3).

Best Regards, :-)

Tsu-Fan Cheng [] (BIG5)
SUNY at Stony Brook
Stony Brook, NY, 11794
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: crazy mouse

2004-04-24 Thread Joshua Lokken
* Tsu-Fan Cheng [EMAIL PROTECTED] [2004-04-24 16:35]:
 Hi bsder,
I just changed a new m/board and found my mouse went crazy, it's out of
 control most of the time and tends to stay in one corner and shakes
 itself. it is a generic PS/2 mouse, 2 buttons, no special something, no
 scroller, no nothing. i tried to change Protocol in my XF86Config, tried
 PS/2 auto SysMouse IntelliMouse, up to now only SysMouse works,
 by work, I mean I sort of can control it when I try very hard. other
 protocols make some pull-down menu automatically showed up and blink, I
 use xfce4 as my x-win. my graphic is Savage chip. my mouse is driving me
 crazy, HHLLLPP!!! (m/board is ECS L7VMM3).
 
Section InputDevice

Identifier  Mouse1
Driver  mouse
Option Protocol   Auto
Option Device /dev/sysmouse

EndSection

in XF86Config really should do it for you, if not, post what you've got,
and check /var/log/XFree86.0.log for any clues to what the specific
problem may be.

-- 
Joshua

If only we had listened to that boy, instead of
  walling him up in the abandoned coke oven...
-- C. Montgomerey Burns

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]