Date: Fri, 28 Mar 2008 11:43:48 +0300 (MSK) From: Dmitry Morozovsky <marck@rinet.ru> To: Dominic Fandrey <kamikaze@bsdforen.de> Cc: freebsd-stable@freebsd.org Subject: Re: moused freezes Xorg - caused by compiler bug Message-ID: <20080328114042.A99923@woozle.rinet.ru> In-Reply-To: <47E20F35.5060200@bsdforen.de> References: <47E20F35.5060200@bsdforen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 Mar 2008, Dominic Fandrey wrote: DF> I have long been annoyed by the problem that Xorg is frozen if I use moused, DF> unless the mouse is in movement. Just imagine you type something and it only DF> shows up when you move your mouse. Or if you watch a video ... you basically DF> have to keep the mouse in movement all the time. DF> DF> I am/have been using the following CPUTYPEs on different machines: DF> pentium4 - not affected DF> pentium-m - affected DF> core2/nocona - affected DF> DF> I just had the idea this might be an optimization problem and I rebuild DF> src/usr.sbin/moused with CPUTYPE=athlon64 and it works. DF> DF> I've put the following into my make.conf: DF> DF> # moused bug workaround DF> .if ${.CURDIR:M*/usr.sbin/moused} DF> .if defined(CPUTYPE) DF> .if ${CPUTYPE} == core2 DF> CPUTYPE=athlon64 DF> .elif ${CPUTYPE} == pentium-m DF> CPUTYPE=pentium3 DF> .endif DF> .endif DF> .endif On my home machine (A64 X2) moused causes freezes with CPUTYPEs k8 and i686 too. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080328114042.A99923>