aligrudi / fbvnc

A small Linux framebuffer VNC viewer
26 stars 7 forks source link

fbvnc: vnc init failed! #4

Open QGB opened 1 year ago

QGB commented 1 year ago
fbvnc/fbvnc 192.168.1.10 5901
fbvnc: vnc init failed!

other vnc client OK

image

aligrudi commented 1 year ago

Too large to fit in the margin @.***> wrote:

fbvnc/fbvnc 192.168.1.10 5901
fbvnc: vnc init failed!

other vnc client OK

image

This is probably because fbvnc does not support authentication methods.

This fork supports password authentication though: https://github.com/uklatt/fbvnc

Ali
MujJahHidinn commented 3 months ago

I get the same error (both in the fork with authentication support and here) even when I disable authentication on the vnc server.

In my case I'm using https://github.com/any1/wayvnc , which detects a new client and immediately "close_after_write".

aligrudi commented 3 months ago

MujJahHidDeenn @.***> wrote:

I get the same error (both in the fork with authentication support and here) even when I disable authentication on the vnc server.

In my case I'm using https://github.com/any1/wayvnc , which detects a new client and immediately "close_after_write".

Does this issue exists with other VNC servers like Xvnc or Qemu's?

Ali
tomnormbgu commented 1 month ago

I got the same problem with wayvnc. Xvnc and Qemu's works fine (see my other issue).