On Thu, 04 Oct 2012, Delpistroumph <xzuruk...@free.fr> wrote:

> But why I've got this message??
> 
> My system timer is set to 1000 hz! (as you can see in my
> first message)
> ("Installing a real time kernel" here: 
> http://wiki.linuxmusicians.com/doku.php?id=system_configuration#the_kernel)
> 

Can you double check the output for a couple of command?  Here's mine:

   zcat /proc/config.gz | grep -i HZ | grep 1000

CONFIG_HZ_1000=y
CONFIG_HZ=1000


   cat /proc/sys/dev/hpet/max-user-freq

1024


If /proc/sys/dev/hpet/max-user-freq is less than 1000, you may want to try:

   sudo echo 1024 > /proc/sys/dev/hpet/max-user-freq ; cat 
/proc/sys/dev/hpet/max-user-freq

My kernel has

CONFIG_HZ_1000=y
CONFIG_HZ=1000

compiled in, but by default, it shows /proc/sys/dev/hpet/max-user-freq value of 
64 .  I have to set it within /etc/rc.local so it is set again everytime the 
system starts up.

Jimmy


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Reply via email to