Search


About StarNet

StarNet Communications has been a leading developer of X Windows solutions since 1989. After establishing X-Win32 as the de facto standard in the higher education market during the early to mid-1990s -- 150 unlimited Campus Site Licenses worldwide -- X-Win32 has become of one the top three PC X servers in the government and commercial sectors as well.

Unlike its major rivals, Exceed (Hummingbird) and Reflection-X (WRQ/Attachmate), X-Win32 offers a highly focused PC X server that offers superior performance and productivity features, stability, ease of use and low cost (40% or better in most cases).

StarNet also delivers unequaled customer support. Our state-of-the-art engineering infrastructure allows us to fix problems and make a new release available quickly (overnight in many cases). As our testimonials page shows, StarNet customers consistently rate their X-Win32 experience as the best in the industry.




How to give each xterm a unique title or color

You may be starting several instances of xterm for your rexec, rsh, or StarNetSSH X-Win32 sessions; if so, it can become difficult to tell the instances of xterm apart.

To better tell your xterm instances apart, you can set the window title, the background color, or both. Examples of how to do this are below.

Example command for rexec or rsh sessions

X-Win32 8 and later


xterm -ls -display @DISPLAY@ -T “my xterm title” -bg blue

X-Win32 7.1 and earlier


xterm -ls -display $DISPLAY -T “my xterm title” -bg blue

Example command for StarNetSSH sessions


xterm -ls -T “my xterm title” -bg blue

Additional named colors

There are more than 750 named colors in the rgb.txt file that ships with X-Win32 8 and later. Below is a sampling of the color names.

  • blue, blue1 through blue4
  • yellow, yellow1 through yellow4
  • green, green1 through green4
  • red, red1 through red4
  • brown, brown1 through brown4