modesetting: Lie less in the man page

We don't support 8bpp, and we do have acceleration.

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2018-08-29 15:57:46 -04:00
parent 3f31f56929
commit 0dc2c419e1

View File

@ -14,10 +14,13 @@ modesetting \- video driver for framebuffer device
.fi .fi
.SH DESCRIPTION .SH DESCRIPTION
.B modesetting .B modesetting
is an @xservername@ driver for KMS devices. This is a non-accelerated is an @xservername@ driver for KMS devices. This driver supports
driver, the following framebuffer depths are supported: 8, 15, 16, 24. TrueColor visuals at framebuffer depths of 15, 16, 24, and 30. RandR
All visual types are supported for depth 8, and TrueColor visual is 1.2 is supported for multi-head configurations. Acceleration is available
supported for the other depths. RandR 1.2 is supported. through glamor for devices supporting at least OpenGL ES 2.0 or OpenGL 2.1.
If glamor is not enabled, a shadow framebuffer is configured based on the
KMS drivers' preference (unless the framebuffer is 24 bits per pixel, in
which case the shadow framebuffer is always used).
.SH SUPPORTED HARDWARE .SH SUPPORTED HARDWARE
The The
.B modesetting .B modesetting
@ -52,7 +55,7 @@ The framebuffer device to use. Default: /dev/dri/card0.
Enable or disable use of the shadow framebuffer layer. Default: on. Enable or disable use of the shadow framebuffer layer. Default: on.
.TP .TP
.BI "Option \*qAccelMethod\*q \*q" string \*q .BI "Option \*qAccelMethod\*q \*q" string \*q
One of \*qglamor\*q or \*qnone\*q. Default: glamor One of \*qglamor\*q or \*qnone\*q. Default: glamor.
.TP .TP
.BI "Option \*qPageFlip\*q \*q" boolean \*q .BI "Option \*qPageFlip\*q \*q" boolean \*q
Enable DRI3 page flipping. The default is Enable DRI3 page flipping. The default is