Solved Maximum resolution not displayed; KVM issue?

I am using a 27" QNIX QX2710 connected to an IOGEAR GCS982U 2-port Dual-DVI KVM. My Windows system has no problem displaying the native 2560x1440 resolution, but when I switch to my new FreeBSD installation, xrandr output only displays the following:

Code:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 1600 x 1200, maximum 1600 x 1200
default connected 1600x1200+0+0 0mm x 0mm
  1600x1200  61.00*
  1280x1024  61.00
  1280x800  0.00
  1024x768  61.00
  800x600  61.00

I am able to successfully launch X and i3. Here is my xorg.conf:

Code:
Section "ServerLayout"
  Identifier  "X.org Configured"
  Screen  0  "Screen0" 0 0
  Screen  1  "Screen1" RightOf "Screen0"
  InputDevice  "Mouse0" "CorePointer"
  InputDevice  "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
  ModulePath  "/usr/local/lib/xorg/modules"
  FontPath  "/usr/local/share/fonts/misc/"
  FontPath  "/usr/local/share/fonts/TTF/"
  FontPath  "/usr/local/share/fonts/OTF/"
  FontPath  "/usr/local/share/fonts/Type1/"
  FontPath  "/usr/local/share/fonts/100dpi/"
  FontPath  "/usr/local/share/fonts/75dpi/"
EndSection

Section "Module"
  Load  "glx"
EndSection

Section "InputDevice"
  Identifier  "Keyboard0"
  Driver  "kbd"
   Option       "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"
  Identifier  "Mouse0"
  Driver  "mouse"
  Option  "Protocol" "auto"
  Option  "Device" "/dev/sysmouse"
  Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
  Identifier  "Monitor0"
  VendorName  "Monitor Vendor"
  ModelName  "Monitor Model"
EndSection

Section "Monitor"
  Identifier  "Monitor1"
  VendorName  "Monitor Vendor"
  ModelName  "Monitor Model"
EndSection

Section "Device"
  Identifier  "Card1"
  Driver  "vesa"
  BusID  "PCI:1:0:0"
EndSection

Section "Screen"
  Identifier  "Screen1"
  Device  "Card1"
  Monitor  "Monitor1"
  SubSection  "Display"
  Viewport  0 0
  Depth  24
     Modes     "2560x1440"
  EndSubSection
EndSection

I thought it might be a video driver issue at first, and I'm using an old NVidia 8800GT so I installed nvidia-driver-340-340.93 and nvidia-xconfig, but when I use Nvidia instead of vesa and restart X I just get a default color pattern on the monitor from the KVM, but I think that is a separate issue; the vesa driver should be able to support 2560x1440, right? Any assistance would be greatly appreciated.

EDIT: Forgot to add the output of pciconf -vl:

Code:
vgapci0@pci0:1:0:0:   class=0x030000 card=0x11701462 chip=0x061110de rev=0xa2 hdr=0x00
  vendor  = 'NVIDIA Corporation'
  device  = 'G92 [GeForce 8800 GT]'
  class  = display
  subclass  = VGA
 
Last edited by a moderator:
the vesa driver should be able to support 2560x1440, right?
Not necessarily. It supports whatever VESA resolution your GPU's vendor decided to support.

Using NVIDIA's driver is the best way forward here. Do you see any error messages in /var/log/Xorg.0.log when using it?
 
Thank you very much for your help! Here is my /var/log/Xorg.0.log:

Code:
[  156.246]
X.Org X Server 1.17.4
Release Date: 2015-10-28
[  156.246] X Protocol Version 11, Revision 0
[  156.246] Build Operating System: FreeBSD 10.1-RELEASE-p25 amd64
[  156.246] Current Operating System: FreeBSD dormouse 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014  root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
[  156.246] Build Date: 12 December 2015  01:38:25AM
[  156.246] 
[  156.246] Current version of pixman: 0.32.8
[  156.246]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[  156.246] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  156.246] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 29 15:49:32 2015
[  156.270] (==) Using config file: "/etc/X11/xorg.conf"
[  156.270] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d"
[  156.279] (==) ServerLayout "X.org Configured"
[  156.279] (**) |-->Screen "Screen0" (0)
[  156.279] (**) |  |-->Monitor "<default monitor>"
[  156.280] (==) No device specified for screen "Screen0".
   Using the first device section listed.
