video_info ========== Retrieve video card information of the machine. Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: video_info`` - Windows Table schema ------------ ============== ======= ================================================ Name Type Description ============== ======= ================================================ color_depth INTEGER The amount of bits per pixel to represent color. driver TEXT The driver of the device. driver_date TEXT The date listed on the installed driver. driver_version TEXT The version of the installed driver. manufacturer TEXT The manufaturer of the gpu. model TEXT The model of the gpu. series TEXT The series of the gpu. video_mode TEXT The current resolution of the display. ============== ======= ================================================ Query examples -------------- Select all the results for the given table. .. code-block:: sql SELECT * FROM video_info;