Uploaded December 2025 | Updated September 2026, 1 hour ago
This is both a live playthrough of this map and a live review of how good the map seems in my very casual eyes (with a final score out of 5).
I will NOT be looking up any easter eggs or anything about any of these maps, I'll just be experiencing them as I happen to experience them and reviewing based on that, if I happen to miss anything cool LMK in the comments below!
This is both a live playthrough of this map and a live review of how good the map seems in my very casual eyes (with a final score out of 5).
I will NOT be looking up any easter eggs or anything about any of these maps, I'll just be experiencing them as I happen to experience them and reviewing based on that, if I happen to miss anything cool LMK in the comments below!
![#3 Flanking Jeff ONLY Marvel Rivals Bronze to GM
After hitting GM by swapping characters to whatever I thought worked best at the time, how easy is it to hit GM again by just playing 1 bad hero in an unorthodox way [flankshark]?
My MR settings: https://youtu.be/WlLzDcTg4ws
Music: https://youtu.be/M0KeO_OwQ1U #3 Flanking Jeff ONLY Marvel Rivals Bronze to GM](https://i.ytimg.com/vi/ux7ei1sGl7I/mqdefault.jpg)








![The best FULL guide to using Davinci Resolve Studio/Free Version on Linux
Detailed instructions with links and stuff to copy-paste far below.
This is how to run Davinci Resolve Studio or Free Version on almost ANY Linux distribution using DavinciBox. Unfortunately free version has a crazy amount of restrictions stopping it from being super useable on Linux imo, but if you get studio edition it works just as smooth as windows with no real issue (I bought studio edition for $295 right after recording this and can confirm this to be true and also had set it up on a friends PC beforehand to confirm it as well).
Timestamps
0:00 Intro
0:11 NVidia GPU users need to install NVidia Toolkit
0:33 Install Davinci Resolve (or Davinci Resolve Studio)
0:59 Install Davincibox
1:05 Install Podman, Distrobox, FFmpeg, and LSHW
2:18 Move files to the right place
3:32 Run setup script
4:50 2 ways to launch Davinci Resolve
5:40 Fix Unallocated GPU
6:48 Check it worked and My Project Settings
8:01 My Output Presets I Use
8:16 Add better Codec support (REQUIRED)
13:00 Issues with Free Version on Linux
15:02 How to get around Davinci Resolve Free issues
18:31 Note About Buying/Installing Studio Edition
19:00 Final Showcase, showing issues with Free edition
shoutout to Shane Milton for his video guide on getting VAAPI H264, H265, and AV1 working on davincibox: https://youtu.be/E4Fj955Ps3M
Instructions to follow along with (written by me)
if on NVidia GPU instead of AMD/Intel get nvidia toolkit: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
if on AMD, you MIGHT need to install OpenCL as well
get distrobox: https://github.com/89luca89/distrobox
get podman: https://github.com/containers/podman
get ffmpeg: https://github.com/ffmpeg/ffmpeg
get lshw: https://github.com/lyonel/lshw
Debian (Ubunut + Mint): sudo apt install lshw distrobox podman ffmpeg rocm-podman-support
Fedora: sudo dnf install lshw distrobox podman ffmpeg
^rocm is shipped by fedora already, must be installed seperately on debian
Download Davinci Resolve from: https://www.blackmagicdesign.com/support/
Get source code.zip from: https://github.com/zelikos/davincibox/releases
Mark it as executable however you need to do that.
Make sure the .run file is marked as an executable and run it with
./setup.sh ./DaVinci_Resolve_(INSERT VERSION HERE)_Linux.run
hit y at the end if you want a shortcut you can click like a normal app instead of having to type:
distrobox enter davincibox
then:
/opt/resolve/bin/resolve
if when you first load davincibox it fails with Unsupported GPU Processing Mode and youre on AMD,
type:
[if on debian (mint+ubuntu) also type:
sudo apt install ocd-icd-libopencl1 mesa-opencl-icd ocl-icd-opencl-dev
before the next 2 commands]
distrobox enter davincibox
sudo dnf install mesa-libOpenCL
^ once this is done we need to set up VAAPI GPU Encoding in DistroBox, do this with RPMFusion
grab the command to install it from: https://rpmfusion.org/Configuration
currently that command is:
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
next set up FULL ffmpeg as shown on: https://rpmfusion.org/Howto/Multimedia?highlight=%28%5CbCategoryHowto%5Cb%29
currently the command for that is:
sudo dnf swap ffmpeg-free ffmpeg allowerasing
sudo dnf update @multimedia setopt=install_weak_deps=False exclude=PackageKit-gstreamer-plugin
with a few per-system commands (also from ffmpeg howto)
FOR INTEL GPUS:
recent: sudo dnf install intel-media-driver
older: sudo dnf install libva-intel-driver
FOR AMD GPUS:
sudo dnf swap mesa-va-drivers mesa-va-drivers-freeworld
FOR NVIDIA GPUS:
sudo dnf install libva-nvidia-driver
check for updates with:
sudo dnf update
Grab DVCP VAAPI zip from releases: https://github.com/nowrep/dvcp-vaapi/releases
^
UPDATE: i found later that you can also grab this instead for even more codec support, but figured id leave the other thing linked regardless: https://github.com/EdvinNilsson/ffmpeg_encoder_plugin and you just replace vaapi_encoder.dvcp.bundle with ffmpeg_encoder_plugin.dvcp.bundle to make it work
go into resolves install location with:
cd /opt/resolve
were going to make a directory for IOPlugins with:
mkdir IOPlugins
now go into that folder with
cd IOPlugins
now we copy the VAAPI plugin into that folder with:
cp -R (past location of vappi.bundle) vaapi_encoder.dvcp.bundle
now do
ls
if the vaapi_encoder bundle is there you did it right
now launch davinci resolve through davincibox (such as through the shortcut) The best FULL guide to using Davinci Resolve Studio/Free Version on Linux](https://i.ytimg.com/vi/wiWDLb9TWMk/mqdefault.jpg)