[  156.280] (**) |  |-->Device "Card1"
[  156.280] (==) No monitor specified for screen "Screen0".
   Using a default monitor configuration.
[  156.280] (**) |-->Screen "Screen1" (1)
[  156.280] (**) |  |-->Monitor "Monitor1"
[  156.280] (**) |  |-->Device "Card1"
[  156.280] (**) |-->Input Device "Mouse0"
[  156.280] (**) |-->Input Device "Keyboard0"
[  156.280] (==) Automatically adding devices
[  156.280] (==) Automatically enabling devices
[  156.280] (==) Not automatically adding GPU devices
[  156.381] (**) FontPath set to:
   /usr/local/share/fonts/misc/,
   /usr/local/share/fonts/TTF/,
   /usr/local/share/fonts/OTF/,
   /usr/local/share/fonts/Type1/,
   /usr/local/share/fonts/100dpi/,
   /usr/local/share/fonts/75dpi/,
   /usr/local/share/fonts/misc/,
   /usr/local/share/fonts/TTF/,
   /usr/local/share/fonts/OTF/,
   /usr/local/share/fonts/Type1/,
   /usr/local/share/fonts/100dpi/,
   /usr/local/share/fonts/75dpi/
[  156.381] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[  156.381] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  156.381] (WW) Disabling Mouse0
[  156.381] (WW) Disabling Keyboard0
[  156.381] (II) Loader magic: 0x801510
[  156.381] (II) Module ABI versions:
[  156.381]    X.Org ANSI C Emulation: 0.4
[  156.381]    X.Org Video Driver: 19.0
[  156.381]    X.Org XInput driver : 21.0
[  156.381]    X.Org Server Extension : 9.0
[  156.382] (--) PCI:*(0:1:0:0) 10de:0611:1462:1170 rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/65536
[  156.382] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  156.382] (II) LoadModule: "glx"
[  156.402] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[  156.526] (II) Module glx: vendor="NVIDIA Corporation"
[  156.526]    compiled for 4.0.2, module version = 1.0.0
[  156.526]    Module class: X.Org Server Extension
[  156.526] (II) NVIDIA GLX Module  340.93  Wed Aug 19 16:20:38 PDT 2015
[  156.526] (II) LoadModule: "nvidia"
[  156.536] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
[  156.602] (II) Module nvidia: vendor="NVIDIA Corporation"
[  156.602]    compiled for 4.0.2, module version = 1.0.0
[  156.602]    Module class: X.Org Video Driver
[  156.606] (II) NVIDIA dlloader X Driver  340.93  Wed Aug 19 16:00:14 PDT 2015
[  156.606] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  156.617] (--) Using syscons driver with X support (version 0.x)
[  156.617] (--) using VT number 9

