Hey all, new here.. just having a problem with my resolution settings.. so, I have a 23' TV connected to my PC with DVI ( DVI to HDMI actually ), and the problem is it doesn't detect the highest resolution ( 1920x1080 ) by default..
I know how to add the resolution with xrandr and output it etc.. but how do you make it permanent?

In older versions of Linux ( Ubuntu 10.10 for example ) the resolution is detected by default, it could be because Xorg was actually useful back then, not really sure.. I also tried editing the Xorg file but it's empty and of no use..
Terminal codes used to make the custom resolution -
Code: Select all
xrandr --newmode "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
xrandr --addmode DVI1 1920x1080_60.00
xrandr --output DVI1 --mode 1920x1080_60.00
The resolution shows perfectly just for the log in session, but after I log out or reboot, everything reverts.. is there a way possible to make these changed permanent in Linux Mint 12?
Oh and the highest resolution I get by default is 1360x768..
Thanks..