Penguin

Differences between current version and previous revision of DualHead.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Thursday, November 10, 2005 8:11:05 am by JohnMcPherson
Older page: version 4 Last edited on Thursday, November 10, 2005 7:12:08 am by IanMcDonald Revert
@@ -3,15 +3,15 @@
  
 This page has been created primarily to link to some notes on how to acheive the latter of these 
 two definitions 
  
-There are basically two ways to acheive a dual head setup, you need either a DualHead video card or use two cards to run the two displays. 
+There are basically two ways to acheive a dual head setup, you need either a DualHead video card (a video card that supports 2 displays), or use two cards to run the two displays (ie one display each)
  
-For the two card setup see DualHeadTwoCard  
+The [X11] protocol has long had support for multiple cards. For the [XOrg] server, this is done by configuring multiple "Device" and "Screen" sections in the <tt>xorg.conf</tt> file.  
  
-For DualHead cards the setup is somewhat specific to the brand of card you have. For [XOrg] you can use it's <tt>Xinerama</tt> extension, but some cards/drivers use their own method for dual head. 
+For DualHead cards the setup is somewhat specific to the brand of card you have. For [XOrg] you can use its <tt>Xinerama</tt> extension, but some cards/drivers use their own method for dual head. 
  
 For an example of dual-head using Xinerama, (with the Intel i810/i915 graphics chipset + driver), see [i915-xorg.conf]. 
  
 Nvidia based cards use their own method - see TwinView. 
  
 For Ati/radeon based cards see DualHeadAti.