У нас вы можете посмотреть бесплатно How to Create Custom Display Resolutions on Linux! или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In today's video, we're diving deep into display resolutions on Linux. Have you ever felt limited by the default resolutions available on your Linux system? Perhaps you want a Full HD (1920x1080) resolution, but it's not there in the settings. Don't worry; we've got you covered! In this tutorial, we'll show you how to create a new display resolution and make sure your Linux OS remembers it every time you boot up. We're going to use the power of the terminal to accomplish this task, so let's get started. Chapters: 00:00 Intro 00:32 List Available Resolutions 01:14 Generate Custom Resolution 02:38 Save the Screen Resolution 03:38 Outro All commands: xrandr cvt 1920 1080 xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr --addmode Virtual1 "1920x1080_60.00" gedit ~/.profile