Dual Monitor TwinView: What's wrong with this xorg.conf?

Previously, I got a dual monitor system working in Ubuntu 14.04 and Xinerama. My post on this forum was called, “GTX 750 Ti Installed in 64 Bit Desktop Machine: Linux Beginner is Stuck and Fatigued.”

Over the month of use, that system has shown some instability. I get black screens for Virtual Terminals. My favorite program Xournal won’t work with Wacom mouse and XInput turned on (the cursor and the ink end up in different places). So, I want to try TwinView instead of Xinerama, in hopes that Xournal stops malfunctioning.

I have had trouble finding good examples of xorg.conf for TwinView and dual monitors. My challenge is I have two different bargain-priced monitors, which need modelines in xorg.conf.

Can someone tell me what is wrong with my xorg.conf, or give me a hint? Man pages and READMEs are too abstract for my brain. I need examples. There are very few high quality examples to be found online in which a user has two different monitors, with modelines required.

The problem with the following xorg.conf is that the Crossover Monitor (Left of QNIX monitor) is black. Also, the mouse pointer will not leave the QNIX Monitor. Originally, in the Screen section I had:
Monitor “DVI-I-1”
but changed it to what it is now; no success. THANKS.

# 1.  primary reference: https://wiki.archlinux.org/index.php/NVIDIA#Multiple_monitors
# 2.  http://us.download.nvidia.com/XFree86/Linux-x86/304.51/README/programmingmodes.html
# 20141008: LEFT OFF use the notes in 20140303Intuos3WacomNotes.org

Section "ServerLayout"
    Identifier     "TwinLayout"
    Screen         0 "metaScreen" 0 0
    Option         "Xinerama" "0" #added this for good measure
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
#    Identifier     "Monitor0"
     Identifier "DVI-I-1"
    VendorName     "QNIX"
    ModelName      "QX2710LED"
    HorizSync       88.8
    VertRefresh     59.5
    # 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
    Modeline "2560x1440"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync
    DisplaySize 597 336
    Option         "DPMS"
    Option "Enable" "true"
EndSection

# Crossover does not have correct EDID
Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
#    Identifier     "Monitor1"
     Identifier "DVI-D-0"
    VendorName     "Crossover"
    ModelName      "27Q"
    # parameters from google: crossover 27q monitor edid
    HorizSync       88.8
    VertRefresh     59.5
    Modeline "2560x1440" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
    DisplaySize 597 336
    Option         "DPMS"
    Option "Enable" "true"
    #Option "LeftOf" "DVI-I-1" #added this
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 750 Ti"
    BusID          "PCI:2:0:0"
    #Option         "HorizSync"          "DFP-0: 28-33; DFP-1 28-33"
    #Option         "VertRefresh"        "DFP-0: 43-73; DFP-1 43-73"
    #Option "MetaModes" "DVI-I-1: 2560x1440_60 @2560x1440 +2560+0, DVI-D-0: 2560x1440_60 @2560x1440 +0+0" #added in per reference 2.
    Option "MetaModes" "DVI-I-1: 2560x1440_60, DVI-D-0: 2560x1440_60" #added in per reference 2.
    Option         "ConnectedMonitor"   "DVI-I-1, DVI-D-0"
    Option         "MetaModeOrientation" "DVI-D-0 LeftOf DVI-I-1"
EndSection

Section "Screen"
    Identifier     "metaScreen"
    Device         "Card0"
    Monitor       "DVI-I-1, DVI-D-0"
    DefaultDepth    24
    Option         "TwinView" "True"
#    SubSection "Display"
#        Modes          "2560x1440"
#    EndSubSection
#Option "MetaModes" "2560x1440_60, 2560x1440_60" #added in per reference 2.  does this go in SubSection Display?
# QNIX followed by CROSSOVER
	Option "MetaModes" "DVI-I-1: 2560x1440_60 @2560x1440 +2560+0, DVI-D-0: 2560x1440_60 @2560x1440 +0+0" #added in per reference 2.  does this go in SubSection Display?
EndSection

The black screens for virtual terminals is a common nvidia driver issue. It randomly works or doesn’t work depending on driver version. Just wanted to give you a heads-up on that one so you’re not chasing your tail.

I tried changing the xorg.conf a little bit more:

# 1.  primary reference: https://wiki.archlinux.org/index.php/NVIDIA#Multiple_monitors
# 2.  http://us.download.nvidia.com/XFree86/Linux-x86/304.51/README/programmingmodes.html
# Crossover is at LHS and QNIX is at RHS
# Crossover connected to DVI-D which is DFP-3 which is bottom port on GTX 750 Ti
# QNIX connected to DVI-I which is DFP-0 which is top port on GTX 750 Ti
# QNIX is Monitor 0
# Crossover is Monitor 1
# 20141008: LEFT OFF use the notes in 20140303Intuos3WacomNotes.org

Section "ServerLayout"
    Identifier     "TwinLayout"
    Screen         0 "metaScreen" 0 0
    Option         "Xinerama" "0" #added this for good measure
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
#    Identifier     "Monitor0"
     Identifier "DFP-0"
    VendorName     "QNIX"
    ModelName      "QX2710LED"
    HorizSync       88.8
    VertRefresh     59.5
    # 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
    Modeline "2560x1440"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync
    DisplaySize 597 336
    Option         "DPMS"
    Option "Enable" "true"
EndSection

# Crossover does not report correct EDID
Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
#    Identifier     "Monitor1"
     Identifier "DFP-3"
    VendorName     "Crossover"
    ModelName      "27Q"
    # parameters from google: crossover 27q monitor edid
    HorizSync       88.8
    VertRefresh     59.5
    Modeline "2560x1440" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
    DisplaySize 597 336
    Option         "DPMS"
    Option "Enable" "true"
    #Option "LeftOf" "DFP-0" #added this
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 750 Ti"
    BusID          "PCI:2:0:0"
    #Option         "HorizSync"          "DFP-0: 28-33; DFP-1 28-33"
    #Option         "VertRefresh"        "DFP-0: 43-73; DFP-1 43-73"
    Option "MetaModes" "DFP-0: 2560x1440_60 @2560x1440 +2560+0, DFP-3: 2560x1440_60 @2560x1440 +0+0" #added in per reference 2.
    #Option "MetaModes" "DFP-0: 2560x1440_60, DFP-3: 2560x1440_60" #added in per reference 2.
    Option         "ConnectedMonitor"   "DFP-0, DFP-3"
    #Option         "MetaModeOrientation" "DFP-3 LeftOf DFP-0"
EndSection

Section "Screen"
    Identifier     "metaScreen"
    Device         "Card0"
    #Monitor       "DFP-0"
    Monitor       "DFP-0, DFP-3"
    DefaultDepth    24
    Option         "TwinView" "True"
    Option         "Stereo" "0"
#    SubSection "Display"
#        Modes          "2560x1440"
#    EndSubSection
#Option "MetaModes" "2560x1440_60, 2560x1440_60" 
# QNIX followed by CROSSOVER
#	Option "MetaModes" "DFP-0: 2560x1440_60 @2560x1440 +2560+0, DFP-3: 2560x1440_60 @2560x1440 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
    Option "UseEDID" "False"
    Option "UseEDIDDPI" "False"
    Option "UseEDIDFreqs" "False"
    Option "ExactModeTimingsDVI" "True"

EndSectioncode

Warrnings in /var/log/Xorg.0.log.old (the correct log file):

[  6200.891] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  6200.891] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[  6200.891] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  6200.891] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[  6200.891] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  6200.894] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[  6200.894] (WW) "xmir" is not to be loaded by default. Skipping.
[  6200.905] (WW) Unresolved symbol: fbGetGCPrivateKey
[  6201.395] (WW) NVIDIA(0): The EDID read for display device DFP-3 is invalid: the
[  6201.395] (WW) NVIDIA(0):     checksum for EDID version 1 extension is invalid.
[  6201.426] (WW) NVIDIA(1): No valid modes for "DFP-3:1600x1200"; removing.
[  6201.426] (WW) NVIDIA(1): No valid modes for "DFP-3:1024x768"; removing.
[  6201.426] (WW) NVIDIA(1): No valid modes for "DFP-3:800x600"; removing.
[  6201.426] (WW) NVIDIA(1): No valid modes for "DFP-3:640x480"; removing.
[  6201.426] (WW) NVIDIA(1): 
[  6201.426] (WW) NVIDIA(1): Unable to validate any modes; falling back to the default mode
[  6201.426] (WW) NVIDIA(1):     "nvidia-auto-select".
[  6201.426] (WW) NVIDIA(1): 
[  6201.428] (WW) NVIDIA(1): Unable to get display device DFP-3's EDID; cannot compute DPI
[  6201.428] (WW) NVIDIA(1):     from DFP-3's EDID.
[  6201.646] (WW) evdev: KB USB Keyboard: ignoring absolute axes.
[  6202.033] (WW) NVIDIA(GPU-0): The EDID read for display device DFP-3 is invalid: the
[  6202.033] (WW) NVIDIA(GPU-0):     checksum for EDID version 1 extension is invalid.
[  6202.300] (WW) NVIDIA(GPU-0): The EDID read for display device DFP-3 is invalid: the
[  6202.300] (WW) NVIDIA(GPU-0):     checksum for EDID version 1 extension is invalid.

Result: Crossover is black screen. Mouse cursor now travels into Crossover from QNIX. Image on QNIX looks funny.

Xorg.0.log.old.txt (37.8 KB)
20141009FourthTryLog.txt (38.8 KB)

These korean monitors… Well the specs says:
수평 주파수 30~81kHz
수직 주파수 56~75Hz

I don’t speak korean but from Hzs first one is Horizontal Frequency and second one is vertical refresh. In the past when crts through vga were dominant monitor type we had to use them all the time(there was allways problems with that one pin missing in the cable). So use those refresh rate ranges to your crossover monitor and see if that helps:
HorizSync 30-81
VertRefresh 56-75

It should at least give you some working standard vesa modeline to your monitor. Not sure about your custom modelines, though they seems to be made by cvt:

~ $ cvt -r 2560 1440
# 2560x1440 59.95 Hz (CVT 3.69M9-R) hsync: 88.79 kHz; pclk: 241.50 MHz
Modeline "2560x1440R"  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync

Hi tuke81, thanks for noticing the parameters used for Crossover need improvement. I found those parameters from googling and copying what other Crossover owners seem to be using.

I have been using the two monitors for about a month with the following “Xinerama” xorg.conf, but xournal does not work. Specifically, the cursor and the ink are in two different places when Wacom pen is used as input. Otherwise Wacom pen works well as a mouse outside of Xournal. I want to try to modify this working “Xinerama” xorg.conf to be either “TwinView” or “Two Separate X Screens,” but so far have failed to create a working xorg.conf. Also, this working “Xinerama” xorg.conf seems to generate some suspicious things in /var/log/Xorg.0.log

