man: Remove description of DRM specific mode-options from weston.ini.man
The weston.ini.man describes the mode-formats that a user can specify for selecting a video mode. The DRM specific examples are already provided in weston-drm.man, so this inofrmation is redundant and can be removed. This patch removes the DRM specific mode option details from the description of mode configuration in weston.ini.man. A pointer to weston-drm.man is given, which has complete information about the mode-format options supported by DRM backend. Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
committed by
Pekka Paalanen
parent
65a4dbcc14
commit
79e95cb995
+5
-25
@@ -406,31 +406,11 @@ for more details.
|
|||||||
sets the output mode (string). The mode parameter is handled differently
|
sets the output mode (string). The mode parameter is handled differently
|
||||||
depending on the backend. On the X11 backend, it just sets the WIDTHxHEIGHT of
|
depending on the backend. On the X11 backend, it just sets the WIDTHxHEIGHT of
|
||||||
the weston window.
|
the weston window.
|
||||||
The DRM backend accepts different modes:
|
The DRM backend accepts different modes, along with an option of a modeline string.
|
||||||
.PP
|
|
||||||
.RS 10
|
See
|
||||||
.nf
|
.B "weston-drm(7)"
|
||||||
.BR "WIDTHxHEIGHT " "Resolution size width and height in pixels"
|
for examples of modes-formats supported by DRM backend.
|
||||||
.BR "preferred " "Uses the preferred mode"
|
|
||||||
.BR "current " "Uses the current crt controller mode"
|
|
||||||
.BR "off " "Disables the output"
|
|
||||||
.fi
|
|
||||||
.RE
|
|
||||||
.RS
|
|
||||||
.PP
|
|
||||||
Optionally, a user may specify a modeline, such as:
|
|
||||||
.PP
|
|
||||||
.nf
|
|
||||||
.in +4n
|
|
||||||
.nf
|
|
||||||
173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
|
|
||||||
.fi
|
|
||||||
.in
|
|
||||||
.PP
|
|
||||||
It consists of the refresh rate in Hz, horizontal and vertical resolution,
|
|
||||||
options for horizontal and vertical synchronisation. The program
|
|
||||||
.B "cvt(1)"
|
|
||||||
can provide suitable modeline string.
|
|
||||||
.RE
|
.RE
|
||||||
.TP 7
|
.TP 7
|
||||||
.BI "transform=" normal
|
.BI "transform=" normal
|
||||||
|
|||||||
Reference in New Issue
Block a user