Page 4 of 4 FirstFirst ... 234
Results 31 to 38 of 38

Thread: Fixed framebuffer driver

  1. [translate]    #31
    Senior Member
    Join Date
    Oct 2010
    Location
    Poland
    Posts
    253
    Thanks to all samdroid dev's for all improvements

  2. [translate]    #32
    Moderator
    Join Date
    Jun 2010
    Location
    Warsaw, Poland
    Posts
    3,707

    Default

    Seems like Samsung drivers recognize incorrect modes and misrecognize correct ones... Just revert the patch with patch -R for now.
    Follow me on twitter.
    My projects: CyanogenMod 7.x Nightly for Spica | Kernel 3.0 | OpenFIMG | Others
    In case of problems with CM7 for Spica: Troubleshooting thread
    Samsung is a registered trademark of Samsung Group, Samsung Electronics and it's listed subsidiaries.
    Views expressed herein are my own and do not necessarily represent the views of my employer.

  3. [translate]    #33
    Senior Member
    Join Date
    Oct 2010
    Location
    Poland
    Posts
    253

    Default

    Ok, will do that.
    Thanks to all samdroid dev's for all improvements

  4. [translate]    #34
    Moderator nebkat's Avatar
    Join Date
    Oct 2010
    Location
    Dublin, Ireland
    Posts
    989

    Default

    Could you make an option to output framebuffer to a file or a stream instead of the screen? Maybe if you could move it to /sdcard/.framebuffer/fb0 we could get faster screenshots.
    Last edited by nebkat; 02-12-2011 at 03:12 PM.
    Code:
    for (n00b n : mSamdroid) {
        if (!n.findAnswer()) {
            n.useSearch();
        }
    }

  5. [translate]    #35
    Moderator
    Join Date
    Jun 2010
    Location
    Warsaw, Poland
    Posts
    3,707

    Default

    I believe that we actually want the framebuffer to output to the screen, because this is what the framebuffer is for. You can dump framebuffer contents by executing 'cat /dev/graphics/fb0 > /sdcard/screenshot' in adb shell.

    Btw. The frame buffer resides in RAM, so moving it to a slow storage like SD wouldn't do any good (and still this is just impossible).
    Last edited by tom3q; 02-12-2011 at 03:29 PM.
    Follow me on twitter.
    My projects: CyanogenMod 7.x Nightly for Spica | Kernel 3.0 | OpenFIMG | Others
    In case of problems with CM7 for Spica: Troubleshooting thread
    Samsung is a registered trademark of Samsung Group, Samsung Electronics and it's listed subsidiaries.
    Views expressed herein are my own and do not necessarily represent the views of my employer.

  6. [translate]    #36
    Senior Member
    Join Date
    Jul 2010
    Location
    Hungary
    Posts
    766

    Default

    Thanks for this tom3q!
    BTW. Do you know how to see kernel boot messages instead of the "Android_" text at boot?
    EXT ModMulti-Boot System
    Ultimate Spica Recovery
    My newest kernel+recovery for Odin can always be found here
    If you would like to help me a little, register at Xpango, and complete a free offer. (By the way, if you complete enough offer you will get a Galaxy SII for free)
    Or you can simply DONATE, if you like my work! PayPal address: xmisterhu@gmail.com

  7. [translate]    #37
    Moderator
    Join Date
    Jun 2010
    Location
    Warsaw, Poland
    Posts
    3,707

    Default

    You need a little kernel patch to force your own command line instead of the one passed by the bootloader to redirect kernel output to the framebuffer instead of the default serial port. I will attach it here a bit later.
    Follow me on twitter.
    My projects: CyanogenMod 7.x Nightly for Spica | Kernel 3.0 | OpenFIMG | Others
    In case of problems with CM7 for Spica: Troubleshooting thread
    Samsung is a registered trademark of Samsung Group, Samsung Electronics and it's listed subsidiaries.
    Views expressed herein are my own and do not necessarily represent the views of my employer.

  8. [translate]    #38
    Senior Member
    Join Date
    Feb 2010
    Location
    India
    Posts
    218

    Default

    How to read the screenshot after executing 'cat /dev/graphics/fb0 > /sdcard/screenshot' command. Imean which application to use. There is extension missing. so was confused. Sorry to bother you, Iam noob at this.
    CM 6.1.1 Alpha 8.3 | YONIP Kernel BFS V.0.7A @ 1000Mhz | all2ext2 | Intercept3D drivers | BGB Theme| Launcherproplus 0.8.3

Page 4 of 4 FirstFirst ... 234

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •