Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

System resolution timer too low

 
   Soft32 Home -> Linux -> SUSE RSS
Next:  Fw: [Samba] 2 samba pdcs over vpn intertrust succ..  
Author Message
zuvuya

External


Since: Aug 01, 2007
Posts: 5



(Msg. 1) Posted: Wed Aug 01, 2007 12:11 pm
Post subject: System resolution timer too low
Archived from groups: alt>os>linux>suse (more info?)

When I try to start the Rosegarden4 MIDI sequencer it trows up a box
that says my system timer resolution is too low and that Rosegarden was
unable to find a high-resolution timing source for MIDI performance."

Can anyone please point me in a direction to find out about tuning the
kernel for higher timing performance?

Thanks.
Back to top
Login to vote
Rajko M.

External


Since: Sep 11, 2005
Posts: 93



(Msg. 2) Posted: Wed Aug 01, 2007 2:11 pm
Post subject: Re: System resolution timer too low [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

zuvuya wrote:

> When I try to start the Rosegarden4 MIDI sequencer it trows up a box
> that says my system timer resolution is too low and that Rosegarden was
> unable to find a high-resolution timing source for MIDI performance."
>
> Can anyone please point me in a direction to find out about tuning the
> kernel for higher timing performance?
>
> Thanks.

It will work anyway and I wasn't able to say that I can hear distortions.

The SUSE/openSUSE kernel is compiled with system clock resolution of 250 Hz
which is good optimum for desktops and servers. Rosegarden looks for 1000
Hz and complains about. Solution is to recompile kernel with HZ set to
1000, or use another clock source, like real time clock (/dev/rtc).
RTC is enabled in kernel, but some module might be not loaded, or Rosegarden
is looking in wrong place.

I don't have it installed yet, so I can't look trough settings where to
enable realtime clock (/dev/rtc) as timing source.

--
Regards,
Rajko.
Back to top
Login to vote
Michael Soibelman

External


Since: Aug 01, 2007
Posts: 12



(Msg. 3) Posted: Wed Aug 01, 2007 3:16 pm
Post subject: Re: System resolution timer too low [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

zuvuya wrote:

> When I try to start the Rosegarden4 MIDI sequencer it trows up a box
> that says my system timer resolution is too low and that Rosegarden was
> unable to find a high-resolution timing source for MIDI performance."
>
> Can anyone please point me in a direction to find out about tuning the
> kernel for higher timing performance?
>
> Thanks.


I just chanced to look over here at the moment and saw your post + a few
replies.....

Just so happens that I am dealing with this very issue right now. Have a
look at the following url. After trying to launch JACD in a terminal I saw
an error message about time_slice somethin-or-rather' and decided to go to
the JACK web site. Then I did a Google search and found the previously
alluded to web page here:

http://wiki.jacklab.net/index.php/3_Steps_to_JAD_for_Beginners

I've added the jarpack repo and I'm going to install the real time kernel.
I hope everythin goes well and I'll let you know soon......if my computer
doesn't blow up..... LOL

Go ahead and check out that link for now. You may want to wait a bit to see
how it works out for me.

P.S. Is that smoke I see or am I just sweating bullets ?

P.S. #2 I've installed a real time kernel in the past for a different
reason and I seem to recall having succeeded. But then my recollections
aren't always right.......as he downloads kernel source
Back to top
Login to vote
Lew Pitcher

External


Since: Apr 30, 2007
Posts: 86



(Msg. 4) Posted: Wed Aug 01, 2007 4:59 pm
Post subject: Re: System resolution timer too low [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

zuvuya wrote:
> When I try to start the Rosegarden4 MIDI sequencer it trows up a box
> that says my system timer resolution is too low and that Rosegarden was
> unable to find a high-resolution timing source for MIDI performance."
>
> Can anyone please point me in a direction to find out about tuning the
> kernel for higher timing performance?


From my rc.local:
# Fixing RTC
/bin/echo Setting RTC Max-User-Freq to 1024
/usr/bin/logger -i -t rc.local "Setting RTC Max-User-Freq to 1024"
/bin/echo 1024 > /proc/sys/dev/rtc/max-user-freq

HTH
--
Lew Pitcher

Master Codewright & JOAT-in-training | Registered Linux User #112576
http://pitcher.digitalfreehold.ca/ | GPG public key available by request
---------- Slackware - Because I know what I'm doing. ------
Back to top
Login to vote
Nikos Chantziaras

External


Since: Nov 11, 2006
Posts: 280



(Msg. 5) Posted: Wed Aug 01, 2007 8:47 pm
Post subject: Re: System resolution timer too low [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Rajko M. wrote:
> zuvuya wrote:
>
>> When I try to start the Rosegarden4 MIDI sequencer it trows up a box
>> that says my system timer resolution is too low and that Rosegarden was
>> unable to find a high-resolution timing source for MIDI performance."
>>
>> Can anyone please point me in a direction to find out about tuning the
>> kernel for higher timing performance?
>>
>> Thanks.
>
> It will work anyway and I wasn't able to say that I can hear distortions.
>
> The SUSE/openSUSE kernel is compiled with system clock resolution of 250 Hz
> which is good optimum for desktops and servers.

It's not a good "optimum" for desktop and servers. 1000Hz is a good
optimum for desktops. 250Hz is a compromise by SUSE in order not to
have to provide two different kernels (one for servers, one for
desktops), so they chose 250 to "cover both". Though I would imagine
that people running servers would know how to compile their own kernel
Razz SUSE should have chosen 1000Hz.
Back to top
Login to vote
Michael Soibelman

External


Since: Aug 01, 2007
Posts: 12



(Msg. 6) Posted: Wed Aug 01, 2007 10:22 pm
Post subject: Re: System resolution timer too low [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Michael Soibelman wrote:

> zuvuya wrote:
>
>> When I try to start the Rosegarden4 MIDI sequencer it trows up a box
>> that says my system timer resolution is too low and that Rosegarden was
>> unable to find a high-resolution timing source for MIDI performance."
>>
>> Can anyone please point me in a direction to find out about tuning the
>> kernel for higher timing performance?
>>
>> Thanks.
>
>
> I just chanced to look over here at the moment and saw your post + a few
> replies.....
>
> Just so happens that I am dealing with this very issue right now. Have a
> look at the following url. After trying to launch JACD in a terminal I
> saw an error message about time_slice somethin-or-rather' and decided to
> go to
> the JACK web site. Then I did a Google search and found the previously
> alluded to web page here:
>
> http://wiki.jacklab.net/index.php/3_Steps_to_JAD_for_Beginners
>
> I've added the *jarpack repo and I'm going to install the real time
^(should have said jacklab !)

------------------------------snip---------------------------------
Back to top
Login to vote
Michael Soibelman

External


Since: Aug 01, 2007
Posts: 12



(Msg. 7) Posted: Wed Aug 01, 2007 11:24 pm
Post subject: Re: System resolution timer too low [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

--------------------------------snip------------------------------------
>>
>> http://wiki.jacklab.net/index.php/3_Steps_to_JAD_for_Beginners
>>
>> I've added the *jarpack repo and I'm going to install the real time
> ^(should have said jacklab !)
>
> ------------------------------snip---------------------------------

Well I've rebooted and am now running the (rt) new kernel. Still not able
to start jack but I'll keep trying, reading, looking, hacking, etc...

Fortunately I ran 'mkinitrd' before rebooting and I still have my previous
kernel on the Grub menu so no harm done. It's getting late and I've been
having lots' of fun so maybe I'll get it (jack) running today, If
not..tomorrow..tomorrow....

P.S. To the OP it is the jack server that needs to run for Rosegarden to
work as you requested. I'm not absolutely certain, from what I've read
today, that you have to have the real time kernel but it probably doesn't
hurt...

I'll let the group now if/when I get jack/rosegarden fully functional.
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Surely suse is not this popular - At time of posting and accorind to torrentspy.com there are over 185437 people downloading Suse! No way! ..

YAST - Change Location Problem - Having problem with YAST (SLES9) where the original source of installation was deleted via 'Change Source of..

FTP - I have installed vsftpd but I am wondering how I set it up so that FTPing requires a password? The docs do not seem to....

pro100 - McDoo wrote: ..> I just purchased the pro/1000 gt nic. Suse 10.2 does not seem to have a >> diver for them....

openSuSE 10.2 No virtual consoles at RunLevel 5? - Hi, a.o.l.s Just migrated to 10.2 (from 9.3). Most stuff seems to be working, but just noticed that I can't use the..

High Resolution Timer DOS - Hi, some programs need to do some short of busyloop. It was often implemented as : while (1) { if (can_do_stuff) {....
       Soft32 Home -> Linux -> SUSE All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]