“working” xorg.conf, which is supposed to be “Xinerama”

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 343.13  (buildd@lgw01-30)  Mon Aug 11 19:50:14 UTC 2014

#go with Xinerama
#template generated with NVIDIA GUI; hooking up samsung and qnix

#Crossover is at LHS and QNIX is at RHS
#Crossover connected to DVI-D which is DFP-3 which is bottom port on GTX 750 Ti
#QNIX connected to DVI-I which is DFP-0 which is top port on GTX 750 Ti
#QNIX is Monitor 0
#Crossover is Monitor 1

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 2560 0
    Screen      1  "Screen1" LeftOf "Screen0"
#    InputDevice    "Keyboard0" "CoreKeyboard"
#    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection

Section "Files"
EndSection

#Section "InputDevice"
    # generated from default
#    Identifier     "Mouse0"
#    Driver         "mouse"
#    Option         "Protocol" "auto"
#    Option         "Device" "/dev/psaux"
#    Option         "Emulate3Buttons" "no"
#    Option         "ZAxisMapping" "4 5"
#EndSection

#Section "InputDevice"
#    # generated from default
#    Identifier     "Keyboard0"
#    Driver         "kbd"
#EndSection

#Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
#    Identifier     "Monitor0"
#    VendorName     "QNIX"
#    ModelName      "Digital Projection Limited DIGITAL"
#    HorizSync       30.0 - 91.0
#    VertRefresh     56.0 - 75.0
#    Option         "DPMS"
#EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "QNIX"
    ModelName      "QX2710LED"
# the rest of this is copied from patshead
    HorizSync       88.8
    VertRefresh     59.5
    # 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
    Modeline "2560x1440"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync
    DisplaySize 597 336
    Option         "DPMS"
EndSection

# Crossover does not have correct EDID
Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Crossover"
    ModelName      "27Q"
    # parameters from google: crossover 27q monitor edid
    HorizSync       88.8
    VertRefresh     59.5
    Modeline "2560x1440" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
    DisplaySize 597 336
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 750 Ti"
    BusID          "PCI:2:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 750 Ti"
    BusID          "PCI:2:0:0"
    Screen          1
EndSection

#QNIX
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
    SubSection     "Display"
        Depth       24
    EndSubSection
    Option "UseEDID" "False"
    Option "UseEDIDDPI" "False"
    Option "UseEDIDFreqs" "False"
    Option "ExactModeTimingsDVI" "True"
    Option         "metamodes" "DVI-I-1: 2560x1440_60 @2560x1440 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
EndSection

#Crossover
Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "DVI-D-0: 2560x1440_60 @2560x1440 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
    Option "UseEDID" "False"
    Option "UseEDIDDPI" "False"
    Option "UseEDIDFreqs" "False"
    Option "ExactModeTimingsDVI" "True"
EndSection

log file due to using that “Xinerama” xorg.conf

[     3.093] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[     3.093] X Protocol Version 11, Revision 0
[     3.093] Build Operating System: Linux 3.2.0-61-generic x86_64 Ubuntu
[     3.093] Current Operating System: Linux dad84-desktop 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64
[     3.093] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic root=UUID=9be87c6c-5889-4d82-a9d1-e37b46412d7e ro quiet splash
[     3.093] Build Date: 30 July 2014  12:21:54AM
[     3.093] xorg-server 2:1.15.1-0ubuntu2.1 (For technical support please see http://www.ubuntu.com/support) 
[     3.093] Current version of pixman: 0.30.2
[     3.093] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     3.093] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.093] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 10 10:47:27 2014
[     3.099] (==) Using config file: "/etc/X11/xorg.conf"
[     3.099] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.102] (==) ServerLayout "Layout0"
[     3.102] (**) |-->Screen "Screen0" (0)
[     3.102] (**) |   |-->Monitor "Monitor0"
[     3.102] (**) |   |-->Device "Device0"
[     3.102] (**) |-->Screen "Screen1" (1)
[     3.102] (**) |   |-->Monitor "Monitor1"
[     3.102] (**) |   |-->Device "Device1"
[     3.102] (**) Option "Xinerama" "1"
[     3.102] (==) Automatically adding devices
[     3.102] (==) Automatically enabling devices
[     3.102] (==) Automatically adding GPU devices
[     3.102] (**) Xinerama: enabled
[     3.102] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     3.102] 	Entry deleted from font path.
[     3.102] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     3.102] 	Entry deleted from font path.
[     3.102] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     3.102] 	Entry deleted from font path.
[     3.103] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     3.103] 	Entry deleted from font path.
[     3.103] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     3.103] 	Entry deleted from font path.
[     3.103] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[     3.103] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[     3.103] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.103] (II) Loader magic: 0x7f50e4c6cd40
[     3.103] (II) Module ABI versions:
[     3.103] 	X.Org ANSI C Emulation: 0.4
[     3.103] 	X.Org Video Driver: 15.0
[     3.103] 	X.Org XInput driver : 20.0
[     3.103] 	X.Org Server Extension : 8.0
[     3.103] (II) xfree86: Adding drm device (/dev/dri/card1)
[     3.103] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.104] (--) PCI: (0:0:2:0) 8086:0152:1849:0152 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[     3.104] (--) PCI:*(0:2:0:0) 10de:1380:1458:3644 rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     3.106] Initializing built-in extension Generic Event Extension
[     3.106] Initializing built-in extension SHAPE
[     3.106] Initializing built-in extension MIT-SHM
[     3.106] Initializing built-in extension XInputExtension
[     3.106] Initializing built-in extension XTEST
[     3.106] Initializing built-in extension BIG-REQUESTS
[     3.106] Initializing built-in extension SYNC
[     3.106] Initializing built-in extension XKEYBOARD
[     3.106] Initializing built-in extension XC-MISC
[     3.106] Initializing built-in extension SECURITY
[     3.106] Initializing built-in extension XINERAMA
[     3.106] Initializing built-in extension XFIXES
[     3.106] Initializing built-in extension RENDER
[     3.106] Initializing built-in extension RANDR
[     3.106] Initializing built-in extension COMPOSITE
[     3.106] Initializing built-in extension DAMAGE
[     3.106] Initializing built-in extension MIT-SCREEN-SAVER
[     3.106] Initializing built-in extension DOUBLE-BUFFER
[     3.106] Initializing built-in extension RECORD
[     3.106] Initializing built-in extension DPMS
[     3.106] Initializing built-in extension Present
[     3.106] Initializing built-in extension DRI3
[     3.106] Initializing built-in extension X-Resource
[     3.106] Initializing built-in extension XVideo
[     3.106] Initializing built-in extension XVideo-MotionCompensation
[     3.106] Initializing built-in extension SELinux
[     3.106] Initializing built-in extension XFree86-VidModeExtension
[     3.106] Initializing built-in extension XFree86-DGA
[     3.106] Initializing built-in extension XFree86-DRI
[     3.106] Initializing built-in extension DRI2
[     3.106] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[     3.106] (II) "glx" will be loaded by default.
[     3.106] (WW) "xmir" is not to be loaded by default. Skipping.
[     3.106] (II) LoadModule: "glx"
[     3.107] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[     3.196] (II) Module glx: vendor="NVIDIA Corporation"
[     3.196] 	compiled for 4.0.2, module version = 1.0.0
[     3.196] 	Module class: X.Org Server Extension
[     3.196] (II) NVIDIA GLX Module  340.46  Wed Sep 24 13:54:14 PDT 2014
[     3.197] Loading extension GLX
[     3.197] (II) LoadModule: "nvidia"
[     3.197] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[     3.205] (II) Module nvidia: vendor="NVIDIA Corporation"
[     3.205] 	compiled for 4.0.2, module version = 1.0.0
[     3.205] 	Module class: X.Org Video Driver
[     3.206] (II) NVIDIA dlloader X Driver  340.46  Wed Sep 24 13:34:03 PDT 2014
[     3.206] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     3.207] (++) using VT number 7

