Page: Previous  1, 2, 3  Next

techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 2662
Location: East Coast, West Coast? I know it's one of them.
Back to top
Posted: Aug 30, 10, 9:57    
By the way, I'm seeing more and more bug reports on nvnews about the 256 series causing the cpu spikes I reported there.
ulenrich
Status: Curious
Joined: 19 Jul 2010
Posts: 5
Location: Hamburg
Back to top
Posted: Aug 30, 10, 10:56    
Yes, my Gentoo,Funtoo~ system runs with the old nvidia v195 without problems, but for the newer nvidia driver I cannot say yet.
Licaon_kter
Status: Interested
Joined: 06 Aug 2010
Posts: 11
Location: Between the keyboard and the chair.
Back to top
Posted: Sep 1, 10, 12:15    
:: techAdmin wrote ::
By the way, I'm seeing more and more bug reports on nvnews about the 256 series causing the cpu spikes I reported there.
eh, at least the nV devs are pretty responsive and the releases are pretty often
TheExplorer
Status: Interested
Joined: 21 Sep 2010
Posts: 35
Back to top
Posted: Sep 21, 10, 5:36    
damentz, just one question:

Since you use Zen-patches why do you leave cfq scheduler as default instead of bfq ? For stability sake or what?

And is it possible to switch to bfq in real time without rebooting? I mean by addressing 'echo cfq > /sys/block/sda/queue/scheduler' ?

Thank you.
damentz
Status: Assistant
Joined: 09 Sep 2008
Posts: 380
Back to top
Posted: Sep 22, 10, 16:23    
I got a report that KDE4 loaded slowly for a new kernel I released using BFQ as default. That must have been the issue, so I changed the default elevator to CFQ.

If you can debunk that myth, then I may just switch it back since the reporter didn't confirm that my kernels afterward fixed the problem.

And yes, you can update the I/O scheduler on-the-fly by echoing the scheduler you want to use into /sys/block/sda/queue/scheduler.

You can also cat the scheduler file to see what you are using and what's available:

:: Code ::
damentz@damentz64:/sys/block/sda/queue$ cat scheduler
noop deadline cfq [bfq]
TheExplorer
Status: Interested
Joined: 21 Sep 2010
Posts: 35
Back to top
Posted: Sep 22, 10, 23:55    
Thank you very much.
Licaon_kter
Status: Interested
Joined: 06 Aug 2010
Posts: 11
Location: Between the keyboard and the chair.
Back to top
Posted: Oct 8, 10, 20:17    
It's great that you keep updating the CK BFS, but why bother if it's never usable? :(
:: Quote ::
licaon@movesdid:~/ > cat /boot/config-2.6.35-6.dmz.3-liquorix-amd64 | grep BFS
# CONFIG_SCHED_BFS is not set
damentz
Status: Assistant
Joined: 09 Sep 2008
Posts: 380
Back to top
Posted: Oct 8, 10, 22:39    
I'm updating BFS in the zen-kernel sources for other people to use, this doesn't mean I will use it.

There are still problems with BFS that do not make it appropriate for a distro kernel configuration. The kernel maintainer on Yoper also decided to switch back to CFS after his community reported that some things stopped working.

I hope that the changes I made recently to the CFS scheduler make it perform better for your workloads; latencies should be reduced and your desktop should perform better in general.
Licaon_kter
Status: Interested
Joined: 06 Aug 2010
Posts: 11
Location: Between the keyboard and the chair.
Back to top
Posted: Oct 9, 10, 0:42    
:: damentz wrote ::
I'm updating BFS in the zen-kernel sources for other people to use, this doesn't mean I will use it.
That's ok, don't use by default, but give the users the choice to use if they want without them needing to recompile and install another custom kernel.
damentz
Status: Assistant
Joined: 09 Sep 2008
Posts: 380
Back to top
Posted: Nov 28, 10, 17:28    
There's probably a good reason why we can't choose CFS and BFS at runtime, most likely runtime overhead or needless complexity. Whatever the reason, Con chose not to go down this path when developing BFS to be configureable alongside CFS.

Until someone finds a good way to do this, you'll need to recompile the kernel.
Display posts from previous:   
Page: Previous  1, 2, 3  Next
All times are GMT - 8 Hours