Linux-1U Features

Linux-1U Chassis

Linux-1U Systems

Linux-1U Comparason

Linux-1U LCD FrontPanels

IDE vs SCSI
CPU Specs
Memory Specs


Store-Testing

24x7 Server Admin

FREE 1U Systems

Other 1U Systems

1U Power Supplies
1U MotherBoard
1U Riser Cards
HeatSinks/Fans
BarCodes
1U Misc Parts

Racks-n-Cabinets
SerialConsole
KVM

InstallationSupport

DiagnosticTesting
Tuning-Optimization


About/Contact Us

LegalInfo


1U Rackmount Chassis

Custom-Chassis.com

Linux-1U.net

1U-ITX.net


ITX-Blades.net


Small PC cases

Mini-Box.net

Wrap-Box.net

Wrap-OS.net


Wan-Sim.net



Linux-Consulting.com

Linux-CAE.net

Linux-Sec.net

Linux-Boot.net

Linux-Backup.net

Linux-Wireless.org

Linux-Office.net

Linux-Video.net

Linux-Jobs.net

Linux-Diff.net

1U-Raid5.net


Spam Reporting



Free Linux CDs

ISO9660.org

Distro-CD.org

Patch-CD.org



Linux-Distributions






















Contact



Linux is a registered trademark of
Linus Torvalds

More Linux Legalese


X11R6 Info -- Sample Commands



Simple Command Examples

  • Assuming we have three 1024x768 monitors
  • without xinerama, xterms are usable only in that one monitor and doesnt move across to the other monitors

  • Start up with the default: startx
      export DISPLAY=:0.0
      xterm
displays xterm on the 1st monitor ( default )

      export DISPLAY=:0.1
      xterm
displays xterm on the 2nd monitor

      export DISPLAY=:0.2
      xterm
displays xterm on the 3rd monitor

      export DISPLAY=:0.3
      xterm
displays xterm on the 4th monitor

  • Start up with xinerama : startx -- +xinerama
      xterm
displays default xterm on the 1st monitor and can be dragged around to any monitor

      xterm-geom120x40+1100+0
displays 120x40 xterm on the 2nd monitor and can be dragged around to any monitor

      xterm-geom120x40+2200+0
displays 120x40 xterm on the 3rd monitor and can be dragged around to any monitor

      xterm-geom120x40+3300+0
displays 120x40 xterm on the 4th monitor and can be dragged around to any monitor



Copyright © 2000
Linux-1U
All Rights Reserved.
Updated: Mon Nov 22 00:09:59 2004 PDT