Navigation

    RetroPie forum home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    1. Home
    2. Tags
    3. framebuffer
    Log in to post

    • W

      map: vt02 => fb0 when booting directly to emulator
      Help and Support • screen issues basilisk ii framebuffer • • willmurray461  

      5
      0
      Votes
      5
      Posts
      616
      Views

      W

      After some more experimenting, I noticed that after a clean install it would work the first time, but never again. Also, I noticed that if I set the refresh rate in the basiliskii.cfg file to dynamic (frameskip 0) and constantly moved my mouse it wouldn't give me the error. What would happen is the screen would turn completely white and then as I moved the mouse it would replace horizontal chunks with the emulator screen. I could do this until all of the screen was visible, but when I tried to shut down, the screen would go black, the mouse would invert color and I could not close the emulator or reboot.
    • Z

      Help for different console resolution and Raspbian resolution
      Help and Support • retropie tft screen raspian framebuffer • • ZackDaTitan  

      1
      0
      Votes
      1
      Posts
      204
      Views

      No one has replied

    • M

      About retropie display architecture
      Ideas and Development • display framebuffer x11 • • msx80  

      3
      0
      Votes
      3
      Posts
      531
      Views

      M

      wonderful, i'll look into it, thanks!
    • N

      ResidualVM FrameBuffer is not complete
      Help and Support • residualvm framebuffer failure to load • • NowArrivingHere  

      5
      0
      Votes
      5
      Posts
      1051
      Views

      R

      Grim fandango is fine but very dark image for me...
    • A

      The one game I wanted... Pokemon Snap
      Help and Support • issues pokemon n64 nintendo64 framebuffer • • acraigl  

      15
      0
      Votes
      15
      Posts
      6945
      Views

      M

      @acraigl I don't have a great answer for you. Specifically for GLideN64 there is a source code repository I have been checking since the project lead gonetz said a new version is imminent. It actually was just published as a specific 2.0 release yesterday. Still has some regression issues like Mario64 though. GLideN64 code repository blog Not sure how active mupen64plus or glupen is for actual emulators.
    • vbs

      Launch menu art on x86 not working?
      Help and Support • runcommand x86 framebuffer launch menu art • • vbs  

      3
      0
      Votes
      3
      Posts
      1071
      Views

      vbs

      @BuZz Thanks Buzz <3 https://github.com/RetroPie/RetroPie-Setup/commit/cc2d23c7fa40f2238f9175c5f0b250a9f5c272c8
    • vbs

      fbset: command not found - No framebuffer device?
      Help and Support • mupen64plus x86 framebuffer fbset • • vbs  

      9
      0
      Votes
      9
      Posts
      3456
      Views

      vbs

      No problem: vbs@vbs-XS35:~$ grep -a4 "(fbset)" /opt/retropie/supplementary/runcommand/runcommand.sh # get default fb_res (if not running on X) fb_orig="" if [[ -z "$DISPLAY" ]]; then fb_orig="$(fbset)" fb_orig="${fb_orig##*mode \"}" fb_orig="${fb_orig%%\"*}" fi Well, I probably clicked that option in the runcommand menu "Select framebuffer Res" but I think I chose "320x240" which was the initially value anyway. But ok, that might be the reason! Thanks!