Problème avec SLI GTX580*2 + Dual Screen

Hello,

Ceci est mon premier message sur ce forum et je viens d’abandonner Ubuntu pour revenir à Debian.

J’ai passé toute l’après midi à me retourner le cerveau pour faire marcher mon dual screen. J’ai touché xorg.conf dans tout les sens, j’ai réussi toutes les combinaisons mais pas celle que je veux :confused:

En gros, j’ai deux cartes GPU et deux écrans. Un écran par carte :
GPU0 (GTX580) : Screen0 (19201080) (écran de droite)
(SLI)
GPU1 (GTX580) : Screen1 (1920
1080) (écran de gauche)

Je veux que mon écran principal soit celui de droite, que je puisse partager mon bureau avec l’écran de gauche. Comme je l’ai toujours fait, mais là je butte.

Si vous avez une idée, voici quelques infos :
Debian Squeeze
Kernel : kernel: 2.6.32-5-amd64
Driver video : NVIDIA 310.14

Voici mon xorg.conf, il marche, mais l’écran de gauche est le principal et je ne peux accèder qu’à la moitié de mon écran de droite, les fenêtres ne veulent pas aller plus loin… :think:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 1920 0
    Screen      1  "Screen1" LeftOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option         "Xinerama" "1"
EndSection
Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "built-ins"
EndSection

Section "Module"

#	Load	"dri"
    Load           "extmod"
    Load           "dbe"
    Load           "dri2"
    Load           "record"
#    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "AutoAddDevices" "False"
    Option         "Xinerama" "1"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "BenQ XL2420T"
    HorizSync       30.0 - 140.0
    VertRefresh     56.0 - 120.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Idek Iiyama PL2409HD"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 580"
    Option         "Coolbits" "1"
    Option         "AddARGBGLXVisuals" "true"
    Option         "TripleBuffer" "false"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 580"
    Option         "Coolbits" "1"
    Option         "AddARGBGLXVisuals" "true"
    Option         "TripleBuffer" "false"
    BusID          "PCI:2:0:0"
EndSection

Section "Screen"

# Removed Option "metamodes" "1920x1080_120 +0+0; nvidia-auto-select +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "1920x1080_120 +0+0; nvidia-auto-select +0+0; nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "1920x1080_60 +0+0; nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"

# Removed Option "Composite" "enable"
    Option         "Composite" "Disable"
#	Option      "RENDER"	"disable"
EndSection

nvidia-settings

Oui. J’ai joué avec, mais “twinview” est grisé, je peux pas l’activer.
Tout ce que je peux faire c’est de faire une session X par écran et activer Xinerama.
Si je déplace les écrans, ça ne l’applique pas. Je lance nvidia-settings en root sinon je peux pas sauvegarder le xorg.conf.

Si ça peut aider, mon xorg.log…


X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.0.0-1-amd64 x86_64 Debian
Current Operating System: Linux f34x 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC 2012 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/f34x-root ro single nomodeset nouveau.modeset=0
Build Date: 29 October 2011  06:58:14PM
xorg-server 2:1.7.7-14 (Julien Cristau <jcristau@debian.org>) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov  9 15:02:59 2012
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Device1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "Xinerama" "0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x7c8a40
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 8

