You are not logged in.

#1 2010-01-18 18:53:14

mobiblu
Member
Registered: 2010-01-18
Posts: 3

Frequency out of range

I recently updated my nVidia driver. Now whenever KDE start, I get this error on my screen. I figure the horizontal and vertical setting aren't set correctly. I am using a eMachines E17T4W widescreen LCD monitor. Did some quick google search and found the spec for the monitor:
1280 × 720
maximum horizontal frequency 60 kHz
maximum vertical frequency 76 Hz

I went into the xorg.conf file and change the
HorizSync     30.0-60.0
VertRefresh  56.0-76.0

But that didn't solve the issue. Is there something else I need to change?

Here is my current xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder75)  Tue Dec  8 21:04:28 PST 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "eMachine"
    ModelName      "E17"
    HorizSync       30.0 - 60.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Last edited by mobiblu (2010-01-21 07:05:26)

Offline

Board footer

Powered by FluxBB