![]() |
Bounty on Auto-Scroll in FBReader
One of the biggest disappointments to me when I first got my n810 and installed FBReader was a lack of an Auto-Scrolling feature. So I'm wondering if it will make any difference if we offer a bounty. I know this sort of thing has been done before (though maybe not very well organized) and the FBReader Devs didn't seem to care. It's been on their "to-do" list since mid 2006. If it's an impossible task then let us know and it will be forgotten.
I offer that if an Auto-Scroll* type feature is added to FBReader I shall donate $10 USD to the developers. Is there anyone else who would join in? *Auto-Scroll is defined as a method of scrolling the text, pixel by pixel, with no interaction from the user (other than to initiate it). It should probably include options in the preferences to control the speed. |
Re: Bounty on Auto-Scroll in FBReader
I like the sound of this. I use auto-scroll all the time on my desktop browsers.
Quote:
|
Re: Bounty on Auto-Scroll in FBReader
Not possible to implement for FBReader on OMAP2 hardware, as the speed of fullscreen updates (particularly with zlib) are just too slow to support anything but full page turns. Talk to lcuk about liqbase if you want smooth auto scrolling.
|
Re: Bounty on Auto-Scroll in FBReader
killdeer, I was also miffed off with coming from a pda with autoscrolling to one without..
The way fbreader is written would make it very difficult to directly translate the work I have started within liqbase into fbreader though. However the new liqbase library will include a method to just open the screen and do the technical stuff, maybe someone else can go further from the fbreader side itself. the other alternative will be to expand liqbook itself with the options required to read various formats. Its already under development myself and will be a documented document reader (just with document types I specifically need and others assist with). Other formats could be coded and used directly from there. |
Re: Bounty on Auto-Scroll in FBReader
Not only lack of auto scrolling but, for me, much more important is the lack of 'tap on a word to open the dictionary and display its meaning' facility.
This was a great feature in Tim Wentford's Opie Reader for the Zaurus http://www.timwentford.uklinux.net/ Put me down for a bounty for that feature too. |
Re: Bounty on Auto-Scroll in FBReader
Quote:
It's amazing to me that n810 is so underpowered. I realize theres a lot more screen real estate but even an ancient device like my Palm Zire 71 can auto scroll the entire screen. I suppose I'll give liqbase a try once I finish my current book. I've heard the suggestion before but I didn't act on it. |
Re: Bounty on Auto-Scroll in FBReader
Quote:
You can't compare a Zire 71 (320x320) to the N810 (800x480) it only has to push updates to 1/4 the number of pixels, and that's a lot less intensive. The tablets are more than capable of smooth fullscreen updates, just see liqbase. |
Re: Bounty on Auto-Scroll in FBReader
Quote:
|
Re: Bounty on Auto-Scroll in FBReader
Quote:
|
Re: Bounty on Auto-Scroll in FBReader
I'm a little confused:
As killdeer points out above, General's first post seems to indicate that there is a hardware limitation preventing autoscroll in combination with software issues. He does imply that liqbase may be able to do it. My first thought was, like killdeer, that hardware plays a role in this. Although, I do have liqbase installed, and it does just fine autoscrolling (Thanks, Lcuk). This would lead me to believe that it is a software issue, not hardware. Generals' second post seems to indicate that it is software, with some hardware (framebuffer) issues, but again indicates that the tablets via liqbase are more than capable. Since I assume that installing liqbase doesn't change my hardware, I assume that this can be achieved through software. Therefore, unless I am mistaken, it would be possible (though perhaps very difficult, per lcuk) for fbreader to implement? |
Re: Bounty on Auto-Scroll in FBReader
lemmy,
it would be entirely possible to make a system do autoscrolling right now. however it would drive you crazy because the screen suffers from horrendous tearing artifacts when using the normal x11 pathways. I started liqbase by using the "normal" methods of updating but was really unhappy with how it looked with text. I get round it by a combination of crazy coding and the choice of display mode I use. liqbase lives in the XV video mode using YUV colors, normally used by media players to render movie frames and not used by any GUI software. I have built the software stack from the ground up to operate as efficiently as possible at the expense of compatability. Its not childsplay to expect the entire stack to be converted from its native RGB mode to the YUV mode and carry on as if nothing happened and would suck even more cpu trying. Its something I have had to come to terms with but am happy right now because it gives excellent performance, not just here but on other devices I try it on ( and for different reasons - on faster machines liqbase simply requires less cpu and hence does not drain the battery as quick ;)) |
Re: Bounty on Auto-Scroll in FBReader
Thanks lcuk.
I won't say I thought it was something like that, cause I certainly wouldn't have guessed that, however, I did realize that you have done some amazing things to get liqbase to work the way it does. So I guess the answer is possible but not practical on the n8x0's. |
Re: Bounty on Auto-Scroll in FBReader
I honestly wouldn't ***** so much if the n810's zoom rocker wasn't so awkwardly placed.
|
Re: Bounty on Auto-Scroll in FBReader
PyBookReader does not have many features but at least it can auto-scroll. Maybe someone wants to create a .deb of it? :o (but nobody seemed interested in it in the last thread about auto-scrolling ...)
|
Re: Bounty on Auto-Scroll in FBReader
Maybe if I'm feeling lucky I'll try it out manually Nikem. But if it works well It might be nice if someone could port it over.
|
Re: Bounty on Auto-Scroll in FBReader
PyBookReader looks amazing. Display looks nice. It doesn't have all the features of FbReader but it has enough for me.
The scrolling works well. It does rip and tear at quick speeds. But for the speed that I need it to scroll while reading it seems to work fine with no problems. Too bad it wont full screen. Is there a way to force it? If I could get that to work It'd be perfect. Anyone interested in porting and optimizing PyBookReader for n810? I'll give you the 10 dollars instead. |
Re: Bounty on Auto-Scroll in FBReader
Quote:
|
Re: Bounty on Auto-Scroll in FBReader
Quote:
I used to use this app on my Zaurus as well. Since scrolling can't be incorporated into fbreader, is there any chance of porting Opie Reader into Maemo??? --vr |
Re: Bounty on Auto-Scroll in FBReader
Quote:
--vr |
Re: Bounty on Auto-Scroll in FBReader
I normally read for about an hour every night. I've never been able to work the n810 one handed for longer than 20 minutes or so. I always end up with a sore wrist. I'm a small framed bastard :(
|
Re: Bounty on Auto-Scroll in FBReader
Just installed iSilo (the ebook reader I used to use on my old Palm Vx) in GarnetVM. Suprisingly iSilos Autoscroll feature is working just fine on my N800. No tearing.
Autoscrolling is almost as smooth as on my Palm Vx. If even Garnet VM can do this - and I guess the main focus in Garnet VM development isn't exacty on smotth scrolling - it can't be that difficutl for an ebook reader running natively on Maemo. |
Re: Bounty on Auto-Scroll in FBReader
1 Attachment(s)
Foreword: this is a tech demo. It's not related to fbreader source in any way (yet).
I did a quick'n'dirty Qt autoscroll test in the 'what can you fit in one page of source' and 'what's the bulkiest solution you can come up with' style. I'd like to ask you to rate the *visual scroll action* 1-5 (unreadable-perfect) on your tablet. You will need python2.5-qt4-gui (just apt-get it) for this one. If a kind soul records a video of and puts it up for the general public, I'd be grateful - I don't have a camera at hand. If you're not a developer, have not cloned maemo to SD card or do not already have Qt installed, don't bother, skip it and hope someone posts a video. Seriously. It just scrolls Lorem Ipsum. EDIT: To answer some concerns - you don't need to be an uberhaxxor to run this, just 'apt-get install python2.5-qt4-gui' and 'python qthene.py' in the dir you extracted it in. It's just that qt4+pyqt4 is a big download/app if you're a 'regular' user who installs apps to the internal flash. |
Re: Bounty on Auto-Scroll in FBReader
4 - some tearing just visible
The line-at-a-time isn't that great :) 50% cpu http://www.youtube.com/watch?v=PLdF84KZ3iQ (eventually) |
Re: Bounty on Auto-Scroll in FBReader
/me considers dropping libliqbase.so somewhere and seeing what cpu usage and smoothness we can get ;)
|
Re: Bounty on Auto-Scroll in FBReader
Quote:
Quote:
Quote:
Quote:
|
Re: Bounty on Auto-Scroll in FBReader
attila77,
i had the same thing with sdl - it worked on windows and linux and on the tablet. the fact it wasnt good enough was what spruned me towards a better solution ;) |
Re: Bounty on Auto-Scroll in FBReader
Quote:
In the menu under "edit" you find rotation commands. Also the escape key rotates the screen 90°. In full screen mode you flip pages just as in the standard pdf reader. ePDFViewer also supports rotation but renders pages slower. |
Re: Bounty on Auto-Scroll in FBReader
Quote:
I'd rather have the first line of the next page written over the first line of the current page and so on. Then nothing moves and the screen is redrawn line by line. |
Re: Bounty on Auto-Scroll in FBReader
Quote:
|
Re: Bounty on Auto-Scroll in FBReader
theres an early SDL scroller test I did hosted here: http://liquid.googlepages.com/testfiles
(also an early early liqbase :D) nothing more than academic and wobbly/tearing, but attilas app reminded me of it. |
| All times are GMT. The time now is 10:06. |
vBulletin® Version 3.8.8