1920×1080 linux full hd

Linux Mint Forums

Forum rules
There are no such things as «stupid» questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Add screen resolution 1920×1080 permanently

Post by Lee_on » Mon Jul 30, 2018 5:41 am

I am on Linux Mint 19 Tara cinnamon and I need help please, I need to add screen resolution of 1920×1080 as a permanent option, I know how to go into terminal and do the following steps,
1. Cvt 1920 1080,
2. xrandr –newmode,
3.xrandr —addmode VGA-1,

After these steps the resolution is there and I am able to select it from the options and it works but then when I restart the PC the option is gone, so I need help to basically add this option permanently to the machine so that when you switch the machine off and on the resolution option remain, I have tried from other forums the following but it didn’t work,
1.Alt+Ctrl+F1 (switch to console mode)
2.Login by typing user name and password
3.sudo service lightdm stop (For Mint 12 Lisa users) or sudo service mdm stop (For Mint 13 Maya users)
4.sudo X -configure (generates new xorg.conf file)

I do not get the xorg.conf file or if its there I cant find it.

Please help me with step by step guide as my knowledge is limited,,lol

Lord Boltar Level 5
Posts: 803 Joined: Mon Jan 09, 2017 7:24 pm Location: Sunny Florida

Re: Add screen resolution 1920×1080 permanently

Post by Lord Boltar » Mon Jul 30, 2018 9:37 am

First you want to run the CVT Tool

In terminal type in cvt 1920 1080 or whatever resolution you desire

You should see an output similar to this
1920×1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline «1920x1080_60.00» 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync

Читайте также:  Ping server from linux

Next type in xrandr –newmode then copy and paste everything from Modeline above so it looks like below

xrandr —newmode «1920x1080_60.00» 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync

Next you have to add the desired mode

xrandr —addmode «1920x1080_60.00»

xrandr —output —mode «1920x1080_60.00»
First command creates a new mode with resolution 1920×1080
Second command makes it available for use, with display (VGA-0 may be needed depends on your xrandr output)
Third command selects the newly added mode as the display resolution for the specified display
Thats it. Enjoy

IF your problem has been solved, please edit your original post and add [SOLVED] to the beginning of the Subject Line. It helps other members

The only way for evil to prosper is for good men to do nothing

Re: Add screen resolution 1920×1080 permanently

Post by ralplpcr » Mon Jul 30, 2018 10:03 am

Hi Lee_on, and welcome to the forums!

There’s a couple of ways you can go with this. it all depends on how much (if any) work you wish to do after booting to set the resolution?

The easiest method I can think of would be to create a bash file containing the commands needed to set your resolution.

(I’m going to give the full output lines from my system setting 1280×1024 as an example. Adjust for your own system with the results of your chosen resolution as needed!)

Open a terminal, and execute the following commands in sequence:
1. Type cvt 1280 1024 and press ENTER.
2. You should get an output similar to the following:

# 1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1920 x 2048 VGA-0 connected primary 1280x1024+0+0 (normal left inverted right x axis y axis) 0mm x 0mm 1024x768 60.0 800x600 60.3 56.2 848x480 60.0 640x480 59.9 1280x1024_60.00 59.9* 

5. The connected screen name is what you need — on my system, it’s VGA-0. It should also show the new resolution as stored. not yet active, however.
6. Type xrandr —addmode VGA-0 1280x1024_60.00 . This will add the mode to the dropdown when you go into the display settings.
7. Type xrandr —output VGA-0 —mode «1280x1024_60.00» . This should change your resolution within a split second to your desired setting.

If you followed the above instructions and have successfully gotten the screen to change to your desired resolution, you can now create a bash file to automate this.

Читайте также:  Linux ntp socket in use

Open a text editor. XED is the one that comes with Cinnamon. You’ll need to take some of the outputs that you manually entered and duplicate them exactly here. fortunately, copy/paste works pretty well for that!

Again, using my example above, I’d put the following into my bash file:

#! /bin/bash xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync xrandr --addmode VGA-0 1280x1024_60.00 xrandr --output VGA-0 --mode "1280x1024_60.00" 

Save this on your ~/Desktop, and call it something like «SetResolution.sh».
— Once it’s saved, close your text editor.
— Right-click on the icon for SetResolution.sh, and choose «Properties».
— Select the «Permissions» tab.
— Click on the checkbox to allow executing file as program, and then click «Close».

You should now be able to double-click this file and instantly change your resolution whenever you boot into your system.

If you want it to be automated, simply add a link to this file into your Startup Applications (which you can find in your menu)

Источник

Получение разрешения 1920×1080 или соотношение сторон 16: 9 на Ubuntu или Linux Mint

Я запускаю Ubuntu и Linux Mint в VMWare. В настройках дисплея нет доступных разрешений соотношения сторон 16: 9, включая широко используемое разрешение 1920×1080. Как я могу это включить?

