Use this tag on questions regarding the Kernel Mode Setting (KMS).
Kernel Mode Setting (KMS)
Mode setting is a software operation that activates a display mode (screen resolution, color depth, and refresh rate) for a computer's display controller.
In kernel mode-setting (KMS), the display mode is set by the kernel. In user-space mode-setting (UMS), the display mode is set by a userland process.
Kernel mode-setting is more flexible and allows displaying of an error in the case of a fatal error in the kernel, even when using a user-space display server.
KMS is part of the whole kernel DRM subsystem.
Learn more on Wikipedia: