diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-02-25 21:03:13 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-02-25 21:03:13 -0500 |
commit | 433c8617341f5768255826435a2b09afba684f02 (patch) | |
tree | 584ab6b5242e009e1c867bd5d8d290890ee38bed /man | |
parent | f3e20b01c77f02bdf3483ceee27a1f00d240c33d (diff) |
update ZaphodHeads option
Now that the screen section mapping is fixed,
Make the option per-instance and allow multiple
outputs to be specified; e.g., DVI-0 and HDMI-0
associated with instance 0 and LVDS and VGA-0
associated with instance 1.
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/radeon.man b/man/radeon.man index ca8ce60d..05b7d164 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -616,14 +616,14 @@ The default is .B on with > 32MB VRAM, off with < 32MB. .TP .BI "Option \*qZaphodHeads\*q \*q" string \*q -Specify the randr outputs to use with zaphod mode. If you do not specify -an outputs, the driver will pick them automatically. +Specify the randr output(s) to use with zaphod mode for a particular driver +instance. If you use this option you most use this option for all instances +of the driver. .br For example: .B Option \*qZaphodHeads\*q \*qLVDS,VGA-0\*q -will assign xrandr output LVDS to the first instance of the driver and -VGA-0 to the second instance. +will assign xrandr outputs LVDS and VGA-0 to this instance of the driver. .SH TEXTURED VIDEO ATTRIBUTES The driver supports the following X11 Xv attributes for Textured Video. |