M
M
Maxim Fedorov2017-09-28 15:05:26
linux
Maxim Fedorov, 2017-09-28 15:05:26

How to make your resolution on second monitor on Ubuntu 16?

I connected the second monitor (4:3) to the computer via VGA,
the first monitor (16:3) via DVI is set
. The resolutions of the first monitor are set up perfectly,
but the square one has a maximum resolution of 1152x864, how can I do more?
Monitor 19", everything floats a little.

response to xrandr
Screen 0: minimum 8 x 8, current 2592 x 922, maximum 16384 x 16384
DVI-I-0 connected primary 1440x900+0+22 (normal left inverted right x axis y axis) 428mm x 255mm
   1440x900      59.89*+  74.98  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   640x480       75.00    72.81    59.94  
VGA-0 connected 1152x864+1440+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00 +
   1360x768      59.96    59.80  
   1152x864      60.00* 
   800x600       72.19    60.32    56.25  
   680x384       59.96    59.80  
   640x480       59.94  
   512x384       60.00  
   400x300       72.19  
   320x240       60.05  
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alex F, 2017-10-05
@Maksclub

The last three commands in starup or .xinputrc if without DM launch
Example for 20" 16:9.
4:3 calculate with calculator.

gtf 1920 1080 60 -x # Определяем ModeLine
xrandr --newmode "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync # Устанавливаем согласно выхлопа gtf(Будет, разумеется,  наверняка другой)
xrandr --addmode VGA1 1920x1080_60.00 # Добавляем
xrandr --output VGA1 --mode 1920x1080_60.00 # Активируем

S
standrew, 2017-10-05
@standrew

Perhaps your VGA cable does not support the DDC (Display Data Channel) digital bus, through which the video card receives its name and list of modes from the monitor. Try to replace it.
And you didn't write the model of the 19" monitor. What resolutions does it support?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question