[  156.991] (II) Loading sub module "fb"
[  156.991] (II) LoadModule: "fb"
[  156.991] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[  157.011] (II) Module fb: vendor="X.Org Foundation"
[  157.011]    compiled for 1.17.4, module version = 1.0.0
[  157.011]    ABI class: X.Org ANSI C Emulation, version 0.4
[  157.011] (WW) Unresolved symbol: fbGetGCPrivateKey
[  157.011] (II) Loading sub module "wfb"
[  157.011] (II) LoadModule: "wfb"
[  157.031] (II) Loading /usr/local/lib/xorg/modules/libwfb.so
[  157.052] (II) Module wfb: vendor="X.Org Foundation"
[  157.052]    compiled for 1.17.4, module version = 1.0.0
[  157.052]    ABI class: X.Org ANSI C Emulation, version 0.4
[  157.052] (II) Loading sub module "ramdac"
[  157.052] (II) LoadModule: "ramdac"
[  157.052] (II) Module "ramdac" already built-in
[  157.056] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  157.057] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  157.057] (==) NVIDIA(0): RGB weight 888
[  157.057] (==) NVIDIA(0): Default visual is TrueColor
[  157.057] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  157.057] (**) NVIDIA(0): Enabling 2D acceleration
[  158.238] (WW) NVIDIA(0): The EDID read for display device DFP-0 is invalid: the
[  158.238] (WW) NVIDIA(0):  checksum for EDID version 1 extension is invalid.
[  158.238] (--) NVIDIA(0):
[  158.238] (--) NVIDIA(0): Raw EDID bytes:
[  158.238] (--) NVIDIA(0):
[  158.239] (--) NVIDIA(0):  00 ff ff ff ff ff ff 00  23 2f 9b 04 00 00 00 00
[  158.239] (--) NVIDIA(0):  28 15 01 03 a5 3c 22 78  22 6f b1 a7 55 4c 9e 25
[  158.239] (--) NVIDIA(0):  0c 50 54 00 00 00 01 01  01 01 01 01 01 01 01 01
[  158.239] (--) NVIDIA(0):  01 01 01 01 01 01 56 5e  00 a0 a0 a0 29 50 30 20
[  158.239] (--) NVIDIA(0):  35 00 55 50 21 00 00 1a  00 00 00 fc 00 44 55 41
[  158.239] (--) NVIDIA(0):  4c 2d 44 56 49 0a 20 20  20 20 00 00 00 fc 00 0a
[  158.239] (--) NVIDIA(0):  20 20 20 20 20 20 20 20  20 20 20 20 00 00 00 fc
[  158.239] (--) NVIDIA(0):  00 0a 20 20 20 20 20 20  20 20 20 20 20 20 01 11
[  158.239] (--) NVIDIA(0):
[  158.239] (--) NVIDIA(0):  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[  158.239] (--) NVIDIA(0):  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[  158.239] (--) NVIDIA(0):  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[  158.239] (--) NVIDIA(0):  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[  158.239] (--) NVIDIA(0):  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[  158.239] (--) NVIDIA(0):  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[  158.239] (--) NVIDIA(0):  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[  158.239] (--) NVIDIA(0):  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[  158.239] (--) NVIDIA(0):
[  158.239] (--) NVIDIA(0):  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[  158.239] (--) NVIDIA(0):  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[  158.239] (--) NVIDIA(0):  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[  158.239] (--) NVIDIA(0):  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[  158.239] (--) NVIDIA(0):  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[  158.239] (--) NVIDIA(0):  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[  158.239] (--) NVIDIA(0):  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[  158.239] (--) NVIDIA(0):  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[  158.239] (--) NVIDIA(0):
[  158.245] (II) NVIDIA(0): NVIDIA GPU GeForce 8800 GT (G92) at PCI:1:0:0 (GPU-0)
[  158.245] (--) NVIDIA(0): Memory: 524288 kBytes
[  158.245] (--) NVIDIA(0): VideoBIOS: 62.92.23.00.00
[  158.245] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  158.248] (--) NVIDIA(0): Valid display device(s) on GeForce 8800 GT at PCI:1:0:0
[  158.248] (--) NVIDIA(0):  CRT-0
[  158.248] (--) NVIDIA(0):  CRT-1
[  158.248] (--) NVIDIA(0):  TV-0
[  158.248] (--) NVIDIA(0):  DFP-0 (boot, connected)
[  158.248] (--) NVIDIA(0):  DFP-1
[  158.248] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  158.248] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[  158.248] (--) NVIDIA(GPU-0): TV-0: 400.0 MHz maximum pixel clock
[  158.248] (--) NVIDIA(0): DFP-0: Internal TMDS
[  158.248] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  158.248] (--) NVIDIA(0): DFP-1: Internal TMDS
[  158.248] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[  158.248] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  158.248] (**) NVIDIA(0):  device DFP-0 (Using EDID frequencies has been enabled on
[  158.248] (**) NVIDIA(0):  all display devices.)
[  158.249] (WW) NVIDIA(0): No valid modes for "DFP-0:2560x1440"; removing.
[  158.249] (WW) NVIDIA(0):
[  158.249] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[  158.249] (WW) NVIDIA(0):  "nvidia-auto-select".
[  158.249] (WW) NVIDIA(0):
[  158.249] (II) NVIDIA(0): Validated MetaModes:
[  158.249] (II) NVIDIA(0):  "DFP-0:nvidia-auto-select"
[  158.249] (II) NVIDIA(0): Virtual screen size determined to be 800 x 600
[  158.269] (WW) NVIDIA(0): Unable to get display device DFP-0's EDID; cannot compute DPI
[  158.269] (WW) NVIDIA(0):  from DFP-0's EDID.
[  158.269] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  158.269] (--) Depth 24 pixmap format is 32 bpp
[  158.269] (II) NVIDIA: Reserving 768.00 MB of virtual memory for indirect memory
[  158.269] (II) NVIDIA:  access.
[  158.275] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[  158.355] (==) NVIDIA(0): Disabling shared memory pixmaps
[  158.356] (==) NVIDIA(0): Backing store enabled
[  158.356] (==) NVIDIA(0): Silken mouse enabled
[  158.357] (==) NVIDIA(0): DPMS enabled
[  158.357] (II) Loading sub module "dri2"
[  158.357] (II) LoadModule: "dri2"
[  158.357] (II) Module "dri2" already built-in
[  158.357] (II) NVIDIA(0): [DRI2] Setup complete
[  158.357] (II) NVIDIA(0): [DRI2]  VDPAU driver: nvidia
[  158.358] (--) RandR disabled
[  158.359] (II) Initializing extension GLX
[  158.359] (II) Indirect GLX disabled.(II) config/devd: probing input devices...
[  158.788] (II) config/devd: adding input device (null) (/dev/kbdmux)
[  158.788] (II) LoadModule: "kbd"
[  158.789] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
[  158.793] (II) Module kbd: vendor="X.Org Foundation"
[  158.793]    compiled for 1.17.4, module version = 1.8.1
[  158.793]    Module class: X.Org XInput Driver
[  158.793]    ABI class: X.Org XInput driver, version 21.0
[  158.793] (II) Using input driver 'kbd' for 'kbdmux'
[  158.793] (**) kbdmux: always reports core events
[  158.793] (**) kbdmux: always reports core events
[  158.793] (**) Option "Protocol" "standard"
[  158.793] (**) Option "XkbRules" "base"
[  158.793] (**) Option "XkbModel" "pc105"
[  158.794] (**) Option "XkbLayout" "us"
[  158.794] (**) Option "config_info" "devd:kbdmux"
[  158.794] (II) XINPUT: Adding extended input device "kbdmux" (type: KEYBOARD, id 6)
[  159.308] (II) config/devd: kbdmux is enabled, ignoring device ukbd0
[  159.309] (II) config/devd: kbdmux is enabled, ignoring device atkbd0
[  159.309] (II) config/devd: adding input device (null) (/dev/sysmouse)
[  159.309] (II) LoadModule: "mouse"
[  159.309] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
[  159.334] (II) Module mouse: vendor="X.Org Foundation"
[  159.334]    compiled for 1.17.4, module version = 1.9.1
[  159.334]    Module class: X.Org XInput Driver
[  159.334]    ABI class: X.Org XInput driver, version 21.0
[  159.334] (II) Using input driver 'mouse' for 'sysmouse'
[  159.334] (**) sysmouse: always reports core events
[  159.334] (**) Option "Device" "/dev/sysmouse"
[  159.334] (==) sysmouse: Protocol: "Auto"
[  159.334] (**) sysmouse: always reports core events
[  159.334] (==) sysmouse: Emulate3Buttons, Emulate3Timeout: 50
[  159.334] (**) sysmouse: ZAxisMapping: buttons 4 and 5
[  159.335] (**) sysmouse: Buttons: 5
[  159.335] (**) Option "config_info" "devd:sysmouse"
[  159.335] (II) XINPUT: Adding extended input device "sysmouse" (type: MOUSE, id 7)
[  159.335] (**) sysmouse: (accel) keeping acceleration scheme 1
[  159.335] (**) sysmouse: (accel) acceleration profile 0
[  159.335] (**) sysmouse: (accel) acceleration factor: 2.000
[  159.335] (**) sysmouse: (accel) acceleration threshold: 4
[  159.335] (II) sysmouse: SetupAuto: hw.iftype is 4, hw.model is 0
[  159.335] (II) sysmouse: SetupAuto: protocol is SysMouse
[  159.335] (II) config/devd: device /dev/ums0 already opened
[  159.335] (II) config/devd: device /dev/ums1 already opened
[  5407.280] (II) config/devd: device /dev/ums0 already opened
[  5529.502] (II) config/devd: device /dev/ums0 already opened
[  5610.490] (II) config/devd: device /dev/ums0 already opened

There is an error for no valid modes which is why I tried manually adding the "2560x1440" mode to my xorg.conf, but that did not seem to help.
 
Last edited by a moderator:
Those lines do not look good. Can you try adding
Code:
Option "IgnoreEDIDChecksum" "DFP-0"
to the Device section in your xorg.conf?

But please be careful. According to http://http.download.nvidia.com/XFr...README/xconfigoptions.html#IgnoreEDIDChecksum this might be dangerous.

That's done it! It looks great, and I don't see any weirdness in the display. Here is the Xorg.1.log output after adding this option:

Code:
[  8886.302]
X.Org X Server 1.17.4
Release Date: 2015-10-28
[  8886.302] X Protocol Version 11, Revision 0
[  8886.302] Build Operating System: FreeBSD 10.1-RELEASE-p25 amd64
[  8886.302] Current Operating System: FreeBSD dormouse 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014  root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
[  8886.302] Build Date: 12 December 2015  01:38:25AM
[  8886.302]  
[  8886.302] Current version of pixman: 0.32.8
[  8886.302]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[  8886.302] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  8886.302] (==) Log file: "/var/log/Xorg.1.log", Time: Tue Dec 29 18:15:02 2015
[  8886.303] (==) Using config file: "/etc/X11/xorg.conf"
[  8886.303] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d"
[  8886.303] (==) ServerLayout "X.org Configured"
[  8886.303] (**) |-->Screen "Screen0" (0)
[  8886.303] (**) |  |-->Monitor "<default monitor>"
[  8886.303] (==) No device specified for screen "Screen0".
   Using the first device section listed.
