Удалось решить вопрос следующим образом:
Источник:
https://community.linuxmint.com/tutorial/view/877
Для lmde3 Cinnamon:
в консоли:
xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
xrandr --addmode eDP-1 "1600x900_60.00"
Далее alt + ctrl + F1
sudo service lightdm stop
sudo X -configure
sudo start lightdm
далее в инструкции говорится, что файл xorg.conf.new созается в /home
у меня он создался в /root
Надо переименовать его в xorg.conf
Открыть и отредактировать добавив в него:
Section "Monitor"
Identifier "Monitor0"
Modeline "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
Modeline "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1600x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1600x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1600x900"
EndSubSection
Кол-во мониторов может быть разным.
После чего нужно сохранить и добавить этот файл в /etc/X11
Перезагрузить систему и все