You are not logged in.

#1 2013-05-01 12:59:01

Hutchism
Member
Registered: 2013-05-01
Posts: 34

Random display switching and weird behaviour. [Solved]

Hey guys and girls

Have had Arch running smoothly for a few months now and have avoided posting for minor issues, because your forums are so ace and have been able to find everything I need. Have to say out of all the distros that I've tried Arch simply rocks, especially the AUR!

Anyway, point of post is this. I'm running KDE and have had similar problems with all the distros I've tried. My machine is a Dell L501X with a Nvidia GT435 graphics card. When I plug my external monitor in (via DisplayPort) it is detected and I can extend it to that monitor, both via randr and via TwinView.

The problem is that it randomly switches off extended monitor and either mirrors display or switches between 1 active monitor on either laptop or external. This behaviour can be provoked by a random key press, waking up from sleep, or a butterfly flapping its wings on the far side of the galaxy.

I'm using the Nvidia 319 drivers which I understand have RandR 1.4 support.

Can anyone suggest what might cause this behaviour? Where would be a good start to debug this? How I might stop it? 

My xorg.conf :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 319.17  (buildmeister@swio-display-x86-rhel47-06)  Thu Apr 25 22:28:25 PDT 2013

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "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     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DFP-0"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DFP-3"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    Option "ConnectedMonitor" "DFP-0, DFP-3"
    Option "UseEdidDpi" "FALSE"
    Option "DPI" "96 x 96"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GT 435M"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    Option "ConnectedMonitor" "DFP-0, DFP-3"
    Option "UseEdidDpi" "FALSE"
    Option "DPI" "96 x 96"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GT 435M"
EndSection

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

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

EDIT:
I've tracked either the cause, or symptom of problem to some entries in journalctl. This seems to happen accross all KDE installations and is sporadic. When this behavious is present I also notice that double tapping the brightness buttons on keyboard causes the monitors to switch.
Journalctl entries:

May 09 14:27:07 ianarch dbus[344]: [system] Activating service name='org.kde.powerdevil.backlighthelper' (using servicehelper)
May 09 14:27:07 ianarch org.kde.powerdevil.backlighthelper[1639]: QDBusConnection: system D-Bus connection created before QCoreApplication. Application may misbehave.
May 09 14:27:07 ianarch dbus-daemon[344]: dbus[344]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 09 14:27:07 ianarch dbus[344]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 09 14:29:57 ianarch dbus-daemon[344]: dbus[344]: [system] Activating service name='org.kde.powerdevil.backlighthelper' (using servicehelper)
May 09 14:29:57 ianarch dbus[344]: [system] Activating service name='org.kde.powerdevil.backlighthelper' (using servicehelper)
May 09 14:29:57 ianarch org.kde.powerdevil.backlighthelper[1648]: QDBusConnection: system D-Bus connection created before QCoreApplication. Application may misbehave.
May 09 14:29:57 ianarch dbus-daemon[344]: dbus[344]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 09 14:29:57 ianarch dbus[344]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 09 14:30:11 ianarch dbus-daemon[344]: dbus[344]: [system] Activating service name='org.kde.powerdevil.backlighthelper' (using servicehelper)
May 09 14:30:11 ianarch dbus[344]: [system] Activating service name='org.kde.powerdevil.backlighthelper' (using servicehelper)
May 09 14:30:11 ianarch org.kde.powerdevil.backlighthelper[1654]: QDBusConnection: system D-Bus connection created before QCoreApplication. Application may misbehave.
May 09 14:30:11 ianarch dbus[344]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 09 14:30:11 ianarch dbus-daemon[344]: dbus[344]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 09 14:31:30 ianarch dbus-daemon[344]: dbus[344]: [system] Activating service name='org.kde.powerdevil.backlighthelper' (using servicehelper)
May 09 14:31:30 ianarch dbus[344]: [system] Activating service name='org.kde.powerdevil.backlighthelper' (using servicehelper)
May 09 14:31:30 ianarch org.kde.powerdevil.backlighthelper[1667]: QDBusConnection: system D-Bus connection created before QCoreApplication. Application may misbehave.
May 09 14:31:30 ianarch dbus-daemon[344]: dbus[344]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 09 14:31:30 ianarch dbus[344]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'

Last edited by Hutchism (2013-05-30 14:28:12)

Offline

#2 2013-05-05 09:20:01

ubunchu
Member
Registered: 2012-05-01
Posts: 181

Re: Random display switching and weird behaviour. [Solved]

You could try other drivers, such as nouveau.
https://wiki.archlinux.org/index.php/Nouveau
https://wiki.archlinux.org/index.php/NVIDIA
Search those pages for "dual head", "multiple monitors" and similar.
Good luck.


Don't forget to mark as [SOLVED].

Offline

#3 2013-05-06 10:49:41

Hutchism
Member
Registered: 2013-05-01
Posts: 34

Re: Random display switching and weird behaviour. [Solved]

Thanks for the advice, but I would much rather use Nvidias drivers on this occasion. The wiki doesn't really answer my question to well.
For instance if I'm using randr then it shouldn't even need make use of xorg.conf right?
If my xorg is set by TwinView and works fine, why would it suddenly glitch out and switch displays like it does?

Would really appreciate some guidance on this one. :s

(just updated to the official 319 nvidia drivers and still same problem....)

Offline

#4 2013-05-06 11:32:22

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Random display switching and weird behaviour. [Solved]

It's very much possible to use xorg.conf with xrandr, this page explains how: https://wiki.archlinux.org/index.php/Du … .conf_file

No idea if Nvidia actually supports that though. Doesn't hurt to give it a try. But your config should work too, even though it contains a lot of cruft, this is how a modern xorg.conf looks like (just this, nothing else should be in the file):

Section "Device"
    Identifier     "GeForce GT 435M"
    Driver         "nvidia"
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-3: 1920x1080 +1920+0"
EndSection

The thing is, your issue does not seem configuration-related. But it's just too random to know what could be causing it. Does it also happen with a minimal environment, say Openbox or Fluxbox?

Post your /var/log/Xorg.0.log

Last edited by Gusar (2013-05-06 11:33:49)

Offline

#5 2013-05-07 00:01:25

Hutchism
Member
Registered: 2013-05-01
Posts: 34

Re: Random display switching and weird behaviour. [Solved]

Thanks Gusar. My problem is very sporadic. Seems to work fine for a few days and then go all 'glitchy'. Seems to be more stable using randr than with TwinView. I've taken you up on your advice and am going to trial e17 for a week, as that's been on my system for a while now, and hadn't got round to trying it out(I'm a little worried that I might like it wink ).
Here's my xorg.0.log (admittidly I haven't had any probs with it this time round:

