Maxim Devaev

Results 805 comments of Maxim Devaev

For sleep you can use OS functions, for wakup press any key on keyboard.

You should restart `kvmd-nginx`.

Solved I guess.

I believe this client is somehow incorrectly or not fully implementing [password authorization](https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#vencrypt). I usually recommend using TigerVNC in such cases.

Try to update EDID: `kvmd-edidconf --import-preset=v2` and reboot.

What changes did you make in configs and image? The colors should be good unless you've tried using hdmi passthrough.

TigerVNC is always prefering H.264 because it provides better compression. I suppose the key problem is USB-C converter.

Add this to `/etc/kvmd/override.yaml` to disable H.264: ```yaml vnc: memsink: h264: sink: "" ```

TigerVNC uses this approach due to the limitations of the GUI library used. I don't think I'll be doing a similar function. If you need better quality, please try fullscreen...

In fact, it works as intended. We don't have an automatic recycle in many cases. I would not like to implement this because it would greatly complicate the heuristics of...