Se tuvo que arreglar este tema hace algún tiempo, así que aquí les dejo al solución que se encontró para este modelo específico de monitor.

 

Entramos al xorg.conf como root

sudo gedit /etc/X11/xorg.conf

Y entramos la siguiente configuración, puede variar de equipo a equipo:

Section "Monitor"
    Identifier    "FPD1960"
    Option        "DPMS"
    HorizSync    30-70
    VertRefresh    50-160
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
   SubSection "Display"
      Modes      "1280x1024"
   EndSubSection
EndSection

Section "Device"
   Identifier   "Configured Video Device"
EndSection

Leer el Tutorial Completo