[     3.207] (II) Loading sub module "fb"
[     3.207] (II) LoadModule: "fb"
[     3.208] (II) Loading /usr/lib/xorg/modules/libfb.so
[     3.210] (II) Module fb: vendor="X.Org Foundation"
[     3.210] 	compiled for 1.15.1, module version = 1.0.0
[     3.210] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.210] (WW) Unresolved symbol: fbGetGCPrivateKey
[     3.210] (II) Loading sub module "wfb"
[     3.210] (II) LoadModule: "wfb"
[     3.210] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     3.211] (II) Module wfb: vendor="X.Org Foundation"
[     3.211] 	compiled for 1.15.1, module version = 1.0.0
[     3.211] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.211] (II) Loading sub module "ramdac"
[     3.211] (II) LoadModule: "ramdac"
[     3.211] (II) Module "ramdac" already built-in
[     3.213] (WW) NVIDIA: The Composite and Xinerama extensions are both enabled, which
[     3.213] (WW) NVIDIA:     is an unsupported configuration.  The driver will continue
[     3.213] (WW) NVIDIA:     to load, but may behave strangely.
[     3.213] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[     3.213] (WW) NVIDIA:     X server.
[     3.214] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     3.214] (==) NVIDIA(0): RGB weight 888
[     3.214] (==) NVIDIA(0): Default visual is TrueColor
[     3.214] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     3.214] (**) NVIDIA(0): Option "Stereo" "0"
[     3.214] (**) NVIDIA(0): Option "UseEdidFreqs" "False"
[     3.214] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[     3.214] (**) NVIDIA(0): Option "ExactModeTimingsDVI" "True"
[     3.214] (**) NVIDIA(0): Option "UseEdidDpi" "False"
[     3.214] (**) NVIDIA(0): Option "SLI" "Off"
[     3.214] (**) NVIDIA(0): Option "MultiGPU" "Off"
[     3.214] (**) NVIDIA(0): Option "BaseMosaic" "off"
[     3.214] (**) NVIDIA(0): Stereo disabled by request
[     3.214] (**) NVIDIA(0): NVIDIA SLI disabled.
[     3.214] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[     3.215] (**) NVIDIA(0): Option "UseEDID" "False"
[     3.215] (**) NVIDIA(0): Option "MetaModes" "DVI-I-1: 2560x1440_60 @2560x1440 +0+0"
[     3.215] (**) NVIDIA(1): Option "UseEDID" "False"
[     3.215] (**) NVIDIA(1): Option "MetaModes" "DVI-D-0: 2560x1440_60 @2560x1440 +0+0"
[     3.215] (**) NVIDIA(0): Enabling 2D acceleration
[     3.215] (**) NVIDIA(0): Ignoring EDIDs
[     3.829] (II) NVIDIA(0): Not probing EDID on DFP-0.
[     3.829] (II) NVIDIA(0): Not probing EDID on DFP-3.
[     3.829] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[     3.831] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 750 Ti (GM107-A) at PCI:2:0:0 (GPU-0)
[     3.831] (--) NVIDIA(0): Memory: 2097152 kBytes
[     3.831] (--) NVIDIA(0): VideoBIOS: 82.07.32.00.ab
[     3.831] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     3.833] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 750 Ti at PCI:2:0:0
[     3.833] (--) NVIDIA(0):     CRT-0
[     3.833] (--) NVIDIA(0):     DFP-0 (boot, connected)
[     3.833] (--) NVIDIA(0):     DFP-1
[     3.833] (--) NVIDIA(0):     DFP-2
[     3.833] (--) NVIDIA(0):     DFP-3 (connected)
[     3.833] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     3.833] (--) NVIDIA(0): DFP-0: Internal TMDS
[     3.833] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     3.833] (--) NVIDIA(0): DFP-1: Internal TMDS
[     3.833] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     3.833] (--) NVIDIA(0): DFP-2: Internal TMDS
[     3.833] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     3.833] (--) NVIDIA(0): DFP-3: Internal TMDS
[     3.833] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[     3.833] (**) NVIDIA(0): Not using HorizSync/VertRefresh ranges from the EDID for
[     3.833] (**) NVIDIA(0):     display device DFP-0 (Using EDID frequencies has been
[     3.833] (**) NVIDIA(0):     disabled on all display devices.)
[     3.833] (II) NVIDIA(0): Validated MetaModes:
[     3.833] (II) NVIDIA(0):     "DVI-I-1:2560x1440_60@2560x1440+0+0"
[     3.833] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[     3.862] (**) NVIDIA(0): DPI set to (108, 108); computed from "DisplaySize" Monitor
[     3.862] (**) NVIDIA(0):     section option
[     3.863] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[     3.863] (==) NVIDIA(1): RGB weight 888
[     3.863] (==) NVIDIA(1): Default visual is TrueColor
[     3.863] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[     3.863] (**) NVIDIA(1): Option "Stereo" "0"
[     3.863] (**) NVIDIA(1): Option "UseEdidFreqs" "False"
[     3.863] (**) NVIDIA(1): Option "ExactModeTimingsDVI" "True"
[     3.863] (**) NVIDIA(1): Option "UseEdidDpi" "False"
[     3.863] (**) NVIDIA(1): Option "SLI" "Off"
[     3.863] (**) NVIDIA(1): Option "MultiGPU" "Off"
[     3.863] (**) NVIDIA(1): Option "BaseMosaic" "off"
[     3.863] (**) NVIDIA(1): Stereo disabled by request
[     3.863] (**) NVIDIA(1): NVIDIA SLI disabled.
[     3.863] (**) NVIDIA(1): NVIDIA Multi-GPU disabled.
[     3.863] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 750 Ti (GM107-A) at PCI:2:0:0 (GPU-0)
[     3.863] (--) NVIDIA(1): Memory: 2097152 kBytes
[     3.863] (--) NVIDIA(1): VideoBIOS: 82.07.32.00.ab
[     3.863] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[     3.864] (--) NVIDIA(1): Valid display device(s) on GeForce GTX 750 Ti at PCI:2:0:0
[     3.864] (--) NVIDIA(1):     CRT-0
[     3.864] (--) NVIDIA(1):     DFP-0 (boot, connected)
[     3.864] (--) NVIDIA(1):     DFP-1
[     3.864] (--) NVIDIA(1):     DFP-2
[     3.864] (--) NVIDIA(1):     DFP-3 (connected)
[     3.864] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     3.864] (--) NVIDIA(1): DFP-0: Internal TMDS
[     3.864] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     3.864] (--) NVIDIA(1): DFP-1: Internal TMDS
[     3.864] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     3.864] (--) NVIDIA(1): DFP-2: Internal TMDS
[     3.864] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     3.864] (--) NVIDIA(1): DFP-3: Internal TMDS
[     3.864] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[     3.864] (**) NVIDIA(1): Not using HorizSync/VertRefresh ranges from the EDID for
[     3.864] (**) NVIDIA(1):     display device DFP-3 (Using EDID frequencies has been
[     3.864] (**) NVIDIA(1):     disabled on all display devices.)
[     3.865] (II) NVIDIA(1): Validated MetaModes:
[     3.865] (II) NVIDIA(1):     "DVI-D-0:2560x1440_60@2560x1440+0+0"
[     3.865] (II) NVIDIA(1): Virtual screen size determined to be 2560 x 1440
[     3.869] (**) NVIDIA(1): DPI set to (108, 108); computed from "DisplaySize" Monitor
[     3.869] (**) NVIDIA(1):     section option
[     3.869] (--) Depth 24 pixmap format is 32 bpp
[     3.869] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[     3.869] (II) NVIDIA:     access.
[     3.873] (II) NVIDIA(0): Setting mode "DVI-I-1:2560x1440_60@2560x1440+0+0"
[     3.913] Loading extension NV-GLX
[     3.931] (==) NVIDIA(0): Disabling shared memory pixmaps
[     3.931] (==) NVIDIA(0): Backing store enabled
[     3.931] (==) NVIDIA(0): Silken mouse enabled
[     3.932] (**) NVIDIA(0): DPMS enabled
[     3.933] Loading extension NV-CONTROL
[     3.933] (II) Loading sub module "dri2"
[     3.933] (II) LoadModule: "dri2"
[     3.933] (II) Module "dri2" already built-in
[     3.933] (II) NVIDIA(0): [DRI2] Setup complete
[     3.933] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     3.933] (WW) NVIDIA(0): Not registering RandR
[     3.933] (==) RandR enabled
[     3.935] (II) NVIDIA(1): Setting mode "DVI-D-0:2560x1440_60@2560x1440+0+0"
[     4.045] (==) NVIDIA(1): Disabling shared memory pixmaps
[     4.045] (==) NVIDIA(1): Backing store enabled
[     4.045] (==) NVIDIA(1): Silken mouse enabled
[     4.045] (**) NVIDIA(1): DPMS enabled
[     4.045] (II) Loading sub module "dri2"
[     4.045] (II) LoadModule: "dri2"
[     4.045] (II) Module "dri2" already built-in
[     4.045] (II) NVIDIA(1): [DRI2] Setup complete
[     4.045] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[     4.045] (WW) NVIDIA(1): Not registering RandR
[     4.045] (==) RandR enabled
[     4.049] (II) SELinux: Disabled on system
[     4.049] (II) Initializing extension GLX
[     4.096] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[     4.098] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     4.098] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     4.098] (II) LoadModule: "evdev"
[     4.098] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     4.099] (II) Module evdev: vendor="X.Org Foundation"
[     4.099] 	compiled for 1.15.0, module version = 2.8.2
[     4.099] 	Module class: X.Org XInput Driver
[     4.099] 	ABI class: X.Org XInput driver, version 20.0
[     4.099] (II) Using input driver 'evdev' for 'Power Button'
[     4.099] (**) Power Button: always reports core events
[     4.099] (**) evdev: Power Button: Device: "/dev/input/event1"
[     4.099] (--) evdev: Power Button: Vendor 0 Product 0x1
[     4.099] (--) evdev: Power Button: Found keys
[     4.099] (II) evdev: Power Button: Configuring as keyboard
[     4.099] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     4.099] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.099] (**) Option "xkb_rules" "evdev"
[     4.099] (**) Option "xkb_model" "pc105"
[     4.099] (**) Option "xkb_layout" "us"
[     4.099] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[     4.099] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     4.099] (II) Using input driver 'evdev' for 'Video Bus'
[     4.099] (**) Video Bus: always reports core events
[     4.099] (**) evdev: Video Bus: Device: "/dev/input/event2"
[     4.099] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     4.099] (--) evdev: Video Bus: Found keys
[     4.099] (II) evdev: Video Bus: Configuring as keyboard
[     4.099] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5/event2"
[     4.099] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     4.099] (**) Option "xkb_rules" "evdev"
[     4.099] (**) Option "xkb_model" "pc105"
[     4.099] (**) Option "xkb_layout" "us"
[     4.100] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     4.100] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     4.100] (II) Using input driver 'evdev' for 'Power Button'
[     4.100] (**) Power Button: always reports core events
[     4.100] (**) evdev: Power Button: Device: "/dev/input/event0"
[     4.100] (--) evdev: Power Button: Vendor 0 Product 0x1
[     4.100] (--) evdev: Power Button: Found keys
[     4.100] (II) evdev: Power Button: Configuring as keyboard
[     4.100] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[     4.100] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     4.100] (**) Option "xkb_rules" "evdev"
[     4.100] (**) Option "xkb_model" "pc105"
[     4.100] (**) Option "xkb_layout" "us"
[     4.100] (II) config/udev: Adding drm device (/dev/dri/card1) card1 /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/drm/card1
[     4.100] (II) config/udev: Ignoring already known drm device (/dev/dri/card1)
[     4.100] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[     4.100] (II) No input driver specified, ignoring this device.
[     4.100] (II) This device may have been added with another device file.
[     4.100] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[     4.100] (II) No input driver specified, ignoring this device.
[     4.100] (II) This device may have been added with another device file.
[     4.100] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[     4.100] (II) No input driver specified, ignoring this device.
[     4.100] (II) This device may have been added with another device file.
[     4.100] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[     4.100] (II) No input driver specified, ignoring this device.
[     4.100] (II) This device may have been added with another device file.
[     4.101] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     4.101] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[     4.101] (II) config/udev: Adding input device Wacom Intuos3 6x11 (/dev/input/event3)
[     4.101] (**) Wacom Intuos3 6x11: Applying InputClass "evdev tablet catchall"
[     4.101] (**) Wacom Intuos3 6x11: Applying InputClass "Wacom class"
[     4.101] (II) LoadModule: "wacom"
[     4.101] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[     4.102] (II) Module wacom: vendor="X.Org Foundation"
[     4.102] 	compiled for 1.15.0, module version = 0.23.0
[     4.102] 	Module class: X.Org XInput Driver
[     4.102] 	ABI class: X.Org XInput driver, version 20.0
[     4.102] (II) wacom: Driver for Wacom graphics tablets: PenPartner, Graphire,
	Graphire2 4x5, Graphire2 5x7, Graphire3 4x5, Graphire3 6x8,
	Graphire4 4x5, Graphire4 6x8, BambooFun 4x5, BambooFun 6x8,
	Bamboo1 Medium, Graphire4 6x8 BlueTooth, CTL-460, CTH-461, CTL-660,
	CTL-461/S, Bamboo Touch, CTH-460/K, CTH-461/S, CTH-661/S1, CTH-461/L,
	CTH-661/L, Intuos 4x5, Intuos 6x8, Intuos 9x12, Intuos 12x12,
	Intuos 12x18, PTU600, PL400, PL500, PL600, PL600SX, PL550, PL800,
	PL700, PL510, PL710, DTI520, DTF720, DTF720a, DTF521, DTU1931,
	DTU2231, DTU1631, Intuos2 4x5, Intuos2 6x8, Intuos2 9x12,
	Intuos2 12x12, Intuos2 12x18, Intuos2 6x8 , Volito, PenStation,
	Volito2 4x5, Volito2 2x3, PenPartner2, Bamboo, Bamboo1, Bamboo1 4x6,
	Bamboo1 5x8, Intuos3 4x5, Intuos3 6x8, Intuos3 9x12, Intuos3 12x12,
	Intuos3 12x19, Intuos3 6x11, Intuos3 4x6, Intuos4 4x6, Intuos4 6x9,
	Intuos4 8x13, Intuos4 12x19, Intuos4 WL USB Endpoint,
	Intuos4 WL Bluetooth Endpoint, Intuos5 touch S, Intuos5 touch M,
	Intuos5 touch L, Intuos5 S, Intuos5 M, Intuos Pro S, Intuos Pro M,
	Intuos Pro L, Cintiq 21UX, Cintiq 20WSX, Cintiq 12WX, Cintiq 21UX2,
	Cintiq 24HD, Cintiq 22HD, Cintiq 24HD touch (EMR digitizer),
	Cintiq 13HD, DTK2241, DTH2242, Cintiq 22HDT, TabletPC 0x90,
	TabletPC 0x93, TabletPC 0x97, TabletPC 0x9A, CapPlus  0x9F,
	TabletPC 0xE2, TabletPC 0xE3, TabletPC 0xE5, TabletPC 0xE6,
	TabletPC 0xEC, TabletPC 0xED, TabletPC 0xEF, TabletPC 0x100,
	TabletPC 0x101, TabletPC 0x10D, TabletPC 0x4001, usb:172f:0024,
	usb:172f:0025, usb:172f:0026, usb:172f:0027, usb:172f:0028,
	usb:172f:0030, usb:172f:0031, usb:172f:0032, usb:172f:0033,
	usb:172f:0034, usb:172f:0035, usb:172f:0036, usb:172f:0037,
	usb:172f:0038, usb:172f:0039, usb:172f:0051, usb:172f:0052,
	usb:172f:0053, usb:172f:0054, usb:172f:0055, usb:172f:0056,
	usb:172f:0057, usb:172f:0058, usb:172f:0500, usb:172f:0501,
	usb:172f:0502, usb:172f:0503, usb:1b96:0001, usb:17ef:6004
