Пытаюсь уже долгое время настроить свой десктоп
4.19.0-14-amd64 Debian 10
nvidia Quadro K2000M с проприетарным драйвером 418.181.07
Monitor LG 25UM58-P HDMI
Перепробовал кучу вариантов, я в тисках отчаяния :) У меня ноут с DisplayPort и подключен второй моник LG 2560*1080 подключен через переходник DP->HDMI
На свободном драйвере, показывает корректное разрешение, но тормоза замучали. На нвидиевском драйвере не видит родного разрешения 2560*1080
Я так понимаю, что из за переходника потерялся EDID (мое предположение), я скачал родной EDID подключив монитор к другому девайсу и пытался подсунуть его в xorg.conf но безуспешно, что то делаю не так
Через утилиту nvidia-settings настраиваю нужное разрешение, но картинка получается мыльная, видно что не работает как нужно
Потратил кучу времени, но понял что не шмогу :) Подскажите пожалуйста что не так в моем
xorg.conf
Section "ServerLayout"
Identifier "Layout0"
#Screen 0 "Screen0" 0 0
Screen "Screen0" LeftOf "Screen1"
Option "Xinerama" "0"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro K2000M"
Option "Monitor-DP-1" "Monitor0"
Option "Monitor-LVDS-0" "Monitor1"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "LG"
ModelName "LG Electronics LG ULTRAWIDE"
HorizSync 30.0 - 90.0
VertRefresh 56.0 - 75.0
Option "DPMS"
Option "LeftOf" "Monitor1"
Option "CustomEDID" "DP-1:/etc/X11/LG_EDID.bin"
Option "IgnoreEDID" "false"
Option "UseEDID" "true"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "HP"
ModelName "LGD"
HorizSync 44.0 - 66.0
VertRefresh 39.0 - 59.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "CustomEDID" "DP-1:/etc/X11/LG_EDID.bin"
Option "IgnoreEDID" "false"
Option "UseEDID" "true"
Option "metamodes" "DP-1: nvidia-auto-select +0+0 {viewportin=2560x1080}, LVDS-0: nvidia-auto-select +2560+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device0"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
вывод xrandr
alex@ssd:~$ xrandr
Screen 0: minimum 8 x 8, current 4480 x 1080, maximum 16384 x 16384
VGA-0 disconnected (normal left inverted right x axis y axis)
LVDS-0 connected 1920x1080+2560+0 (normal left inverted right x axis y axis) 345mm x 194mm
1920x1080 59.98*+ 39.99
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 connected primary 2560x1080+0+0 (normal left inverted right x axis y axis) 673mm x 284mm
1920x1080 60.00*+ 59.94 50.00 60.05 60.00 50.04
1680x1050 59.95
1600x900 60.00
1280x1024 75.02 60.02
1280x720 60.00 59.94 50.00
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x480 59.94
640x480 75.00 59.94 59.93
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
DP-6 disconnected (normal left inverted right x axis y axis)