I am using Solaris, and I want to test if the I can use the X server after setting the DISPLAY environment variable.
On Linux, I usually use xeyes, xclock or xterm. But none of these seem to available on Solaris.
Note that I am using the GA release of Oracle Solaris 11.
pkg search xeyesfor instance to find the right package. Whether they're installed by default or not depends on whether you used the text or gui installer. – alanc Nov 17 '11 at 23:23compatibility/packages/SUNWxwpltpackage, whose name leads me to believe it will be dropped by Oracle in the future. – NullUser Nov 17 '11 at 23:57pkg:/x11/demoand xterm is inpkg:/terminal/xterm. Thecompatibility/packages/SUNWxwpltdepends on those as it installs everything that was in the Solaris 10 SUNWxwplt package, for compatibility with old SVR4 packages that depend on SUNWxwplt and while it may go away, the actual packages should not. – alanc Nov 18 '11 at 2:26