Hay cosas que tienes que mirar..
Ejemplo:
Primero entrar al archivo de configuración . eje: vim /etc/X11/xorg.conf ó vim /etc/X11/XF86Config-4
Checa esto:
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 31.5 - 64.3
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 40-150
Section "Device"
Identifier "Intel 845Gv"
Driver "i810"
VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
Aqui usa el driver o mejor conocido por ahi en widows como controladr: vesa (generic)
Section "Screen"
Identifier "Screen 1"
Device "Intel 845Gv"
Monitor "My Monitor"
DefaultDepth 16
#########################
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
Y básicamente es lo correspondiente a tu monitor..
Si no entienes algo ps ahi tienes el buscador del foro y google..
Suerte!!