изменение частоты монитора

столкнулся с проблемой:
при подключении лучевого монитора (sony multiscan e100) не удается поднять частоту на разрешении 1024*768 на 85 гц. монитор позволяет точно, но не могу заставить. xrandr дает только 60 гц. на форумах написано что надо править руками xorg.conf. правлю, а эффекта никакого. видеокарта - Intel Corporation 82865G Integrated Graphics.
помогите, пока глаза еще смотрят!
кусок xorg.conf

ection "Monitor"
  Identifier "StandardMonitor"
  Option "DPMS"
  HorizSync    30.0 - 70.0
  VertRefresh  48.0 - 120.0
EndSection

Section "Device"
  Identifier "intelVGA"
  Driver "intel"
  Option "NoAccel" "False"
  Option "DRI"     "True"
  Option "AccelMethod" "sna"
  Option "PreferredMode" "1024x768"
  Option "TargetRefresh" "85"
EndSection

Section "Screen"
  Identifier "Monitor"
  Device "intelVGA"
  Monitor "StandardMonitor"
  DefaultDepth 24
  Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768"
  EndSubsection
EndSection