I'm ready to deploy my NUC8i3 running Ubuntu 18.04LST into it's final location. Although I normally plan to connected to it remotely I still want to have a monitor where it will be located. I have an old Acer AL1716 but I'm having problems getting Ubuntu to correctly use the monitor. Everything comes up until I get to the Login screen at which point nothing works.
I think that the problem is the settings built into Ubuntu. Although it shows a 75 and 60 Hz settings, which the AL1716 supports, they are not ones that the AL1716 will use. It needs the settings that are just slightly different namely 60Hz should be 63.67Hz. Not sure about the 75Hz one since I've not tried it yet.
I've done through several steps and been able to get Ubuntu to get the monitor to work but only after losing in. I preformed the following.
$ cvt 1280 1024 60
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
$ sudo xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
$ sudo xrandr --addmode DP-1 "1280x1024_60.00"
$ sudo xrandr --output DP-1 --mode 1280x1024 --rate 60
At this point the AL1716 will display correctly. The problem is that I can't see this as a selection I can use using the normal display setup nor can I use this to see the login screen.
What I really want to do is add settings to the standard monitor tables, I assume that Ubuntu has such tables for each monitor it supports, so the AL1716 has the correct settings no matter which user I login with.
Can anyone help?