Skip to content

Graphics corruption artifacts issues #88

Open
@knro

Description

@knro

I installed x11vnc from Github on Ubuntu Server 18.04 for RPI3B+ on armhf architecture. It is managed by a systemd service:

[Unit]
Description=Start x11vnc at startup.
Before=novnc.service
After=multi-user.target
 
[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -avahi -forever -shared -rfbauth /home/knro/.vnc/passwd -autoport 5900 -auth /var/run/lightdm/root/:0
Restart=on-failure
RestartSec=2

[Install]
WantedBy=multi-user.target

When I try to connect to it either directly via using VNC clients like KRDC, TigerVNC..etc, then I get severe graphical corruption. It seems mostly to affect Qt applications (this is running on Ubuntu Mate with lightdm) though the artifacts also affect to lesser degree GTK applications. The corruption also shows on noVNC.

What's odd is that there is no corruption when using RealVNC. Attach is a screenshot for my 3-monitors using from left to right (KRDC --> RealVNC --> TigerVNC). You can see the corruption on the first and third monitors. I tried to play with many x11vnc settings to no avail. The same artifacts also appear when using the x11vnc from the official 18.04 repo.
graphics_corruption

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions