Sinds kort heb ik een BenQ GW2265 op mijn Ubuntu systeem aangesloten. Ik heb met de nvidia-settings tool een xorg.conf bestand aangemaakt zoals ik dat altijd doe.
Echter zie ik in mijn Xorg.log de volgende meldingen voorbij komen:
Op internet lees ik dat de verkeerde instellingen de monitor zouden kunnen beschadigen maar dit zijn vooral berichten uit 2009 en ouder. Kan ik deze meldingen in Xorg.log negeren of is er daadwerkelijk iets niet pluis tussen de driver en mijn nieuwe monitor?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
| # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 331.20 (buildd@roseapple) Mon Feb 3 15:07:22 UTC 2014 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 "BenQ GW2265" HorizSync 30.0 - 83.0 VertRefresh 50.0 - 76.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GT 640" Option "RegistryDwords" "PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1" Option "TripleBuffer" "true" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "Stereo" "0" Option "nvidiaXineramaInfoOrder" "DFP-1" Option "metamodes" "1920x1080 +0+0" Option "SLI" "Off" Option "MultiGPU" "Off" Option "BaseMosaic" "off" SubSection "Display" Depth 24 EndSubSection EndSection |
Echter zie ik in mijn Xorg.log de volgende meldingen voorbij komen:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| [ 3.868] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 3.868] (**) NVIDIA(0): device BenQ GW2265 (DFP-1) (Using EDID frequencies has [ 3.868] (**) NVIDIA(0): been enabled on all display devices.) [ 3.869] (WW) NVIDIA(GPU-0): The EDID for BenQ GW2265 (DFP-1) contradicts itself: mode [ 3.869] (WW) NVIDIA(GPU-0): "1920x1080" is specified in the EDID; however, the EDID's [ 3.869] (WW) NVIDIA(GPU-0): valid HorizSync range (30.000-83.000 kHz) would exclude [ 3.869] (WW) NVIDIA(GPU-0): this mode's HorizSync (28.1 kHz); ignoring HorizSync check [ 3.869] (WW) NVIDIA(GPU-0): for mode "1920x1080". [ 3.869] (WW) NVIDIA(GPU-0): The EDID for BenQ GW2265 (DFP-1) contradicts itself: mode [ 3.869] (WW) NVIDIA(GPU-0): "720x480" is specified in the EDID; however, the EDID's [ 3.869] (WW) NVIDIA(GPU-0): valid HorizSync range (30.000-83.000 kHz) would exclude [ 3.869] (WW) NVIDIA(GPU-0): this mode's HorizSync (15.7 kHz); ignoring HorizSync check [ 3.869] (WW) NVIDIA(GPU-0): for mode "720x480". [ 3.869] (WW) NVIDIA(GPU-0): The EDID for BenQ GW2265 (DFP-1) contradicts itself: mode [ 3.869] (WW) NVIDIA(GPU-0): "720x576" is specified in the EDID; however, the EDID's [ 3.869] (WW) NVIDIA(GPU-0): valid HorizSync range (30.000-83.000 kHz) would exclude [ 3.869] (WW) NVIDIA(GPU-0): this mode's HorizSync (15.6 kHz); ignoring HorizSync check [ 3.869] (WW) NVIDIA(GPU-0): for mode "720x576". [ 3.869] (WW) NVIDIA(GPU-0): The EDID for BenQ GW2265 (DFP-1) contradicts itself: mode [ 3.869] (WW) NVIDIA(GPU-0): "720x576" is specified in the EDID; however, the EDID's [ 3.869] (WW) NVIDIA(GPU-0): valid HorizSync range (30.000-83.000 kHz) would exclude [ 3.869] (WW) NVIDIA(GPU-0): this mode's HorizSync (15.6 kHz); ignoring HorizSync check [ 3.869] (WW) NVIDIA(GPU-0): for mode "720x576". [ 3.869] (WW) NVIDIA(GPU-0): The EDID for BenQ GW2265 (DFP-1) contradicts itself: mode [ 3.869] (WW) NVIDIA(GPU-0): "720x480" is specified in the EDID; however, the EDID's [ 3.869] (WW) NVIDIA(GPU-0): valid HorizSync range (30.000-83.000 kHz) would exclude [ 3.869] (WW) NVIDIA(GPU-0): this mode's HorizSync (15.7 kHz); ignoring HorizSync check [ 3.869] (WW) NVIDIA(GPU-0): for mode "720x480". |
Op internet lees ik dat de verkeerde instellingen de monitor zouden kunnen beschadigen maar dit zijn vooral berichten uit 2009 en ouder. Kan ik deze meldingen in Xorg.log negeren of is er daadwerkelijk iets niet pluis tussen de driver en mijn nieuwe monitor?