RE: Jittery PS/2 Mouse in 7.0-RELEASE

2008-03-21 Thread Ted Mittelstaedt

I believe if you run the mouse daemon and use /dev/sysmouse
in xorg it will work a lot better.

Ted

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Alexander Dunn
 Sent: Thursday, March 20, 2008 5:12 AM
 To: freebsd-questions@freebsd.org
 Subject: Jittery PS/2 Mouse in 7.0-RELEASE


 I have a PS/2, wired, optical mouse that I have been using flawlessly with
 Windows and several Linux distributions for years now.  I would like to
 switch
 to Free BSD, but the mouse becomes very jittery within FreeBSD.  I have
 tried
 the mouse with both moused and X controlling the mouse, but in both cases
 the
 result is the same. The cursor on the screen tracks properly when
 I move my
 mouse in a wide arc, but when I move the mouse in small increments the
 cursor
 does not follow the mouse at all.  This makes it very difficult
 to click on
 small targets such as an OK button.

 Relevant Information:

 uname -a output:
 FreeBSD kienjakenobi 7.0-RELEASE FreeBSD 7.0-RELEASE #3: Sun Mar
 16 15:45:08
 EDT
 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL  i386

 dmesg mouse output:
 psm0: PS/2 Mouse irq 12 on atkbdc0
 psm0: [GIANT-LOCKED]
 psm0: [ITHREAD]
 psm0: model IntelliMouse, device ID 3

 xorg.conf:
 Section InputDevice
 Identifier Mouse0
 Driver mouse
 Option Protocol PS/2
 Option Device /dev/psm0
 Option Emulate3Buttons no
 Option ZAxisMapping 4 5
 EndSection

 This does not seem to be a problem with X for several reasons.
 First, I use
 this version of X.org with Linux with the same config that is shown above
 without this problem.
 Second, when I give control of the mouse over to moused, the problem does
 not
 change.  It is visible even in the console when using moused.

 I am using a custom kernel, but this problem does not change even
 when I am
 using the GENERIC kernel.

 Based on this information I think I have crossed out most potentional
 porblem locations,
 but I hope I missed something.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


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


Jittery PS/2 Mouse in 7.0-RELEASE

2008-03-20 Thread Alexander Dunn
I have a PS/2, wired, optical mouse that I have been using flawlessly with
Windows and several Linux distributions for years now.  I would like to
switch
to Free BSD, but the mouse becomes very jittery within FreeBSD.  I have
tried
the mouse with both moused and X controlling the mouse, but in both cases
the
result is the same. The cursor on the screen tracks properly when I move my
mouse in a wide arc, but when I move the mouse in small increments the
cursor
does not follow the mouse at all.  This makes it very difficult to click on
small targets such as an OK button.

Relevant Information:

uname -a output:
FreeBSD kienjakenobi 7.0-RELEASE FreeBSD 7.0-RELEASE #3: Sun Mar 16 15:45:08
EDT
2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL  i386

dmesg mouse output:
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model IntelliMouse, device ID 3

xorg.conf:
Section InputDevice
Identifier Mouse0
Driver mouse
Option Protocol PS/2
Option Device /dev/psm0
Option Emulate3Buttons no
Option ZAxisMapping 4 5
EndSection

This does not seem to be a problem with X for several reasons.  First, I use
this version of X.org with Linux with the same config that is shown above
without this problem.
Second, when I give control of the mouse over to moused, the problem does
not
change.  It is visible even in the console when using moused.

I am using a custom kernel, but this problem does not change even when I am
using the GENERIC kernel.

Based on this information I think I have crossed out most potentional
porblem locations,
but I hope I missed something.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Jittery PS/2 Mouse in 7.0-RELEASE

2008-03-20 Thread Daniel Bye
On Thu, Mar 20, 2008 at 09:11:55AM -0400, Alexander Dunn wrote:
 I am using a custom kernel, but this problem does not change even when I am
 using the GENERIC kernel.

Which kernel scheduler are you using? I had very similar symptoms on early
versions of 7 with the default SCHED_BSD. Switching to SCHED_ULE resulted
in a marked improvement.

Dan

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp44UP9SrY7w.pgp
Description: PGP signature


Optical PS/2 Mouse ???

2006-12-09 Thread P.U.Kruppa

Hi,

I invested 5 EUR in a nice Optical PS/2 mouse and I can't get it 
working with FreeBSD, neither on console nor on xorg.
The mousepointer will only show up once on screen and then 
seems to vanish somewhere in the lower border.

