Viewing images in the terminal

I have a large number of image files i need to manually review. In the past i’ve used fbi -e from the terminal to give me a quick way to scroll through image files and delete unnecessary ones with Shift+d

I updated the base template with sudo dnf install fbi then restarted my app qube. Running the command gives me the error message using "Noto Sans Mono-16", pixelsize=16.67 file=/usr/share/fonts/google-noto-vf/NotoSansMono[wght].ttf trying drm: /dev/dri/card0 ... drm: open /dev/dri/card0: No such file or directory trying fbdev: /dev/fb0 ... open /dev/fb0: No such file or directory

I assume i need to work some magic from dom0 to give the app qube a /dev/fb0 to access. Any thoughts on how to go about that?