Kms.Mode_infoScreen mode resolution and timing information.
module Type : sig ... endmodule Flags : sig ... endmodule Stereo_mode : sig ... endmodule Aspect_ratio : sig ... endtype t = {clock : int;hdisplay : int;hsync_start : int;hsync_end : int;htotal : int;hskew : int;vdisplay : int;vsync_start : int;vsync_end : int;vtotal : int;vscan : int;vrefresh : int;flags : Flags.t;stereo_mode : Stereo_mode.t;aspect_ratio : Aspect_ratio.t;typ : Type.t;name : string;}For use with Crtc.mode_id.
val vrefresh : t -> floatval pp : t Fmt.tval pp_summary : t Fmt.te.g. "3840x2160 60.00Hz"