If you're new here, you may want to subscribe to our RSS feed as well as to our NewsLetter (on Top Right hand menu) to get highly informative articles weekly...and NO, we never spam! Если вы новичок на сайте, Вы можете подписаться на наш канал, а также наши с новостями (по началу Правое меню), чтобы получить весьма информативным статей неделю ... и НЕТ, мы никогда не спам!
In Windows we can easily change Screen resolution by right clicking the screen and selecting properties and changing resolution. В Windows мы можем легко изменить экрана нажатием правой кнопки мыши "и выбрав свойства и изменения резолюции. So people who are new to Linux tries to do the same thing. Поэтому люди, которые являются новыми для Linux пытается сделать то же самое. (I too did it) (Я тоже это)
but there was no such option. , но у них нет такого варианта.
Here is how we chance Screen Resolution in Linux - Вот как мы шанс экрана в Linux
1. Open Command prompt and type Открыть Командная строка и введите
system-config-display Система конфигурационного показать 2. It will ask for root password and with correct password, it will display similar pop up screen as like in windows to manage resolution. Вас спросят пароль и правильный пароль, появляется всплывающее же экране, как бы в окна управлять резолюции. Just change it as per your requirements. Просто смените его на ваши требования.
Warning: By default Linux takes the maximum resolution possible so in case if you increase it, it may not display anything at all! Предупреждение: По умолчанию Linux принимает максимального разрешения с тем в случае, если увеличить его, оно может показывать что-либо на всех! If that happens do this thing - Если это произойдет делать сие -
Since there won't be any UI screen available, you have to work in text mode. Поскольку не будет никаких UI экран, вы должны работать в текстовом режиме. Type Типа
CTRL + ALT + 1 CTRL + ALT + 1 to go to first command line terminal and than type для перехода к первой командной строки терминала и, чем типа
vim /etc/X11/xorg.conf подсветки / etc/X11/xorg.conf This file contains all your display info and you can edit it(as a root only). Этот файл содержит все отображения информации, и его можно изменять (в корневой только). Here is a part of my xorg.conf file Вот часть моего файла xorg.conf
Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "640x480" EndSubSection EndSection Раздел "Screen" идентификатор "Screen0" устройством "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Экран" просмотра 0 0 Глубина 24 Режимы "640x480" EndSubSection EndSection This is nornally the end part of xorg.conf for everyone. Это nornally конце части xorg.conf для всех. Under modes, you can see I have screen resolution of 640x480 (Don't be shocked, its a long story of why i am having this resolution) По видам можно увидеть я уже экрана от 640x480 (Не шокирован, его давно рассказ о том, почему я меня настоящей резолюции)
Just edit to make it 800x600 or 1024x768 or higher to see if it works. Просто отредактируйте сделать это 800x600 или 1024x768 или выше, чтобы узнать, работает. I will highly advice you to also look at others xorg.conf file and try to fine tune screen resolution too. Я очень советы вам также взглянуть на другие файла xorg.conf и попытаться точнее регулировать экрана слишком.
Related Articles - FVWM - Virtual Desktop Windows Manager | Building Your own Custom Linux PC | Using .NET (Dot Net) With Mono Похожие статьи - FVWM - Виртуальные Desktop Windows Manager | Создание Ваш собственный пользовательский Linux PC | Использование. NET (Dot нетто) с моно
Links you may find interesting - Ссылки вы можете найти интересные -
- Configuring Windows Key + L to lock the Desktop in linux Настройка Windows ключ + L для блокировки Desktop в linux-wlan-ng
- Make you Linux Desktop looks like Windows Desktop in Just 3 easy Steps Сделать вам Linux Desktop выглядит Windows Desktop Просто в 3 простых шагов
- Tutorial for Dummies - How to install Ruby on Windows Учебник для РВД - Как установить Windows на Ruby
- Beginners Tutorial on MinGW - Configuring a Programming Environment for MinGW/Msys Начинающие Учебник по MinGW - Настройка среды программирования для MinGW / Msys
- Virtual Dimension – A Virtual Desktop Manager for Windows Platform Виртуальный аспект - виртуальный менеджер рабочего стола для Windows платформы




























