This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6735 - crazy unnecessary extra disk access on ipod video
Attached to Project:
Rockbox
Opened by Ryan Sawhill (ryran) - Monday, 05 March 2007, 05:02 GMT+2
Last edited by Steve Bavin (pondlife) - Friday, 15 June 2007, 08:45 GMT+2
Opened by Ryan Sawhill (ryran) - Monday, 05 March 2007, 05:02 GMT+2
Last edited by Steve Bavin (pondlife) - Friday, 15 June 2007, 08:45 GMT+2
|
DetailsLatest build (r12617) on both my 5.5g and 60gb 5g.
The disk spins up ALL THE TIME when browsing both the filetree (with dircache on and properly initialized) and the MENUS. Yes, I'm serious. Also worth noting is that quite often, pressing play to return to the wps from the filebrowser or menu results in the hard drive spinning up (not that it should make a difference, but this is using a wps with no graphics). Turning off the show icons setting makes no difference--since the previous build I used was before JDG's massive menu changes I initially thought the problem was related to reading the icons from the hard drive or something, but apparently not. It really is insane. Most of the time, just pressing Menu from the wps results in a pause [before it displays] while the hd spins up. If you wait for the drive to spin down and start navigating through any of the menus, real quick you'll hit another *pause* while the hd spins up. You can repeat the procedure. I can't understand how I could be the only one experiencing this, with two different ipods. In any case, if it's necessary, I suppose I could go back through the archives and try to find out when it started. Oh, and I apologize if this is not the proper category--I gave it my best. |
This task depends upon
I THINK it's easier to reproduce if you're playing music.
Limited testing of the following, but it appears to be 100% reproduceable (with the proper font--ter-u24b for example) in the filebrowser (with dircache enabled) when browsing into a directory that contains files or directories with accented/international characters WHICH HAVEN'T BEEN DISPLAYED YET. After letting the drive spin down, backing out, and then trying to come back into the directory, there's no delay. This makes it pretty clear, at least in my head, as to what's going on here.
The glyph cache is also stored on disk when you shut off, so it will be reloaded when you reboot the next time.
I have increased the glyph cache size in the SVN code, which should fix your problem. Please try the latest SVN build.
Finally had some time today, so I tried out svn with your changes, but alas, 60k wasn't enough for me--I still get pausing when browsing around, and it's annoying (though obviously not as bad as before). So while I recommend we talk about how to make it user-configurable, I'll be alright just editing it in my own builds.