32
Wasted weekends trying to make touchscreen work
(ttrpg.network)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I used to have an iMac that I loved (screen was excellent) but it quickly became a shitbox (because Apple) so I turned it into a X Server for my far more powerful Linux box. Is there a modern equivalent of that? Basically turn it into a thin client?
Edit: for kiosks, Windows 10 can be quite happy on 1GB RAM, but that 16GB storage is a problem.
Well, X is still out there with its thin client capabilities intact. There are Wayland-compatible VNC clients and servers, if one isn't big on X. SPICE is intended for connecting to VMs as servers. RDP if you want to use a Windows box as a server.
For a machine such as the OP describes, it would also be possible to install a tailored distro and software selection into the onboard space and place
/home
and such on a network drive, although that makes it impossible to take the tablet out of range of the LAN. If the touchscreen doesn't work under either the Wacom or libinput drivers, it would probably be a waste of time, though.(Really, 16GB is plenty for the distro itself—if I remove the three kernel source trees, a couple of games, and some FreePascal stuff, my desktop system minus
/home
would fit in that, and it's anything but minimalistic.)