(--) PCI:*(0:1:0:0) 10de:1080:1043:8385 nVidia Corporation rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
(--) PCI: (0:2:0:0) 10de:1080:1043:8385 nVidia Corporation rev 161, Mem @ 0xf8000000/16777216, 0xc0000000/134217728, 0xc8000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Server Extension
(II) NVIDIA GLX Module  304.64  Tue Oct 30 11:18:32 PDT 2012
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  304.64  Tue Oct 30 10:59:51 PDT 2012
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(EE) Screen 1 deleted because of no matching config section.
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "Stereo" "0"
(**) NVIDIA(0): Option "SLI" "on"
(**) NVIDIA(0): Option "MultiGPU" "on"
(**) NVIDIA(0): Option "TripleBuffer" "false"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
(**) Nov 09 15:02:59 NVIDIA(0): Stereo disabled by request
(**) Nov 09 15:02:59 NVIDIA(0): NVIDIA SLI auto-select rendering option.
(**) Nov 09 15:02:59 NVIDIA(0): NVIDIA Multi-GPU auto-select rendering option.
(**) NVIDIA(0): Option "Coolbits" "1"
(**) NVIDIA(0): Option "MetaModes" "1920x1080_120 +0+0; nvidia-auto-select +0+0; nvidia-auto-select +0+0"
(**) Nov 09 15:02:59 NVIDIA(0): Enabling 2D acceleration
(II) Nov 09 15:03:00 NVIDIA(0): NVIDIA SLI enabled.
(II) Nov 09 15:03:00 NVIDIA(GPU-0): Display (BenQ XL2420T (DFP-0)) supports NVIDIA 3D Vision
(II) Nov 09 15:03:00 NVIDIA(GPU-0):     stereo.
(II) Nov 09 15:03:00 NVIDIA(0): NVIDIA GPU GeForce GTX 580 (GF110) at PCI:1:0:0 (GPU-0)
(--) Nov 09 15:03:00 NVIDIA(0): Memory: 1572864 kBytes
(--) Nov 09 15:03:00 NVIDIA(0): VideoBIOS: 70.10.17.00.00
(II) Nov 09 15:03:00 NVIDIA(0): Detected PCI Express Link width: 16X
(--) Nov 09 15:03:00 NVIDIA(0): Interlaced video modes are supported on this GPU
(II) Nov 09 15:03:00 NVIDIA(0): NVIDIA GPU GeForce GTX 580 (GF110) at PCI:2:0:0 (GPU-1)
(--) Nov 09 15:03:00 NVIDIA(0): Memory: 1572864 kBytes
(--) Nov 09 15:03:00 NVIDIA(0): VideoBIOS: 70.10.17.00.00
(II) Nov 09 15:03:00 NVIDIA(0): Detected PCI Express Link width: 16X
(--) Nov 09 15:03:00 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Nov 09 15:03:00 NVIDIA(0): Valid display device(s) on GeForce GTX 580 at PCI:1:0:0
(--) Nov 09 15:03:00 NVIDIA(0):     CRT-0
(--) Nov 09 15:03:00 NVIDIA(0):     CRT-1
(--) Nov 09 15:03:00 NVIDIA(0):     BenQ XL2420T (DFP-0) (connected)
(--) Nov 09 15:03:00 NVIDIA(0):     DFP-1
(--) Nov 09 15:03:00 NVIDIA(0):     DFP-2
(--) Nov 09 15:03:00 NVIDIA(0):     DFP-3
(--) Nov 09 15:03:00 NVIDIA(0):     DFP-4
(--) Nov 09 15:03:00 NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
(--) Nov 09 15:03:00 NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
(--) Nov 09 15:03:00 NVIDIA(0): BenQ XL2420T (DFP-0): 330.0 MHz maximum pixel clock
(--) Nov 09 15:03:00 NVIDIA(0): BenQ XL2420T (DFP-0): Internal Dual Link TMDS
(--) Nov 09 15:03:00 NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
(--) Nov 09 15:03:00 NVIDIA(0): DFP-1: Internal Single Link TMDS
(--) Nov 09 15:03:00 NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
(--) Nov 09 15:03:00 NVIDIA(0): DFP-2: Internal Single Link TMDS
(--) Nov 09 15:03:00 NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
(--) Nov 09 15:03:00 NVIDIA(0): DFP-3: Internal Single Link TMDS
(--) Nov 09 15:03:00 NVIDIA(0): DFP-4: 400.0 MHz maximum pixel clock
(--) Nov 09 15:03:00 NVIDIA(0): DFP-4: Internal DisplayPort
(**) Nov 09 15:03:00 NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) Nov 09 15:03:00 NVIDIA(0):     device BenQ XL2420T (DFP-0) (Using EDID frequencies has
(**) Nov 09 15:03:00 NVIDIA(0):     been enabled on all display devices.)
(II) Nov 09 15:03:00 NVIDIA(0): Validated MetaModes:
(II) Nov 09 15:03:00 NVIDIA(0):     "1920x1080_120+0+0"
(II) Nov 09 15:03:00 NVIDIA(0):     "nvidia-auto-select+0+0"
(II) Nov 09 15:03:00 NVIDIA(0):     "nvidia-auto-select+0+0"
(II) Nov 09 15:03:00 NVIDIA(0): Virtual screen size determined to be 1920 x 1080
(--) Nov 09 15:03:00 NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
(--) Nov 09 15:03:00 NVIDIA(0):     option
(**) Nov 09 15:03:00 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) Nov 09 15:03:00 NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
(II) Nov 09 15:03:00 NVIDIA:     access.
(II) Nov 09 15:03:00 NVIDIA(0): Setting mode "1920x1080_120+0+0"
(II) Loading extension NV-GLX
(==) NVIDIA(0): Disabling shared memory pixmaps
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing extension GLX
SELinux: Disabled on system, not enabling in X server
(II) config/udev: Adding input device Power Button (/dev/input/event5)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.6.901, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event5"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "fr"
(**) Option "xkb_variant" "latin9"
(II) config/udev: Adding input device Power Button (/dev/input/event4)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event4"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "fr"
(**) Option "xkb_variant" "latin9"
(II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event1)
(**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
(**) Logitech USB Keyboard: always reports core events
(**) Logitech USB Keyboard: Device: "/dev/input/event1"
(II) Logitech USB Keyboard: Found keys
(II) Logitech USB Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "fr"
(**) Option "xkb_variant" "latin9"
(II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event2)
(**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
(**) Logitech USB Keyboard: always reports core events
(**) Logitech USB Keyboard: Device: "/dev/input/event2"
(II) Logitech USB Keyboard: Found absolute axes
(II) Logitech USB Keyboard: Found keys
(II) Logitech USB Keyboard: Configuring as mouse
(II) Logitech USB Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "fr"
(**) Option "xkb_variant" "latin9"
(II) Logitech USB Keyboard: initialized for absolute axes.
(II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse v2.0  (/dev/input/event3)
(**) Microsoft  Microsoft Basic Optical Mouse v2.0 : Applying InputClass "evdev pointer catchall"
(**) Microsoft  Microsoft Basic Optical Mouse v2.0 : always reports core events
(**) Microsoft  Microsoft Basic Optical Mouse v2.0 : Device: "/dev/input/event3"
(II) Microsoft  Microsoft Basic Optical Mouse v2.0 : Found 3 mouse buttons
(II) Microsoft  Microsoft Basic Optical Mouse v2.0 : Found scroll wheel(s)
(II) Microsoft  Microsoft Basic Optical Mouse v2.0 : Found relative axes
(II) Microsoft  Microsoft Basic Optical Mouse v2.0 : Found x and y relative axes
(II) Microsoft  Microsoft Basic Optical Mouse v2.0 : Configuring as mouse
(**) Microsoft  Microsoft Basic Optical Mouse v2.0 : YAxisMapping: buttons 4 and 5
(**) Microsoft  Microsoft Basic Optical Mouse v2.0 : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Microsoft  Microsoft Basic Optical Mouse v2.0 " (type: MOUSE)
(II) Microsoft  Microsoft Basic Optical Mouse v2.0 : initialized for relative axes.
(II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse v2.0  (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device PC Speaker (/dev/input/event6)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event0)
(**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(II) Nov 09 15:03:01 NVIDIA(GPU-0): Display (BenQ XL2420T (DFP-0)) supports NVIDIA 3D Vision
(II) Nov 09 15:03:01 NVIDIA(GPU-0):     stereo.
(**) Nov 09 15:03:01 NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) Nov 09 15:03:01 NVIDIA(0):     device BenQ XL2420T (DFP-0) (Using EDID frequencies has
(**) Nov 09 15:03:01 NVIDIA(0):     been enabled on all display devices.)
(II) Nov 09 15:03:01 NVIDIA(GPU-0): Display (BenQ XL2420T (DFP-0)) supports NVIDIA 3D Vision
(II) Nov 09 15:03:01 NVIDIA(GPU-0):     stereo.
(**) Nov 09 15:03:01 NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) Nov 09 15:03:01 NVIDIA(0):     device BenQ XL2420T (DFP-0) (Using EDID frequencies has
(**) Nov 09 15:03:01 NVIDIA(0):     been enabled on all display devices.)
(II) Nov 09 15:03:01 NVIDIA(GPU-0): Display (BenQ XL2420T (DFP-0)) supports NVIDIA 3D Vision
(II) Nov 09 15:03:01 NVIDIA(GPU-0):     stereo.
(**) Nov 09 15:03:01 NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) Nov 09 15:03:01 NVIDIA(0):     device BenQ XL2420T (DFP-0) (Using EDID frequencies has
(**) Nov 09 15:03:01 NVIDIA(0):     been enabled on all display devices.)
(II) Nov 09 15:03:08 NVIDIA(GPU-0): Display (BenQ XL2420T (DFP-0)) supports NVIDIA 3D Vision
(II) Nov 09 15:03:08 NVIDIA(GPU-0):     stereo.
(**) Nov 09 15:03:08 NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) Nov 09 15:03:08 NVIDIA(0):     device BenQ XL2420T (DFP-0) (Using EDID frequencies has
(**) Nov 09 15:03:08 NVIDIA(0):     been enabled on all display devices.)
(II) Nov 09 15:03:08 NVIDIA(GPU-0): Display (BenQ XL2420T (DFP-0)) supports NVIDIA 3D Vision
(II) Nov 09 15:03:08 NVIDIA(GPU-0):     stereo.
(**) Nov 09 15:03:08 NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) Nov 09 15:03:08 NVIDIA(0):     device BenQ XL2420T (DFP-0) (Using EDID frequencies has
(**) Nov 09 15:03:08 NVIDIA(0):     been enabled on all display devices.)
(II) Nov 09 15:03:08 NVIDIA(GPU-0): Display (BenQ XL2420T (DFP-0)) supports NVIDIA 3D Vision
(II) Nov 09 15:03:08 NVIDIA(GPU-0):     stereo.
(**) Nov 09 15:03:08 NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) Nov 09 15:03:08 NVIDIA(0):     device BenQ XL2420T (DFP-0) (Using EDID frequencies has
(**) Nov 09 15:03:08 NVIDIA(0):     been enabled on all display devices.)
(II) Nov 09 15:03:09 NVIDIA(GPU-0): Display (BenQ XL2420T (DFP-0)) supports NVIDIA 3D Vision
(II) Nov 09 15:03:09 NVIDIA(GPU-0):     stereo.
(**) Nov 09 15:03:09 NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) Nov 09 15:03:09 NVIDIA(0):     device BenQ XL2420T (DFP-0) (Using EDID frequencies has
(**) Nov 09 15:03:09 NVIDIA(0):     been enabled on all display devices.)
(II) Nov 09 15:03:20 NVIDIA(GPU-0): Display (BenQ XL2420T (DFP-0)) supports NVIDIA 3D Vision
(II) Nov 09 15:03:20 NVIDIA(GPU-0):     stereo.
(**) Nov 09 15:03:20 NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) Nov 09 15:03:20 NVIDIA(0):     device BenQ XL2420T (DFP-0) (Using EDID frequencies has
(**) Nov 09 15:03:20 NVIDIA(0):     been enabled on all display devices.)
(II) Nov 09 15:05:13 NVIDIA(GPU-0): Display (BenQ XL2420T (DFP-0)) supports NVIDIA 3D Vision
(II) Nov 09 15:05:13 NVIDIA(GPU-0):     stereo.
(**) Nov 09 15:05:13 NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) Nov 09 15:05:13 NVIDIA(0):     device BenQ XL2420T (DFP-0) (Using EDID frequencies has
(**) Nov 09 15:05:13 NVIDIA(0):     been enabled on all display devices.)
(II) Nov 09 15:05:14 NVIDIA(GPU-0): Display (BenQ XL2420T (DFP-0)) supports NVIDIA 3D Vision
(II) Nov 09 15:05:14 NVIDIA(GPU-0):     stereo.
(**) Nov 09 15:05:14 NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) Nov 09 15:05:14 NVIDIA(0):     device BenQ XL2420T (DFP-0) (Using EDID frequencies has
(**) Nov 09 15:05:14 NVIDIA(0):     been enabled on all display devices.)
(II) Nov 09 15:05:25 NVIDIA(GPU-0): Display (BenQ XL2420T (DFP-0)) supports NVIDIA 3D Vision
(II) Nov 09 15:05:25 NVIDIA(GPU-0):     stereo.
(**) Nov 09 15:05:25 NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) Nov 09 15:05:25 NVIDIA(0):     device BenQ XL2420T (DFP-0) (Using EDID frequencies has
(**) Nov 09 15:05:25 NVIDIA(0):     been enabled on all display devices.)