How to set a custom resolution? I followed the instructions here, but xrandr cannot find the mode when I try to add it (I am using 1440x709 to test)
(for reference i am on a GTX 1050 Ti with NVIDIA driver 390.67)
Updated screenshot from terminal:
How to set a custom resolution? I followed the instructions here, but xrandr cannot find the mode when I try to add it (I am using 1440x709 to test)
(for reference i am on a GTX 1050 Ti with NVIDIA driver 390.67)
Updated screenshot from terminal:
sudo
for newmode
and addmode
.1400x700_60.00
to 1400x700
.Check with xrandr
without Extension if addmode
was successful.
cvt 1440 709
and then copied mode line? – PRATAP Jun 15 '18 at 20:241440x709 59.80 Hz (CVT) hsync: 44.07 kHz; pclk: 82.50 MHz
Modeline "1440x709_60.00" 82.50 1440 1512 1656 1872 709 712 722 737 -hsync +vsync pratap@i7-6550U:~$ xrandr --newmode "1440x709_60.00" 82.50 1440 1512 1656 1872 709 712 722 737 -hsync +vsync pratap@i7-6550U:~$ xrandr --addmode eDP-1 1440x709_60.00 pratap@i7-6550U:~$ xrandr --output eDP-1 --mode 1440x709_60.00 pratap@i7-6550U:~$`
– PRATAP Jun 15 '18 at 20:45xrandr
and try? – PRATAP Jun 15 '18 at 21:03