mouse issue

Dominic Fandrey kamikaze at bsdforen.de
Wed Mar 26 16:49:19 PDT 2008


Cory wrote:
> Wednesday, March 26, 2008, 1:30:07 PM, Johan wrote:
> 
>> Now I have a strange issue that I need to move the mouse to see my
>> commands typed I a console or wait a few seconds.
> 
> Same here, but I see this behaviour already with the shell windows in Xorg
> (no Gnome or KDE, yet). Typing is blind, only when you move the mose
> pointer, the windows get updated (all of them, not just the active window
> w/ "mouse-over").
> 
> I've just recently managed to install REL_7.0 and finally got Xorg to
> display properly (ATi driver issue, now using VESA, see other post).
> 

I have found a solution for this. Certain CPU-Types seem to trigger a problem 
with moused. This is an example for a make.conf workaround:


# moused bug workaround
.if ${.CURDIR:M*/usr.sbin/moused}
.if defined(CPUTYPE)
.if ${CPUTYPE} == core2
CPUTYPE=athlon64
.elif ${CPUTYPE} == pentium-m
CPUTYPE=pentium3
.endif
.endif
.endif


I suspect the problem is a gcc bug.


More information about the freebsd-stable mailing list