RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. fbset
    Log in to post
    • All categories
    • ClydeC

      [Wiki] Adding tvservice to Video Issues

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming wiki video issues tvservice fbset resolution
      8
      2 Votes
      8 Posts
      2k Views
      ClydeC

      Done!

    • vbsV

      fbset: command not found - No framebuffer device?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support x86 mupen64plus framebuffer fbset
      9
      0 Votes
      9 Posts
      5k Views
      vbsV

      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!