SpacePanel: verschil tussen versies

Uit MakerSpace Leiden
Ga naar: navigatie, zoeken
(Install)
(Install)
Regel 12: Regel 12:
 
## Install a full version of ubuntu. (Will take forever).
 
## Install a full version of ubuntu. (Will take forever).
 
## Disable the second screen
 
## Disable the second screen
## Use the '''xinput_calibrator''' calibration command.
+
## Use the '''[[http://domoticx.com/linux-xinput-calibrator-touchschreen-kalibratie/|xinput_calibrator]]''' calibration command.
 
## Extract the config and save this file.
 
## Extract the config and save this file.
 
## Install [[https://porteus-kiosk.org Porteus Kios]] and enable SSH and VNC.
 
## Install [[https://porteus-kiosk.org Porteus Kios]] and enable SSH and VNC.

Versie van 4 mei 2019 om 22:08


Touchscreen near the space door.

Status: being build/designed - not operational

Install

  1. Make sure you set the date & time in the BIOS correctly - as otherwise the HTTPS connections during the install will fail.
  2. The BIOS seems to sometimes loose its mind (battery issue most likely).
  3. To get the Touch panel working
    1. Install a full version of ubuntu. (Will take forever).
    2. Disable the second screen
    3. Use the [[1]] calibration command.
    4. Extract the config and save this file.
    5. Install [Porteus Kios] and enable SSH and VNC.
    6. Set the url to https://makerspaceleiden.nl/crm/kiosk
    7. Use SSH to copy the created config file into /etc/X11/x.conf.d and `killall -1 X' or reboot.

File as captured:

   # /etc/X11/x.conf.d/99-touchscreen-msl.conf
   #
   Section "InputClass"
   	Identifier	"calibration"
   	MatchProduct	"EloTouchSystems,Inc Elo TouchSystems 2216 AccuTouch® USB Touchmonitor Interface"
   	Option	"Calibration"	"3595 602 562 3428"
   	Option	"SwapAxes"	"0"
   EndSection