RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. mesa-drm
    Log in to post
    • All categories
    • F

      Lock SDL2, MESA and DRM update

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development mesa mesa-drm sdl2
      14
      0 Votes
      14 Posts
      1k Views
      F

      @gleam2003 said in Lock SDL2, MESA and DRM update:

      Install your Mesa and sdl2 library in /usr/local and config LD for use this before the one installed by RetroPie.
      In this way you can use original RetroPie script without lose your build library

      Thanks, I'll try

    • S

      Can't install Retropie 4.6.8 on my Raspberry 4b running raspbian, can't download mesa-drm and omxiv

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie 4.6 mesa-drm omxiv raspbian raspberrypi4
      8
      0 Votes
      8 Posts
      3k Views
      mituM

      @superknight1718 Please don't bump old topics, open a new one and provide the info asked in https://retropie.org.uk/forum/topic/3/read-this-first. If you're trying to install on the new Raspberry Pi OS release (bullseye), then there's no need for a new topic - RetroPie does not support it yet.

    • W

      Video modes failed - Ubuntu x64

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support videomodes mesa-drm ubuntu x64
      5
      0 Votes
      5 Posts
      721 Views
      W

      Yes, you rock !

      it works with this change
      indeed in the file /opt/retropie/supplementary/runcommand/runcommand.sh

      changed the line : id="$(echo "$line" | awk '{ print $2 }' | grep "([0-9]\{1,\}x[0-9]\{1,\})")" with this line id="$(echo "$line" | awk '{ print $2 }' | grep -o "(0x[a-f0-9]\{1,\})")" And the line : mode_id[1]="$($XRANDR --verbose | grep " connected" | grep -o "([0-9]\{1,\}x[0-9]\{1,\})")" with this line mode_id[1]="$($XRANDR --verbose | grep " connected" | grep -o "(0x[a-f0-9]\{1,\})")"

      Now the video mode selection is working great
      Many thanks

    • S

      error compile mesa-drm

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support upgrade mesa-drm
      2
      0 Votes
      2 Posts
      388 Views
      mituM

      The mesa-drm package should not be needed for a RPI3b+ installation.
      Please add more info about your setup - as detailed in https://retropie.org.uk/forum/topic/3/read-this-first.