Странность с частотой обновления монитора.

Вдруг заметил, что у меня в CLDG 11.6 в настройках монитора есть только выбор между частотой в 50 и 51 Гц. Хотя обычно, и раньше так было, и в винде сейчас - 60 и 75. Загрузился с LiveCD - то же самое. Загружаюсь с диска с Убунту - все те же привычные 60 и 75 Гц. Как, почему?

Сравните /etc/X11/xorg.conf с убунтовским, возможно там прописаны разрешения.

Приду домой - сравню. Но когда стояла Калька 11.3 - было опять таки 60 и 75. Чем объяснить смену конфига, в таком случае?

Нет возможности сравнить с Убунту, но вот то, что внутри xorg.conf:

Section "ServerLayout"
  Identifier "Xorg Configured"
  Screen "Monitor"
EndSection

Section "Files"
  FontPath "/usr/share/fonts/corefonts"
  FontPath "/usr/share/fonts/misc"
  FontPath "/usr/share/fonts/droid"
EndSection

Section "Module"
  Load "dbe" # Double buffer extension
  Load "glx" # OpenGL X protocol interface
  Load "extmod" # Misc. required extension
EndSection

Section "Monitor"
  Identifier "StandardMonitor"
  HorizSync 31.5 - 60.0
  VertRefresh 60-160
  Option "DPMS"
EndSection

Section "Device"
  Identifier "nvidiaVGA"
  Driver "nvidia"
  Option "RenderAccel" "True"
  Option "AllowGLXWithComposite" "True"
  Option "NoLogo" "True"
  Option "NvAgp" "1"
  Option "DPI" "96x96"
EndSection

Section "Screen"
  Identifier "Monitor"
  Device "nvidiaVGA"
  Monitor "StandardMonitor"
  DefaultDepth 24
  Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024"
  EndSubsection
EndSection

Section "Extensions"
  Option "Composite" "On"
EndSection

Ничего про частоту не вижу(

Попробуйте закомментировать строчки:

HorizSync 31.5 - 60.0
VertRefresh 60-160

Нет, не помогло. Причем если зайти в настройки NVIDIA X Server, то там есть выбор, 60 или 75. Удалось выбрать 75Гц и применить изменения. Выяснилось, что xorg.conf изменил конфигурацию, вот:

 # nvidia-settings: X configuration file generated by nvidia-settings
 # nvidia-settings:  version 275.09.07  (buildmeister@swio-display-x86-rhel47-03.nvidia.com)  Wed Jun  8 14:38:19 PDT 2011

#------------------------------------------------------------------------------
 # Modified Calculate-install 2.2.23
 # Processed template files:
 # /usr/share/calculate/templates/install/1live/xorg-server/X11/xorg.conf
#------------------------------------------------------------------------------

Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/corefonts"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/droid"
EndSection

Section "Module"
    Load           "dbe" # Double buffer extension
    Load           "glx" # OpenGL X protocol interface
    Load           "extmod" # Misc. required extension
EndSection

Section "InputDevice"
     # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
     # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "StandardMonitor"
    HorizSync       31.5 - 60.0
    VertRefresh     60.0 - 160.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    #HorizSync       30.0 - 81.0
    #VertRefresh     56.0 - 75.0
EndSection

Section "Device"
    Identifier     "nvidiaVGA"
    Driver         "nvidia"
    Option         "RenderAccel" "True"
    Option         "AllowGLXWithComposite" "True"
    Option         "NoLogo" "True"
    Option         "NvAgp" "1"
    Option         "DPI" "96x96"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 9600 GT"
EndSection

Section "Screen"
    Identifier     "Monitor"
    Device         "nvidiaVGA"
    Monitor        "StandardMonitor"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x1024"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1280x1024_75 +0+0; 1280x1024 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "On"
EndSection

В настройках монитора по прежнему 50 и 51, как установить истинную частоту?

Попробуйте в xorg.conf закомментить секции Monitor и Device, а также закомментить в Section “Screen” все кроме Identifier “Screen0”

а какой монитор??

попробуй сменить на

HorizSync 30 - 85
VertRefresh 50 - 160