Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2005 19:52:12 -0500
From:      "Euripides Ballis" <eballis@cwpanama.net>
To:        "'Simon Barner'" <barner@gmx.de>
Cc:        'freebsd-questions' <freebsd-questions@freebsd.org>
Subject:   RE: mouse
Message-ID:  <auto-000036777622@frontend1.cwpanama.net>
In-Reply-To: <20050221143152.GH51280@zi025.glhnet.mhn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Is a PS2 mouse.
I using Sysinstall
I have problem in text mode and X.

How I can see my mouse configuration?

Thanks for your help.

-----Original Message-----
From: owner-freebsd-questions@freebsd.org
[mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Simon Barner
Sent: Monday, February 21, 2005 9:32 AM
To: Euripides Ballis
Cc: freebsd-questions
Subject: Re: mouse

Hi,

you need to supply more information:

 - Which kind of mouse are you using? USB, PS/2, ...

 - How did you configure your mouse? Using sysinstall? Manually?
   A copy of your /etc/rc.conf file will help us debug.

 - Where are you experiencing your problems? In the text mode console
   or in X?

Usually, the following works best: Configure your mouse using sysinstall
and make sure it works in the console. The use the following for your
XFree/Xorg configuration:

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option "Protocol"    "SysMouse"
	Option "Device"      "/dev/sysmouse"
EndSection

HTH,
 Simon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?auto-000036777622>