For the past few days, I've been trying to match my second screen's resolution to my match my main screen.
Using the following code i got from this website, I was to get it done:
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
xrandr --addmode DVI-I-1 1368x768_60.00
xrandr --output DVI-I-1 --mode 1368x768_60.00
My problem, now, is when i reboot my computer, the second screen goes back to its old resolution. Then, i learned that i have to add these scripts to this file sudo gedit /etc/modules
which i did but still didn't work.
I'm new to ubuntu and i'm really liking it. I can get my second screen set.
TIA!