You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried wlvncc for the first time and got only garbage output. Connection works, but the shown graphics look like somthing went wrong with the encoding.
I started a vncserver using the following command: qtemu -platform vnc
I can successfully connect and see the screen using the following command:
$ wlvncc -s 127.0.0.1
24/05/2024 22:52:11 VNC server supports protocol version 3.3 (viewer 3.8)
24/05/2024 22:52:11 Selected Security Scheme 1
24/05/2024 22:52:11 No authentication needed
24/05/2024 22:52:11 Desktop name "Qt for Embedded Linux VNC Server"
24/05/2024 22:52:11 Connected to VNC server, using protocol version 3.3
24/05/2024 22:52:11 VNC server default format:
24/05/2024 22:52:11 32 bits per pixel.
24/05/2024 22:52:11 Least significant byte first in each pixel.
24/05/2024 22:52:11 TRUE colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
However I get pixel garbage if I remove the -s.
Is that a bug or something I can investigate in some way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I just tried wlvncc for the first time and got only garbage output. Connection works, but the shown graphics look like somthing went wrong with the encoding.
I started a vncserver using the following command:
qtemu -platform vnc
I can successfully connect and see the screen using the following command:
However I get pixel garbage if I remove the -s.
Is that a bug or something I can investigate in some way?
Beta Was this translation helpful? Give feedback.
All reactions