Clean up paragraph about graphical apps

This commit is contained in:
Anthony Wang 2021-07-20 15:50:04 -05:00
parent b0983c5d77
commit a50949ce30
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -23,7 +23,7 @@
<b>How can I run graphical apps?</b>
</p>
<p>
The easiest way (at least for Linux users) is SSH forwarding with <i>ssh -X</i>. We also have VirtualGL set up so you can use <i>vglclient</i> to connect with SSH and <i>vglrun</i> 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 <i>vglrun</i> 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 <i>ssh -X</i>. If you need 3D graphical acceleration, you can use <a href="https://wiki.archlinux.org/title/VirtualGL">VirtualGL</a> with <i>vglclient</i> to connect with SSH and <i>vglrun</i> 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 <i>vglrun</i> to run apps with 3D acceleration. You can even run games, although the GPU isn't that good.
</p>
<br>
<p>