mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 01:59:56 +00:00
Multiple CRTCs can be added on a per-screen basis with the new -crtcs option. Each CRTC has one associated output. Outputs beyond the first are disabled by default and can be enabled by setting a mode. Outputs can be disabled again by setting the associated CRTC's mode and output to None. Signed-off-by: Andy Myers <andy.myers@zetier.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1749>