[    11.590] 
X.Org X Server 1.14.1
Release Date: 2013-04-17
[    11.590] X Protocol Version 11, Revision 0
[    11.590] Build Operating System: Linux 3.8.7-1-ARCH x86_64 
[    11.590] Current Operating System: Linux ianarch 3.9.0-2-ARCH #1 SMP PREEMPT Tue Apr 30 09:48:29 CEST 2013 x86_64
[    11.590] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=5c06846e-4730-4382-afa1-3b2bdea7d716 ro quiet
[    11.590] Build Date: 17 April 2013  02:37:06PM
[    11.590]  
[    11.590] Current version of pixman: 0.28.2
[    11.590] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.590] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.590] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May  7 00:39:39 2013
[    11.612] (==) Using config file: "/etc/X11/xorg.conf"
[    11.612] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    11.686] (==) ServerLayout "Layout0"
[    11.686] (**) |-->Screen "Screen0" (0)
[    11.686] (**) |   |-->Monitor "Monitor0"
[    11.686] (**) |   |-->Device "Device0"
[    11.686] (**) |-->Input Device "Keyboard0"
[    11.686] (**) |-->Input Device "Mouse0"
[    11.686] (**) Option "Xinerama" "0"
[    11.686] (==) Automatically adding devices
[    11.686] (==) Automatically enabling devices
[    11.686] (==) Automatically adding GPU devices
[    11.700] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    11.700] 	Entry deleted from font path.
[    11.835] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    11.835] 	Entry deleted from font path.
[    11.835] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    11.835] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/
[    11.835] (==) ModulePath set to "/usr/lib/xorg/modules"
[    11.835] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    11.835] (WW) Disabling Keyboard0
[    11.835] (WW) Disabling Mouse0
[    11.839] (II) Loader magic: 0x7fcc20
[    11.840] (II) Module ABI versions:
[    11.840] 	X.Org ANSI C Emulation: 0.4
[    11.840] 	X.Org Video Driver: 14.1
[    11.840] 	X.Org XInput driver : 19.1
[    11.840] 	X.Org Server Extension : 7.0
[    11.840] (II) config/udev: Adding drm device (/dev/dri/card0)
[    11.843] (--) PCI:*(0:2:0:0) 10de:0df2:1028:046e rev 161, Mem @ 0xcc000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[    11.870] Initializing built-in extension Generic Event Extension
[    11.870] Initializing built-in extension SHAPE
[    11.870] Initializing built-in extension MIT-SHM
[    11.870] Initializing built-in extension XInputExtension
[    11.870] Initializing built-in extension XTEST
[    11.870] Initializing built-in extension BIG-REQUESTS
[    11.870] Initializing built-in extension SYNC
[    11.870] Initializing built-in extension XKEYBOARD
[    11.870] Initializing built-in extension XC-MISC
[    11.870] Initializing built-in extension SECURITY
[    11.870] Initializing built-in extension XINERAMA
[    11.870] Initializing built-in extension XFIXES
[    11.870] Initializing built-in extension RENDER
[    11.870] Initializing built-in extension RANDR
[    11.870] Initializing built-in extension COMPOSITE
[    11.870] Initializing built-in extension DAMAGE
[    11.870] Initializing built-in extension MIT-SCREEN-SAVER
[    11.870] Initializing built-in extension DOUBLE-BUFFER
[    11.870] Initializing built-in extension RECORD
[    11.870] Initializing built-in extension DPMS
[    11.870] Initializing built-in extension X-Resource
[    11.870] Initializing built-in extension XVideo
[    11.870] Initializing built-in extension XVideo-MotionCompensation
[    11.870] Initializing built-in extension XFree86-VidModeExtension
[    11.870] Initializing built-in extension XFree86-DGA
[    11.870] Initializing built-in extension XFree86-DRI
[    11.870] Initializing built-in extension DRI2
[    11.870] (II) LoadModule: "glx"
[    12.052] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    13.117] (II) Module glx: vendor="NVIDIA Corporation"
[    13.117] 	compiled for 4.0.2, module version = 1.0.0
[    13.117] 	Module class: X.Org Server Extension
[    13.117] (II) NVIDIA GLX Module  319.17  Thu Apr 25 21:41:50 PDT 2013
[    13.126] Loading extension GLX
[    13.126] (II) LoadModule: "nvidia"
[    13.183] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    13.358] (II) Module nvidia: vendor="NVIDIA Corporation"
[    13.358] 	compiled for 4.0.2, module version = 1.0.0
[    13.358] 	Module class: X.Org Video Driver
[    13.371] (II) NVIDIA dlloader X Driver  319.17  Thu Apr 25 21:23:57 PDT 2013
[    13.371] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    13.371] (++) using VT number 7