[     4.102] (II) Using input driver 'wacom' for 'Wacom Intuos3 6x11'
[     4.102] (**) Wacom Intuos3 6x11: always reports core events
[     4.102] (**) Option "Device" "/dev/input/event3"
[     4.103] (II) Wacom Intuos3 6x11: type not specified, assuming 'stylus'.
[     4.103] (II) Wacom Intuos3 6x11: other types will be automatically added.
[     4.103] (--) Wacom Intuos3 6x11 stylus: using pressure threshold of 27 for button 1
[     4.103] (--) Wacom Intuos3 6x11 stylus: Wacom USB Intuos3 tablet maxX=54204 maxY=31750 maxZ=1023 resX=200000 resY=200000  tilt=enabled
[     4.103] (II) Wacom Intuos3 6x11 stylus: hotplugging dependent devices.
[     4.103] (EE) Wacom Intuos3 6x11 stylus: Invalid type 'touch' for this device.
[     4.103] (II) Wacom Intuos3 6x11 stylus: hotplugging completed.
[     4.120] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input6/event3"
[     4.120] (II) XINPUT: Adding extended input device "Wacom Intuos3 6x11 stylus" (type: STYLUS, id 9)
[     4.120] (**) Wacom Intuos3 6x11 stylus: (accel) keeping acceleration scheme 1
[     4.120] (**) Wacom Intuos3 6x11 stylus: (accel) acceleration profile 0
[     4.120] (**) Wacom Intuos3 6x11 stylus: (accel) acceleration factor: 2.000
[     4.120] (**) Wacom Intuos3 6x11 stylus: (accel) acceleration threshold: 4
[     4.120] (II) config/udev: Adding input device Wacom Intuos3 6x11 (/dev/input/mouse0)
[     4.120] (II) No input driver specified, ignoring this device.
[     4.120] (II) This device may have been added with another device file.
[     4.120] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event13)
[     4.120] (II) No input driver specified, ignoring this device.
[     4.120] (II) This device may have been added with another device file.
[     4.120] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[     4.120] (II) No input driver specified, ignoring this device.
[     4.120] (II) This device may have been added with another device file.
[     4.121] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event11)
[     4.121] (II) No input driver specified, ignoring this device.
[     4.121] (II) This device may have been added with another device file.
[     4.121] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[     4.121] (II) No input driver specified, ignoring this device.
[     4.121] (II) This device may have been added with another device file.
[     4.121] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event9)
[     4.121] (II) No input driver specified, ignoring this device.
[     4.121] (II) This device may have been added with another device file.
[     4.121] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[     4.121] (II) No input driver specified, ignoring this device.
[     4.121] (II) This device may have been added with another device file.
[     4.121] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event7)
[     4.121] (II) No input driver specified, ignoring this device.
[     4.121] (II) This device may have been added with another device file.
[     4.121] (II) config/udev: Adding input device Logitech USB Trackball (/dev/input/event4)
[     4.121] (**) Logitech USB Trackball: Applying InputClass "evdev pointer catchall"
[     4.121] (**) Logitech USB Trackball: Applying InputClass "Marble Mouse"
[     4.121] (II) Using input driver 'evdev' for 'Logitech USB Trackball'
[     4.121] (**) Logitech USB Trackball: always reports core events
[     4.121] (**) evdev: Logitech USB Trackball: Device: "/dev/input/event4"
[     4.121] (**) evdev: Logitech USB Trackball: ButtonMapping '1 2 3 4 5 6 7 8 9'
[     4.121] (--) evdev: Logitech USB Trackball: Vendor 0x46d Product 0xc408
[     4.121] (--) evdev: Logitech USB Trackball: Found 9 mouse buttons
[     4.121] (--) evdev: Logitech USB Trackball: Found relative axes
[     4.121] (--) evdev: Logitech USB Trackball: Found x and y relative axes
[     4.121] (II) evdev: Logitech USB Trackball: Configuring as mouse
[     4.121] (**) Option "Emulate3Buttons" "true"
[     4.121] (**) Option "EmulateWheel" "true"
[     4.121] (**) Option "EmulateWheelButton" "8"
[     4.121] (**) evdev: Logitech USB Trackball: YAxisMapping: buttons 4 and 5
[     4.121] (**) Option "XAxisMapping" "6 7"
[     4.121] (**) evdev: Logitech USB Trackball: XAxisMapping: buttons 6 and 7
[     4.121] (**) evdev: Logitech USB Trackball: EmulateWheelButton: 8, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     4.121] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/input/input7/event4"
[     4.121] (II) XINPUT: Adding extended input device "Logitech USB Trackball" (type: MOUSE, id 10)
[     4.121] (II) evdev: Logitech USB Trackball: initialized for relative axes.
[     4.122] (**) Logitech USB Trackball: (accel) keeping acceleration scheme 1
[     4.122] (**) Logitech USB Trackball: (accel) acceleration profile 0
[     4.122] (**) Logitech USB Trackball: (accel) acceleration factor: 2.000
[     4.122] (**) Logitech USB Trackball: (accel) acceleration threshold: 4
[     4.122] (II) config/udev: Adding input device Logitech USB Trackball (/dev/input/mouse1)
[     4.122] (II) No input driver specified, ignoring this device.
[     4.122] (II) This device may have been added with another device file.
[     4.122] (II) config/udev: Adding input device KB USB Keyboard (/dev/input/event5)
[     4.122] (**) KB USB Keyboard: Applying InputClass "evdev keyboard catchall"
[     4.122] (II) Using input driver 'evdev' for 'KB USB Keyboard'
[     4.122] (**) KB USB Keyboard: always reports core events
[     4.122] (**) evdev: KB USB Keyboard: Device: "/dev/input/event5"
[     4.122] (--) evdev: KB USB Keyboard: Vendor 0x4d9 Product 0xa055
[     4.122] (--) evdev: KB USB Keyboard: Found keys
[     4.122] (II) evdev: KB USB Keyboard: Configuring as keyboard
[     4.122] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.0/input/input8/event5"
[     4.122] (II) XINPUT: Adding extended input device "KB USB Keyboard" (type: KEYBOARD, id 11)
[     4.122] (**) Option "xkb_rules" "evdev"
[     4.122] (**) Option "xkb_model" "pc105"
[     4.122] (**) Option "xkb_layout" "us"
[     4.122] (II) config/udev: Adding input device KB USB Keyboard (/dev/input/event6)
[     4.122] (**) KB USB Keyboard: Applying InputClass "evdev keyboard catchall"
[     4.122] (II) Using input driver 'evdev' for 'KB USB Keyboard'
[     4.122] (**) KB USB Keyboard: always reports core events
[     4.122] (**) evdev: KB USB Keyboard: Device: "/dev/input/event6"
[     4.122] (--) evdev: KB USB Keyboard: Vendor 0x4d9 Product 0xa055
[     4.122] (--) evdev: KB USB Keyboard: Found 1 mouse buttons
[     4.122] (--) evdev: KB USB Keyboard: Found scroll wheel(s)
[     4.122] (--) evdev: KB USB Keyboard: Found relative axes
[     4.122] (II) evdev: KB USB Keyboard: Forcing relative x/y axes to exist.
[     4.122] (--) evdev: KB USB Keyboard: Found absolute axes
[     4.122] (II) evdev: KB USB Keyboard: Forcing absolute x/y axes to exist.
[     4.122] (--) evdev: KB USB Keyboard: Found keys
[     4.122] (II) evdev: KB USB Keyboard: Configuring as mouse
[     4.122] (II) evdev: KB USB Keyboard: Configuring as keyboard
[     4.122] (II) evdev: KB USB Keyboard: Adding scrollwheel support
[     4.122] (**) evdev: KB USB Keyboard: YAxisMapping: buttons 4 and 5
[     4.122] (**) evdev: KB USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     4.122] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/input/input9/event6"
[     4.122] (II) XINPUT: Adding extended input device "KB USB Keyboard" (type: KEYBOARD, id 12)
[     4.122] (**) Option "xkb_rules" "evdev"
[     4.122] (**) Option "xkb_model" "pc105"
[     4.122] (**) Option "xkb_layout" "us"
[     4.123] (II) evdev: KB USB Keyboard: initialized for relative axes.
[     4.123] (WW) evdev: KB USB Keyboard: ignoring absolute axes.
[     4.123] (**) KB USB Keyboard: (accel) keeping acceleration scheme 1
[     4.123] (**) KB USB Keyboard: (accel) acceleration profile 0
[     4.123] (**) KB USB Keyboard: (accel) acceleration factor: 2.000
[     4.123] (**) KB USB Keyboard: (accel) acceleration threshold: 4
[     4.125] (**) Wacom Intuos3 6x11 eraser: Applying InputClass "evdev tablet catchall"
[     4.125] (**) Wacom Intuos3 6x11 eraser: Applying InputClass "Wacom class"
[     4.125] (II) Using input driver 'wacom' for 'Wacom Intuos3 6x11 eraser'
[     4.125] (**) Wacom Intuos3 6x11 eraser: always reports core events
[     4.125] (**) Option "Device" "/dev/input/event3"
[     4.125] (**) Option "Type" "eraser"
[     4.125] (--) Wacom Intuos3 6x11 eraser: Wacom USB Intuos3 tablet maxX=54204 maxY=31750 maxZ=1023 resX=200000 resY=200000  tilt=enabled
[     4.132] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input6/event3"
[     4.132] (II) XINPUT: Adding extended input device "Wacom Intuos3 6x11 eraser" (type: ERASER, id 13)
[     4.132] (**) Wacom Intuos3 6x11 eraser: (accel) keeping acceleration scheme 1
[     4.132] (**) Wacom Intuos3 6x11 eraser: (accel) acceleration profile 0
[     4.132] (**) Wacom Intuos3 6x11 eraser: (accel) acceleration factor: 2.000
[     4.132] (**) Wacom Intuos3 6x11 eraser: (accel) acceleration threshold: 4
[     4.132] (**) Wacom Intuos3 6x11 cursor: Applying InputClass "evdev tablet catchall"
[     4.132] (**) Wacom Intuos3 6x11 cursor: Applying InputClass "Wacom class"
[     4.132] (II) Using input driver 'wacom' for 'Wacom Intuos3 6x11 cursor'
[     4.132] (**) Wacom Intuos3 6x11 cursor: always reports core events
[     4.132] (**) Option "Device" "/dev/input/event3"
[     4.132] (**) Option "Type" "cursor"
[     4.132] (--) Wacom Intuos3 6x11 cursor: Wacom USB Intuos3 tablet maxX=54204 maxY=31750 maxZ=1023 resX=200000 resY=200000  tilt=enabled
[     4.140] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input6/event3"
[     4.140] (II) XINPUT: Adding extended input device "Wacom Intuos3 6x11 cursor" (type: CURSOR, id 14)
[     4.140] (**) Wacom Intuos3 6x11 cursor: (accel) keeping acceleration scheme 1
[     4.140] (**) Wacom Intuos3 6x11 cursor: (accel) acceleration profile 0
[     4.140] (**) Wacom Intuos3 6x11 cursor: (accel) acceleration factor: 2.000
[     4.140] (**) Wacom Intuos3 6x11 cursor: (accel) acceleration threshold: 4
[     4.140] (**) Wacom Intuos3 6x11 pad: Applying InputClass "evdev tablet catchall"
[     4.140] (**) Wacom Intuos3 6x11 pad: Applying InputClass "Wacom class"
[     4.140] (II) Using input driver 'wacom' for 'Wacom Intuos3 6x11 pad'
[     4.140] (**) Wacom Intuos3 6x11 pad: always reports core events
[     4.140] (**) Option "Device" "/dev/input/event3"
[     4.140] (**) Option "Type" "pad"
[     4.140] (--) Wacom Intuos3 6x11 pad: Wacom USB Intuos3 tablet maxX=54204 maxY=31750 maxZ=1023 resX=200000 resY=200000  tilt=enabled
[     4.148] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input6/event3"
[     4.148] (II) XINPUT: Adding extended input device "Wacom Intuos3 6x11 pad" (type: PAD, id 15)
[     4.148] (**) Wacom Intuos3 6x11 pad: (accel) keeping acceleration scheme 1
[     4.148] (**) Wacom Intuos3 6x11 pad: (accel) acceleration profile 0
[     4.148] (**) Wacom Intuos3 6x11 pad: (accel) acceleration factor: 2.000
[     4.148] (**) Wacom Intuos3 6x11 pad: (accel) acceleration threshold: 4
[    20.785] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm

Picking out some warnings (WW) from log file. Is this anything to be concerned about? Would it goof up Xournal?

[     3.213] (WW) NVIDIA: The Composite and Xinerama extensions are both enabled, which
[     3.213] (WW) NVIDIA:     is an unsupported configuration.  The driver will continue
[     3.213] (WW) NVIDIA:     to load, but may behave strangely.
[     3.213] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[     3.213] (WW) NVIDIA:     X server

I must admit that I haven’t fiddled with xorg.conf for years now. For my needs twinview from nvidia-settings had been all I need for multiple monitors(nvidia-settings->X server display configuration->Selection there the monitor to work with).

As for xinerama Option “Xinerama” “1” uses xorgs xinerama not nvidias own version of it(see readme).

Any how I tried to conf my xorg.conf as I configure multiple monitors from nvidia-settings. My config is one monitor on dvi and right of it TV on hdmi(Well both of them have working edids, but I disabled reading edids and used custom modelines instead). Working xorg.conf is like this:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 343.22  (buildmeister@swio-display-x86-rhel47-05)  Thu Sep 11 16:49:34 PDT 2014

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "ViewSonic VX2268wm"
    HorizSync       24.0 - 186.0
    VertRefresh     50.0 - 120.0
    Option         "DPMS"
    #xvidtune -show for 1680x1050@120Hz so I use name identifier 1680x1050_120
    Modeline "1680x1050_120"   265.28   1680 1700 1720 2030   1050 1053 1059 1089 +hsync +vsync
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Samsung TV"
    HorizSync       26-68
    VertRefresh     23-60
    # xvidtune -show for 1360x768@60Hz so I use name identifier 1360x768_60
    Modeline "1360x768_60"     72.00   1360 1408 1440 1520    768  771  781  790 +hsync -vsync

EndSection

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

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "DVI-D-0: 1680x1050_120 +0+0, HDMI-0: 1360x768_60 +1680+0" #The names of made modelines here
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
    Option "UseEDID" "False"
    Option "UseEDIDDPI" "False"
    Option "UseEDIDFreqs" "False"
    Option "ExactModeTimingsDVI" "True"
EndSection

Word of warning, using modelines might not always work as excepted and you might end up blank screen/s. So if your ttys(alt+cntrl+f1) does not work be sure how to revert your xorg.conf other ways. Good luck.

I notice that the “xinerama” xorg.conf above also results in goofy behavior with a logitech marble trackball mouse (as well as a wacom 5-button mouse) and Nautilus window manager. Similarly to Xournal, a large x-direction offset appears when I try to drag and drop an icon (file). Upon clicking and dragging a file icon with mouse in Nautilus, the icon instantly translates/jumps far away in X-direction. I am using i3 Window Manager.

Thank you to tuke18 for showing a working xorg.conf for dual displays and using user-input modelines.

I tried revising my “TwinView” xorg.conf in view of tuke18 example. The idea from tuke18 seems to be to have distinct names for wo different modelines in use. I am choosing 2560x1440_60_0 (QNIX) and 2560x1440_60_1 (Crossover).

# 1.  primary reference: https://wiki.archlinux.org/index.php/NVIDIA#Multiple_monitors
# 2.  http://us.download.nvidia.com/XFree86/Linux-x86/304.51/README/programmingmodes.html
# Crossover is at LHS and QNIX is at RHS
# Crossover connected to DVI-D which is DFP-3 which is bottom port on GTX 750 Ti
# QNIX connected to DVI-I which is DFP-0 which is top port on GTX 750 Ti
# QNIX is Monitor 0
# Crossover is Monitor 1
# notes in 20140303Intuos3WacomNotes.org
# follow example given by tuke18.  he/she points out how names of modelines are used properly

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    # Identifier "DFP-0"
    VendorName     "QNIX"
    ModelName      "QX2710LED"
    HorizSync       88.8
    VertRefresh     59.5
    # 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
    Modeline "2560x1440_60_0"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync
    DisplaySize 597 336
    Option         "DPMS"
    Option "Enable" "true"
EndSection

# Crossover does not report correct EDID
Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    # Identifier "DFP-3"
    VendorName     "Crossover"
    ModelName      "27Q"
    # parameters from google: crossover 27q monitor edid
    HorizSync       88.8
    VertRefresh     59.5
    Modeline "2560x1440_60_1" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
    DisplaySize 597 336
    Option         "DPMS"
    Option "Enable" "true"
    #Option "LeftOf" "DFP-0" #added this
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 750 Ti"
    BusID          "PCI:2:0:0"
    #Option         "HorizSync"          "DFP-0: 28-33; DFP-1 28-33"
    #Option         "VertRefresh"        "DFP-0: 43-73; DFP-1 43-73"
    #Option "MetaModes" "DFP-0: 2560x1440_60 @2560x1440 +2560+0, DFP-3: 2560x1440_60 @2560x1440 +0+0" #added in per reference 2.
    #Option "MetaModes" "DFP-0: 2560x1440_60, DFP-3: 2560x1440_60" #added in per reference 2.
    #Option         "ConnectedMonitor"   "DFP-0, DFP-3" #Nertskull does not have this line
    #Option         "MetaModeOrientation" "DFP-3 LeftOf DFP-0"
EndSection

Section "Screen"
    Identifier     "metaScreen"
    Device         "Card0"
    Monitor       "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "Stereo" "0"
#    Option         "TwinViewXineramaInfoOrder" "DFP-0"
#    SubSection "Display"
#        Modes          "2560x1440"
#    EndSubSection
#Option "MetaModes" "2560x1440_60, 2560x1440_60" 
# QNIX followed by CROSSOVER
#    Option "MetaModes" "DFP-0: 2560x1440_60 +2560+0, DFP-3: 2560x1440_60 +0+0"
    Option "MetaModes" "DVI-I-1: 2560x1440_60_0 +2560+0, DVI-D-0: 2560x1440_60_1 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
    Option "UseEDID" "False"
    Option "UseEDIDDPI" "False"
    Option "UseEDIDFreqs" "False"
    Option "ExactModeTimingsDVI" "True"
EndSection


Section "ServerLayout"
    Identifier     "TwinLayout"
    Screen         0 "metaScreen" 0 0
    Option         "Xinerama" "0"
EndSection

I end up with Crossover displaying various colors in vertical stripes. I have a feeling this is destructive to the monitor.
xrandr --verbose indicates Crossover is getting different settings than in my xorg.conf; it seems to be getting the same settings as the QNIX monitor.

cat LogFileSixthTry.log | grep WW
[ 4432.885] (WW) NVIDIA(0): Option “Enable” is not used
[ 4432.885] (WW) NVIDIA(0): Option “TwinView” is not used

The following suggests to me that what I put in xorg.conf is not being obeyed:

cat LogFileSixthTry.log | grep mode | tee >(xclip -i -selection primary)
[ 4432.828] (II) NVIDIA(0): Setting mode “DVI-I-1:2560x1440_60_0+2560+0,DVI-D-0:2560x1440_60_1+0+0”
[ 4434.179] (II) NVIDIA(0): Setting mode “DVI-I-1: 2560x1440_60_0 @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, DVI-D-0: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}”
[ 4434.356] (II) NVIDIA(0): Setting mode “DVI-I-1: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440,ViewPortOut=2560x1440+0+0}, DVI-D-0: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}”