Of course the thing works wonderfully when I boot into windows.

Does anyone have a working configuration ???

Thanks,

Uli.

Some data:
--
FreeBSD pukruppa.net 6.2-PRERELEASE FreeBSD 
6.2-PRERELEASE #0: Tue Dec  5 07:50:41 CET 2006



Originally my mouse identified as
psm0: model IntelliMouse Explorer device ID 4

Somewhere in the net I found the idea to set
hint.psm.0.flags=0x200
now I get
psm0: PS/2 Mouse flags 0x200 irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0

In my xorg.conf I have

Section InputDevice
Identifier  Mouse0
Driver  mouse
#   Option  Protocol auto
Option  Protocol ps/2
#   Option  Device /dev/sysmouse
Option  Device /dev/psm0
Option  ZAxisMapping 4 5 6 7
EndSection

(I experimented with the #'s)



Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Optical PS/2 Mouse ???

2006-12-09 Thread a
On Sat, Dec 09, 2006 at 12:24:45PM +0100, P.U.Kruppa wrote:
 Hi,
 
 I invested 5 EUR in a nice Optical PS/2 mouse and I can't get it working with 
 FreeBSD, neither on console nor on xorg.
 The mousepointer will only show up once on screen and then seems to vanish 
 somewhere in the lower border.
 Of course the thing works wonderfully when I boot into windows.
 
 Does anyone have a working configuration ???
 
 Thanks,
 
 Uli.
 
 Some data:
 --
 FreeBSD pukruppa.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Dec  5 
 07:50:41 CET 2006
 
 
 Originally my mouse identified as
   psm0: model IntelliMouse Explorer device ID 4
 
 Somewhere in the net I found the idea to set
   hint.psm.0.flags=0x200
 now I get
   psm0: PS/2 Mouse flags 0x200 irq 12 on atkbdc0
   psm0: [GIANT-LOCKED]
   psm0: model Generic PS/2 mouse, device ID 0
 
 In my xorg.conf I have
 
 Section InputDevice
 Identifier  Mouse0
 Driver  mouse
 #   Option  Protocol auto
 Option  Protocol ps/2
 #   Option  Device /dev/sysmouse
 Option  Device /dev/psm0
 Option  ZAxisMapping 4 5 6 7
 EndSection
 
 (I experimented with the #'s)
 
 
 
 Peter Ulrich Kruppa
 Wuppertal
 Germany
 

I have a nice Optical PS/2 mouse and it works fine both on console and
on xorg.
But I use FreeBSD 6.1-RELEASE

psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3

There are the following hints:

hint.psm.0.at=atkbdc
hint.psm.0.irq=12

I did not touch any hint since standard installation, and the kernel
detects the mouse as IntelliMouse.

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


Re: Optical PS/2 Mouse ???

2006-12-09 Thread P.U.Kruppa

On Sat, 9 Dec 2006, [EMAIL PROTECTED] wrote:


On Sat, Dec 09, 2006 at 12:24:45PM +0100, P.U.Kruppa wrote:

Hi,

I invested 5 EUR in a nice Optical PS/2 mouse and I can't get it working with
FreeBSD, neither on console nor on xorg.
The mousepointer will only show up once on screen and then seems to vanish
somewhere in the lower border.
Of course the thing works wonderfully when I boot into windows.

Does anyone have a working configuration ???

Thanks,

Uli.

Some data:
--
FreeBSD pukruppa.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Dec  5
07:50:41 CET 2006


Originally my mouse identified as
psm0: model IntelliMouse Explorer device ID 4

Somewhere in the net I found the idea to set
hint.psm.0.flags=0x200
now I get
psm0: PS/2 Mouse flags 0x200 irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0

In my xorg.conf I have

Section InputDevice
Identifier  Mouse0
Driver  mouse
#   Option  Protocol auto
Option  Protocol ps/2
#   Option  Device /dev/sysmouse
Option  Device /dev/psm0
Option  ZAxisMapping 4 5 6 7
EndSection

(I experimented with the #'s)



Peter Ulrich Kruppa
Wuppertal
Germany



I have a nice Optical PS/2 mouse and it works fine both on console and
on xorg.
But I use FreeBSD 6.1-RELEASE

psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3

There are the following hints:

hint.psm.0.at=atkbdc
hint.psm.0.irq=12

I have got these too,

thanks: Uli.



I did not touch any hint since standard installation, and the kernel
detects the mouse as IntelliMouse.

Elisej Babenko





Peter Ulrich Kruppa
Wuppertal
Germany

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


PS/2 mouse problem

2006-03-12 Thread Byron Campbell
I experienced that same issue one time, and the problem was the 
mouse protocall chosen during X configuration.  For me the problem 
was corrected by choosing mouse systems when re-running the X 
configuration. i.e. as root:

 xorgcfg -text mode

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


PS/2 mouse problem

2006-03-12 Thread Byron Campbell
When X system is loaded my mouse freezes on upper-right corner and 
when i try to move it then screen blinks.
What could be wrong?

Oops, correction:

I experienced that same issue one time, and the problem was the 
mouse protocall chosen during X configuration.  For me the problem 
was corrected by choosing mouse systems when re-running the X 
configuration. i.e. as root:

 xorgcfg -text mode

xorgcfg -textmode

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


PS/2 mouse problem

2006-03-04 Thread Marko Bukovinsky
When X system is loaded my mouse freezes on upper-right corner and when i try 
to move it then screen blinks.
What could be wrong?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ps/2 mouse

2005-09-26 Thread brian kaczynski
My PS/2 mouse doesn't move in Xorg. I've tried the protocol on auto and ps/2 in 
xorgconfig, but nothing seems to work. I've noticed there isn't an entry in 
/dev for psm0. I'm using a keyboard, video, mouse switcher, but that shouldn't 
matter because it worked on linux before. I tried adding the mouse in 
sysinstall with the mouse daemon, but i still have no psm0, and of course, the 
mouse still doesnt work. Any help, ideas, suggestions would be wonderful. 
Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ps/2 mouse

2005-09-26 Thread Micah



brian kaczynski wrote:

My PS/2 mouse doesn't move in Xorg. I've tried the protocol on auto
and ps/2 in xorgconfig, but nothing seems to work. I've noticed there
isn't an entry in /dev for psm0. I'm using a keyboard, video, mouse
switcher, but that shouldn't matter because it worked on linux
before. I tried adding the mouse in sysinstall with the mouse daemon,
but i still have no psm0, and of course, the mouse still doesnt work.
Any help, ideas, suggestions would be wonderful. Thanks in advance.


When using the mouse daemon I believe you should connect to 
/dev/sysmouse not /dev/psm0.  My xorg.conf looks like:


Identifier  Mouse1
Driver  mouse
Option ProtocolAuto
Option Device  /dev/sysmouse
Option ZAxisMapping 4 5

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


Re: ps/2 mouse

2005-09-26 Thread Brian Josefsen
On Mon, Sep 26, 2005 at 09:34:35PM -0400, brian kaczynski wrote:
 My PS/2 mouse doesn't move in Xorg. I've tried the protocol on auto and ps/2 
 in xorgconfig, but nothing seems to work. I've noticed there isn't an entry 
 in /dev for psm0. I'm using a keyboard, video, mouse switcher, but that 
 shouldn't matter because it worked on linux before. I tried adding the mouse 
 in sysinstall with the mouse daemon, but i still have no psm0, and of course, 
 the mouse still doesnt work. Any help, ideas, suggestions would be wonderful. 
 Thanks in advance.

You didn't give much info on your system but i tried this once where i
had configured several Pointer sections in my XF86Config and i used
one for my old computers serial mouse, besides that there isn't anything wrong 
with
several pointers.

And the mouse daemon only handles mouse in the console

--
Med venlig hilsen / Best regards
Brian Josefsen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PS/2 mouse problem via kvm switch

2004-09-09 Thread Li Wei Jea
Hi,
I have problem with ps/2 scroll mouse when connecting via Nova View 
KNV102 kvm switch.   The mouse doesn't work.   It just moved to the 
top-right of the screen and stuck there.   It has no problem when 
connecting mouse directly with the pc, everything works fine.   My 
system is Compaq Evo d530, 1GB RAM, 160 GB IDE, ps/2 mouse and keyboard.

Problems:
1. I tested on the FreeBSD 4.9, 4.10, and 5.2.1.   All of them have the 
same problem with the kvm.
2. I tested on Suse 9.1 (FTP install) and it had the same problem.   But 
when I test with Suse 9.0 Personal (CD install), there is no problem at all.

What should I do to solve the problem?   Thanks in advance.
Jeff
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PS/2 mouse problem via kvm switch

2004-09-09 Thread Ion-Mihai Tetcu
On Thu, 09 Sep 2004 10:14:29 +0700
Li Wei Jea [EMAIL PROTECTED] wrote:

 Hi,
 
 I have problem with ps/2 scroll mouse when connecting via Nova View 
 KNV102 kvm switch.   The mouse doesn't work.   It just moved to the 
 top-right of the screen and stuck there.   It has no problem when 
 connecting mouse directly with the pc, everything works fine.   My 
 system is Compaq Evo d530, 1GB RAM, 160 GB IDE, ps/2 mouse and keyboard.
 
 Problems:
 1. I tested on the FreeBSD 4.9, 4.10, and 5.2.1.   All of them have the 
 same problem with the kvm.
 2. I tested on Suse 9.1 (FTP install) and it had the same problem.   But 
 when I test with Suse 9.0 Personal (CD install), there is no problem at all.
 
 What should I do to solve the problem?   Thanks in advance.

Se the last day cvs-src messages, I think I've saw a commit addressing
this problem in HEAD.


-- 
IOnut
Unregistered ;) FreeBSD user
5.3-BETA3 - try `sysctl debug.witness_watch=0`
and prepare to fly :-)


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


RE: PS/2 mouse problem via kvm switch

2004-09-09 Thread Ted Mittelstaedt
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Li Wei Jea
 Sent: Wednesday, September 08, 2004 8:14 PM
 To: [EMAIL PROTECTED]
 Subject: PS/2 mouse problem via kvm switch
 
 
 Hi,
 
 I have problem with ps/2 scroll mouse when connecting via Nova View 
 KNV102 kvm switch.   The mouse doesn't work.   It just moved to the 
 top-right of the screen and stuck there.   It has no problem when 

Have you ever thought of contacting Rextron and asking them to
fix this?  Lots of KVM switches work fine with FreeBSD.

I can tell you that Compaq had to release a software update for it's
4110 series KVM switches to correct this problem.  (the 4110 isn't sold
anymore)  Their new KVM's don't do this.  Most other people's KVM
switches don't do this.  Why are you blaming FreeBSD for this problem
when other KVM switch manufacturers have obviously dealt with it.

Maybe you should sell yours on Ebay and buy a different brand.

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


RE: PS/2 mouse problem via kvm switch

2004-09-09 Thread Jerry Dunham
On 9 Sep 2004 at 7:34, Ted Mittelstaedt wrote:

  -Original Message-
  Sent: Wednesday, September 08, 2004 8:14 PM
  
  I have problem with ps/2 scroll mouse when connecting via Nova View 
  KNV102 kvm switch.   The mouse doesn't work.   It just moved to the 
  top-right of the screen and stuck there.
 
 Have you ever thought of contacting Rextron and asking them to
 fix this?  Lots of KVM switches work fine with FreeBSD.
 
 I can tell you that Compaq had to release a software update for it's
 4110 series KVM switches to correct this problem.  (the 4110 isn't sold
 anymore)  Their new KVM's don't do this.  Most other people's KVM
 switches don't do this.  Why are you blaming FreeBSD for this problem
 when other KVM switch manufacturers have obviously dealt with it.
 
 Maybe you should sell yours on Ebay and buy a different brand.

FWIW, I tried several brands of small KVMs and found that many work 
most of the time but occasionally have problems with the rodent, this 
with both Windows NT and FreeBSD.  This occasionally seems to 
correspond to particular workstations more than OSes or mice (though I 
didn't test rigorously), and in this case seemingly identical 
workstations (Dells) differ.  I did not try Nova View.

When I found a brand of KVM that didn't offer this feature of 
occasional flakiness I stuck with it, and now have about 10 IOgear 
KVMs, mostly MiniView SEs of two, four or eight ports.  Note that we're 
a small business and none of these are what you'd call enterprise 
class KVMs, a market where Avocent, Raritan and Minicom are the 
primary players.  We'll be going there soon.

The only issue I've seen that seems to be FreeBSD-related has been that 
some FreeBSD machines seem to like to have the KVMs set to them when 
they boot, though that doesn't seem to be consistent and I've not taken 
the time to pin it down.  After booting they're fine.


--
Jerry Dunham
M3 Design, Inc.
[EMAIL PROTECTED]
(512) 218-8858

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


ps/2 mouse not detected when no keyboard is present

2004-08-10 Thread Olivier SMEDTS

Hello all,

Here is my problem. I've got a fanless computer with a FreeBSD 5.2.1
embedded in a CompactFlash card. On this appliance, I must plug a PS/2
mouse but NO keyboard. When I boot the appliance with a keyboard and a
mouse, no problem, atkbdc0 is detected, with atkbd0 and psm0 on it. The
problem is that when I boot with no keyboard, the controller (atkbdc0)
isn't detected any more, so the mouse (psm0) isn't detected ; dmesg
doesn't show atkbdc, atkbd or psm.

Does anyone know what can I do ? I must be able to boot with a mouse but
no keyboard. I tried setting different flags for atkbd0 in device.hints.
Maybe there's a way with the kernel, sysctl or device.hints, or
something else, to have an atkbd0 detected even with no keyboard
plugged in. Or to force the detection of the controller atkbdc0, on
which is the mouse.

Thanks for any answer, I really need help, I didn't find something
similar on google and I don't know what to do for now. I think it's a
problem with the way   atkbdc works so I didn't included a specific
dmesg, but if you want more info, dont't hesistate to ask.

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


Optical PS/2 mouse not working under X

2004-01-16 Thread Slabbert, C. (Clinton)
Hello,

I recently purchased a new PS/2 optical mouse.  I can't seem to get it
working under X.  On Debian and Slackware I use:
Protocol auto or ImPS/2
and it works fine.

Under FreeBSD nothing seems to work, auto, Microsoft, PS/2, etc. and there
is no ImPS/2 option.

Any suggestions would be appreciated.

Thanks,
Clinton


This email and any accompanying attachments may contain confidential and proprietary 
information.  This information is private and protected by law and, accordingly, if 
you are not the intended recipient, you are requested to delete this entire 
communication immediately and are notified that any disclosure, copying or 
distribution of or taking any action based on this information is prohibited.

Emails cannot be guaranteed to be secure or free of errors or viruses.  The sender 
does not accept any liability or responsibility for any interception, corruption, 
destruction, loss, late arrival or incompleteness of or tampering or interference with 
any of the information contained in this email or for its incorrect delivery or 
non-delivery for whatsoever reason or for its effect on any electronic device of the 
recipient.

If verification of this email or any attachment is required, please request a 
hard-copy version.

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


Re: Optical PS/2 mouse not working under X

2004-01-16 Thread Ion-Mihai Tetcu
On Fri, 16 Jan 2004 16:49:20 +0200
Slabbert, C. (Clinton) [EMAIL PROTECTED] wrote:

 Hello,
 
 I recently purchased a new PS/2 optical mouse.  I can't seem to get it
 working under X.  On Debian and Slackware I use:
 Protocol auto or ImPS/2
 and it works fine.
 
 Under FreeBSD nothing seems to work, auto, Microsoft, PS/2, etc. and there
 is no ImPS/2 option.
 
 Any suggestions would be appreciated.

No one can guess your mouse type and your settings of moused and X.

If it work on console it will 99% work under X.

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


Re: Optical PS/2 mouse not working under X

2004-01-16 Thread Andrew L. Gould
On Friday 16 January 2004 08:49 am, Slabbert, C. (Clinton) wrote:
 Hello,

 I recently purchased a new PS/2 optical mouse.  I can't seem to get it
 working under X.  On Debian and Slackware I use:
 Protocol auto or ImPS/2
 and it works fine.

 Under FreeBSD nothing seems to work, auto, Microsoft, PS/2, etc. and there
 is no ImPS/2 option.

 Any suggestions would be appreciated.

 Thanks,
 Clinton

My optical mouse with the scroll wheel works fine.  It's a USB mouse connected 
to the PS/2 port using an adapter.

First, configure the mouse.  As root:

1. Execute '/stand/sysinstall'
2. Select Index
3. Select Device, Mouse and click on OK
4. Select 2 Enable  Test and run the mouse daemon.  If your mouse works, 
exit this menu and then exit the sysinstall program.
5. If the mouse doesn't work, play with options 3 (Select mouse protocol 
type) and 4 (Select mouse port) and then test the mouse again.

After the mouse is properly configured in the system, edit the mouse section 
of your X configuration file using /dev/sysmouse. Here's the section from 
my /etc/X11/XF86Config:

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
EndSection

I hope this helps,

Andrew Gould

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