|  01-21-2015, 02:50 PM | #31 | |
| Wizard            Posts: 3,067 Karma: 18821071 Join Date: Oct 2010 Location: Sudbury, ON, Canada Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633 | Quote: 
 | |
|   |   | 
|  01-22-2015, 01:31 AM | #32 | 
| ♫            Posts: 661 Karma: 506380 Join Date: Aug 2010 Location: Germany Device: Kobo Aura / PB Lux 2 / Bookeen Frontlight / Kobo Mini / Nook Color | |
|   |   | 
|  01-24-2015, 10:33 AM | #33 | |
| Zealot            Posts: 144 Karma: 405567 Join Date: Nov 2012 Device: K3 KPW PB840 | Quote: 
 Could you also screen shot with these changes? Code: elseif vinfo.bits_per_pixel == 8 then
            self.bb = BB.new(vinfo.xres, vinfo.yres/2, BB.TYPE_BB8, self.data, finfo.line_length + 5)
elseCode: elseif vinfo.bits_per_pixel == 8 then
            self.bb = BB.new(vinfo.xres, vinfo.yres/2, BB.TYPE_BB8, self.data, finfo.line_length + 8)
elseAnd could you also print some basic info of the framebuffer at line 40 like this: Code: print("pitch size", finfo.line_length)
print("framebuffer size", finfo.smem_len)
print("framebuffer width", vinfo.xres)
print("framebuffer height", vinfo.yres) | |
|   |   | 
|  01-24-2015, 12:00 PM | #34 | |
| Zealot            Posts: 144 Karma: 405567 Join Date: Nov 2012 Device: K3 KPW PB840 | Quote: 
 2. Currently there is no pinch to zoom gesture in Koreader. You need to use reflow mode / zoom to fit content width in PDF or change font size via the menu in EPUB. | |
|   |   | 
|  01-24-2015, 12:12 PM | #35 | |
| Zealot            Posts: 144 Karma: 405567 Join Date: Nov 2012 Device: K3 KPW PB840 | Quote: 
 | |
|   |   | 
|  01-24-2015, 12:16 PM | #36 | |
| Zealot            Posts: 144 Karma: 405567 Join Date: Nov 2012 Device: K3 KPW PB840 | Quote: 
 | |
|   |   | 
|  01-24-2015, 01:20 PM | #37 | |
| Wizard            Posts: 3,067 Karma: 18821071 Join Date: Oct 2010 Location: Sudbury, ON, Canada Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633 | Quote: 
 Anyway, it sounds like you don't want to be bothered compiling for pre-version 5 devices, so I won't say any more about it. | |
|   |   | 
|  01-25-2015, 12:22 AM | #38 | |
| Zealot            Posts: 144 Karma: 405567 Join Date: Nov 2012 Device: K3 KPW PB840 | Quote: 
 | |
|   |   | 
|  01-25-2015, 03:57 AM | #39 | |
| Zealot            Posts: 144 Karma: 405567 Join Date: Nov 2012 Device: K3 KPW PB840 | Quote: 
 | |
|   |   | 
|  01-25-2015, 07:50 AM | #40 | 
| ♫            Posts: 661 Karma: 506380 Join Date: Aug 2010 Location: Germany Device: Kobo Aura / PB Lux 2 / Bookeen Frontlight / Kobo Mini / Nook Color | 
			
			Any idea if we will see a working version for the Lux 2 at all?
		 | 
|   |   | 
|  01-25-2015, 07:59 AM | #41 | 
| Librocubicularist            Posts: 617 Karma: 11908623 Join Date: Dec 2013 Location: Germany Device: PocketBook InkPad 3 & Touch HD 3, Kobo Clara HD, Kindle Paperwhite 5 | |
|   |   | 
|  01-25-2015, 10:34 AM | #42 | 
| Connoisseur            Posts: 84 Karma: 1142796 Join Date: Jul 2009 Device: Sony PRS 350, Kobo mini, PB mini | 
				
				RE: PB mini framebuffer problem
			 
			
			Here comes a shot with yres/2 and line_lenght+8. The screen is smaller and rotated but otherwise undistorted. As for the basic framebuffer information: Where does the output from the print() statements end up? It is not in crash.log. | 
|   |   | 
|  01-25-2015, 11:41 AM | #43 | 
| ♫            Posts: 661 Karma: 506380 Join Date: Aug 2010 Location: Germany Device: Kobo Aura / PB Lux 2 / Bookeen Frontlight / Kobo Mini / Nook Color | 
			
			Great!  For Lux 2 Code: self.bb = BB.new(vinfo.xres, vinfo.yres/2, BB.TYPE_BB8, self.data, finfo.line_length + 10) Upper half screen is used, no distortions, not rotated: [Image violates guidelines for size - MODERATOR] But I can't work with it, I guess the touch still uses the full screen or something like that. I also can't take screen shots, well, I can, but they are empty... Last edited by Dr. Drib; 01-26-2015 at 10:22 AM. | 
|   |   | 
|  01-25-2015, 04:21 PM | #44 | 
| Member  Posts: 19 Karma: 10 Join Date: Jan 2015 Device: InkPad 840, InkPad 740 | 
			
			I think i've found a bug. Koreader does not save last reading position when reader is turned off during reading. Generally it is not a problem: if you want to turn reader off, you can just quit koreader and then position is stored. But, if i put reader into sleep, and then, after some time, it turns off, position will not be stored.
		 | 
|   |   | 
|  01-25-2015, 06:23 PM | #45 | 
| Wizard            Posts: 3,067 Karma: 18821071 Join Date: Oct 2010 Location: Sudbury, ON, Canada Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633 | 
			
			I tried v2014.11-39-g917f45a on my Touch Lux (623), and it seems to be working.  The display is fine, although it is a bit faint and hard to read in places.  It seems that little horizontal white lines appear inside black areas.  Perhaps those pixels are getting missed when flood-filling an area?
		 | 
|   |   | 
|  | 
| Tags | 
| calibre, epub, koreader, pb742, pdf, pocketbook | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| KOReader: a document reader for PDF, DJVU, EPUB, FB2, HTML, ... (GPLv3) | hawhill | Kindle Developer's Corner | 1289 | 04-07-2025 10:18 AM | 
| CBZ plugin interaction with FB2/DjVu plugins - First try at pinpointing | MrWarper | iRex | 2 | 12-11-2011 05:46 AM | 
| Raccoon Reader - reads ePub, fb2, fb2.zip, txt on WP7 for free | Andrei_Shvydryk | Reading and Management | 0 | 10-31-2011 03:17 PM | 
| v3 vs. v3+ as a pdf/DjVu reader | hedonism_bot | HanLin eBook | 7 | 11-02-2010 08:16 PM | 
| New PDF to LRF Tool (for DJVU and CBZ files too) | RWood | Sony Reader | 0 | 08-29-2007 02:13 PM |