[  8886.303] (**) |  |-->Device "Card1"
[  8886.303] (==) No monitor specified for screen "Screen0".
   Using a default monitor configuration.
[  8886.303] (**) |-->Screen "Screen1" (1)
[  8886.303] (**) |  |-->Monitor "Monitor1"
[  8886.303] (**) |  |-->Device "Card1"
[  8886.303] (**) |-->Input Device "Mouse0"
[  8886.303] (**) |-->Input Device "Keyboard0"
[  8886.303] (==) Automatically adding devices
[  8886.303] (==) Automatically enabling devices
[  8886.303] (==) Not automatically adding GPU devices
[  8886.304] (**) FontPath set to:
   /usr/local/share/fonts/misc/,
   /usr/local/share/fonts/TTF/,
   /usr/local/share/fonts/OTF/,
   /usr/local/share/fonts/Type1/,
   /usr/local/share/fonts/100dpi/,
   /usr/local/share/fonts/75dpi/,
   /usr/local/share/fonts/misc/,
   /usr/local/share/fonts/TTF/,
   /usr/local/share/fonts/OTF/,
   /usr/local/share/fonts/Type1/,
   /usr/local/share/fonts/100dpi/,
   /usr/local/share/fonts/75dpi/
[  8886.304] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[  8886.304] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  8886.304] (WW) Disabling Mouse0
[  8886.304] (WW) Disabling Keyboard0
[  8886.304] (II) Loader magic: 0x801510
[  8886.304] (II) Module ABI versions:
[  8886.304]    X.Org ANSI C Emulation: 0.4
[  8886.304]    X.Org Video Driver: 19.0
[  8886.304]    X.Org XInput driver : 21.0
[  8886.304]    X.Org Server Extension : 9.0
[  8886.304] (--) PCI:*(0:1:0:0) 10de:0611:1462:1170 rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/65536
[  8886.304] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  8886.304] (II) LoadModule: "glx"
[  8886.304] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[  8886.331] (II) Module glx: vendor="NVIDIA Corporation"
[  8886.331]    compiled for 4.0.2, module version = 1.0.0
[  8886.331]    Module class: X.Org Server Extension
[  8886.331] (II) NVIDIA GLX Module  340.93  Wed Aug 19 16:20:38 PDT 2015
[  8886.331] (II) LoadModule: "nvidia"
[  8886.331] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
[  8886.332] (II) Module nvidia: vendor="NVIDIA Corporation"
[  8886.332]    compiled for 4.0.2, module version = 1.0.0
[  8886.332]    Module class: X.Org Video Driver
[  8886.332] (II) NVIDIA dlloader X Driver  340.93  Wed Aug 19 16:00:14 PDT 2015
[  8886.332] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  8886.332] (--) Using syscons driver with X support (version 0.x)
[  8886.332] (--) using VT number 10

