Project SpacePanel: verschil tussen versies
(→Install) |
|||
Regel 4: | Regel 4: | ||
Status: '''being build/designed - not operational''' | Status: '''being build/designed - not operational''' | ||
+ | |||
+ | = Network = | ||
+ | |||
+ | Probably going to be hard wired to port B4; last IP from DHCP: 192.168.4.214/24 with hardware ethernet 00:03:2d:08:07:6e on the wired connection. | ||
= Install = | = Install = |
Versie van 6 mei 2019 om 17:32
Touchscreen near the space door.
Status: being build/designed - not operational
Network
Probably going to be hard wired to port B4; last IP from DHCP: 192.168.4.214/24 with hardware ethernet 00:03:2d:08:07:6e on the wired connection.
Install
- Make sure you set the date & time in the BIOS correctly - as otherwise the HTTPS connections during the install will fail.
- The BIOS seems to sometimes loose its mind (battery issue most likely).
- To get the Touch panel working
- Install a full version of ubuntu. (Will take forever).
- Disable the second screen
- Use the [xinput_calibrator] calibration command.
- Extract the config and save this file to /usr/share/X11/x.conf.d -- also save a copy elsewhere for the step below.
- Install [Porteus Kios] and enable SSH and VNC. This will wipe the disk (hence the elsewhere in above step).
- Set the url to https://makerspaceleiden.nl/crm/kiosk
- Use SSH to copy the config file you saved elsewhere 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