[    13.381] (II) Loading sub module "fb"
[    13.381] (II) LoadModule: "fb"
[    13.381] (II) Loading /usr/lib/xorg/modules/libfb.so
[    13.393] (II) Module fb: vendor="X.Org Foundation"
[    13.393] 	compiled for 1.14.1, module version = 1.0.0
[    13.393] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    13.393] (WW) Unresolved symbol: fbGetGCPrivateKey
[    13.393] (II) Loading sub module "wfb"
[    13.393] (II) LoadModule: "wfb"
[    13.393] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    13.400] (II) Module wfb: vendor="X.Org Foundation"
[    13.400] 	compiled for 1.14.1, module version = 1.0.0
[    13.400] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    13.400] (II) Loading sub module "shadow"
[    13.400] (II) LoadModule: "shadow"
[    13.479] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    13.491] (II) Module shadow: vendor="X.Org Foundation"
[    13.491] 	compiled for 1.14.1, module version = 1.1.0
[    13.491] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    13.491] (II) Loading sub module "ramdac"
[    13.491] (II) LoadModule: "ramdac"
[    13.491] (II) Module "ramdac" already built-in
[    13.503] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    13.503] (==) NVIDIA(0): RGB weight 888
[    13.503] (==) NVIDIA(0): Default visual is TrueColor
[    13.503] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    13.504] (**) NVIDIA(0): Option "Stereo" "0"
[    13.504] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[    13.504] (**) NVIDIA(0): Option "UseEdidDpi" "FALSE"
[    13.504] (**) NVIDIA(0): Option "DPI" "96 x 96"
[    13.504] (**) NVIDIA(0): Stereo disabled by request
[    13.504] (**) NVIDIA(0): Option "MetaModes" "DFP-0: nvidia-auto-select +0+0, DFP-3: 1920x1080 +1920+0"
[    13.504] (**) NVIDIA(0): Enabling 2D acceleration
[    14.338] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[    14.338] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[    14.338] (WW) NVIDIA(GPU-0): Unable to read EDID for display device DFP-3
[    14.342] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[    14.342] (II) NVIDIA(GPU-0):     Vision stereo.
[    14.344] (II) NVIDIA(0): NVIDIA GPU GeForce GT 435M (GF108) at PCI:2:0:0 (GPU-0)
[    14.344] (--) NVIDIA(0): Memory: 2097152 kBytes
[    14.344] (--) NVIDIA(0): VideoBIOS: 70.08.19.00.5d
[    14.344] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    14.406] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[    14.406] (II) NVIDIA(GPU-0):     Vision stereo.
[    14.406] (--) NVIDIA(0): Valid display device(s) on GeForce GT 435M at PCI:2:0:0
[    14.406] (--) NVIDIA(0):     AU Optronics Corporation (DFP-0) (boot, connected)
[    14.406] (--) NVIDIA(0):     DFP-1
[    14.406] (--) NVIDIA(0):     DFP-2
[    14.406] (--) NVIDIA(0):     DELL U2311H (DFP-3) (connected)
[    14.406] (--) NVIDIA(0): AU Optronics Corporation (DFP-0): 330.0 MHz maximum pixel clock
[    14.406] (--) NVIDIA(0): AU Optronics Corporation (DFP-0): Internal Dual Link LVDS
[    14.406] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[    14.406] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[    14.406] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[    14.406] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
[    14.406] (--) NVIDIA(0): DELL U2311H (DFP-3): 480.0 MHz maximum pixel clock
[    14.406] (--) NVIDIA(0): DELL U2311H (DFP-3): Internal DisplayPort
[    14.406] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    14.406] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[    14.406] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[    14.406] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    14.406] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[    14.406] (**) NVIDIA(0):     been enabled on all display devices.)
[    14.407] (II) NVIDIA(0): Validated MetaModes:
[    14.407] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select+0+0,DFP-3:1920x1080+1920+0"
[    14.407] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080
[    15.485] (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
[    15.485] (--) Depth 24 pixmap format is 32 bpp
[    15.485] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[    15.485] (II) NVIDIA:     access.
[    15.587] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    15.587] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    15.587] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    15.587] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    15.587] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    15.587] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    15.587] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    15.587] (II) NVIDIA(0):     Config Options in the README.
[    15.616] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select+0+0,DFP-3:1920x1080+1920+0"
[    15.997] Loading extension NV-GLX
[    16.148] (==) NVIDIA(0): Disabling shared memory pixmaps
[    16.148] (==) NVIDIA(0): Backing store disabled
[    16.148] (==) NVIDIA(0): Silken mouse enabled
[    16.149] (**) NVIDIA(0): DPMS enabled
[    16.149] Loading extension NV-CONTROL
[    16.149] Loading extension XINERAMA
[    16.149] (II) Loading sub module "dri2"
[    16.149] (II) LoadModule: "dri2"
[    16.149] (II) Module "dri2" already built-in
[    16.149] (II) NVIDIA(0): [DRI2] Setup complete
[    16.149] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    16.149] (--) RandR disabled
[    16.154] (II) Initializing extension GLX
[    16.609] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    16.610] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.610] (II) LoadModule: "evdev"
[    16.610] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.641] (II) Module evdev: vendor="X.Org Foundation"
[    16.641] 	compiled for 1.14.0, module version = 2.8.0
[    16.641] 	Module class: X.Org XInput Driver
[    16.641] 	ABI class: X.Org XInput driver, version 19.1
[    16.641] (II) Using input driver 'evdev' for 'Power Button'
[    16.641] (**) Power Button: always reports core events
[    16.641] (**) evdev: Power Button: Device: "/dev/input/event5"
[    16.641] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.641] (--) evdev: Power Button: Found keys
[    16.641] (II) evdev: Power Button: Configuring as keyboard
[    16.641] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[    16.641] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.641] (**) Option "xkb_rules" "evdev"
[    16.641] (**) Option "xkb_model" "evdev"
[    16.641] (**) Option "xkb_layout" "us"
[    16.668] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    16.668] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    16.668] (II) Using input driver 'evdev' for 'Video Bus'
[    16.668] (**) Video Bus: always reports core events
[    16.668] (**) evdev: Video Bus: Device: "/dev/input/event6"
[    16.668] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    16.668] (--) evdev: Video Bus: Found keys
[    16.668] (II) evdev: Video Bus: Configuring as keyboard
[    16.668] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input6/event6"
[    16.669] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    16.669] (**) Option "xkb_rules" "evdev"
[    16.669] (**) Option "xkb_model" "evdev"
[    16.669] (**) Option "xkb_layout" "us"
[    16.669] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    16.669] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.670] (II) Using input driver 'evdev' for 'Power Button'
[    16.670] (**) Power Button: always reports core events
[    16.670] (**) evdev: Power Button: Device: "/dev/input/event2"
[    16.670] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.670] (--) evdev: Power Button: Found keys
[    16.670] (II) evdev: Power Button: Configuring as keyboard
[    16.670] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    16.670] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    16.670] (**) Option "xkb_rules" "evdev"
[    16.670] (**) Option "xkb_model" "evdev"
[    16.670] (**) Option "xkb_layout" "us"
[    16.670] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[    16.670] (II) No input driver specified, ignoring this device.
[    16.670] (II) This device may have been added with another device file.
[    16.670] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    16.670] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    16.670] (II) Using input driver 'evdev' for 'Sleep Button'
[    16.670] (**) Sleep Button: always reports core events
[    16.670] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[    16.670] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    16.671] (--) evdev: Sleep Button: Found keys
[    16.671] (II) evdev: Sleep Button: Configuring as keyboard
[    16.671] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event3"
[    16.671] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    16.671] (**) Option "xkb_rules" "evdev"
[    16.671] (**) Option "xkb_model" "evdev"
[    16.671] (**) Option "xkb_layout" "us"
[    16.671] (II) config/udev: Adding drm device (/dev/dri/card0)
[    16.671] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    16.671] (II) No input driver specified, ignoring this device.
[    16.671] (II) This device may have been added with another device file.
[    16.671] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    16.671] (II) No input driver specified, ignoring this device.
[    16.671] (II) This device may have been added with another device file.
[    16.671] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[    16.671] (II) No input driver specified, ignoring this device.
[    16.671] (II) This device may have been added with another device file.
[    16.672] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[    16.672] (II) No input driver specified, ignoring this device.
[    16.672] (II) This device may have been added with another device file.
[    16.672] (II) config/udev: Adding input device Laptop_Integrated_Webcam_2HDM (/dev/input/event13)
[    16.672] (**) Laptop_Integrated_Webcam_2HDM: Applying InputClass "evdev keyboard catchall"
[    16.672] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_2HDM'
[    16.672] (**) Laptop_Integrated_Webcam_2HDM: always reports core events
[    16.672] (**) evdev: Laptop_Integrated_Webcam_2HDM: Device: "/dev/input/event13"
[    16.672] (--) evdev: Laptop_Integrated_Webcam_2HDM: Vendor 0x408 Product 0x2fb1
[    16.672] (--) evdev: Laptop_Integrated_Webcam_2HDM: Found keys
[    16.672] (II) evdev: Laptop_Integrated_Webcam_2HDM: Configuring as keyboard
[    16.672] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input13/event13"
[    16.672] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2HDM" (type: KEYBOARD, id 10)
[    16.672] (**) Option "xkb_rules" "evdev"
[    16.672] (**) Option "xkb_model" "evdev"
[    16.672] (**) Option "xkb_layout" "us"
[    16.672] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    16.672] (II) No input driver specified, ignoring this device.
[    16.672] (II) This device may have been added with another device file.
[    16.672] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event10)
[    16.672] (II) No input driver specified, ignoring this device.
[    16.672] (II) This device may have been added with another device file.
[    16.673] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event11)
[    16.673] (II) No input driver specified, ignoring this device.
[    16.673] (II) This device may have been added with another device file.
[    16.673] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event9)
[    16.673] (II) No input driver specified, ignoring this device.
[    16.673] (II) This device may have been added with another device file.
[    16.673] (II) config/udev: Adding input device Logitech Gaming Mouse G400 (/dev/input/event1)
[    16.673] (**) Logitech Gaming Mouse G400: Applying InputClass "evdev pointer catchall"
[    16.673] (II) Using input driver 'evdev' for 'Logitech Gaming Mouse G400'
[    16.673] (**) Logitech Gaming Mouse G400: always reports core events
[    16.673] (**) evdev: Logitech Gaming Mouse G400: Device: "/dev/input/event1"
[    16.673] (--) evdev: Logitech Gaming Mouse G400: Vendor 0x46d Product 0xc245
[    16.673] (--) evdev: Logitech Gaming Mouse G400: Found 12 mouse buttons
[    16.673] (--) evdev: Logitech Gaming Mouse G400: Found scroll wheel(s)
[    16.673] (--) evdev: Logitech Gaming Mouse G400: Found relative axes
[    16.673] (--) evdev: Logitech Gaming Mouse G400: Found x and y relative axes
[    16.673] (II) evdev: Logitech Gaming Mouse G400: Configuring as mouse
[    16.673] (II) evdev: Logitech Gaming Mouse G400: Adding scrollwheel support
[    16.673] (**) evdev: Logitech Gaming Mouse G400: YAxisMapping: buttons 4 and 5
[    16.673] (**) evdev: Logitech Gaming Mouse G400: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.673] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0/usb2/2-2/2-2.4/2-2.4:1.0/input/input1/event1"
[    16.673] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G400" (type: MOUSE, id 11)
[    16.673] (II) evdev: Logitech Gaming Mouse G400: initialized for relative axes.
[    16.674] (**) Logitech Gaming Mouse G400: (accel) keeping acceleration scheme 1
[    16.674] (**) Logitech Gaming Mouse G400: (accel) acceleration profile 0
[    16.674] (**) Logitech Gaming Mouse G400: (accel) acceleration factor: 2.000
[    16.674] (**) Logitech Gaming Mouse G400: (accel) acceleration threshold: 4
[    16.674] (II) config/udev: Adding input device Logitech Gaming Mouse G400 (/dev/input/mouse0)
[    16.674] (II) No input driver specified, ignoring this device.
[    16.674] (II) This device may have been added with another device file.
[    16.674] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    16.674] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    16.674] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    16.674] (**) AT Translated Set 2 keyboard: always reports core events
[    16.674] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    16.674] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    16.674] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    16.674] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    16.674] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    16.674] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    16.674] (**) Option "xkb_rules" "evdev"
[    16.674] (**) Option "xkb_model" "evdev"
[    16.674] (**) Option "xkb_layout" "us"
[    16.675] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
[    16.675] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    16.675] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    16.675] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    16.675] (II) LoadModule: "synaptics"
[    16.675] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    16.686] (II) Module synaptics: vendor="X.Org Foundation"
[    16.686] 	compiled for 1.14.0, module version = 1.7.0
[    16.686] 	Module class: X.Org XInput Driver
[    16.686] 	ABI class: X.Org XInput driver, version 19.1
[    16.686] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    16.686] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    16.686] (**) Option "Device" "/dev/input/event12"
[    16.690] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[    16.690] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5398 (res 42)
[    16.690] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4728 (res 70)
[    16.690] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    16.690] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    16.690] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    16.690] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    16.690] (**) Option "TapButton1" "1"
[    16.690] (**) Option "TapButton2" "2"
[    16.690] (**) Option "TapButton3" "3"
[    16.690] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    16.690] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    16.691] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event12"
[    16.691] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[    16.691] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    16.691] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    16.691] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.039
[    16.691] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    16.691] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    16.691] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    16.691] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    16.691] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    16.692] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    16.692] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    16.693] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
[    16.693] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    16.693] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[    16.693] (**) Dell WMI hotkeys: always reports core events
[    16.693] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event7"
[    16.693] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[    16.693] (--) evdev: Dell WMI hotkeys: Found keys
[    16.693] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[    16.693] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
[    16.693] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[    16.693] (**) Option "xkb_rules" "evdev"
[    16.693] (**) Option "xkb_model" "evdev"
[    16.693] (**) Option "xkb_layout" "us"
[    30.417] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[    30.417] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[    30.417] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    30.417] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[    30.417] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[    30.418] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[    30.418] (II) NVIDIA(GPU-0):     Vision stereo.
[    30.418] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    30.418] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[    30.418] (**) NVIDIA(0):     been enabled on all display devices.)

