diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-02-17 12:22:48 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-02-17 12:34:53 -0500 |
commit | 579cdcf9b4e38c791a497b747a055fc0a07d8dd6 (patch) | |
tree | ecb395794693564fcc77a9d77c2ab62777241f84 /man | |
parent | 47136fa347d1756523239746b4c74cd5278a1118 (diff) |
radeon: add ZaphodHeads option
Allows users that want to use zaphod mode to select
which xrandr outputs are assigned to which head. E.g.,
Option "ZaphodHeads" "LVDS,VGA-0"
will assign LVDS to the first zaphod driver instance
and VGA-0 to the second instance.
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/radeon.man b/man/radeon.man index 0ea866fe..ca8ce60d 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -614,6 +614,16 @@ to determine whether to allow EXA to use VRAM for non-essential pixmaps. This option allows us to override the heurisitc. 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. +.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. .SH TEXTURED VIDEO ATTRIBUTES The driver supports the following X11 Xv attributes for Textured Video. |