Configuration
- First, you need an X server installed (outside of the scope of this article), or at least some of the libs, to be able to run the apps.
You also needxauthand maybexhost(in the packagex11-xserver-utils) - Second, you need ssh to accept X Forwarding (in
/etc/ssh/sshd_config):
X11Forwarding yes
X11UseLocalhost yes
X11DisplayOffset 10 - Third, you need a real X server to display the X apps on the client (
XMing, Cygwin/X, VcXsrv, etc...) - so that you can do
export DISPLAY=localhost:10.0and run X apps
Tools
- x11-apps
xclock, rendercheck - nux-tools
unity_support_test - x11-utils
xdpyinfo, xdriinfo, xvinfo, xwininfo - mesa-utils
glxinfo, glxgears