Offline

#6 2013-05-08 12:41:11

Hutchism
Member
Registered: 2013-05-01
Posts: 34

Re: Random display switching and weird behaviour. [Solved]

Ok, I'm still in KDE at the moment as I had quite a bit to do and e17 was slowing me down.
Here's an updated xorg log. Scroll down to the bottom to see the random display changes. They're in the log, but no sign of what calls it...

[ 45574.101] 
X.Org X Server 1.14.1
Release Date: 2013-04-17
[ 45574.101] X Protocol Version 11, Revision 0
[ 45574.101] Build Operating System: Linux 3.8.7-1-ARCH x86_64 
[ 45574.101] Current Operating System: Linux ianarch 3.9.0-2-ARCH #1 SMP PREEMPT Tue Apr 30 09:48:29 CEST 2013 x86_64
[ 45574.101] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=5c06846e-4730-4382-afa1-3b2bdea7d716 ro quiet
[ 45574.101] Build Date: 17 April 2013  02:37:06PM
[ 45574.101]  
[ 45574.101] Current version of pixman: 0.28.2
[ 45574.101] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 45574.101] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 45574.101] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May  8 09:03:03 2013
[ 45574.132] (==) Using config file: "/etc/X11/xorg.conf"
[ 45574.132] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 45574.180] (==) ServerLayout "Layout0"
[ 45574.180] (**) |-->Screen "Screen0" (0)
[ 45574.180] (**) |   |-->Monitor "Monitor0"
[ 45574.180] (**) |   |-->Device "Device0"
[ 45574.180] (**) |-->Input Device "Keyboard0"
[ 45574.180] (**) |-->Input Device "Mouse0"
[ 45574.180] (**) Option "Xinerama" "0"
[ 45574.180] (==) Automatically adding devices
[ 45574.180] (==) Automatically enabling devices
[ 45574.180] (==) Automatically adding GPU devices
[ 45574.180] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 45574.180] 	Entry deleted from font path.
[ 45574.245] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 45574.245] 	Entry deleted from font path.
[ 45574.245] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 45574.245] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/
[ 45574.245] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 45574.245] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 45574.245] (WW) Disabling Keyboard0
[ 45574.245] (WW) Disabling Mouse0
[ 45574.245] (II) Loader magic: 0x7fcc20
[ 45574.245] (II) Module ABI versions:
[ 45574.245] 	X.Org ANSI C Emulation: 0.4
[ 45574.245] 	X.Org Video Driver: 14.1
[ 45574.245] 	X.Org XInput driver : 19.1
[ 45574.246] 	X.Org Server Extension : 7.0
[ 45574.246] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 45574.249] (--) PCI:*(0:2:0:0) 10de:0df2:1028:046e rev 161, Mem @ 0xcc000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[ 45574.249] Initializing built-in extension Generic Event Extension
[ 45574.249] Initializing built-in extension SHAPE
[ 45574.249] Initializing built-in extension MIT-SHM
[ 45574.249] Initializing built-in extension XInputExtension
[ 45574.249] Initializing built-in extension XTEST
[ 45574.249] Initializing built-in extension BIG-REQUESTS
[ 45574.249] Initializing built-in extension SYNC
[ 45574.249] Initializing built-in extension XKEYBOARD
[ 45574.249] Initializing built-in extension XC-MISC
[ 45574.249] Initializing built-in extension SECURITY
[ 45574.249] Initializing built-in extension XINERAMA
[ 45574.249] Initializing built-in extension XFIXES
[ 45574.264] Initializing built-in extension RENDER
[ 45574.264] Initializing built-in extension RANDR
[ 45574.264] Initializing built-in extension COMPOSITE
[ 45574.264] Initializing built-in extension DAMAGE
[ 45574.264] Initializing built-in extension MIT-SCREEN-SAVER
[ 45574.264] Initializing built-in extension DOUBLE-BUFFER
[ 45574.264] Initializing built-in extension RECORD
[ 45574.264] Initializing built-in extension DPMS
[ 45574.264] Initializing built-in extension X-Resource
[ 45574.264] Initializing built-in extension XVideo
[ 45574.264] Initializing built-in extension XVideo-MotionCompensation
[ 45574.264] Initializing built-in extension XFree86-VidModeExtension
[ 45574.264] Initializing built-in extension XFree86-DGA
[ 45574.264] Initializing built-in extension XFree86-DRI
[ 45574.265] Initializing built-in extension DRI2
[ 45574.265] (II) LoadModule: "glx"
[ 45574.331] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 45574.495] (II) Module glx: vendor="NVIDIA Corporation"
[ 45574.495] 	compiled for 4.0.2, module version = 1.0.0
[ 45574.495] 	Module class: X.Org Server Extension
[ 45574.495] (II) NVIDIA GLX Module  319.17  Thu Apr 25 21:41:50 PDT 2013
[ 45574.495] Loading extension GLX
[ 45574.495] (II) LoadModule: "nvidia"
[ 45574.652] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 45574.700] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 45574.700] 	compiled for 4.0.2, module version = 1.0.0
[ 45574.700] 	Module class: X.Org Video Driver
[ 45574.745] (II) NVIDIA dlloader X Driver  319.17  Thu Apr 25 21:23:57 PDT 2013
[ 45574.745] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 45574.745] (++) using VT number 7

