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

      Ubuntu 22.04.2 - Emulationstation not centered on screen or resolution issue/trouble ?? How i can fix ??

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support es pc focus wrong resolution ubuntu 22.04
      6
      0 Votes
      6 Posts
      2k Views
      F

      @DjDiabolik

      You may also like this solution (autohiding the top-panel) :
      https://fostips.com/auto-hide-top-panel-debian-ubuntu-fedora/
      I used it for my VM.

      Sadly, I run into a lot more issues with Ubuntu 22.04 :
      my post about issues with Ubuntu 22.04

    • madmodder123M

      Issues re-focusing EmulationStation (RaspberryCast)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raspberrycast emulationstatio focus script
      8
      0 Votes
      8 Posts
      1k Views
      madmodder123M

      @mrsco I fixed it :)

      I added "--aspect-mode fill" to the omxplayer lines and that seems to fix it.

      What it looks like now:

      if sub: os.system( "omxplayer --aspect-mode fill -b --layer 10010 -o both '" + url + "' " + resolution + " --vol " + str(volume) + " --subtitles subtitle.srt < /tmp/cmd" ) elif url is None: pass else: os.system( "omxplayer --aspect-mode fill -b --layer 10010 -o both '" + url + "' " + resolution + " --vol " + str(volume) + " < /tmp/cmd" )

      Thanks for the help