From a50949ce303694bd159fae723afe67415cad0d95 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 20 Jul 2021 15:50:04 -0500 Subject: [PATCH] Clean up paragraph about graphical apps --- fuqs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuqs/index.html b/fuqs/index.html index c6c0764..accb1f4 100644 --- a/fuqs/index.html +++ b/fuqs/index.html @@ -23,7 +23,7 @@ How can I run graphical apps?

- The easiest way (at least for Linux users) is SSH forwarding with ssh -X. We also have VirtualGL set up so you can use vglclient to connect with SSH and vglrun to run apps with 3D acceleration. We also have Xrdp set up for a full-blown desktop, which you can connect to on port 3389. If you would like a VNC desktop session instead, just ask me on Matrix and I'll get it set up. There's also X2Go if you're interested in that. For these desktop sessions, you can also use vglrun to run apps with 3D acceleration. You can even game, although the GPU isn't that good. + The easiest way (at least for Linux users) is X11 forwarding with ssh -X. If you need 3D graphical acceleration, you can use VirtualGL with vglclient to connect with SSH and vglrun to run apps. We also have Xrdp set up for a full-blown desktop, which you can connect to on port 3389 with an RDP client. If you would like to use VNC or X2Go instead, just ask me on Matrix and I'll get it set up. For these desktop sessions, you can also use vglrun to run apps with 3D acceleration. You can even run games, although the GPU isn't that good.