

I have funky screen configurations too. What I’ve done is setup a headless screen that I view over VNC on a tablet and share that. On Wayland wayvnc can do this.


I have funky screen configurations too. What I’ve done is setup a headless screen that I view over VNC on a tablet and share that. On Wayland wayvnc can do this.


Thanks! Took a browse and it looks like 8.04 was the last release with a 32-bit version.


Nothing much – dd, support for ext3 which was the style at the time, and whatever the wired Ethernet in that old thing is. Sshfs would be nice.
No need for a graphical environment. One thing that might be broken is the graphics adapter, since the machine supposedly boots every time, but once it gets into the display manager, it freezes. I figured if I keep it in text mode, it might stay up long enough for making a disk image. I haven’t yet got on with the operation, so I don’t know what the machine has.
I’d love to noodle about with Haiku, MorphOS and such, but being hopelessly hooked on tiling window managers (Niri particularily), I’m just stuck on unixes…
Not the greatest; they need time to mature, so often the versions from a couple of years back are more palatable.
If you go with Arch, just sudo pacman -S pro-audio realtime-privileges ; sudo usermod -aG realtime your-user and get rocking (installs everything).
Scrolled a while and didn’t see it:
dd if=image.iso of=/dev/yourstick bs=4M ; sync
And what is yourstick? lsblk and determine by size. Use the device node, not a partition, e.g. /dev/sdb and not /dev/sdb1.


A font viewer, character map app and image / pdf viewer are three clear missing links.
No mention of Capitaine-cursors so there 👈


I’d be happy to see one more email client option. Using Geary now - nice ui but very limited in features. Been through quite a few in the past.


When you log out, have a script take screenshot, blur it and save to a known file.
Conf your display manager to use that file as background.
On Sway:
This goes in Sway’s config…
output HEADLESS-1 { pos 5120,0 mode 1920x1080@20Hz bg ~/tausta_kuva fill }And this alias starts wayvnc.
alias RuutuVNC='swaymsg create_output && nohup wayvnc 0.0.0.0 5900 >/dev/null &'After that, connect the VNC client on the tablet to port 5900 on the machine and sail the mouse cursor over to it when selecting the screen to share.
There must have been a config for wayvnc somewhere, but I can’t find it. I don’t need to use this anymore after switching from a dual portrait setup to a dual LG DualUp setup, so that my screens are now pretty much square and the right way around. On the dual portrait setup, my screenshare would show up sideways in landscape :D