Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
dead mouse
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
prague  
View profile  
 More options Apr 8 2004, 10:23 am
Newsgroups: lucky.freebsd.questions
From: "prague" <korndistort...@hotmail.com>
Date: Thu, 8 Apr 2004 07:13:29 -0400
Local: Thurs, Apr 8 2004 7:13 am
Subject: dead mouse
Hey everyone,

New to FreeBSD coming off of Slackware Linux.

I went through the install okay but the mouse (an optical mouse, non-USB) is dead when i do 'startx'. The mouse should be recognized as a PS/2 but it wasn't. I have edited the XF86Config and changed it to an IMPS/2 and added

Options "Buttons" "5"
Options "ZAxisMapping" "4 5"

to the file. This was a fix for Slackware and I thought it may have been the same problem but, still nothing.

Any ideas?

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hendrik Hasenbein  
View profile  
 More options Apr 8 2004, 3:23 pm
Newsgroups: lucky.freebsd.questions
From: Hendrik Hasenbein <hhase...@techfak.uni-bielefeld.de>
Date: Thu, 08 Apr 2004 17:32:02 +0200
Local: Thurs, Apr 8 2004 11:32 am
Subject: Re: dead mouse

prague wrote:
> Hey everyone,

> New to FreeBSD coming off of Slackware Linux.

> I went through the install okay but the mouse (an optical mouse, non-USB) is dead when i do 'startx'. The mouse should be recognized as a PS/2 but it wasn't. I have edited the XF86Config and changed it to an IMPS/2 and added

> Options "Buttons" "5"
> Options "ZAxisMapping" "4 5"

> to the file. This was a fix for Slackware and I thought it may have been the same problem but, still nothing.

> Any ideas?

I suppose you are using the wrong device. With moused:

Option      "Protocol" "auto"
Option      "Device" "/dev/sysmouse"

Without (PS/2 mice):

Option      "Protocol" "auto"
Option      "Device" "/dev/psm0"

Hendrik


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tobias Aigner  
View profile  
 More options Apr 8 2004, 4:23 pm
Newsgroups: lucky.freebsd.questions
From: Tobias Aigner <li...@mangosuechtig.org>
Date: Thu, 8 Apr 2004 18:58:54 +0200
Local: Thurs, Apr 8 2004 12:58 pm
Subject: Re: dead mouse
On Thu, 8 Apr 2004 07:13:29 -0400

"prague" <korndistort...@hotmail.com> wrote:
> Hey everyone,

Hi,

> I went through the install okay but the mouse (an optical mouse,
> non-USB) is dead when i do 'startx'. The mouse should be recognized as
> a PS/2 but it wasn't. I have edited the XF86Config and changed it to
> an IMPS/2 and added

> Options "Buttons" "5"
> Options "ZAxisMapping" "4 5"

In my case I have to put these lines in my XF86Config:

    Option "Protocol"    "SysMouse"
    Option "Device"      "/dev/sysmouse"
    Option "ZAXisMapping" "4 5"

And everything works fine for me. Just try it. Protocol Auto doesn't
work here correctly.

--
Tobias Aigner


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bob Johnson  
View profile  
 More options Apr 8 2004, 11:23 pm
Newsgroups: lucky.freebsd.questions
From: Bob Johnson <bo...@wb4jcm.org>
Date: Thu, 8 Apr 2004 20:02:52 -0400
Local: Thurs, Apr 8 2004 8:02 pm
Subject: Re: dead mouse
On Thursday 08 April 2004 07:13 am, prague <"prague"

<korndistort...@hotmail.com>> wrote:
> Hey everyone,

> New to FreeBSD coming off of Slackware Linux.

> I went through the install okay but the mouse (an optical mouse,
> non-USB) is dead when i do 'startx'. The mouse should be recognized
> as a PS/2 but it wasn't. I have edited the XF86Config and changed it
> to an IMPS/2 and added

It may help to post your actual configuration, since you haven't given
enough information to tell what it is.

> Options "Buttons" "5"
> Options "ZAxisMapping" "4 5"

> to the file. This was a fix for Slackware and I thought it may have
> been the same problem but, still nothing.

> Any ideas?

I've found that in recent X11 releases, the FreeBSD mouse driver
(moused) doesn't seem to play well.  I don't use it, and I let X manage
the mouse directly.  For most mice, the "auto" protocol determination
works fine, e.g.

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

The advantage of the mouse driver is that it lets you cut and paste when
you are using a text console (i.e. not using X).

- Bob


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »