# ubl-settings-video # Настройка видеоадаптера и дисплея [RU] Утилита для настройки видеоадаптера и дисплея Utility for configuring the video adapter and display ![alt text](screenshot/screenshot.png) # Build In order to build ubl-settings-video you will need: - CMake - C compiler - GTK+ 3 & dependencies - vte-2.91 - webkit2gtk Options for compiling: `--nowebkit2gtk` - Compiling without webkit2gtk Once you have all the necessary dependencies, you can use: ```bash $ make ``` # Installation After a successful build, just use: ```bash $ sudo make install clean ``` # Uninstallation After a successful build, just use: ```bash $ sudo make uninstall ``` # Usage ```bash $ ubl-settings-video --help Configuring the video adapter and display for UBLinux Usage: ubl-settings-video [OPTIONS...] Options: -h, --help Show this help -V, --version Show package version --lock-save Lock saving local and global configuration --lock-save-local Lock save global configuration --lock-save-global Lock load global configuration --lock-load-global Lock load global configuration $ ubl-settings-video --version ubl-settings-video version: x.xx ```