[ 45574.747] (II) Loading sub module "fb"
[ 45574.747] (II) LoadModule: "fb"
[ 45574.747] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 45574.811] (II) Module fb: vendor="X.Org Foundation"
[ 45574.811] 	compiled for 1.14.1, module version = 1.0.0
[ 45574.811] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 45574.811] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 45574.811] (II) Loading sub module "wfb"
[ 45574.811] (II) LoadModule: "wfb"
[ 45574.811] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 45574.835] (II) Module wfb: vendor="X.Org Foundation"
[ 45574.835] 	compiled for 1.14.1, module version = 1.0.0
[ 45574.835] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 45574.835] (II) Loading sub module "shadow"
[ 45574.835] (II) LoadModule: "shadow"
[ 45574.856] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 45574.856] (II) Module shadow: vendor="X.Org Foundation"
[ 45574.856] 	compiled for 1.14.1, module version = 1.1.0
[ 45574.856] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 45574.856] (II) Loading sub module "ramdac"
[ 45574.856] (II) LoadModule: "ramdac"
[ 45574.856] (II) Module "ramdac" already built-in
[ 45574.856] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 45574.856] (==) NVIDIA(0): RGB weight 888
[ 45574.856] (==) NVIDIA(0): Default visual is TrueColor
[ 45574.856] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 45574.856] (**) NVIDIA(0): Option "Stereo" "0"
[ 45574.856] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[ 45574.856] (**) NVIDIA(0): Option "UseEdidDpi" "FALSE"
[ 45574.856] (**) NVIDIA(0): Option "DPI" "96 x 96"
[ 45574.856] (**) NVIDIA(0): Stereo disabled by request
[ 45574.856] (**) NVIDIA(0): Option "MetaModes" "DFP-0: nvidia-auto-select +0+0, DFP-3: 1920x1080 +1920+0"
[ 45574.856] (**) NVIDIA(0): Enabling 2D acceleration
[ 45575.121] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45575.121] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45575.121] (WW) NVIDIA(GPU-0): Unable to read EDID for display device DFP-3
[ 45575.126] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45575.126] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45575.128] (II) NVIDIA(0): NVIDIA GPU GeForce GT 435M (GF108) at PCI:2:0:0 (GPU-0)
[ 45575.128] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 45575.128] (--) NVIDIA(0): VideoBIOS: 70.08.19.00.5d
[ 45575.128] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 45575.150] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45575.150] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45575.150] (--) NVIDIA(0): Valid display device(s) on GeForce GT 435M at PCI:2:0:0
[ 45575.150] (--) NVIDIA(0):     AU Optronics Corporation (DFP-0) (boot, connected)
[ 45575.150] (--) NVIDIA(0):     DFP-1
[ 45575.150] (--) NVIDIA(0):     DFP-2
[ 45575.150] (--) NVIDIA(0):     DELL U2311H (DFP-3) (connected)
[ 45575.150] (--) NVIDIA(0): AU Optronics Corporation (DFP-0): 330.0 MHz maximum pixel clock
[ 45575.150] (--) NVIDIA(0): AU Optronics Corporation (DFP-0): Internal Dual Link LVDS
[ 45575.150] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[ 45575.150] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[ 45575.150] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[ 45575.150] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
[ 45575.150] (--) NVIDIA(0): DELL U2311H (DFP-3): 480.0 MHz maximum pixel clock
[ 45575.150] (--) NVIDIA(0): DELL U2311H (DFP-3): Internal DisplayPort
[ 45575.150] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45575.150] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45575.150] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45575.150] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45575.150] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45575.150] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45575.151] (II) NVIDIA(0): Validated MetaModes:
[ 45575.151] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select+0+0,DFP-3:1920x1080+1920+0"
[ 45575.151] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080
[ 45576.221] (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
[ 45576.221] (--) Depth 24 pixmap format is 32 bpp
[ 45576.221] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 45576.221] (II) NVIDIA:     access.
[ 45576.325] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 45576.325] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 45576.325] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 45576.325] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 45576.326] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 45576.326] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 45576.326] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 45576.326] (II) NVIDIA(0):     Config Options in the README.
[ 45576.347] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select+0+0,DFP-3:1920x1080+1920+0"
[ 45576.690] Loading extension NV-GLX
[ 45576.789] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 45576.789] (==) NVIDIA(0): Backing store disabled
[ 45576.789] (==) NVIDIA(0): Silken mouse enabled
[ 45576.789] (**) NVIDIA(0): DPMS enabled
[ 45576.797] Loading extension NV-CONTROL
[ 45576.797] Loading extension XINERAMA
[ 45576.797] (II) Loading sub module "dri2"
[ 45576.797] (II) LoadModule: "dri2"
[ 45576.797] (II) Module "dri2" already built-in
[ 45576.801] (II) NVIDIA(0): [DRI2] Setup complete
[ 45576.801] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 45576.801] (--) RandR disabled
[ 45576.805] (II) Initializing extension GLX
[ 45577.087] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[ 45577.087] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 45577.087] (II) LoadModule: "evdev"
[ 45577.087] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 45577.095] (II) Module evdev: vendor="X.Org Foundation"
[ 45577.095] 	compiled for 1.14.0, module version = 2.8.0
[ 45577.095] 	Module class: X.Org XInput Driver
[ 45577.095] 	ABI class: X.Org XInput driver, version 19.1
[ 45577.095] (II) Using input driver 'evdev' for 'Power Button'
[ 45577.095] (**) Power Button: always reports core events
[ 45577.095] (**) evdev: Power Button: Device: "/dev/input/event6"
[ 45577.096] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 45577.096] (--) evdev: Power Button: Found keys
[ 45577.096] (II) evdev: Power Button: Configuring as keyboard
[ 45577.096] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[ 45577.096] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 45577.096] (**) Option "xkb_rules" "evdev"
[ 45577.096] (**) Option "xkb_model" "evdev"
[ 45577.096] (**) Option "xkb_layout" "us"
[ 45577.131] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[ 45577.131] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 45577.131] (II) Using input driver 'evdev' for 'Video Bus'
[ 45577.131] (**) Video Bus: always reports core events
[ 45577.131] (**) evdev: Video Bus: Device: "/dev/input/event2"
[ 45577.131] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 45577.131] (--) evdev: Video Bus: Found keys
[ 45577.131] (II) evdev: Video Bus: Configuring as keyboard
[ 45577.131] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input2/event2"
[ 45577.131] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 45577.131] (**) Option "xkb_rules" "evdev"
[ 45577.131] (**) Option "xkb_model" "evdev"
[ 45577.131] (**) Option "xkb_layout" "us"
[ 45577.132] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 45577.132] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 45577.132] (II) Using input driver 'evdev' for 'Power Button'
[ 45577.132] (**) Power Button: always reports core events
[ 45577.132] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 45577.132] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 45577.132] (--) evdev: Power Button: Found keys
[ 45577.132] (II) evdev: Power Button: Configuring as keyboard
[ 45577.132] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
[ 45577.132] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 45577.132] (**) Option "xkb_rules" "evdev"
[ 45577.132] (**) Option "xkb_model" "evdev"
[ 45577.132] (**) Option "xkb_layout" "us"
[ 45577.133] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
[ 45577.133] (II) No input driver specified, ignoring this device.
[ 45577.133] (II) This device may have been added with another device file.
[ 45577.134] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[ 45577.134] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 45577.134] (II) Using input driver 'evdev' for 'Sleep Button'
[ 45577.134] (**) Sleep Button: always reports core events
[ 45577.134] (**) evdev: Sleep Button: Device: "/dev/input/event4"
[ 45577.134] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 45577.134] (--) evdev: Sleep Button: Found keys
[ 45577.134] (II) evdev: Sleep Button: Configuring as keyboard
[ 45577.134] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event4"
[ 45577.134] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 45577.134] (**) Option "xkb_rules" "evdev"
[ 45577.134] (**) Option "xkb_model" "evdev"
[ 45577.134] (**) Option "xkb_layout" "us"
[ 45577.135] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 45577.135] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[ 45577.135] (II) No input driver specified, ignoring this device.
[ 45577.135] (II) This device may have been added with another device file.
[ 45577.135] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 45577.135] (II) No input driver specified, ignoring this device.
[ 45577.135] (II) This device may have been added with another device file.
[ 45577.136] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[ 45577.136] (II) No input driver specified, ignoring this device.
[ 45577.136] (II) This device may have been added with another device file.
[ 45577.136] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[ 45577.136] (II) No input driver specified, ignoring this device.
[ 45577.136] (II) This device may have been added with another device file.
[ 45577.136] (II) config/udev: Adding input device Laptop_Integrated_Webcam_2HDM (/dev/input/event17)
[ 45577.136] (**) Laptop_Integrated_Webcam_2HDM: Applying InputClass "evdev keyboard catchall"
[ 45577.136] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_2HDM'
[ 45577.136] (**) Laptop_Integrated_Webcam_2HDM: always reports core events
[ 45577.136] (**) evdev: Laptop_Integrated_Webcam_2HDM: Device: "/dev/input/event17"
[ 45577.136] (--) evdev: Laptop_Integrated_Webcam_2HDM: Vendor 0x408 Product 0x2fb1
[ 45577.136] (--) evdev: Laptop_Integrated_Webcam_2HDM: Found keys
[ 45577.136] (II) evdev: Laptop_Integrated_Webcam_2HDM: Configuring as keyboard
[ 45577.136] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input17/event17"
[ 45577.136] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2HDM" (type: KEYBOARD, id 10)
[ 45577.136] (**) Option "xkb_rules" "evdev"
[ 45577.136] (**) Option "xkb_model" "evdev"
[ 45577.136] (**) Option "xkb_layout" "us"
[ 45577.137] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[ 45577.137] (II) No input driver specified, ignoring this device.
[ 45577.137] (II) This device may have been added with another device file.
[ 45577.137] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event10)
[ 45577.137] (II) No input driver specified, ignoring this device.
[ 45577.137] (II) This device may have been added with another device file.
[ 45577.138] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event11)
[ 45577.138] (II) No input driver specified, ignoring this device.
[ 45577.138] (II) This device may have been added with another device file.
[ 45577.138] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event9)
[ 45577.138] (II) No input driver specified, ignoring this device.
[ 45577.138] (II) This device may have been added with another device file.
[ 45577.139] (II) config/udev: Adding input device Logitech Gaming Mouse G400 (/dev/input/event1)
[ 45577.139] (**) Logitech Gaming Mouse G400: Applying InputClass "evdev pointer catchall"
[ 45577.139] (II) Using input driver 'evdev' for 'Logitech Gaming Mouse G400'
[ 45577.139] (**) Logitech Gaming Mouse G400: always reports core events
[ 45577.139] (**) evdev: Logitech Gaming Mouse G400: Device: "/dev/input/event1"
[ 45577.139] (--) evdev: Logitech Gaming Mouse G400: Vendor 0x46d Product 0xc245
[ 45577.139] (--) evdev: Logitech Gaming Mouse G400: Found 12 mouse buttons
[ 45577.139] (--) evdev: Logitech Gaming Mouse G400: Found scroll wheel(s)
[ 45577.139] (--) evdev: Logitech Gaming Mouse G400: Found relative axes
[ 45577.139] (--) evdev: Logitech Gaming Mouse G400: Found x and y relative axes
[ 45577.139] (II) evdev: Logitech Gaming Mouse G400: Configuring as mouse
[ 45577.139] (II) evdev: Logitech Gaming Mouse G400: Adding scrollwheel support
[ 45577.139] (**) evdev: Logitech Gaming Mouse G400: YAxisMapping: buttons 4 and 5
[ 45577.139] (**) evdev: Logitech Gaming Mouse G400: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 45577.139] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0/usb2/2-2/2-2.4/2-2.4:1.0/input/input20/event1"
[ 45577.139] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G400" (type: MOUSE, id 11)
[ 45577.139] (II) evdev: Logitech Gaming Mouse G400: initialized for relative axes.
[ 45577.140] (**) Logitech Gaming Mouse G400: (accel) keeping acceleration scheme 1
[ 45577.140] (**) Logitech Gaming Mouse G400: (accel) acceleration profile 0
[ 45577.140] (**) Logitech Gaming Mouse G400: (accel) acceleration factor: 2.000
[ 45577.140] (**) Logitech Gaming Mouse G400: (accel) acceleration threshold: 4
[ 45577.140] (II) config/udev: Adding input device Logitech Gaming Mouse G400 (/dev/input/mouse0)
[ 45577.140] (II) No input driver specified, ignoring this device.
[ 45577.140] (II) This device may have been added with another device file.
[ 45577.141] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 45577.141] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 45577.141] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 45577.141] (**) AT Translated Set 2 keyboard: always reports core events
[ 45577.141] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 45577.141] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 45577.141] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 45577.141] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 45577.141] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 45577.141] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 45577.141] (**) Option "xkb_rules" "evdev"
[ 45577.141] (**) Option "xkb_model" "evdev"
[ 45577.141] (**) Option "xkb_layout" "us"
[ 45577.142] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
[ 45577.142] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 45577.142] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 45577.142] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 45577.142] (II) LoadModule: "synaptics"
[ 45577.142] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 45577.155] (II) Module synaptics: vendor="X.Org Foundation"
[ 45577.156] 	compiled for 1.14.0, module version = 1.7.0
[ 45577.156] 	Module class: X.Org XInput Driver
[ 45577.156] 	ABI class: X.Org XInput driver, version 19.1
[ 45577.156] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 45577.156] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 45577.156] (**) Option "Device" "/dev/input/event12"
[ 45577.182] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 45577.182] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5398 (res 42)
[ 45577.182] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4728 (res 70)
[ 45577.182] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 45577.182] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 45577.182] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 45577.182] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 45577.182] (**) Option "TapButton1" "1"
[ 45577.182] (**) Option "TapButton2" "2"
[ 45577.182] (**) Option "TapButton3" "3"
[ 45577.182] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 45577.182] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 45577.185] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event12"
[ 45577.185] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[ 45577.185] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 45577.185] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 45577.185] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.039
[ 45577.186] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 45577.186] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 45577.186] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 45577.186] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 45577.186] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 45577.186] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 45577.186] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 45577.187] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
[ 45577.187] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 45577.187] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[ 45577.187] (**) Dell WMI hotkeys: always reports core events
[ 45577.187] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event7"
[ 45577.187] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[ 45577.187] (--) evdev: Dell WMI hotkeys: Found keys
[ 45577.187] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[ 45577.187] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
[ 45577.187] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[ 45577.187] (**) Option "xkb_rules" "evdev"
[ 45577.187] (**) Option "xkb_model" "evdev"
[ 45577.187] (**) Option "xkb_layout" "us"
[ 45614.071] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45614.071] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45614.072] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45614.072] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45614.072] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45614.072] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45614.072] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45614.072] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45614.072] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45614.072] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45738.889] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45738.889] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45738.889] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45738.889] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45738.889] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45738.890] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45738.890] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45738.890] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45738.890] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45738.890] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45738.958] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45738.958] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45738.958] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45738.958] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45738.958] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45738.958] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45738.958] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45738.958] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45738.958] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45738.958] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45738.984] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45738.984] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45738.984] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45738.984] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45738.984] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45738.984] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45738.984] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45738.984] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45738.984] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45738.984] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45739.077] (II) NVIDIA(0): Setting mode "LVDS-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 45740.602] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45740.602] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45740.602] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.602] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45740.602] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45740.603] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45740.603] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45740.603] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.603] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45740.603] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45740.633] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45740.633] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45740.633] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.633] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45740.633] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45740.633] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45740.633] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45740.633] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.633] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45740.633] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45740.644] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45740.644] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45740.644] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.644] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45740.644] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45740.645] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45740.645] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45740.645] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.645] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45740.645] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45740.652] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45740.652] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45740.652] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.652] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45740.652] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45740.653] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45740.653] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45740.653] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.653] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45740.653] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45740.656] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45740.656] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45740.656] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.656] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45740.656] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45740.657] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45740.657] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45740.657] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.657] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45740.657] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45740.660] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45740.660] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45740.660] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.660] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45740.660] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45740.661] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45740.661] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45740.661] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.661] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45740.661] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45740.663] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45740.663] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45740.663] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.663] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45740.663] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45740.664] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45740.664] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45740.664] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.664] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45740.664] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45740.667] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45740.667] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45740.667] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.667] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45740.667] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45740.672] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45740.672] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45740.672] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.672] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45740.672] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45740.681] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45740.681] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45740.681] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.681] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45740.681] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45740.686] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45740.686] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45740.686] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.686] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45740.686] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45740.693] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45740.693] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45740.693] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.693] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45740.693] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45740.693] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45740.693] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45740.694] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45740.694] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45740.694] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45963.920] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45963.920] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45963.920] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45963.920] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45963.920] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45963.920] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45963.920] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45963.920] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45963.920] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45963.920] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45963.938] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45963.938] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45963.938] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45963.938] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45963.938] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45963.939] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45963.939] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45963.939] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45963.939] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45963.939] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45964.051] (II) NVIDIA(0): Setting mode "LVDS-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-1: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 45965.538] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45965.538] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45965.538] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45965.538] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45965.538] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45965.539] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45965.539] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45965.539] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45965.539] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45965.539] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45965.554] (II) NVIDIA(0): Setting mode "DP-1: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 45966.777] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.777] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.777] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.777] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.777] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.777] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.777] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.777] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.777] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.777] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.792] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.792] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.792] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.792] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.792] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.792] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.792] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.792] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.792] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.792] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.799] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.799] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.799] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.799] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.799] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.800] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.800] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.800] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.800] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.800] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.804] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.804] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.804] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.804] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.804] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.804] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.804] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.804] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.804] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.804] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.807] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.807] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.807] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.807] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.807] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.807] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.807] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.807] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.807] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.807] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.811] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.811] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.811] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.811] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.811] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.811] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.812] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.812] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.812] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.812] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.814] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.814] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.814] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.814] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.814] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.815] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.815] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.815] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.815] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.815] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.818] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.818] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.818] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.818] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.818] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.818] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.818] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.818] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.818] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.818] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.823] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.823] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.823] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.823] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.823] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.823] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.823] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.823] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.823] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.823] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.826] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.826] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.826] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.826] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.826] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.827] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.827] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.827] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.827] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.827] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.829] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.829] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.829] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.829] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.829] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.830] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.830] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.830] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.830] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.830] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.837] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.837] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.837] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.837] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.837] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.837] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.837] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.837] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.837] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.837] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.839] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.839] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.839] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.839] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.839] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.839] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.839] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.839] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.839] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.839] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.842] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.842] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.842] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.842] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.842] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.842] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.842] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.842] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.842] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.842] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.846] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.846] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.846] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.846] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.846] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.846] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.846] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.846] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.846] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.846] (**) NVIDIA(0):     been enabled on all display devices.)
[ 45966.849] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 45966.849] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 45966.849] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.849] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 45966.849] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 45966.850] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 45966.850] (II) NVIDIA(GPU-0):     Vision stereo.
[ 45966.850] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 45966.850] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 45966.850] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46113.976] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46113.976] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46113.976] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46113.976] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46113.976] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46113.977] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46113.977] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46113.977] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46113.977] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46113.977] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46113.996] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46113.997] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46113.997] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46113.997] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46113.997] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46113.998] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46113.998] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46113.998] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46113.998] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46113.998] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.018] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.018] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.018] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.018] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.018] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.019] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.019] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.019] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.019] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.019] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.120] (II) NVIDIA(0): Setting mode "LVDS-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-1: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 46114.574] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.574] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.574] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.574] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.574] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.574] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.574] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.574] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.574] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.574] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.577] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.577] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.577] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.577] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.577] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.578] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.578] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.578] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.578] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.578] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.580] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.580] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.580] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.580] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.580] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.580] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.580] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.580] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.580] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.580] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.583] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.583] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.584] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.584] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.584] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.584] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.584] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.584] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.584] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.584] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.588] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.588] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.588] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.588] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.588] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.588] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.588] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.588] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.588] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.588] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.591] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.591] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.591] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.591] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.591] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.592] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.592] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.592] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.592] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.592] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.596] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.596] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.596] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.596] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.596] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.597] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.597] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.597] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.597] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.597] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.608] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.608] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.608] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.608] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.608] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.609] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.609] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.609] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.609] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.609] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.611] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.611] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.611] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.611] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.611] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.612] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.612] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.612] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.612] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.612] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.616] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.616] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.616] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.616] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.616] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.616] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.616] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.616] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.616] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.616] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.625] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.625] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.625] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.625] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.625] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.625] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.625] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.625] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.625] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.625] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46114.630] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46114.630] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46114.630] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.630] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46114.630] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46114.630] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46114.630] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46114.630] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46114.630] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46114.630] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46264.057] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46264.057] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46264.057] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46264.057] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46264.057] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46264.058] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46264.058] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46264.058] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46264.058] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46264.058] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46264.076] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46264.076] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46264.076] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46264.076] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46264.076] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46264.077] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46264.077] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46264.077] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46264.077] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46264.077] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46264.095] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46264.095] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46264.095] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46264.095] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46264.095] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46264.096] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46264.096] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46264.096] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46264.096] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46264.096] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46264.151] (II) NVIDIA(0): Setting mode "LVDS-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 46265.606] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46265.606] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46265.606] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.606] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46265.606] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46265.607] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46265.607] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46265.607] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.607] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46265.607] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46265.621] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46265.621] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46265.621] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.621] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46265.621] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46265.622] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46265.622] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46265.622] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.622] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46265.622] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46265.625] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46265.625] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46265.625] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.625] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46265.625] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46265.626] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46265.626] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46265.626] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.626] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46265.626] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46265.630] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46265.630] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46265.630] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.630] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46265.630] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46265.630] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46265.630] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46265.630] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.630] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46265.630] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46265.633] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46265.633] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46265.633] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.633] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46265.633] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46265.634] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46265.634] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46265.634] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.634] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46265.634] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46265.639] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46265.639] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46265.639] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.639] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46265.639] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46265.640] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46265.640] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46265.640] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.640] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46265.640] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46265.645] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46265.645] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46265.645] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.645] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46265.645] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46265.646] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46265.646] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46265.646] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.646] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46265.646] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46265.651] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46265.651] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46265.651] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.651] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46265.651] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46265.651] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46265.652] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46265.652] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.652] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46265.652] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46265.656] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46265.656] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46265.656] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.656] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46265.656] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46265.657] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46265.657] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46265.657] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.657] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46265.657] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46265.664] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46265.664] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46265.664] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.664] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46265.664] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46265.665] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46265.665] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46265.665] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.665] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46265.665] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46265.668] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46265.668] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46265.668] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.668] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46265.668] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46265.669] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46265.669] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46265.669] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.669] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46265.669] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46265.675] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46265.675] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46265.675] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.675] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46265.675] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46265.676] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46265.676] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46265.676] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46265.676] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46265.676] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46414.133] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46414.133] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46414.133] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46414.133] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46414.133] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46414.134] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46414.134] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46414.134] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46414.134] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46414.134] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46414.154] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46414.154] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46414.154] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46414.154] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46414.154] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46414.155] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46414.156] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46414.156] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46414.156] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46414.156] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46414.210] (II) NVIDIA(0): Setting mode "LVDS-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-1: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 46415.706] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46415.706] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46415.706] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46415.706] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46415.706] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46415.707] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46415.707] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46415.707] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46415.707] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46415.707] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46415.726] (II) NVIDIA(0): Setting mode "DP-1: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 46416.958] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46416.958] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46416.958] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.958] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46416.958] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46416.959] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46416.959] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46416.959] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.959] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46416.959] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46416.974] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46416.974] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46416.974] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.974] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46416.974] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46416.974] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46416.974] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46416.974] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.974] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46416.974] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46416.977] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46416.977] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46416.977] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.977] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46416.977] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46416.978] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46416.978] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46416.978] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.978] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46416.978] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46416.980] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46416.980] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46416.980] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.980] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46416.980] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46416.981] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46416.981] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46416.981] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.981] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46416.981] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46416.985] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46416.985] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46416.985] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.985] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46416.985] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46416.986] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46416.986] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46416.986] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.986] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46416.986] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46416.991] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46416.991] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46416.991] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.991] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46416.991] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46416.991] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46416.991] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46416.991] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.991] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46416.991] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46416.994] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46416.994] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46416.994] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.994] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46416.994] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46416.994] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46416.994] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46416.995] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.995] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46416.995] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46416.998] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46416.998] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46416.998] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.998] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46416.998] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46416.999] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46416.999] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46416.999] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46416.999] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46416.999] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46417.003] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46417.003] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46417.003] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.003] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46417.003] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46417.003] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46417.004] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46417.004] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.004] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46417.004] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46417.007] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46417.007] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46417.007] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.007] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46417.007] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46417.007] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46417.007] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46417.007] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.007] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46417.007] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46417.010] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46417.010] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46417.010] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.010] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46417.010] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46417.010] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46417.010] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46417.010] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.010] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46417.010] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46417.015] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46417.015] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46417.015] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.015] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46417.015] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46417.015] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46417.015] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46417.015] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.015] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46417.015] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46417.020] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46417.020] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46417.020] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.020] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46417.020] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46417.020] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46417.020] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46417.020] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.020] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46417.020] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46417.023] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46417.023] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46417.023] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.023] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46417.023] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46417.023] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46417.023] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46417.023] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.023] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46417.023] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46417.027] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46417.027] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46417.027] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.027] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46417.027] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46417.027] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46417.027] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46417.027] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.027] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46417.027] (**) NVIDIA(0):     been enabled on all display devices.)
[ 46417.030] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 46417.030] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 46417.030] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.030] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 46417.030] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 46417.030] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 46417.030] (II) NVIDIA(GPU-0):     Vision stereo.
[ 46417.030] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 46417.030] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 46417.030] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61369.870] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61369.870] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61369.870] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61369.870] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61369.870] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61369.871] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61369.872] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61369.872] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61369.872] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61369.872] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61369.894] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61369.895] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61369.895] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61369.895] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61369.895] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61369.896] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61369.896] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61369.896] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61369.896] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61369.896] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.017] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.017] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.017] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.017] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.017] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.018] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.018] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.018] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.018] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.018] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.106] (II) NVIDIA(0): Setting mode "LVDS-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-1: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 61370.546] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.546] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.546] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.546] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.546] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.546] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.546] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.546] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.546] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.546] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.562] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.562] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.562] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.562] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.562] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.563] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.563] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.563] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.563] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.563] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.568] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.568] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.568] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.568] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.568] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.569] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.569] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.569] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.569] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.569] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.576] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.576] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.576] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.576] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.576] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.577] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.577] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.577] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.577] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.577] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.582] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.582] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.582] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.582] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.582] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.582] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.582] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.582] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.582] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.582] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.586] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.586] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.586] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.586] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.586] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.586] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.587] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.587] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.587] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.587] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.589] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.589] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.589] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.589] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.589] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.591] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.591] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.591] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.591] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.591] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.607] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.607] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.607] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.607] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.607] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.610] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.610] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.610] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.610] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.610] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.618] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.618] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.618] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.618] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.618] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.618] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.618] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.618] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.618] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.618] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.626] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.626] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.626] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.626] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.626] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.626] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.626] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.626] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.626] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.626] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.629] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.629] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.629] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.629] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.629] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.630] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.630] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.630] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.630] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.630] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61370.634] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61370.634] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61370.634] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.634] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61370.634] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61370.639] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61370.639] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61370.639] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61370.639] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61370.639] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61440.013] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61440.013] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61440.013] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61440.013] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61440.013] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61440.014] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61440.014] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61440.014] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61440.014] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61440.014] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61440.028] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61440.028] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61440.028] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61440.028] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61440.028] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61440.029] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61440.029] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61440.029] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61440.029] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61440.029] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61440.046] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61440.046] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61440.046] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61440.046] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61440.046] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61440.047] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61440.047] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61440.047] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61440.047] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61440.047] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61440.119] (II) NVIDIA(0): Setting mode "LVDS-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 61441.577] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61441.577] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61441.577] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.577] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61441.577] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61441.577] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61441.577] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61441.577] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.577] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61441.577] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61441.592] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61441.592] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61441.592] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.592] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61441.592] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61441.592] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61441.592] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61441.592] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.592] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61441.592] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61441.597] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61441.597] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61441.597] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.597] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61441.597] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61441.599] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61441.599] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61441.599] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.599] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61441.599] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61441.604] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61441.604] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61441.604] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.604] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61441.604] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61441.604] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61441.604] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61441.604] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.604] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61441.604] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61441.607] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61441.607] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61441.607] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.607] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61441.607] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61441.607] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61441.607] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61441.607] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.607] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61441.607] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61441.613] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61441.613] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61441.613] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.613] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61441.613] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61441.614] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61441.614] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61441.614] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.614] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61441.614] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61441.617] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61441.617] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61441.617] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.617] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61441.617] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61441.617] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61441.617] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61441.617] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.617] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61441.617] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61441.637] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61441.637] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61441.637] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.637] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61441.637] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61441.637] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61441.637] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61441.637] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.637] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61441.637] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61441.640] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61441.640] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61441.640] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.640] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61441.640] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61441.645] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61441.645] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61441.645] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.645] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61441.645] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61441.652] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61441.652] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61441.652] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.652] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61441.652] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61441.653] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61441.653] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61441.653] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.653] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61441.653] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61441.661] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61441.662] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61441.662] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.662] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61441.662] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61441.662] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61441.662] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61441.662] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.662] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61441.662] (**) NVIDIA(0):     been enabled on all display devices.)
[ 61441.674] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
[ 61441.674] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 61441.674] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.674] (**) NVIDIA(0):     device AU Optronics Corporation (DFP-0) (Using EDID
[ 61441.674] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 61441.674] (II) NVIDIA(GPU-0): Display (DELL U2311H (DFP-3)) does not support NVIDIA 3D
[ 61441.674] (II) NVIDIA(GPU-0):     Vision stereo.
[ 61441.674] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 61441.674] (**) NVIDIA(0):     device DELL U2311H (DFP-3) (Using EDID frequencies has
[ 61441.674] (**) NVIDIA(0):     been enabled on all display devices.)

Offline

#7 2013-05-10 12:11:47

Hutchism
Member
Registered: 2013-05-01
Posts: 34

Re: Random display switching and weird behaviour. [Solved]

Have made some edits to original post ('org.kde.powerdevil.backlighthelper' seems to be the issue here), currently running XFCE without any problems.

Last edited by Hutchism (2013-05-10 12:20:22)

Offline

#8 2013-05-30 11:07:00

Hutchism
Member
Registered: 2013-05-01
Posts: 34

Re: Random display switching and weird behaviour. [Solved]

Finally sorted this one!
Culprit seems to be a BIOS setting. Doesn't like the Function keys being set as default as opposed to the Media keys.
Can't believe it took so long to figure that one out! I was seriously running out of love for this machine, but all is good now!
I know this was an odd one and there was little to go on for other people to be able to help, but hopefully someone might read this and it might be of help to someone. Strange how the problem was also intermittent :s

If anyone know of a fix for this would be appreciated. Save me from doing yoga with my fingers when trying to do simple keyboard shortcuts. Currently using latest Dell BIOS "A04" (http://www.dell.com/support/drivers/us/ … erId=K5CNF)

Last edited by Hutchism (2013-05-30 11:12:00)

Offline

Board footer

Powered by FluxBB