On 11/18/22 18:27, Philip Rhoades wrote:
People,
Has anybody thought about / done any work on this?
When I try and replicate my Fedora KDE + Sway desktop environment on my old Zenbook with only 4gb RAM, I drive it into the ground . . I am doing more road trips now but I can't afford a new laptop ATM so I am thinking of using the old laptop like a Chromebook or remoting to my desktop and letting the desktop do all the heavy lifting.
Hi Philip,
That's odd. Minimal requirements for GNOME edition are lower than that. Are there some problems with GPU drivers and hardware acceleration or there's just not enough RAM for your work?
Anyways, i3 may fare better on that kind of hardware, as it's less demanding to the graphics stack and has less mandatory components. And there's always a possibility of disabling optional components and decreasing resource usage with Sway.
In the old days I played around with running remote X applications which worked but was a bit kludgey . . maybe it would be / could be nicer with Wayland?
There's two applications I'm aware of, both available in Fedora:
* wayvnc, a VNC server compatible with Sway. It will attach to an existing session and share a single output.
* waypipe, a proxy for Wayland client. It gives an experience closest to `ssh -X app` (including the part where connection loss causes application termination).
I'm using either of the options in my LAN whenever I need to test a random GUI app on another OS, and finding both satisfactory for that scenario. Can't tell much about suitability for remote work. Just remember that Wayland was not designed for network transparency and in the case of waypipe it'll send complete rendered buffers over the network. Don't expect it to be better than X11 :)
Even before discovering Sway, I used ALL my windows full screen anyway - so I could drop back to some sort of remote X thing I guess but it would be MUCH nicer if I could use Wayland and Sway somehow . .
Any feedback appreciated!
Thanks, Phil.