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-VOIP.net

Linux-Jobs.net

Linux-Diff.net

1U-Raid5.net

Linux-Howto.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 -- Dual-Head Config



Simple Command Examples

Xinerama
  • Xinerama is an extension to X11R6 X-4.x
  • allows applications and window managers to use the two (or more) physical displays as one large virtual display

  • enabling the Xinerama in the "ServerLayout" section is to include it in a "ServerFlags" section

    TLDP.org Xinerama-HOWTO
    LinuxDocs.org Xinerama-HOWTO
      startx -- +xinerama
      -- or --
      Add Options xinerama into the ServerFlags or ServerLayout stanza of XF86Config

    LinuxAnswers.net Xinerama w/ MultiHead
    Linux-Sxs.org Dual-Head w/ xinerama
    Uconn.edu xinerama

Options and Coordinate System
  • You will need to know the size of your screen ( NOT size of the xterm )
    • xdpyinfo | grep dimension

  • Merged Mode - 2 monitors look like: 2x (1024x768) pixels -- twice as wide, twice as tall

    Hawaii.edu nice pics

    Triumf.ca
      Display:0.0 -- 1st 1024x768 monitor -- top left is (0,0)
      Display:0.1 -- 2nd 1024x768 monitor -- top left of the 2nd monitor = (1024,0)
      Display:0.2 -- 3rd 1024x768 monitor -- top left of the 3rd monitor = (2048,0)

    XFree86.org Options for Chips&Tech chipsets

    XFree86.org ServerLayout Options
      RightOf
      LeftOf
      Above
      Below
      Absolute
      Relative

Multiple Users w/ 2+ sets of on one PC

Tri-Head Howto -- Laptop + External Monitor + Projector

Dual-Head Howto - Multiple Layout

    Leog.net Tested on Debian -- ( local copy -- )
      startx -- -layout IntLayout (default)
      startx -- -layout ExtLayout

      startx -- -layout DualLayout
        # internal display runs at 1280x768 as ":0.0"
        # external monitor runs at 1600x1200 as ":0.1"
        # windows can be started on either display but can't be moved across

      startx -- -layout XineLayout
        # internal display runs at 1280x768
        # external at 1024x768 (note same number of lines)
        # both monitors side-by-side form one big desktop (aka Xinerama mode)
        # windows can be moved arbitrarily between the two, or even be placed on the edge

    TheShire.org ATI Radeon Mobility M6 -- Tested on Gentoo -- ( local copy -- )
      startx -- single screen
      startx -- -layout DualMonitor -- dual monitor
      startx -- -layout DualHead -- dual head w/ xinerama

Dual-Head Howto

Commercial Multiple Screen Mounting Systems


Copyright © 2000
Linux-1U
All Rights Reserved.
Updated: Thu Sep 1 17:01:42 2005 PDT