:: Re: [DNG] Is there a linux remote G…
Top Page
Delete this message
Reply to this message
Author: Arnt Karlsen
Date:  
To: dng
Subject: Re: [DNG] Is there a linux remote GUI client (NOT X Server)?
On Wed, 29 Oct 2025 18:31:09 -0400, Walter wrote in message
<MTAwMDA0NS53ZG5lc2RheQ.1761777243@pnsh>:

> Showing my age here. Back in the early 1990's I was into OS/2 and
> bought a turn-based video game "Galactic Civilizations for OS/2". The
> successor to OS/2 (ArcaOS) is backwards compatable to ye olde OS/2. I
> now run the game in an ArcaOS VM under QEMU. My current 12-gig (YES:
> TWELVE) desktop will occasionally crash (once a month) whilst "Youtube
> bingeing".


..using which web browser? I tame brave, firefox etc with e.g.:
niceload -L 18 -n 19 -M 6G -N -q chromium --disable-machine-id \
--disable-remote-extensions --disable-crashpad \
--disable-crash-reporter --enable-webgl-draft-extensions \
--enable-webgl2-compute-context --enable-unsafe-swiftshaderC \
--ignore-gpu-blocklist & # and then: cputool -c 125 -l 17 \
--pid-pgrp $PID-of-the-top-pid-of-the-chromium-process-group
or the easier, as root: cpulimit -e chromium -l 75 -c 1 -b


> There's a lot of work involved "per year" in GalCiv, and I
> get very annoyed at having to re-do it after a crash part way through
> a "year".
>
> Currently, I run the VM on my hot backup 32-gig "successor machine".
> I don't want to dump the older machine, because it works for almost
> everything else.
>
> The other machine is in another room, so I have to walk over there
> to play the game. I need a client that can connect to the other
> machine, take over the X session, and provide keyboard and mouse
> input and mirror the other machine's screen. Importantly, my main
> machine crashing must not affect the other machine.


..ssh -X or in your lan, ssh -Y no longer works?
Chk your ssh and X set-ups, e.g. X needs to -listen,
not -nolisten nor -novtswitch.



..my impression is Wayland, systemd, usrmerge, gnome etc
schemes are schemes meant to reduce GNU/Linux from a
multi-user OS, down to a single-user OS, with switches
like -nolisten, -novtswitch and the reluctant bug fixes
that lead Enrico Weigelt to fork Xlibre from Xorg.

..tried Xlibre yet?

--
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
Scenarios always come in sets of three:
best case, worst case, and just in case.