Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2003 01:27:57 +0200
From:      Alex de Kruijff <freebsd@akruijff.dds.nl>
To:        Gil Agno Virtucio <gihl@nesic.com.ph>
Cc:        doft_w@yahoo.com
Subject:   Re: Mouse
Message-ID:  <20031011232757.GC356@dds.nl>
In-Reply-To: <web-5067368@digitelone.com>
References:  <web-5067368@digitelone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 10, 2003 at 09:30:30AM +0800, Gil Agno Virtucio wrote:
> -----Original Message-----
> From: Dave Wiebe [mailto:doft_w@yahoo.com]
> Sent: Thursday, October 09, 2003 7:27 AM
> To: freebsd-newbies@FreeBSD.org
> Subject: Mouse
>
>
> Hi,
>
> and thanks again for reading this email. I had previously written an
> email to you about my mouse problems. Everytime I try to run KDE, when
> I move the mouse the cursor moves to the upper right hand corner. I
> changed the protocol to AUTO in the configuration file as per the
> suggestions of the people who responded to my email but this did not
> help. I know that the mouse works(for sure).
>
> Could there be anything else that I need to change?
>
> The mouse is a PS/2 type. It even works(moves around properly) when
> I'm in the terminal interface screen.
>

This is the way i've set it up:

Relevant /etc/rc.conf:

moused_flags="-a .4" # This allows you to fine tune the mouse
moused_enable="YES"
moused_port="/dev/psm0"
moused_type="auto"

The mouse section of the /etc/X11/XF86Config file:

Section "InputDevice"
  Identifier "Mouse0"
  Driver "mouse"
  Option "Protocol" "auto"
  Option "Device" "/dev/sysmouse"
  Option "Buttons" "5" # This enables the mouse wheel.
  Option "ZAxisMapping" "4 5" # This enables the mouse wheel.
EndSection

--
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/



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