[vox-tech] Multiple displays and graphics cards
Ted Deppner
ted at psyber.com
Thu Jan 25 07:56:20 PST 2007
Just a minor refinement since the :10 stuff can change...
On Thu, Jan 25, 2007 at 03:31:06AM -0800, Mark K. Kim wrote:
> xterm -display <ip>:10.0 &
> xterm -display <ip>:10.1 &
> xterm -display <ip>:10.2 &
> xterm -display <ip>:10.3 &
With a bash shell, the following is possible:
xterm -display ${DISPLAY%.0}.0 &
xterm -display ${DISPLAY%.0}.1 &
xterm -display ${DISPLAY%.0}.2 &
xterm -display ${DISPLAY%.0}.3 &
--
Ted Deppner
http://www.deppner.us/
More information about the vox-tech
mailing list