The EDID for Samsung SMBX2250 (DFP-1) contradicts itself: mode

Hello guys, before starts, sorry my very poor english…

i’ve a problem between my ubuntu, nvidia and screen.

My setups :
OS :Ubuntu 12.04 lts 64bits
cpu : Intel i7 2600k
graphics card : Nvidia gtx 570
Screen : Samsung SMBX2250
1920x1080, 60hertz, HDMI

My Xorg.0 log spam me this error :

[  1784.468] (WW) NVIDIA(GPU-0): The EDID for Samsung SMBX2250 (DFP-1) contradicts itself: mode
[  1784.468] (WW) NVIDIA(GPU-0):     "720x576" is specified in the EDID; however, the EDID's
[  1784.468] (WW) NVIDIA(GPU-0):     valid VertRefresh range (56.000-75.000 Hz) would exclude
[  1784.468] (WW) NVIDIA(GPU-0):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
[  1784.468] (WW) NVIDIA(GPU-0):     check for mode "720x576".

my xorg conf :

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 310.14  (buildd@komainu)  Tue Oct 16 22:20:47 UTC 2012

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
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"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SMBX2250"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 570"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

my drivers installed :

nvidia-experimental-310, 310.14, 3.2.0-37-generic, x86_64: installed

i already tried to modify this line :

Option         "metamodes" "nvidia-auto-select +0+0"

to

Option         "metamodes" "1920x1080_60 +0+0"

and

0ption         "metamodes" "HDMI-1:1920x1080_60 +0+0"

Attachement : edid.bin ( from x server log ) : MEGA

How to reproduce it : Run any program with gui or launch a game.

if you have solutions, i’m free !

This message is probably harmless. It just means that one part of the EDID says that the monitor can only handle modes with refresh rates between 56 Hz and 75 Hz, but another part says that a 50 Hz mode is supported. The driver assumes that if a specific timing is listed (in this case 50 Hz), that the monitor can handle it even if it’s outside of the range the monitor claims is the limit.

Are you seeing a problem with your screen, or just the messages in the log file?