On Thu, 23 Mar 2006 16:14:11 +0100, Joe Giles <[EMAIL PROTECTED]> wrote:
> On Thursday 23 March 2006 03:41, [EMAIL PROTECTED] wrote: >> On Wed, Mar 22, 2006 at 11:07:32PM -0700, Joe Giles wrote: >> > Another piece of info I found out about Cedega and games is to change >> > the preemption to the middle option (Voluntary Preemption) and to use >> > the Deadline scheduler. >> >> Interesting. Where can I change those in the running kernel, if at all? >> I'm too lazy to look for it :) >> >> Leslie >> >> -- >> gpg --keyserver pgp.mit.edu --recv-keys 0x52D70289 >> http://nic-nac-project.de/~skypher/ > > Well, I believe you can change your default scheduler on the kernel line > during boot. > > elevator=deadline > > That should do it. > > Otherwise, you will have to recompile your kernel to make it the > default. If > you do, don't forget about the preemption change... > > Joe this is what i did: find /sys -iname "*sched*" then since i had hda and not hdb or whatever kris|~ cat /sys/block/hda/queue/scheduler noop anticipatory [deadline] cfq then you can just echo sched_name > /sys/block/hda/queue/scheduler works for me! although elevator=sched_name should work too :) -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
