diff options
author | Mario Kleiner <mario.kleiner.de@gmail.com> | 2015-08-05 00:08:40 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-08-13 00:36:12 +0100 |
commit | a0b4f30b1f584d2957c9c99e430da5740d2d4ab2 (patch) | |
tree | 85be83168aa6c87df9c866b37a99e8f88c6efca7 | |
parent | 19e1dc8f6ea6d7ff5ba4a5caa0e2f40a47879408 (diff) |
modesetting: Add more missing options to man page.
Descriptions for Options PageFlip and SWCursor.
Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | hw/xfree86/drivers/modesetting/modesetting.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/xfree86/drivers/modesetting/modesetting.man b/hw/xfree86/drivers/modesetting/modesetting.man index e13a4e259..a42da1c1f 100644 --- a/hw/xfree86/drivers/modesetting/modesetting.man +++ b/hw/xfree86/drivers/modesetting/modesetting.man @@ -41,6 +41,10 @@ The following driver .B Options are supported: .TP +.BI "Option \*qSWcursor\*q \*q" boolean \*q +Selects software cursor. The default is +.B off. +.TP .BI "Option \*qkmsdev\*q \*q" string \*q The framebuffer device to use. Default: /dev/dri/card0. .TP @@ -50,6 +54,10 @@ Enable or disable use of the shadow framebuffer layer. Default: on. .BI "Option \*qAccelMethod\*q \*q" string \*q One of \*qglamor\*q or \*qnone\*q. Default: glamor .TP +.BI "Option \*qPageFlip\*q \*q" boolean \*q +Enable DRI3 page flipping. The default is +.B on. +.TP .BI "Option \*qZaphodHeads\*q \*q" string \*q Specify the RandR output(s) to use with zaphod mode for a particular driver instance. If you use this option you must use this option for all instances |