Re: jerky mouse still in 7.0-RELEASE

2008-02-28 Thread David E. Thiel
On Thu, Feb 28, 2008 at 08:30:17PM +0200, Teemu Korhonen wrote:
 Did anyone find a solution to the jerky mouse -problem? It still exists 
 in 7.0-RELEASE.

I experienced some relief from this by switching my single-CPU system
to use hyperthreading, and using an SMP kernel. On dual-core machines,
it never seems to be a problem for me.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RELENG_7 jerky mouse and skipping sound (still a problem -BETA3)

2008-01-06 Thread David E. Thiel
On Tue, Jan 01, 2008 at 10:15:30PM +0100, Kris Kennaway wrote:
 OK, can you obtain a schedgraph trace when the problem is manifesting? See 
 /usr/src/tools/sched/ and previous discussion in this or related threads.

Ok, here's my ktr.out. It was taken right after booting and doing a
kernel build, approx. 25% memory utilization. Interactive performance in X 
was extremely laggy, taking several seconds just to change window focus.

http://redundancy.redundancy.org/ktr.out

I followed the instructions at:

http://monkey.org/freebsd/archive/freebsd-current/200709/msg00443.html

but used the KTR suggestions on rwatson's page, with the addition of
KTR_SCHED.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RELENG_7 jerky mouse and skipping sound (still a problem -BETA3)

2008-01-04 Thread David E. Thiel
On Fri, Jan 04, 2008 at 09:27:39PM +0100, Kris Kennaway wrote:
 OK, can you obtain a schedgraph trace when the problem is manifesting? See 
 /usr/src/tools/sched/ and previous discussion in this or related threads.
 
 Anyone?  Time is rapidly running out to get this fixed in time for 
 7.0-RELEASE, so we need this trace ASAP.

Sorry, I've been unable to reboot the box with this problem this
week (to turn off hyperthreading, which is currently masking
the problem somewhat). I'll try to do this tonight or tomorrow.

Thanks,
David
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RELENG_7 jerky mouse and skipping sound (still a problem -BETA3)

2007-12-30 Thread David E. Thiel
On Sun, Dec 30, 2007 at 01:50:30PM +0100, Kris Kennaway wrote:
 There is an ithread priority inversion bug that might be causing this.
 The fix for that should be going in shortly.
 
 Anish,
 
 Can you confirm that this fix helped for you?  i.e. do you still see the 
 problem?

FWIW, the problem remains for me. Still terrible performance
during compiles.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RELENG_7 jerky mouse and skipping sound (still a problem -BETA3)

2007-12-30 Thread David E. Thiel
On Sun, Dec 30, 2007 at 11:12:26PM +0100, Kris Kennaway wrote:
 FWIW, the problem remains for me. Still terrible performance
 during compiles.
 
 OK.  Instead of going over all of the usual questions again, can you point 
 me to a previous mail in which you explain your observations and test 
 results in detail?

The most recent is http://marc.info/?l=freebsd-stablem=119428719505129w=2, but
it started way back at 
http://marc.info/?l=freebsd-currentm=118998090512027w=2.

I've tried a lot of stuff in between, and all I've been able to narrow
it down to is that it's not a display driver issue, and that none of
my swap partition is getting used, so that's not the problem. During
compiles, my UP system with ULE still gets very unresponsive when
compiling, sometimes taking up to 10 seconds just to draw a new terminal
window. Even changing focus with the window manager can take several
seconds. I'd like to provide more info, but I'm not sure what stats
are useful for this particular issue. Please let me know. 

dmesg is at http://redundancy.redundancy.org/dmesg.txt, and kernel
config is at http://redundancy.redundancy.org/DEEPTHOUGHT. Even though
I'm still getting reported 80-95% memory utilization and no paging,
I'm going to get an extra gig of RAM on order to see if that improves
things. 2G of ram for a desktop, what's the world coming to? ;)

Thanks,
David
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RELENG_7 jerky mouse and skipping sound

2007-11-05 Thread David E. Thiel
On Mon, Nov 05, 2007 at 09:15:39AM +0100, [LoN]Kamikaze wrote:
 Does the problem persist for you? It's gone for me, even with moused.

The sound skipping went away a while ago, but desktop performance is
still lousy while compiling on a UP machine. Fiddling with X's rtprio
can more or less fix the problem, but it's a pain to do it manually each
time. If it were a scheduler issue, it would seem like the priority of
make isn't getting bumped down enough and its children aren't being
spawned with the appropriate lower priority - but it happens with both
schedulers for me, so I don't know what's going on.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]