Andri Yngvason
Andri Yngvason
> As I understand it, currently enabling enable_auth=true would encrypt the entire connection, so I would expect a similar latency overhead as with SSH? I have not experienced increased latency...
> For YUV formats it should encode the colourspace information from userspace into the bitstream headers. > For RGB formats, it should convert to BT601 limited range for SD resolutions,...
It helps if you follow the bug report template. This also needs a more thorough description of how to reproduce the problem.
This is probably a duplicate of #305. If this was globally and trivially reproducible, it would be fixed already. This is why it helps to have as much information as...
Does it make a difference if you change the "preferred encoding" in the "compression" options menu in TigerVNC? I see you're using RSA-AES. Does disabling it and using VeNCrypt (TLS)...
It occurs to me that when this happens, wayvnc may be stalled on a blocking system call. If you attach to it using gdb when this happens and get a...
There is a chance that we don't need debug symbols to figure this out, but they will definitely help. To enable debug symbols, you can pass the `--buildtype=debug` argument to...
That backtrace looks normal. I did notice a race condition with resizing that trips up tigervnc a couple a weeks ago. Could that be what you're running into? What happens...
@drigoskalwalker, Can you try selecting a different "preferred encoding" in TigerVNC? * In the connection menu, select "Options..." * Select the "Compression" tab * Unselect "Auto select" * Select "Tight"...
Yeah, I can even reproduce the problem by connecting with tigervnc from Linux to your system. The problem is that NVidia wants to use a 24 bit pixel format. but...