MSXManiac
Tue Feb 14, 2017 7:02:11 pm
Well, first of all make it clear that I have used Zorin since version 9 and I have always been able to apply custom resolutions to the machine in question.
It is a notebook with a 2nd generation i3 that when at home (almost all the time) is connected to an AOC TV / display via HDMI connector.
By default not all resolutions are recognized because they are not listed in the TV / display firmware table that is passed via EDID.
I have had success up to Zorin 11 with a script that automated the process of adding these resolutions but has no effect on version 12.
After many attempts and taking into account that my installation has some customizations, I decided that it would be fairer to try a test in a live session of Zorin 12.
For comparison purposes I did the same in a live session of Ubuntu 16.04 which I assume to be the basis of Zorin 12, both on my machine with the external display connected via HDMI.
To perform this test, in both environments I turn off the use of the integrated display and the default resolution on the external display in both is 1360x768x60.
The test is basically the following sequence of commands in a terminal:
zorin @ zorin: ~ $ cvt 1440 900 60
# 1440x900 59.89 Hz (CVT 1.30MA) hsync: 55.93 kHz; Pclk: 106.50 MHz
Modeline "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
zorin @ zorin: ~ $ xrandr --newmode "1440x900" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
zorin @ zorin: ~ $ xrandr --addmode HDMI1 1440x900
zorin @ zorin: ~ $ xrandr --output HDMI1 --mode 1440x900 --rate 60
The two differences between the version in Zorin and Ubuntu are:
1 - In Ubuntu you use HDMI-1 instead of HDMI1 in Zorin
2 - In Ubuntu the new resolution is applied, in Zorin remains the previous resolution
Now I pass the ball to Artyom Zorin or to others who can solve this bug.
If up to version 11 of Zorin applying custom resolutions worked normally and in the base version of Zorin 12 that is Ubuntu 16.04 did it, why in Zorin 12 does not work to apply custom resolutions?
It is a notebook with a 2nd generation i3 that when at home (almost all the time) is connected to an AOC TV / display via HDMI connector.
By default not all resolutions are recognized because they are not listed in the TV / display firmware table that is passed via EDID.
I have had success up to Zorin 11 with a script that automated the process of adding these resolutions but has no effect on version 12.
After many attempts and taking into account that my installation has some customizations, I decided that it would be fairer to try a test in a live session of Zorin 12.
For comparison purposes I did the same in a live session of Ubuntu 16.04 which I assume to be the basis of Zorin 12, both on my machine with the external display connected via HDMI.
To perform this test, in both environments I turn off the use of the integrated display and the default resolution on the external display in both is 1360x768x60.
The test is basically the following sequence of commands in a terminal:
zorin @ zorin: ~ $ cvt 1440 900 60
# 1440x900 59.89 Hz (CVT 1.30MA) hsync: 55.93 kHz; Pclk: 106.50 MHz
Modeline "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
zorin @ zorin: ~ $ xrandr --newmode "1440x900" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
zorin @ zorin: ~ $ xrandr --addmode HDMI1 1440x900
zorin @ zorin: ~ $ xrandr --output HDMI1 --mode 1440x900 --rate 60
The two differences between the version in Zorin and Ubuntu are:
1 - In Ubuntu you use HDMI-1 instead of HDMI1 in Zorin
2 - In Ubuntu the new resolution is applied, in Zorin remains the previous resolution
Now I pass the ball to Artyom Zorin or to others who can solve this bug.
If up to version 11 of Zorin applying custom resolutions worked normally and in the base version of Zorin 12 that is Ubuntu 16.04 did it, why in Zorin 12 does not work to apply custom resolutions?