logfile:

[  4432.327] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[  4432.327] X Protocol Version 11, Revision 0
[  4432.327] Build Operating System: Linux 3.2.0-61-generic x86_64 Ubuntu
[  4432.327] Current Operating System: Linux dad84-desktop 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64
[  4432.327] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic root=UUID=9be87c6c-5889-4d82-a9d1-e37b46412d7e ro quiet splash
[  4432.327] Build Date: 30 July 2014  12:21:54AM
[  4432.327] xorg-server 2:1.15.1-0ubuntu2.1 (For technical support please see http://www.ubuntu.com/support) 
[  4432.327] Current version of pixman: 0.30.2
[  4432.327] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4432.327] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4432.327] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 13 17:49:06 2014
[  4432.327] (==) Using config file: "/etc/X11/xorg.conf"
[  4432.327] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4432.328] (==) ServerLayout "TwinLayout"
[  4432.328] (**) |-->Screen "metaScreen" (0)
[  4432.328] (**) |   |-->Monitor "Monitor0"
[  4432.328] (**) |   |-->Device "Card0"
[  4432.328] (**) Option "Xinerama" "0"
[  4432.328] (==) Automatically adding devices
[  4432.328] (==) Automatically enabling devices
[  4432.328] (==) Automatically adding GPU devices
[  4432.328] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  4432.328] 	Entry deleted from font path.
[  4432.328] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[  4432.328] 	Entry deleted from font path.
[  4432.328] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  4432.328] 	Entry deleted from font path.
[  4432.328] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[  4432.328] 	Entry deleted from font path.
[  4432.328] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  4432.328] 	Entry deleted from font path.
[  4432.328] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[  4432.328] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[  4432.328] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  4432.328] (II) Loader magic: 0x7ff3866d3d40
[  4432.328] (II) Module ABI versions:
[  4432.328] 	X.Org ANSI C Emulation: 0.4
[  4432.328] 	X.Org Video Driver: 15.0
[  4432.328] 	X.Org XInput driver : 20.0
[  4432.328] 	X.Org Server Extension : 8.0
[  4432.329] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4432.329] (II) xfree86: Adding drm device (/dev/dri/card1)
[  4432.330] (--) PCI: (0:0:2:0) 8086:0152:1849:0152 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[  4432.330] (--) PCI:*(0:2:0:0) 10de:1380:1458:3644 rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[  4432.330] Initializing built-in extension Generic Event Extension
[  4432.330] Initializing built-in extension SHAPE
[  4432.330] Initializing built-in extension MIT-SHM
[  4432.330] Initializing built-in extension XInputExtension
[  4432.330] Initializing built-in extension XTEST
[  4432.330] Initializing built-in extension BIG-REQUESTS
[  4432.330] Initializing built-in extension SYNC
[  4432.331] Initializing built-in extension XKEYBOARD
[  4432.331] Initializing built-in extension XC-MISC
[  4432.331] Initializing built-in extension SECURITY
[  4432.331] Initializing built-in extension XINERAMA
[  4432.331] Initializing built-in extension XFIXES
[  4432.331] Initializing built-in extension RENDER
[  4432.331] Initializing built-in extension RANDR
[  4432.331] Initializing built-in extension COMPOSITE
[  4432.331] Initializing built-in extension DAMAGE
[  4432.331] Initializing built-in extension MIT-SCREEN-SAVER
[  4432.331] Initializing built-in extension DOUBLE-BUFFER
[  4432.331] Initializing built-in extension RECORD
[  4432.331] Initializing built-in extension DPMS
[  4432.331] Initializing built-in extension Present
[  4432.331] Initializing built-in extension DRI3
[  4432.331] Initializing built-in extension X-Resource
[  4432.331] Initializing built-in extension XVideo
[  4432.331] Initializing built-in extension XVideo-MotionCompensation
[  4432.331] Initializing built-in extension SELinux
[  4432.331] Initializing built-in extension XFree86-VidModeExtension
[  4432.331] Initializing built-in extension XFree86-DGA
[  4432.331] Initializing built-in extension XFree86-DRI
[  4432.331] Initializing built-in extension DRI2
[  4432.331] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[  4432.331] (II) "glx" will be loaded by default.
[  4432.331] (WW) "xmir" is not to be loaded by default. Skipping.
[  4432.331] (II) LoadModule: "glx"
[  4432.331] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[  4432.341] (II) Module glx: vendor="NVIDIA Corporation"
[  4432.341] 	compiled for 4.0.2, module version = 1.0.0
[  4432.341] 	Module class: X.Org Server Extension
[  4432.341] (II) NVIDIA GLX Module  340.46  Wed Sep 24 13:54:14 PDT 2014
[  4432.341] Loading extension GLX
[  4432.341] (II) LoadModule: "nvidia"
[  4432.341] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[  4432.341] (II) Module nvidia: vendor="NVIDIA Corporation"
[  4432.341] 	compiled for 4.0.2, module version = 1.0.0
[  4432.341] 	Module class: X.Org Video Driver
[  4432.341] (II) NVIDIA dlloader X Driver  340.46  Wed Sep 24 13:34:03 PDT 2014
[  4432.341] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  4432.341] (++) using VT number 7

