Подключил новый монитор, не получается установить родное разрешение 1920х1080.
Дистрибутив - Debian stretch, окружение рабочего стола - Xfce.
Монитор - Benq GW2470, подключен кабелем VGA.
Вывод команды 'xrandr' в Debian:
$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
default connected primary 1024x768+0+0 0mm x 0mm
1024x768 76.00*
Вывод команды 'xrandr' в Ubuntu:
ubuntu@ubuntu:~$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
DP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 527mm x 296mm
1920x1080 60.00*+
1680x1050 59.95
1600x900 60.00
1280x1024 75.02 60.02
1280x800 59.81
1152x864 75.00
1280x720 60.00
1024x768 75.03 60.00
832x624 74.55
800x600 75.00 60.32
640x480 75.00 59.94
720x400 70.08
ubuntu@ubuntu:~$ xvidtune -show
"1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
Из последнего вывода подставил значение для Modeline в файл /etc/X11/xorg.conf:
Section "Monitor"
Identifier "Monitor0"
VendorName "BENQ"
ModelName "GW2470"
HorizSync 30-81
VertRefresh 56-75
ModeLine "1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Результата нет.
/var/log/Xorg.0.log: https://pastebin.com/3qNbyHNb
Прошу помочь с настройкой xorg.conf.