From e2f96535f5f7ca390e334074f64f163db663b822 Mon Sep 17 00:00:00 2001 From: Anton Kindestam Date: Mon, 19 Feb 2018 19:23:44 +0100 Subject: vo_drm: 30bpp support --- DOCS/man/vo.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index ecdea1b94f..f5fd08ca0d 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -548,11 +548,10 @@ Available video output drivers are: xrgb2101010 is a packed 30 bits per pixel/10 bits per channel packed RGB format with 2 bits of padding. - Unless you have an Intel graphics card, a recent kernel and a recent - version of mesa (>=18) xrgb2101010 is unlikely to work for you. - - This currently only has an effect when used together with the ``drm`` - backend for the ``gpu`` VO. The ``drm`` VO always uses xrgb8888. + There are cases when xrgb2101010 will work with the ``drm`` VO, but not + with the ``drm`` backend for the ``gpu`` VO. This is because with the + ``gpu`` VO, in addition to requiring support in your DRM driver, + requires support for xrgb2101010 in your EGL driver ``--drm-draw-surface-size=<[WxH]>`` Sets the size of the surface used on the draw plane. The surface will -- cgit v1.2.3