Avui, a la nova Debian 8 Jessie, tenia que configurar un monitor de 24 pulgades, i ho he fet amb xrandr a una resolució 1440x900 de la següent manera:
cvt 1440 900
xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
xrandr --addmode VGA1 1440x900_60.00
xrandr --output VGA1 --mode 1440x900_60.00
i ja ho tenim ;-)
I aquesta és millor per al meu monitor ;-)
cvt 1792 1008
xrandr --newmode "1792x1008_60.00" 149.50 1792 1904 2088 2384 1008 1011 1016 1046 -hsync +vsync
xrandr --addmode VGA1 1792x1008_60.00
xrandr --output VGA1 --mode 1792x1008_60.00