Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2007 19:23:51 +0400
From:      "Marat N.Afanasyev" <amarat@ksu.ru>
To:        Neskia Moo <waningmoonclan@gmail.com>
Cc:        freebsd-x11@freebsd.org
Subject:   Re: X + mouse + resolution = splat!
Message-ID:  <46AB5F87.2080004@ksu.ru>
In-Reply-To: <2cf111060707280743h43bfc098m311daa4bfd5c15ed@mail.gmail.com>
References:  <2cf111060707280743h43bfc098m311daa4bfd5c15ed@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Neskia Moo wrote:
> Alright, hello all you BSDer people.
> I'm a newbie, flame me, love me, cherish me, hate me..
> 
> I just installed FreeBSD 6.2 and was configuring X
> well, xorg -configure or the like commands didnt work
> ended up having to go with xorgconfig
> 
> I then had a problem that didnt really make sense.
> if the resolution is 640x480, everything works normally.
> If i use a higher resolution (which i want to , to be able to multitask
> reasonably, or even just use a browser to fit the screen) the mouse fails,
> it shoots up to the top right side of the screen and stays there.. some
> times opening the menu when i try to move it.
> 
> this makes no sense to me, because i cant see how the video drivers and
> mouse drivers would effect each other.. anyone else ever heard of a problem
> like this?
> _______________________________________________
> freebsd-x11@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"
> 

change mouse protocol to "Auto" in xorg.conf
i.e.

Section "InputDevice"
	...
	Option "Protocol"    "Auto"
	...
EndSection

-- 
SY, Marat



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