[  4432.341] (II) Loading sub module "fb"
[  4432.341] (II) LoadModule: "fb"
[  4432.341] (II) Loading /usr/lib/xorg/modules/libfb.so
[  4432.341] (II) Module fb: vendor="X.Org Foundation"
[  4432.341] 	compiled for 1.15.1, module version = 1.0.0
[  4432.341] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4432.341] (WW) Unresolved symbol: fbGetGCPrivateKey
[  4432.341] (II) Loading sub module "wfb"
[  4432.341] (II) LoadModule: "wfb"
[  4432.342] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  4432.342] (II) Module wfb: vendor="X.Org Foundation"
[  4432.342] 	compiled for 1.15.1, module version = 1.0.0
[  4432.342] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4432.342] (II) Loading sub module "ramdac"
[  4432.342] (II) LoadModule: "ramdac"
[  4432.342] (II) Module "ramdac" already built-in
[  4432.342] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  4432.342] (==) NVIDIA(0): RGB weight 888
[  4432.342] (==) NVIDIA(0): Default visual is TrueColor
[  4432.342] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  4432.342] (**) NVIDIA(0): Option "Stereo" "0"
[  4432.342] (**) NVIDIA(0): Option "UseEdidFreqs" "False"
[  4432.342] (**) NVIDIA(0): Option "ExactModeTimingsDVI" "True"
[  4432.342] (**) NVIDIA(0): Option "UseEdidDpi" "False"
[  4432.342] (**) NVIDIA(0): Option "SLI" "Off"
[  4432.342] (**) NVIDIA(0): Option "MultiGPU" "Off"
[  4432.342] (**) NVIDIA(0): Option "BaseMosaic" "off"
[  4432.342] (**) NVIDIA(0): Stereo disabled by request
[  4432.342] (**) NVIDIA(0): NVIDIA SLI disabled.
[  4432.342] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[  4432.342] (**) NVIDIA(0): Option "UseEDID" "False"
[  4432.342] (**) NVIDIA(0): Option "MetaModes" "DVI-I-1: 2560x1440_60_0 +2560+0, DVI-D-0: 2560x1440_60_1 +0+0"
[  4432.342] (**) NVIDIA(0): Enabling 2D acceleration
[  4432.342] (**) NVIDIA(0): Ignoring EDIDs
[  4432.788] (II) NVIDIA(0): Not probing EDID on DFP-0.
[  4432.788] (II) NVIDIA(0): Not probing EDID on DFP-3.
[  4432.788] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[  4432.789] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 750 Ti (GM107-A) at PCI:2:0:0 (GPU-0)
[  4432.790] (--) NVIDIA(0): Memory: 2097152 kBytes
[  4432.790] (--) NVIDIA(0): VideoBIOS: 82.07.32.00.ab
[  4432.790] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  4432.792] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 750 Ti at PCI:2:0:0
[  4432.792] (--) NVIDIA(0):     CRT-0
[  4432.792] (--) NVIDIA(0):     DFP-0 (boot, connected)
[  4432.792] (--) NVIDIA(0):     DFP-1
[  4432.792] (--) NVIDIA(0):     DFP-2
[  4432.792] (--) NVIDIA(0):     DFP-3 (connected)
[  4432.792] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  4432.792] (--) NVIDIA(0): DFP-0: Internal TMDS
[  4432.792] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  4432.792] (--) NVIDIA(0): DFP-1: Internal TMDS
[  4432.792] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  4432.792] (--) NVIDIA(0): DFP-2: Internal TMDS
[  4432.792] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  4432.792] (--) NVIDIA(0): DFP-3: Internal TMDS
[  4432.792] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[  4432.792] (**) NVIDIA(0): Not using HorizSync/VertRefresh ranges from the EDID for
[  4432.792] (**) NVIDIA(0):     display device DFP-0 (Using EDID frequencies has been
[  4432.792] (**) NVIDIA(0):     disabled on all display devices.)
[  4432.792] (**) NVIDIA(0): Not using HorizSync/VertRefresh ranges from the EDID for
[  4432.792] (**) NVIDIA(0):     display device DFP-3 (Using EDID frequencies has been
[  4432.792] (**) NVIDIA(0):     disabled on all display devices.)
[  4432.793] (II) NVIDIA(0): Validated MetaModes:
[  4432.793] (II) NVIDIA(0):    
[  4432.793] (II) NVIDIA(0):     "DVI-I-1:2560x1440_60_0+2560+0,DVI-D-0:2560x1440_60_1+0+0"
[  4432.793] (II) NVIDIA(0): Virtual screen size determined to be 5120 x 1440
[  4432.823] (**) NVIDIA(0): DPI set to (217, 108); computed from "DisplaySize" Monitor
[  4432.823] (**) NVIDIA(0):     section option
[  4432.823] (--) Depth 24 pixmap format is 32 bpp
[  4432.823] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[  4432.823] (II) NVIDIA:     access.
[  4432.828] (II) NVIDIA(0): Setting mode "DVI-I-1:2560x1440_60_0+2560+0,DVI-D-0:2560x1440_60_1+0+0"
[  4432.868] Loading extension NV-GLX
[  4432.884] (==) NVIDIA(0): Disabling shared memory pixmaps
[  4432.885] (==) NVIDIA(0): Backing store enabled
[  4432.885] (==) NVIDIA(0): Silken mouse enabled
[  4432.885] (**) NVIDIA(0): DPMS enabled
[  4432.885] Loading extension NV-CONTROL
[  4432.885] Loading extension XINERAMA
[  4432.885] (WW) NVIDIA(0): Option "Enable" is not used
[  4432.885] (WW) NVIDIA(0): Option "TwinView" is not used
[  4432.885] (II) Loading sub module "dri2"
[  4432.885] (II) LoadModule: "dri2"
[  4432.885] (II) Module "dri2" already built-in
[  4432.885] (II) NVIDIA(0): [DRI2] Setup complete
[  4432.885] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  4432.885] (--) RandR disabled
[  4432.888] (II) SELinux: Disabled on system
[  4432.889] (II) Initializing extension GLX
[  4432.898] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[  4432.900] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  4432.900] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  4432.900] (II) LoadModule: "evdev"
[  4432.900] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  4432.900] (II) Module evdev: vendor="X.Org Foundation"
[  4432.900] 	compiled for 1.15.0, module version = 2.8.2
[  4432.900] 	Module class: X.Org XInput Driver
[  4432.900] 	ABI class: X.Org XInput driver, version 20.0
[  4432.900] (II) Using input driver 'evdev' for 'Power Button'
[  4432.900] (**) Power Button: always reports core events
[  4432.900] (**) evdev: Power Button: Device: "/dev/input/event1"
[  4432.900] (--) evdev: Power Button: Vendor 0 Product 0x1
[  4432.900] (--) evdev: Power Button: Found keys
[  4432.900] (II) evdev: Power Button: Configuring as keyboard
[  4432.900] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  4432.900] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  4432.900] (**) Option "xkb_rules" "evdev"
[  4432.900] (**) Option "xkb_model" "pc105"
[  4432.900] (**) Option "xkb_layout" "us"
[  4432.900] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[  4432.900] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  4432.900] (II) Using input driver 'evdev' for 'Video Bus'
[  4432.900] (**) Video Bus: always reports core events
[  4432.900] (**) evdev: Video Bus: Device: "/dev/input/event2"
[  4432.900] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  4432.900] (--) evdev: Video Bus: Found keys
[  4432.900] (II) evdev: Video Bus: Configuring as keyboard
[  4432.900] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5/event2"
[  4432.900] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  4432.900] (**) Option "xkb_rules" "evdev"
[  4432.900] (**) Option "xkb_model" "pc105"
[  4432.900] (**) Option "xkb_layout" "us"
[  4432.901] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  4432.901] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  4432.901] (II) Using input driver 'evdev' for 'Power Button'
[  4432.901] (**) Power Button: always reports core events
[  4432.901] (**) evdev: Power Button: Device: "/dev/input/event0"
[  4432.901] (--) evdev: Power Button: Vendor 0 Product 0x1
[  4432.901] (--) evdev: Power Button: Found keys
[  4432.901] (II) evdev: Power Button: Configuring as keyboard
[  4432.901] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[  4432.901] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  4432.901] (**) Option "xkb_rules" "evdev"
[  4432.901] (**) Option "xkb_model" "pc105"
[  4432.901] (**) Option "xkb_layout" "us"
[  4432.901] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/drm/card0
[  4432.901] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[  4432.901] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[  4432.901] (II) No input driver specified, ignoring this device.
[  4432.901] (II) This device may have been added with another device file.
[  4432.901] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[  4432.901] (II) No input driver specified, ignoring this device.
[  4432.901] (II) This device may have been added with another device file.
[  4432.901] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[  4432.901] (II) No input driver specified, ignoring this device.
[  4432.901] (II) This device may have been added with another device file.
[  4432.902] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[  4432.902] (II) No input driver specified, ignoring this device.
[  4432.902] (II) This device may have been added with another device file.
[  4432.902] (II) config/udev: Adding drm device (/dev/dri/card1) card1 /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[  4432.902] (II) config/udev: Ignoring already known drm device (/dev/dri/card1)
[  4432.902] (II) config/udev: Adding input device KB USB Keyboard (/dev/input/event4)
[  4432.902] (**) KB USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  4432.902] (II) Using input driver 'evdev' for 'KB USB Keyboard'
[  4432.902] (**) KB USB Keyboard: always reports core events
[  4432.902] (**) evdev: KB USB Keyboard: Device: "/dev/input/event4"
[  4432.902] (--) evdev: KB USB Keyboard: Vendor 0x4d9 Product 0xa055
[  4432.902] (--) evdev: KB USB Keyboard: Found keys
[  4432.902] (II) evdev: KB USB Keyboard: Configuring as keyboard
[  4432.902] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input7/event4"
[  4432.902] (II) XINPUT: Adding extended input device "KB USB Keyboard" (type: KEYBOARD, id 9)
[  4432.902] (**) Option "xkb_rules" "evdev"
[  4432.902] (**) Option "xkb_model" "pc105"
[  4432.902] (**) Option "xkb_layout" "us"
[  4432.902] (II) config/udev: Adding input device KB USB Keyboard (/dev/input/event6)
[  4432.902] (**) KB USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  4432.902] (II) Using input driver 'evdev' for 'KB USB Keyboard'
[  4432.902] (**) KB USB Keyboard: always reports core events
[  4432.902] (**) evdev: KB USB Keyboard: Device: "/dev/input/event6"
[  4432.902] (--) evdev: KB USB Keyboard: Vendor 0x4d9 Product 0xa055
[  4432.902] (--) evdev: KB USB Keyboard: Found 1 mouse buttons
[  4432.902] (--) evdev: KB USB Keyboard: Found scroll wheel(s)
[  4432.902] (--) evdev: KB USB Keyboard: Found relative axes
[  4432.902] (II) evdev: KB USB Keyboard: Forcing relative x/y axes to exist.
[  4432.902] (--) evdev: KB USB Keyboard: Found absolute axes
[  4432.902] (II) evdev: KB USB Keyboard: Forcing absolute x/y axes to exist.
[  4432.902] (--) evdev: KB USB Keyboard: Found keys
[  4432.902] (II) evdev: KB USB Keyboard: Configuring as mouse
[  4432.902] (II) evdev: KB USB Keyboard: Configuring as keyboard
[  4432.902] (II) evdev: KB USB Keyboard: Adding scrollwheel support
[  4432.902] (**) evdev: KB USB Keyboard: YAxisMapping: buttons 4 and 5
[  4432.902] (**) evdev: KB USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  4432.902] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/input/input9/event6"
[  4432.902] (II) XINPUT: Adding extended input device "KB USB Keyboard" (type: KEYBOARD, id 10)
[  4432.902] (**) Option "xkb_rules" "evdev"
[  4432.902] (**) Option "xkb_model" "pc105"
[  4432.902] (**) Option "xkb_layout" "us"
[  4432.903] (II) evdev: KB USB Keyboard: initialized for relative axes.
[  4432.903] (WW) evdev: KB USB Keyboard: ignoring absolute axes.
[  4432.903] (**) KB USB Keyboard: (accel) keeping acceleration scheme 1
[  4432.903] (**) KB USB Keyboard: (accel) acceleration profile 0
[  4432.903] (**) KB USB Keyboard: (accel) acceleration factor: 2.000
[  4432.903] (**) KB USB Keyboard: (accel) acceleration threshold: 4
[  4432.903] (II) config/udev: Adding input device Wacom Intuos3 6x11 (/dev/input/event3)
[  4432.903] (**) Wacom Intuos3 6x11: Applying InputClass "evdev tablet catchall"
[  4432.903] (**) Wacom Intuos3 6x11: Applying InputClass "Wacom class"
[  4432.903] (II) LoadModule: "wacom"
[  4432.903] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[  4432.903] (II) Module wacom: vendor="X.Org Foundation"
[  4432.903] 	compiled for 1.15.0, module version = 0.23.0
[  4432.903] 	Module class: X.Org XInput Driver
[  4432.903] 	ABI class: X.Org XInput driver, version 20.0
[  4432.903] (II) wacom: Driver for Wacom graphics tablets: PenPartner, Graphire,
	Graphire2 4x5, Graphire2 5x7, Graphire3 4x5, Graphire3 6x8,
	Graphire4 4x5, Graphire4 6x8, BambooFun 4x5, BambooFun 6x8,
	Bamboo1 Medium, Graphire4 6x8 BlueTooth, CTL-460, CTH-461, CTL-660,
	CTL-461/S, Bamboo Touch, CTH-460/K, CTH-461/S, CTH-661/S1, CTH-461/L,
	CTH-661/L, Intuos 4x5, Intuos 6x8, Intuos 9x12, Intuos 12x12,
	Intuos 12x18, PTU600, PL400, PL500, PL600, PL600SX, PL550, PL800,
	PL700, PL510, PL710, DTI520, DTF720, DTF720a, DTF521, DTU1931,
	DTU2231, DTU1631, Intuos2 4x5, Intuos2 6x8, Intuos2 9x12,
	Intuos2 12x12, Intuos2 12x18, Intuos2 6x8 , Volito, PenStation,
	Volito2 4x5, Volito2 2x3, PenPartner2, Bamboo, Bamboo1, Bamboo1 4x6,
	Bamboo1 5x8, Intuos3 4x5, Intuos3 6x8, Intuos3 9x12, Intuos3 12x12,
	Intuos3 12x19, Intuos3 6x11, Intuos3 4x6, Intuos4 4x6, Intuos4 6x9,
	Intuos4 8x13, Intuos4 12x19, Intuos4 WL USB Endpoint,
	Intuos4 WL Bluetooth Endpoint, Intuos5 touch S, Intuos5 touch M,
	Intuos5 touch L, Intuos5 S, Intuos5 M, Intuos Pro S, Intuos Pro M,
	Intuos Pro L, Cintiq 21UX, Cintiq 20WSX, Cintiq 12WX, Cintiq 21UX2,
	Cintiq 24HD, Cintiq 22HD, Cintiq 24HD touch (EMR digitizer),
	Cintiq 13HD, DTK2241, DTH2242, Cintiq 22HDT, TabletPC 0x90,
	TabletPC 0x93, TabletPC 0x97, TabletPC 0x9A, CapPlus  0x9F,
	TabletPC 0xE2, TabletPC 0xE3, TabletPC 0xE5, TabletPC 0xE6,
	TabletPC 0xEC, TabletPC 0xED, TabletPC 0xEF, TabletPC 0x100,
	TabletPC 0x101, TabletPC 0x10D, TabletPC 0x4001, usb:172f:0024,
	usb:172f:0025, usb:172f:0026, usb:172f:0027, usb:172f:0028,
	usb:172f:0030, usb:172f:0031, usb:172f:0032, usb:172f:0033,
	usb:172f:0034, usb:172f:0035, usb:172f:0036, usb:172f:0037,
	usb:172f:0038, usb:172f:0039, usb:172f:0051, usb:172f:0052,
	usb:172f:0053, usb:172f:0054, usb:172f:0055, usb:172f:0056,
	usb:172f:0057, usb:172f:0058, usb:172f:0500, usb:172f:0501,
	usb:172f:0502, usb:172f:0503, usb:1b96:0001, usb:17ef:6004
