Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix x11vnc #171

Merged
merged 3 commits into from
Sep 3, 2024
Merged

Fix x11vnc #171

merged 3 commits into from
Sep 3, 2024

Commits on Aug 30, 2024

  1. 04.configure-desktop-env/02.vnc-server: change X server settings

    Change X server settings to allow any user to start it. This setting is necessary when using X11VNC with a dummy display.
    
    Signed-off-by: mlradu <[email protected]>
    mlradu committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3caa9e3 View commit details
    Browse the repository at this point in the history
  2. 04.configure-desktop-env/02.vnc-server: handle xserver for X11VNC

    xserver.service: oneshot service that runs adi-xserver.sh
    adi-xserver.sh: script that configures the xserver for systems without video output
    run.sh: copy xserver.service and adi-xserver.sh in the rootfs, enable xserver.service; change the xserver settings so that it can be started by any user
    
    Signed-off-by: mlradu <[email protected]>
    mlradu committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8121a31 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. 04.configure-desktop-env/02.vnc-server: remove dummy display

    Now that the xserver.service handles the setup for systems that don't have video output, this feature is no longer necessary.
    
    Signed-off-by: mlradu <[email protected]>
    mlradu committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d4549a6 View commit details
    Browse the repository at this point in the history