GVM User Suite
User tools for the GVM open source project.
Data Fields
VirtDisplay Struct Reference

Virtual Display. More...

#include <mdev.h>

Data Fields

uint32_t num_heads
 Number of monitor heads. More...
 
uint32_t max_res_x
 Max resolution X. More...
 
uint32_t max_res_y
 Max resolution Y. More...
 
uint32_t frl_config
 Frame rate limiter. More...
 
uint32_t frl_enable
 If we use the frame rate limiter. More...
 

Detailed Description

Virtual Display.

Structure for creating a virtual display.

Definition at line 49 of file mdev.h.

Field Documentation

◆ frl_config

uint32_t VirtDisplay::frl_config

Frame rate limiter.

Definition at line 53 of file mdev.h.

◆ frl_enable

uint32_t VirtDisplay::frl_enable

If we use the frame rate limiter.

Definition at line 54 of file mdev.h.

◆ max_res_x

uint32_t VirtDisplay::max_res_x

Max resolution X.

Definition at line 51 of file mdev.h.

◆ max_res_y

uint32_t VirtDisplay::max_res_y

Max resolution Y.

Definition at line 52 of file mdev.h.

◆ num_heads

uint32_t VirtDisplay::num_heads

Number of monitor heads.

Definition at line 50 of file mdev.h.


The documentation for this struct was generated from the following file: