I had Ubuntu 16 and I was able to add the 1080p resolution for my second monitor (VGA1) but after I installed Ubuntu 17, I get the error when I want to output the new resolution: xrandr: Configure crtc 0 failed
.
Here's what I did:
$ cvt 1920 1080 60.0
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
$ xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
$ xrandr --addmode XWAYLAND0 1920x1080_60.00
$ xrandr --output XWAYLAND0 --mode 1920x1080_60.00
xrandr: Configure crtc 0 failed
I've searched a lot, but couldn't find a solution.
xorg
at the login screen! – George Udosen Oct 28 '17 at 13:21Xorg -version
? – kokito Jan 20 '18 at 17:55