Maxim Devaev

Results 805 comments of Maxim Devaev

I see the bug but don't understand it yet.

https://github.com/RoganDawes/P4wnP1_aloa/issues/131

At the moment, the build is successful. Probably the base image has already been updated. Run `rm -rf .pi-builder` and `make os NC=1` to rebuild with flushed caches.

Hi! This is a feature that I often ask for. It can't be done right now, but I'm working on a solution to this problem. The case has moved forward...

Temporary solution: Add to `/etc/kvmd/override.yaml`: ```yaml kvmd: streamer: cmd_append: - "--sink=kvmd::ustreamer::jpeg" - "--sink-mode=0666" ``` `ustreamer-dump --sink kvmd::ustreamer::jpeg --output - | mplayer -cache 256 -noconsolecontrols -vo fbdev -vf scale=1920x1080 -`

It's strange that it works so slowly. I will try to make my own implementation of the player for full-screen terminal output

We have a different architecture, so it will not work.

https://raspberrypi.stackexchange.com/questions/82260/how-can-i-detect-the-hdmi-status-of-the-pi

Thank you for the ideas. We will definitely implement something for this.