Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Aug 2000 08:27:33 +0200
From:      Johan Karlsson <k@numeri.campus.luth.se>
To:        "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: mouse problems with XFree86-4 (4.0.1)? 
Message-ID:  <200008040627.IAA89893@numeri.campus.luth.se>
In-Reply-To: Your message of "Thu, 03 Aug 2000 15:39:21 -0300." <20000803153921.A3011@Fedaykin.here> 

next in thread | previous in thread | raw e-mail | index | archive | help
At Thu, 03 Aug 2000 15:39:21 -0300, "Mario Sergio Fujikawa Ferreira" wrote:
>  	I just updated my XFree from 4.0 to 4.0.1 in order
> to check PR ports/20360 concerning rxvt and I noticed a
> strange behavior.
> 	If I change to a text console (alt-f[1-9]) while
> using X; when I do get back, the mouse is unavailable though
> I can use it in my text ttyv[0-7]. I have to shutdown the
> X session and restart it to get the mouse back.
> 	Everything was fine till I "updated" my X from
> 4.0 to 4.0.1. That is the only change, last nights
> for that matter.
> 	I am running a 4.1 STABLE as of 01/08/2000
> (last tuesday) with X 4.0.1, KDE 1.1.2 and moused
> with no mouse flags. My "mouse" is a Logitech
> TrackMan Marble FX.
> 	Anyone has seen this too?

Yes and the solution was to change the mouse protocol in the XF86Config file
from 'auto' to 'Mousesystems'.

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

This was disscused in -current a few day ago.

/Johan K




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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