Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

X11 #1289

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

X11 #1289

wants to merge 5 commits into from

Commits on Dec 4, 2017

  1. Add Dockerfile.x11 for TinyCore (with X11)

    In order for desktop to work, login as docker rather than root.
    Use $SUDO_USER rather than "superuser", to make `sudo -i` work.
    
    The list of dependencies was taken from the output of tce-load,
    when loading the desired packages (Xorg + aterm + flwm + wbar)
    afbjorklund committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    99bdf5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15a5cb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0ef4e0 View commit details
    Browse the repository at this point in the history
  4. Set DISPLAY also when logging in over SSH

    If not already forwarding X11 over SSH, then set the
    DISPLAY variable to the local display started on tty.
    afbjorklund committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    2860df0 View commit details
    Browse the repository at this point in the history
  5. Turn off X11 mouse acceleration, for VNC

    Workaround for VNC using relative motion, not absolute motion.
    PS2 uses relative motion, while USB tablets do absolute motion.
    afbjorklund committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    b117afe View commit details
    Browse the repository at this point in the history