[  8886.678] (II) Loading sub module "fb"
[  8886.678] (II) LoadModule: "fb"
[  8886.678] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[  8886.678] (II) Module fb: vendor="X.Org Foundation"
[  8886.678]    compiled for 1.17.4, module version = 1.0.0
[  8886.678]    ABI class: X.Org ANSI C Emulation, version 0.4
[  8886.678] (WW) Unresolved symbol: fbGetGCPrivateKey
[  8886.678] (II) Loading sub module "wfb"
[  8886.678] (II) LoadModule: "wfb"
[  8886.679] (II) Loading /usr/local/lib/xorg/modules/libwfb.so
[  8886.679] (II) Module wfb: vendor="X.Org Foundation"
[  8886.679]    compiled for 1.17.4, module version = 1.0.0
[  8886.679]    ABI class: X.Org ANSI C Emulation, version 0.4
[  8886.679] (II) Loading sub module "ramdac"
[  8886.679] (II) LoadModule: "ramdac"
[  8886.679] (II) Module "ramdac" already built-in
[  8886.679] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  8886.679] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  8886.679] (==) NVIDIA(0): RGB weight 888
[  8886.679] (==) NVIDIA(0): Default visual is TrueColor
[  8886.679] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  8886.679] (**) NVIDIA(0): Option "IgnoreEDIDChecksum" "DFP-0"
[  8886.680] (**) NVIDIA(0): Enabling 2D acceleration
[  8886.988] (WW) NVIDIA(0): Ignoring EDID checksum for display DFP-0. Note that an EDID
[  8886.988] (WW) NVIDIA(0):  with a bad checksum could indicate a corrupt EDID. A
[  8886.988] (WW) NVIDIA(0):  corrupt EDID may have mode timings beyond the capabilities
[  8886.988] (WW) NVIDIA(0):  of your display, and could damage your hardware. Please
[  8886.988] (WW) NVIDIA(0):  use with care.
[  8886.988] (WW) NVIDIA(0): Ignoring EDID checksum for display DFP-0. Note that an EDID
[  8886.988] (WW) NVIDIA(0):  with a bad checksum could indicate a corrupt EDID. A
[  8886.988] (WW) NVIDIA(0):  corrupt EDID may have mode timings beyond the capabilities
[  8886.988] (WW) NVIDIA(0):  of your display, and could damage your hardware. Please
[  8886.988] (WW) NVIDIA(0):  use with care.
[  8886.994] (II) NVIDIA(0): NVIDIA GPU GeForce 8800 GT (G92) at PCI:1:0:0 (GPU-0)
[  8886.994] (--) NVIDIA(0): Memory: 524288 kBytes
[  8886.994] (--) NVIDIA(0): VideoBIOS: 62.92.23.00.00
[  8886.994] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  8886.996] (--) NVIDIA(0): Valid display device(s) on GeForce 8800 GT at PCI:1:0:0
[  8886.996] (--) NVIDIA(0):  CRT-0
[  8886.996] (--) NVIDIA(0):  CRT-1
[  8886.996] (--) NVIDIA(0):  TV-0
[  8886.996] (--) NVIDIA(0):  HYO DUAL-DVI (DFP-0) (boot, connected)
[  8886.996] (--) NVIDIA(0):  DFP-1
[  8886.996] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  8886.996] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[  8886.997] (--) NVIDIA(GPU-0): TV-0: 400.0 MHz maximum pixel clock
[  8886.997] (--) NVIDIA(0): HYO DUAL-DVI (DFP-0): Internal TMDS
[  8886.997] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): 330.0 MHz maximum pixel clock
[  8886.997] (--) NVIDIA(0): DFP-1: Internal TMDS
[  8886.997] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[  8886.997] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  8886.997] (**) NVIDIA(0):  device HYO DUAL-DVI (DFP-0) (Using EDID frequencies has
[  8886.997] (**) NVIDIA(0):  been enabled on all display devices.)
[  8886.997] (II) NVIDIA(0): Validated MetaModes:
[  8886.997] (II) NVIDIA(0):  "DFP-0:2560x1440"
[  8886.997] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[  8887.022] (--) NVIDIA(0): DPI set to (108, 107); computed from "UseEdidDpi" X config
[  8887.022] (--) NVIDIA(0):  option
[  8887.022] (--) Depth 24 pixmap format is 32 bpp
[  8887.022] (II) NVIDIA: Reserving 768.00 MB of virtual memory for indirect memory
[  8887.022] (II) NVIDIA:  access.
[  8887.027] (II) NVIDIA(0): Setting mode "DFP-0:2560x1440"
[  8887.087] (==) NVIDIA(0): Disabling shared memory pixmaps
[  8887.087] (==) NVIDIA(0): Backing store enabled
[  8887.087] (==) NVIDIA(0): Silken mouse enabled
[  8887.088] (==) NVIDIA(0): DPMS enabled
[  8887.088] (II) Loading sub module "dri2"
[  8887.088] (II) LoadModule: "dri2"
[  8887.088] (II) Module "dri2" already built-in
[  8887.088] (II) NVIDIA(0): [DRI2] Setup complete
[  8887.088] (II) NVIDIA(0): [DRI2]  VDPAU driver: nvidia
[  8887.088] (--) RandR disabled
[  8887.088] (II) Initializing extension GLX
[  8887.088] (II) Indirect GLX disabled.(II) config/devd: probing input devices...
[  8887.286] (II) config/devd: adding input device (null) (/dev/kbdmux)
[  8887.286] (II) LoadModule: "kbd"
[  8887.287] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
[  8887.287] (II) Module kbd: vendor="X.Org Foundation"
[  8887.287]    compiled for 1.17.4, module version = 1.8.1
[  8887.287]    Module class: X.Org XInput Driver
[  8887.287]    ABI class: X.Org XInput driver, version 21.0
[  8887.287] (II) Using input driver 'kbd' for 'kbdmux'
[  8887.287] (**) kbdmux: always reports core events
[  8887.287] (**) kbdmux: always reports core events
[  8887.287] (**) Option "Protocol" "standard"
[  8887.287] (**) Option "XkbRules" "base"
[  8887.287] (**) Option "XkbModel" "pc105"
[  8887.287] (**) Option "XkbLayout" "us"
[  8887.287] (**) Option "config_info" "devd:kbdmux"
[  8887.287] (II) XINPUT: Adding extended input device "kbdmux" (type: KEYBOARD, id 6)
[  8887.802] (II) config/devd: kbdmux is enabled, ignoring device ukbd0
[  8887.802] (II) config/devd: kbdmux is enabled, ignoring device atkbd0
[  8887.802] (II) config/devd: adding input device (null) (/dev/sysmouse)
[  8887.802] (II) LoadModule: "mouse"
[  8887.802] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
[  8887.803] (II) Module mouse: vendor="X.Org Foundation"
[  8887.803]    compiled for 1.17.4, module version = 1.9.1
[  8887.803]    Module class: X.Org XInput Driver
[  8887.803]    ABI class: X.Org XInput driver, version 21.0
[  8887.803] (II) Using input driver 'mouse' for 'sysmouse'
[  8887.803] (**) sysmouse: always reports core events
[  8887.803] (**) Option "Device" "/dev/sysmouse"
[  8887.803] (==) sysmouse: Protocol: "Auto"
[  8887.803] (**) sysmouse: always reports core events
[  8887.803] (==) sysmouse: Emulate3Buttons, Emulate3Timeout: 50
[  8887.803] (**) sysmouse: ZAxisMapping: buttons 4 and 5
[  8887.803] (**) sysmouse: Buttons: 5
[  8887.803] (**) Option "config_info" "devd:sysmouse"
[  8887.803] (II) XINPUT: Adding extended input device "sysmouse" (type: MOUSE, id 7)
[  8887.803] (**) sysmouse: (accel) keeping acceleration scheme 1
[  8887.803] (**) sysmouse: (accel) acceleration profile 0
[  8887.803] (**) sysmouse: (accel) acceleration factor: 2.000
[  8887.803] (**) sysmouse: (accel) acceleration threshold: 4
[  8887.803] (II) sysmouse: SetupAuto: hw.iftype is 4, hw.model is 0
[  8887.803] (II) sysmouse: SetupAuto: protocol is SysMouse
[  8887.804] (II) config/devd: device /dev/ums0 already opened
[  8887.804] (II) config/devd: device /dev/ums1 already opened
[  8895.996] (WW) NVIDIA(GPU-0): Ignoring EDID checksum for display DFP-0. Note that an EDID
[  8895.996] (WW) NVIDIA(GPU-0):  with a bad checksum could indicate a corrupt EDID. A
[  8895.996] (WW) NVIDIA(GPU-0):  corrupt EDID may have mode timings beyond the capabilities
[  8895.996] (WW) NVIDIA(GPU-0):  of your display, and could damage your hardware. Please
[  8895.996] (WW) NVIDIA(GPU-0):  use with care.
[  8895.996] (WW) NVIDIA(GPU-0): Ignoring EDID checksum for display DFP-0. Note that an EDID
[  8895.996] (WW) NVIDIA(GPU-0):  with a bad checksum could indicate a corrupt EDID. A
[  8895.996] (WW) NVIDIA(GPU-0):  corrupt EDID may have mode timings beyond the capabilities
[  8895.996] (WW) NVIDIA(GPU-0):  of your display, and could damage your hardware. Please
[  8895.996] (WW) NVIDIA(GPU-0):  use with care.

Is there anything in particular I should monitor or check after ignoring this checksum? Thank you again for your help.
 
Back
Top