View Single Post
Old 11-17-2013, 12:00 PM   #793
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
giorgio130

Currently I tried to launch koreader from KoboLauncher. I got success but koreader
changes some framebuffer parameters and doesn't restore them at exit:

Code:
        if (fb->vinfo.bits_per_pixel == 16) {
                /* Only (known) platform using this is Kobo;
                 * since we can change the mode to 8bpp, at this time
                 * driving directly the screen at 16bpp is not supported.
                 * */
                fb->vinfo.bits_per_pixel = 8;
                fb->vinfo.grayscale = 1;
                fb->vinfo.rotate = 3; // 0 is landscape right handed, 3 is portrait
                if (ioctl(fb->fd, FBIOPUT_VSCREENINFO, &fb->vinfo)) {
                        return luaL_error(L, "cannot change screen
So, the only option we have after exit from koreader is reboot.

Is there any chance to get it fixed?
sergeyvl12 is offline   Reply With Quote