[  4432.904] (II) Using input driver 'wacom' for 'Wacom Intuos3 6x11'
[  4432.904] (**) Wacom Intuos3 6x11: always reports core events
[  4432.904] (**) Option "Device" "/dev/input/event3"
[  4432.904] (II) Wacom Intuos3 6x11: type not specified, assuming 'stylus'.
[  4432.904] (II) Wacom Intuos3 6x11: other types will be automatically added.
[  4432.904] (--) Wacom Intuos3 6x11 stylus: using pressure threshold of 27 for button 1
[  4432.904] (--) Wacom Intuos3 6x11 stylus: Wacom USB Intuos3 tablet maxX=54204 maxY=31750 maxZ=1023 resX=200000 resY=200000  tilt=enabled
[  4432.904] (II) Wacom Intuos3 6x11 stylus: hotplugging dependent devices.
[  4432.904] (EE) Wacom Intuos3 6x11 stylus: Invalid type 'touch' for this device.
[  4432.904] (II) Wacom Intuos3 6x11 stylus: hotplugging completed.
[  4432.916] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input6/event3"
[  4432.916] (II) XINPUT: Adding extended input device "Wacom Intuos3 6x11 stylus" (type: STYLUS, id 11)
[  4432.916] (**) Wacom Intuos3 6x11 stylus: (accel) keeping acceleration scheme 1
[  4432.916] (**) Wacom Intuos3 6x11 stylus: (accel) acceleration profile 0
[  4432.916] (**) Wacom Intuos3 6x11 stylus: (accel) acceleration factor: 2.000
[  4432.916] (**) Wacom Intuos3 6x11 stylus: (accel) acceleration threshold: 4
[  4432.916] (II) config/udev: Adding input device Wacom Intuos3 6x11 (/dev/input/mouse0)
[  4432.916] (II) No input driver specified, ignoring this device.
[  4432.916] (II) This device may have been added with another device file.
[  4432.916] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event13)
[  4432.916] (II) No input driver specified, ignoring this device.
[  4432.916] (II) This device may have been added with another device file.
[  4432.916] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[  4432.916] (II) No input driver specified, ignoring this device.
[  4432.916] (II) This device may have been added with another device file.
[  4432.916] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event11)
[  4432.917] (II) No input driver specified, ignoring this device.
[  4432.917] (II) This device may have been added with another device file.
[  4432.917] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[  4432.917] (II) No input driver specified, ignoring this device.
[  4432.917] (II) This device may have been added with another device file.
[  4432.917] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event9)
[  4432.917] (II) No input driver specified, ignoring this device.
[  4432.917] (II) This device may have been added with another device file.
[  4432.917] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[  4432.917] (II) No input driver specified, ignoring this device.
[  4432.917] (II) This device may have been added with another device file.
[  4432.917] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event7)
[  4432.917] (II) No input driver specified, ignoring this device.
[  4432.917] (II) This device may have been added with another device file.
[  4432.917] (II) config/udev: Adding input device Logitech USB Trackball (/dev/input/event5)
[  4432.917] (**) Logitech USB Trackball: Applying InputClass "evdev pointer catchall"
[  4432.917] (**) Logitech USB Trackball: Applying InputClass "Marble Mouse"
[  4432.917] (II) Using input driver 'evdev' for 'Logitech USB Trackball'
[  4432.917] (**) Logitech USB Trackball: always reports core events
[  4432.917] (**) evdev: Logitech USB Trackball: Device: "/dev/input/event5"
[  4432.917] (**) evdev: Logitech USB Trackball: ButtonMapping '1 2 3 4 5 6 7 8 9'
[  4432.917] (--) evdev: Logitech USB Trackball: Vendor 0x46d Product 0xc408
[  4432.917] (--) evdev: Logitech USB Trackball: Found 9 mouse buttons
[  4432.917] (--) evdev: Logitech USB Trackball: Found relative axes
[  4432.917] (--) evdev: Logitech USB Trackball: Found x and y relative axes
[  4432.917] (II) evdev: Logitech USB Trackball: Configuring as mouse
[  4432.917] (**) Option "Emulate3Buttons" "true"
[  4432.917] (**) Option "EmulateWheel" "true"
[  4432.917] (**) Option "EmulateWheelButton" "8"
[  4432.917] (**) evdev: Logitech USB Trackball: YAxisMapping: buttons 4 and 5
[  4432.917] (**) Option "XAxisMapping" "6 7"
[  4432.917] (**) evdev: Logitech USB Trackball: XAxisMapping: buttons 6 and 7
[  4432.917] (**) evdev: Logitech USB Trackball: EmulateWheelButton: 8, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  4432.917] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/input/input8/event5"
[  4432.917] (II) XINPUT: Adding extended input device "Logitech USB Trackball" (type: MOUSE, id 12)
[  4432.917] (II) evdev: Logitech USB Trackball: initialized for relative axes.
[  4432.918] (**) Logitech USB Trackball: (accel) keeping acceleration scheme 1
[  4432.918] (**) Logitech USB Trackball: (accel) acceleration profile 0
[  4432.918] (**) Logitech USB Trackball: (accel) acceleration factor: 2.000
[  4432.918] (**) Logitech USB Trackball: (accel) acceleration threshold: 4
[  4432.918] (II) config/udev: Adding input device Logitech USB Trackball (/dev/input/mouse1)
[  4432.918] (II) No input driver specified, ignoring this device.
[  4432.918] (II) This device may have been added with another device file.
[  4432.921] (**) Wacom Intuos3 6x11 eraser: Applying InputClass "evdev tablet catchall"
[  4432.921] (**) Wacom Intuos3 6x11 eraser: Applying InputClass "Wacom class"
[  4432.921] (II) Using input driver 'wacom' for 'Wacom Intuos3 6x11 eraser'
[  4432.921] (**) Wacom Intuos3 6x11 eraser: always reports core events
[  4432.921] (**) Option "Device" "/dev/input/event3"
[  4432.921] (**) Option "Type" "eraser"
[  4432.921] (--) Wacom Intuos3 6x11 eraser: Wacom USB Intuos3 tablet maxX=54204 maxY=31750 maxZ=1023 resX=200000 resY=200000  tilt=enabled
[  4432.928] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input6/event3"
[  4432.928] (II) XINPUT: Adding extended input device "Wacom Intuos3 6x11 eraser" (type: ERASER, id 13)
[  4432.928] (**) Wacom Intuos3 6x11 eraser: (accel) keeping acceleration scheme 1
[  4432.928] (**) Wacom Intuos3 6x11 eraser: (accel) acceleration profile 0
[  4432.928] (**) Wacom Intuos3 6x11 eraser: (accel) acceleration factor: 2.000
[  4432.928] (**) Wacom Intuos3 6x11 eraser: (accel) acceleration threshold: 4
[  4432.928] (**) Wacom Intuos3 6x11 cursor: Applying InputClass "evdev tablet catchall"
[  4432.928] (**) Wacom Intuos3 6x11 cursor: Applying InputClass "Wacom class"
[  4432.928] (II) Using input driver 'wacom' for 'Wacom Intuos3 6x11 cursor'
[  4432.928] (**) Wacom Intuos3 6x11 cursor: always reports core events
[  4432.928] (**) Option "Device" "/dev/input/event3"
[  4432.928] (**) Option "Type" "cursor"
[  4432.928] (--) Wacom Intuos3 6x11 cursor: Wacom USB Intuos3 tablet maxX=54204 maxY=31750 maxZ=1023 resX=200000 resY=200000  tilt=enabled
(EE) tool not initialized yet. Skipping event. 
[  4432.936] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input6/event3"
[  4432.936] (II) XINPUT: Adding extended input device "Wacom Intuos3 6x11 cursor" (type: CURSOR, id 14)
[  4432.936] (**) Wacom Intuos3 6x11 cursor: (accel) keeping acceleration scheme 1
[  4432.936] (**) Wacom Intuos3 6x11 cursor: (accel) acceleration profile 0
[  4432.936] (**) Wacom Intuos3 6x11 cursor: (accel) acceleration factor: 2.000
[  4432.936] (**) Wacom Intuos3 6x11 cursor: (accel) acceleration threshold: 4
[  4432.936] (**) Wacom Intuos3 6x11 pad: Applying InputClass "evdev tablet catchall"
[  4432.936] (**) Wacom Intuos3 6x11 pad: Applying InputClass "Wacom class"
[  4432.936] (II) Using input driver 'wacom' for 'Wacom Intuos3 6x11 pad'
[  4432.936] (**) Wacom Intuos3 6x11 pad: always reports core events
[  4432.936] (**) Option "Device" "/dev/input/event3"
[  4432.936] (**) Option "Type" "pad"
[  4432.936] (--) Wacom Intuos3 6x11 pad: Wacom USB Intuos3 tablet maxX=54204 maxY=31750 maxZ=1023 resX=200000 resY=200000  tilt=enabled
[  4432.944] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input6/event3"
[  4432.944] (II) XINPUT: Adding extended input device "Wacom Intuos3 6x11 pad" (type: PAD, id 15)
[  4432.944] (**) Wacom Intuos3 6x11 pad: (accel) keeping acceleration scheme 1
[  4432.944] (**) Wacom Intuos3 6x11 pad: (accel) acceleration profile 0
[  4432.944] (**) Wacom Intuos3 6x11 pad: (accel) acceleration factor: 2.000
[  4432.944] (**) Wacom Intuos3 6x11 pad: (accel) acceleration threshold: 4
[  4434.083] (II) NVIDIA(GPU-0): Not probing EDID on DFP-0.
[  4434.083] (II) NVIDIA(GPU-0): Not probing EDID on DFP-3.
[  4434.179] (II) NVIDIA(0): Setting mode "DVI-I-1: 2560x1440_60_0 @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, DVI-D-0: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[  4434.356] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, DVI-D-0: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[  4434.431] (II) NVIDIA(GPU-0): Not probing EDID on DFP-0.
[  4434.431] (II) NVIDIA(GPU-0): Not probing EDID on DFP-3.
[  4461.492] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm

In frustration, I come up with the idea of correcting things after the fact with xrandr, and just living with the above defective xorg.conf. I wrote a shell script to do the xrandr commands to force the desired modeline onto the Crossover monitor. I now have a somewhat working system, in what I assume is TwinView. There is a single X screen, windows can be dragged between monitors, but
a single window never seems to end up filling both monitors at once, instead maximizing to the monitor it’s currently in. Xournal seems to be working correctly. The big annoyance is I have to have the Crossover monitor turned off until the system is fully started up, or fully logged in. Otherwise the Crossover ends up with the wrong modeline (resulting in multicolored vertical stripes) until my xrandr statements can fix it, which doesn’t happen until the window manager is done starting up. I tried doing a lightdm startup script, but it didn’t work, and I gave up. I’m just going to use the system as-is for awhile (tired out from struggling).

I also tried rewriting my “Xinerama” xorg.conf in view of tuke18, but saw no improvement.

I never got “separate X screens” to work, but since Xournal seems to work in “TwinView,” there seems no need for it at this time.