Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 1999 12:54:12 -0500 (EST)
From:      Alfred Perlstein <bright@rush.net>
To:        Chris <chrismar@shasta.eclipse.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: sched_getscheduler ??
Message-ID:  <Pine.BSF.3.96.990611125209.14320T-100000@cygnus.rush.net>
In-Reply-To: <Pine.BSF.4.10.9906111234010.5552-100000@shasta.eclipse.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 11 Jun 1999, Chris wrote:

> Hi folks,
> 
> I recently downloaded and compiled xmms 0.9(formerly x11amp).  I can get
> sound output as long as I click on the window and drag it around the
> screen.  If I just let it sit there and play the sound gets garbled and
> distorted.  
> 
> There is a console message though when I try to play an mp3, it is:
> 
> cmd xmms pid 439 tried to use non-present sched_getscheduler
> 
> I assume that xmms is trying to use some sort of cpu scheduler that it
> isn't finding present therefore it isn't getting the needed CPU cycles to
> play the mp3, that is why I have to drag it around the screen.
> 
> Is sched_getscheduler something I can add to my kernel? or am I gonna have
> to try and ask the developers for a work around?
> 
> TIA,
> Chris

just dump this in your kernel (from LINT)

options         P1003_1B
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L  
 
-Alfred

note, you may have to surround these options with quotes for 3.2.




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990611125209.14320T-100000>