Количество просмотров материала

20.04.2023 17:20 2419

Распечатать страницу

4 ответа

введите следующие команды в терминале, чтобы включить разрешение 1920×1080:

xrandr --newmode "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr --addmode Virtual1 1920x1080 xrandr --output Virtual1 --mode 1920x1080 

это установит разрешение экрана 1920×1080, а также включить несколько других 16: 9 разрешение в настройках дисплея.

помните, что вам, возможно, придется включить полноэкранный режим в VMWare, прежде чем эти разрешения станут доступными для выбора.

@InvalidBrainException ответ идеален. Кроме того, для того, чтобы сделать его постоянным и запретить выполнение команд при каждом перезапуске, вы можете записать следующие конфиги в файл /etc/X11/xorg.conf.d/10-monitor.conf :

Section "Monitor" Identifier "Virtual1" Modeline "p1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync Option "PreferredMode" "p1920x1080" EndSection 

через некоторое время. (2018-11-06):

для получения параметров ‘xrandr —newmode’ и’ Modeline ‘ в xorg.конф.d, запустите это:

вы можете взять скрипт из InvalidBrainException и.

  • создать 1920×1080.sh файл
  • сделайте его исполняемым
  • добавить его в качестве сценария автозагрузки, так что он запускается при запуске системы

в противном случае вам придется запустить эти строки после каждого запуска Вручную.

Постоянная ссылка на данную страницу: [ Скопировать ссылку | Сгенерировать QR-код ]

Ваш ответ

Опубликуйте как Гость или авторизуйтесь

Похожие вопросы про тегам:

  • 7 Какое максимальное количество разделов можно создать на жестком диске?
  • 3 Таблица прилипает к верхней части страницы, как ее удалить?
  • 6 При двусторонней печати как исправить, что задняя страница печатается вверх ногами?
  • 4 Как превратить оглавление в простой форматированный текст?
  • 5 Что значит 1Rx8 и 2Rx8 для оперативной памяти и совместимы ли они?
  • 10 Копирование и вставка в Windows PowerShell
  • 13 Сочетание клавиш для сворачивания удаленного рабочего стола
  • 1 Как включить фон рабочего стола на удаленном компьютере?
  • 5 Как сделать ярлык на рабочем столе доступным для всех пользователей в Windows 10
  • 1 Зачем Windows 10 нужна служба очереди сообщений и почему она установлена по умолчанию?
  • Наушники Wireless и True Wireless: чем они отличаются?
  • Не включается iPad: причины и решения проблемы
  • Как ускорить передачу данных по Bluetooth
  • Как правильно приобрести подержанный iPhone?
  • Каковы преимущества фотоэлектрической системы?
  • 5 лучших USB–пылесосов для клавиатуры
  • Как выбрать чехол-аккумулятор для смартфона
  • Мобильный телефон Razr: новая складная раскладушка от Motorola стоит 1200 евро
  • Компания Nothing: смартфон Phone 2 должен быть «более премиальным» и выйти в этом году
  • UMTS — История технологии сотовой связи
  • Выбор домена
  • 3D-печать: будущее массового производства
  • Искусственный интеллект в малом бизнесе: как улучшить эффективность и конкурентоспособность
  • Ошибки, которых стоит избегать при продвижении сайта
  • Высокие технологии в Windows: что это такое и как их использовать в своих приложениях
  • Кредитные карты банков
  • Где обменять крипту без дополнительных комиссий
Читайте также:  Установить микрофон в линукс
Apple $173,24 +0,81%
Amazon $114,49 -1,94%
Microsoft $325,19 +3,61%
Google $123,44 +2,11%
Netflix $364,74 -0,03%
Intel $27,45 -5,34%
Facebook $254,49 +2,11%
Tesla $185,54 +1,44%
Tencent $322,40 -3,01%

Человек, которым вам суждено стать – это только тот человек, которым вы сами решите стать.

Источник

Русские Блоги

Встроенное разрешение Ubuntu не соответствует компьютеру Microsoft, который мы используем в настоящее время, поэтому нам нужно настроить разрешение самостоятельно.

Пользовательское разрешение 1920 * 1080

~$ cvt 1920 1080 # Вернуть информацию о соответствующем разрешении #1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync 

Посмотреть название нашего монитора

Следующий 1920x1080_60.00 — это то, что я добавил, первой операции нет, вы должны добавить ее самостоятельно
— это имя моего текущего монитора Virtual1

Установка 1, ошибка перезапуска (короткая настройка)

~$ sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync ~$ sudo xrandr --addmode Virtual1 "1920x1080_60.00" 

Зайдите в настройки системы

Настройка два, перезапуск без сбоев (долгосрочная настройка)

Вставьте следующие две строки кода в конец файла

xrandr –newmode “1920x1080_60.00” 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr –addmode Virtual1 “1920x1080_60.00”

Источник

Оцените статью
Adblock
detector