Announcement

Collapse
No announcement yet.

NVIDIA and multi monitor

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    NVIDIA and multi monitor

    I have a Dell Precision Workstation with Intel onboard graphics and NVIDIA Quadro K1100M GPU. I have been trying to get my two montiors that are connected to my docking station to display my DE. With the open source drivers I can get all three screens but the performance was slow and one of the screens was having issues dragging windows. I tried to install the NVIDIA drivers and now only one screen is show and NVIDIA is not see my other monitor nor my laptop screen. However it is performing really well. I am attaching my randr and Xorg output. Any advice would be appreciated. Thanks!

    xorg.conf
    Code:
    Precision-M4800:~$ cat /etc/X11/xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings:  version 331.20  (buildd@roseapple)  Mon Feb  3 15:07:22 UTC 2014
    
    
    Section "ServerLayout"
        Identifier     "layout"
        Screen      0  "Screen0" 0 0
        Inactive       "intel"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
        Option         "Xinerama" "0"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    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 "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "DELL P2211H"
        HorizSync       30.0 - 83.0
        VertRefresh     56.0 - 76.0
        Option         "DPMS"
    EndSection
    
    Section "Device"
        Identifier     "intel"
        Driver         "intel"
        Option         "AccelMethod" "SNA"
        BusID          "PCI:0@0:2:0"
    EndSection
    
    Section "Device"
        Identifier     "nvidia"
        Driver         "nvidia"
        Option         "ConstrainCursor" "off"
        BusID          "PCI:1@0:0:0"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "Quadro K1100M"
    EndSection
    
    Section "Screen"
        Identifier     "intel"
        Device         "intel"
        Monitor        "Monitor0"
    EndSection
    
    Section "Screen"
        Identifier     "nvidia"
        Device         "nvidia"
        Monitor        "Monitor0"
        Option         "AllowEmptyInitialConfiguration" "on"
        Option         "IgnoreDisplayDevices" "CRT"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "Stereo" "0"
        Option         "nvidiaXineramaInfoOrder" "DFP-0"
        Option         "metamodes" "nvidia-auto-select +0+0"
        Option         "SLI" "Off"
        Option         "MultiGPU" "Off"
        Option         "BaseMosaic" "off"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    
    Section "Extensions"
        Option         "Composite" "Disable"
    EndSection
    randr
    Code:
    Precision-M4800:~$ xrandr 
    Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
    DP-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
       1920x1080      60.0*+
       1280x1024      75.0     60.0  
       1152x864       75.0  
       1024x768       75.0     60.0  
       800x600        75.0     60.3  
       640x480        75.0     59.9  
    DP-1 disconnected (normal left inverted right x axis y axis)
    DP-2 disconnected (normal left inverted right x axis y axis)
    DP-3 disconnected (normal left inverted right x axis y axis)
    DP-4 disconnected (normal left inverted right x axis y axis)
    DP-5 disconnected (normal left inverted right x axis y axis)
    Xorg.0.log
    Code:
    Precision-M4800:~$ cat /var/log/Xorg.0.log
    [  1074.241] 
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [  1074.244] X Protocol Version 11, Revision 0
    [  1074.245] Build Operating System: Linux 3.2.0-70-generic x86_64 Ubuntu
    [  1074.247] Current Operating System: Linux hhernandez-Precision-M4800 3.16.0-45-generic #60~14.04.1-Ubuntu SMP Fri Jul 24 21:16:23 UTC 2015 x86_64
    [  1074.247] Kernel command line: BOOT_IMAGE=/vmlinuz-3.16.0-45-generic root=/dev/mapper/it--vg-root ro quiet splash
    [  1074.249] Build Date: 12 February 2015  11:11:26PM
    [  1074.250] xorg-server 2:1.16.0-1ubuntu1.2~trusty2 (For technical support please see http://www.ubuntu.com/support) 
    [  1074.252] Current version of pixman: 0.30.2
    [  1074.254]    Before reporting problems, check http://wiki.x.org
            to make sure that you have the latest version.
    [  1074.254] Markers: (--) probed, (**) from config file, (==) default setting,
            (++) from command line, (!!) notice, (II) informational,
            (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [  1074.260] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 16 00:27:50 2015
    [  1074.261] (==) Using config file: "/etc/X11/xorg.conf"
    [  1074.263] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [  1074.263] (==) ServerLayout "layout"
    [  1074.263] (**) |-->Screen "nvidia" (0)
    [  1074.263] (**) |   |-->Monitor "<default monitor>"
    [  1074.264] (**) |   |-->Device "nvidia"
    [  1074.264] (==) No monitor specified for screen "nvidia".
            Using a default monitor configuration.
    [  1074.264] (**) |-->Inactive Device "intel"
    [  1074.264] (==) Automatically adding devices
    [  1074.264] (==) Automatically enabling devices
    [  1074.264] (==) Automatically adding GPU devices
    [  1074.264] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [  1074.264]    Entry deleted from font path.
    [  1074.264] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    [  1074.264]    Entry deleted from font path.
    [  1074.264] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
    [  1074.264]    Entry deleted from font path.
    [  1074.264] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    [  1074.264]    Entry deleted from font path.
    [  1074.264] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    [  1074.264]    Entry deleted from font path.
    [  1074.264] (==) FontPath set to:
            /usr/share/fonts/X11/misc,
            /usr/share/fonts/X11/Type1,
            built-ins
    [  1074.264] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    [  1074.264] (II) The server relies on udev to provide the list of input devices.
            If no devices become available, reconfigure udev or disable AutoAddDevices.
    [  1074.264] (II) Loader magic: 0x7f9fd3002c80
    [  1074.264] (II) Module ABI versions:
    [  1074.264]    X.Org ANSI C Emulation: 0.4
    [  1074.264]    X.Org Video Driver: 18.0
    [  1074.264]    X.Org XInput driver : 21.0
    [  1074.264]    X.Org Server Extension : 8.0
    [  1074.264] (II) xfree86: Adding drm device (/dev/dri/card1)
    [  1074.264] (II) xfree86: Adding drm device (/dev/dri/card0)
    [  1074.266] (--) PCI:*(0:0:2:0) 8086:0416:1028:05cc rev 6, Mem @ 0xf5400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [  1074.266] (--) PCI: (0:1:0:0) 10de:0ff6:1028:15cc rev 161, Mem @ 0xf4000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [  1074.267] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
    [  1074.267] (II) "glx" will be loaded by default.
    [  1074.267] (II) LoadModule: "glx"
    [  1074.267] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
    [  1074.280] (II) Module glx: vendor="NVIDIA Corporation"
    [  1074.280]    compiled for 4.0.2, module version = 1.0.0
    [  1074.280]    Module class: X.Org Server Extension
    [  1074.280] (II) NVIDIA GLX Module  346.82  Wed Jun 17 09:58:36 PDT 2015
    [  1074.280] (II) LoadModule: "nvidia"
    [  1074.280] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
    [  1074.280] (II) Module nvidia: vendor="NVIDIA Corporation"
    [  1074.280]    compiled for 4.0.2, module version = 1.0.0
    [  1074.280]    Module class: X.Org Video Driver
    [  1074.280] (II) LoadModule: "intel"
    [  1074.281] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [  1074.281] (II) Module intel: vendor="X.Org Foundation"
    [  1074.281]    compiled for 1.16.0, module version = 2.99.914
    [  1074.281]    Module class: X.Org Video Driver
    [  1074.281]    ABI class: X.Org Video Driver, version 18.0
    [  1074.281] (II) NVIDIA dlloader X Driver  346.82  Wed Jun 17 09:36:36 PDT 2015
    [  1074.281] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [  1074.281] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
            i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
            915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
            Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
            GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    [  1074.281] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [  1074.281] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [  1074.281] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [  1074.281] (--) using VT number 8
    
    [  1074.289] (II) Loading sub module "fb"
    [  1074.289] (II) LoadModule: "fb"
    [  1074.290] (II) Loading /usr/lib/xorg/modules/libfb.so
    [  1074.290] (II) Module fb: vendor="X.Org Foundation"
    [  1074.290]    compiled for 1.16.0, module version = 1.0.0
    [  1074.290]    ABI class: X.Org ANSI C Emulation, version 0.4
    [  1074.290] (II) Loading sub module "wfb"
    [  1074.290] (II) LoadModule: "wfb"
    [  1074.290] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [  1074.290] (II) Module wfb: vendor="X.Org Foundation"
    [  1074.290]    compiled for 1.16.0, module version = 1.0.0
    [  1074.290]    ABI class: X.Org ANSI C Emulation, version 0.4
    [  1074.290] (II) Loading sub module "ramdac"
    [  1074.290] (II) LoadModule: "ramdac"
    [  1074.290] (II) Module "ramdac" already built-in
    [  1074.291] (II) intel(G0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
    [  1074.291] (II) intel(G0): SNA compiled: xserver-xorg-video-intel-lts-utopic 2:2.99.914-1~exp1ubuntu4.5~trusty1 (Timo Aaltonen <tjaalton@debian.org>)
    [  1074.291] (II) intel(G0): SNA compiled for use with valgrind
    [  1074.291] (II) NVIDIA(0): Creating default Display subsection in Screen section
            "nvidia" for depth/fbbpp 24/32
    [  1074.291] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [  1074.291] (==) NVIDIA(0): RGB weight 888
    [  1074.291] (==) NVIDIA(0): Default visual is TrueColor
    [  1074.291] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [  1074.291] (**) NVIDIA(0): Option "ConstrainCursor" "off"
    [  1074.291] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "on"
    [  1074.291] (**) NVIDIA(0): Option "IgnoreDisplayDevices" "CRT"
    [  1074.291] (**) NVIDIA(0): Enabling 2D acceleration
    [  1074.614] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [  1074.615] (II) NVIDIA(0): NVIDIA GPU Quadro K1100M (GK107GL) at PCI:1:0:0 (GPU-0)
    [  1074.615] (--) NVIDIA(0): Memory: 2097152 kBytes
    [  1074.615] (--) NVIDIA(0): VideoBIOS: 80.07.cc.00.04
    [  1074.615] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [  1074.637] (--) NVIDIA(0): Valid display device(s) on Quadro K1100M at PCI:1:0:0
    [  1074.637] (--) NVIDIA(0):     DELL P2211H (DFP-0) (boot, connected)
    [  1074.637] (--) NVIDIA(0):     DFP-1
    [  1074.637] (--) NVIDIA(0):     DFP-2
    [  1074.637] (--) NVIDIA(0):     DFP-3
    [  1074.637] (--) NVIDIA(0):     DFP-4
    [  1074.637] (--) NVIDIA(0):     DFP-5
    [  1074.637] (--) NVIDIA(0): DELL P2211H (DFP-0): Internal TMDS
    [  1074.637] (--) NVIDIA(GPU-0): DELL P2211H (DFP-0): 165.0 MHz maximum pixel clock
    [  1074.637] (--) NVIDIA(0): DFP-1: Internal TMDS
    [  1074.637] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [  1074.637] (--) NVIDIA(0): DFP-2: Internal TMDS
    [  1074.637] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
    [  1074.637] (--) NVIDIA(0): DFP-3: Internal DisplayPort
    [  1074.637] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
    [  1074.637] (--) NVIDIA(0): DFP-4: Internal DisplayPort
    [  1074.637] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
    [  1074.637] (--) NVIDIA(0): DFP-5: Internal DisplayPort
    [  1074.637] (--) NVIDIA(GPU-0): DFP-5: 960.0 MHz maximum pixel clock
    [  1074.637] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1074.637] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1074.637] (**) NVIDIA(0):     been enabled on all display devices.)
    [  1074.638] (==) NVIDIA(0): 
    [  1074.638] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [  1074.638] (==) NVIDIA(0):     will be used as the requested mode.
    [  1074.638] (==) NVIDIA(0): 
    [  1074.638] (II) NVIDIA(0): Validated MetaModes:
    [  1074.638] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
    [  1074.638] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [  1074.641] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
    [  1074.641] (--) NVIDIA(0):     option
    [  1074.641] (--) intel(G0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
    [  1074.641] (--) intel(G0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
    [  1074.641] (==) intel(G0): Depth 24, (--) framebuffer bpp 32
    [  1074.641] (==) intel(G0): RGB weight 888
    [  1074.641] (==) intel(G0): Default visual is TrueColor
    [  1074.641] (**) intel(G0): Option "AccelMethod" "SNA"
    [  1074.641] (II) intel(G0): Output eDP1 has no monitor section
    [  1074.641] (--) intel(G0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
    [  1074.641] (II) intel(G0): Output VGA1 has no monitor section
    [  1074.641] (II) intel(G0): Output DP1 has no monitor section
    [  1074.641] (II) intel(G0): Output HDMI1 has no monitor section
    [  1074.641] (--) intel(G0): Using a maximum size of 256x256 for hardware cursors
    [  1074.641] (II) intel(G0): Output VIRTUAL1 has no monitor section
    [  1074.641] (==) intel(G0): TearFree disabled
    [  1074.641] (==) intel(G0): DPI set to (96, 96)
    [  1074.641] (II) Loading sub module "dri2"
    [  1074.641] (II) LoadModule: "dri2"
    [  1074.641] (II) Module "dri2" already built-in
    [  1074.641] (II) Loading sub module "present"
    [  1074.641] (II) LoadModule: "present"
    [  1074.641] (II) Module "present" already built-in
    [  1074.642] (--) Depth 24 pixmap format is 32 bpp
    [  1074.642] (II) intel(G0): SNA initialized with Haswell (gen7.5, gt2) backend
    [  1074.642] (==) intel(G0): Backing store enabled
    [  1074.642] (==) intel(G0): Silken mouse enabled
    [  1074.642] (II) intel(G0): HW Cursor enabled
    [  1074.642] (II) intel(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [  1074.642] (==) intel(G0): DPMS enabled
    [  1074.642] (II) intel(G0): [DRI2] Setup complete
    [  1074.642] (II) intel(G0): [DRI2]   DRI driver: i965
    [  1074.642] (II) intel(G0): [DRI2]   VDPAU driver: i965
    [  1074.642] (II) intel(G0): direct rendering: DRI2 enabled
    [  1074.642] (II) intel(G0): hardware support for Present enabled
    [  1074.642] (WW) intel(G0): Option "AllowEmptyInitialConfiguration" is not used
    [  1074.642] (WW) intel(G0): Option "IgnoreDisplayDevices" is not used
    [  1074.642] (==) intel(G0): display hotplug detection enabled
    [  1074.642] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [  1074.642] (II) NVIDIA:     access.
    [  1074.667] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
    [  1074.747] (==) NVIDIA(0): Disabling shared memory pixmaps
    [  1074.747] (==) NVIDIA(0): Backing store enabled
    [  1074.747] (==) NVIDIA(0): Silken mouse enabled
    [  1074.747] (==) NVIDIA(0): DPMS enabled
    [  1074.747] (II) Loading sub module "dri2"
    [  1074.747] (II) LoadModule: "dri2"
    [  1074.747] (II) Module "dri2" already built-in
    [  1074.747] (II) NVIDIA(0): [DRI2] Setup complete
    [  1074.747] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
    [  1074.747] (--) RandR disabled
    [  1074.751] (II) Initializing extension GLX
    [  1075.060] (II) XKB: generating xkmfile /tmp/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [  1075.070] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [  1075.070] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [  1075.070] (II) LoadModule: "evdev"
    [  1075.070] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [  1075.070] (II) Module evdev: vendor="X.Org Foundation"
    [  1075.070]    compiled for 1.16.0, module version = 2.9.0
    [  1075.070]    Module class: X.Org XInput Driver
    [  1075.070]    ABI class: X.Org XInput driver, version 21.0
    [  1075.070] (II) Using input driver 'evdev' for 'Power Button'
    [  1075.070] (**) Power Button: always reports core events
    [  1075.070] (**) evdev: Power Button: Device: "/dev/input/event3"
    [  1075.070] (--) evdev: Power Button: Vendor 0 Product 0x1
    [  1075.070] (--) evdev: Power Button: Found keys
    [  1075.070] (II) evdev: Power Button: Configuring as keyboard
    [  1075.070] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [  1075.070] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [  1075.070] (**) Option "xkb_rules" "evdev"
    [  1075.070] (**) Option "xkb_model" "pc105"
    [  1075.070] (**) Option "xkb_layout" "us"
    [  1075.071] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
    [  1075.071] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [  1075.071] (II) Using input driver 'evdev' for 'Video Bus'
    [  1075.071] (**) Video Bus: always reports core events
    [  1075.071] (**) evdev: Video Bus: Device: "/dev/input/event8"
    [  1075.071] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [  1075.071] (--) evdev: Video Bus: Found keys
    [  1075.071] (II) evdev: Video Bus: Configuring as keyboard
    [  1075.071] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event8"
    [  1075.071] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [  1075.071] (**) Option "xkb_rules" "evdev"
    [  1075.071] (**) Option "xkb_model" "pc105"
    [  1075.071] (**) Option "xkb_layout" "us"
    [  1075.071] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [  1075.071] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [  1075.071] (II) Using input driver 'evdev' for 'Video Bus'
    [  1075.071] (**) Video Bus: always reports core events
    [  1075.071] (**) evdev: Video Bus: Device: "/dev/input/event7"
    [  1075.071] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [  1075.071] (--) evdev: Video Bus: Found keys
    [  1075.071] (II) evdev: Video Bus: Configuring as keyboard
    [  1075.071] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:50/LNXVIDEO:00/input/input8/event7"
    [  1075.071] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [  1075.071] (**) Option "xkb_rules" "evdev"
    [  1075.071] (**) Option "xkb_model" "pc105"
    [  1075.071] (**) Option "xkb_layout" "us"
    [  1075.071] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [  1075.071] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [  1075.071] (II) Using input driver 'evdev' for 'Power Button'
    [  1075.071] (**) Power Button: always reports core events
    [  1075.071] (**) evdev: Power Button: Device: "/dev/input/event1"
    [  1075.071] (--) evdev: Power Button: Vendor 0 Product 0x1
    [  1075.071] (--) evdev: Power Button: Found keys
    [  1075.071] (II) evdev: Power Button: Configuring as keyboard
    [  1075.071] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
    [  1075.071] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [  1075.071] (**) Option "xkb_rules" "evdev"
    [  1075.071] (**) Option "xkb_model" "pc105"
    [  1075.071] (**) Option "xkb_layout" "us"
    [  1075.071] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [  1075.071] (II) No input driver specified, ignoring this device.
    [  1075.071] (II) This device may have been added with another device file.
    [  1075.071] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [  1075.071] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [  1075.071] (II) Using input driver 'evdev' for 'Sleep Button'
    [  1075.071] (**) Sleep Button: always reports core events
    [  1075.071] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [  1075.071] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [  1075.071] (--) evdev: Sleep Button: Found keys
    [  1075.071] (II) evdev: Sleep Button: Configuring as keyboard
    [  1075.071] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
    [  1075.071] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
    [  1075.071] (**) Option "xkb_rules" "evdev"
    [  1075.071] (**) Option "xkb_model" "pc105"
    [  1075.071] (**) Option "xkb_layout" "us"
    [  1075.072] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
    [  1075.072] (II) No input driver specified, ignoring this device.
    [  1075.072] (II) This device may have been added with another device file.
    [  1075.072] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
    [  1075.072] (II) No input driver specified, ignoring this device.
    [  1075.072] (II) This device may have been added with another device file.
    [  1075.072] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
    [  1075.072] (II) No input driver specified, ignoring this device.
    [  1075.072] (II) This device may have been added with another device file.
    [  1075.072] (II) config/udev: Adding input device Dell Dell Multimedia Pro Keyboard (/dev/input/event11)
    [  1075.072] (**) Dell Dell Multimedia Pro Keyboard: Applying InputClass "evdev keyboard catchall"
    [  1075.072] (II) Using input driver 'evdev' for 'Dell Dell Multimedia Pro Keyboard'
    [  1075.072] (**) Dell Dell Multimedia Pro Keyboard: always reports core events
    [  1075.072] (**) evdev: Dell Dell Multimedia Pro Keyboard: Device: "/dev/input/event11"
    [  1075.072] (--) evdev: Dell Dell Multimedia Pro Keyboard: Vendor 0x413c Product 0x2011
    [  1075.072] (--) evdev: Dell Dell Multimedia Pro Keyboard: Found keys
    [  1075.072] (II) evdev: Dell Dell Multimedia Pro Keyboard: Configuring as keyboard
    [  1075.072] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13.2/3-13.2.1/3-13.2.1.1/3-13.2.1.1:1.0/0003:413C:2011.0003/input/input12/event11"
    [  1075.072] (II) XINPUT: Adding extended input device "Dell Dell Multimedia Pro Keyboard" (type: KEYBOARD, id 11)
    [  1075.072] (**) Option "xkb_rules" "evdev"
    [  1075.072] (**) Option "xkb_model" "pc105"
    [  1075.072] (**) Option "xkb_layout" "us"
    [  1075.072] (II) config/udev: Adding input device Dell Dell Multimedia Pro Keyboard (/dev/input/event12)
    [  1075.072] (**) Dell Dell Multimedia Pro Keyboard: Applying InputClass "evdev keyboard catchall"
    [  1075.072] (II) Using input driver 'evdev' for 'Dell Dell Multimedia Pro Keyboard'
    [  1075.073] (**) Dell Dell Multimedia Pro Keyboard: always reports core events
    [  1075.073] (**) evdev: Dell Dell Multimedia Pro Keyboard: Device: "/dev/input/event12"
    [  1075.073] (--) evdev: Dell Dell Multimedia Pro Keyboard: Vendor 0x413c Product 0x2011
    [  1075.073] (--) evdev: Dell Dell Multimedia Pro Keyboard: Found absolute axes
    [  1075.073] (II) evdev: Dell Dell Multimedia Pro Keyboard: Forcing absolute x/y axes to exist.
    [  1075.073] (--) evdev: Dell Dell Multimedia Pro Keyboard: Found keys
    [  1075.073] (II) evdev: Dell Dell Multimedia Pro Keyboard: Forcing relative x/y axes to exist.
    [  1075.073] (II) evdev: Dell Dell Multimedia Pro Keyboard: Configuring as mouse
    [  1075.073] (II) evdev: Dell Dell Multimedia Pro Keyboard: Configuring as keyboard
    [  1075.073] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13.2/3-13.2.1/3-13.2.1.1/3-13.2.1.1:1.1/0003:413C:2011.0004/input/input13/event12"
    [  1075.073] (II) XINPUT: Adding extended input device "Dell Dell Multimedia Pro Keyboard" (type: KEYBOARD, id 12)
    [  1075.073] (**) Option "xkb_rules" "evdev"
    [  1075.073] (**) Option "xkb_model" "pc105"
    [  1075.073] (**) Option "xkb_layout" "us"
    [  1075.073] (II) evdev: Dell Dell Multimedia Pro Keyboard: initialized for absolute axes.
    [  1075.073] (**) Dell Dell Multimedia Pro Keyboard: (accel) keeping acceleration scheme 1
    [  1075.073] (**) Dell Dell Multimedia Pro Keyboard: (accel) acceleration profile 0
    [  1075.073] (**) Dell Dell Multimedia Pro Keyboard: (accel) acceleration factor: 2.000
    [  1075.073] (**) Dell Dell Multimedia Pro Keyboard: (accel) acceleration threshold: 4
    [  1075.073] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event9)
    [  1075.073] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [  1075.073] (II) Using input driver 'evdev' for 'USB Optical Mouse'
    [  1075.073] (**) USB Optical Mouse: always reports core events
    [  1075.073] (**) evdev: USB Optical Mouse: Device: "/dev/input/event9"
    [  1075.073] (--) evdev: USB Optical Mouse: Vendor 0x461 Product 0x4d81
    [  1075.073] (--) evdev: USB Optical Mouse: Found 3 mouse buttons
    [  1075.073] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
    [  1075.073] (--) evdev: USB Optical Mouse: Found relative axes
    [  1075.073] (--) evdev: USB Optical Mouse: Found x and y relative axes
    [  1075.073] (II) evdev: USB Optical Mouse: Configuring as mouse
    [  1075.073] (II) evdev: USB Optical Mouse: Adding scrollwheel support
    [  1075.073] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [  1075.073] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [  1075.073] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13.2/3-13.2.2/3-13.2.2:1.0/0003:0461:4D81.0001/input/input10/event9"
    [  1075.073] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 13)
    [  1075.073] (II) evdev: USB Optical Mouse: initialized for relative axes.
    [  1075.073] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
    [  1075.073] (**) USB Optical Mouse: (accel) acceleration profile 0
    [  1075.073] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
    [  1075.073] (**) USB Optical Mouse: (accel) acceleration threshold: 4
    [  1075.073] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse2)
    [  1075.073] (II) No input driver specified, ignoring this device.
    [  1075.073] (II) This device may have been added with another device file.
    [  1075.073] (II) config/udev: Adding input device No brand HA2-A3 (/dev/input/event10)
    [  1075.073] (**) No brand HA2-A3: Applying InputClass "evdev keyboard catchall"
    [  1075.073] (II) Using input driver 'evdev' for 'No brand HA2-A3'
    [  1075.073] (**) No brand HA2-A3: always reports core events
    [  1075.073] (**) evdev: No brand HA2-A3: Device: "/dev/input/event10"
    [  1075.073] (--) evdev: No brand HA2-A3: Vendor 0x10d5 Product 0xd
    [  1075.073] (--) evdev: No brand HA2-A3: Found keys
    [  1075.073] (II) evdev: No brand HA2-A3: Configuring as keyboard
    [  1075.073] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13.2/3-13.2.3/3-13.2.3:1.0/0003:10D5:000D.0002/input/input11/event10"
    [  1075.073] (II) XINPUT: Adding extended input device "No brand HA2-A3" (type: KEYBOARD, id 14)
    [  1075.073] (**) Option "xkb_rules" "evdev"
    [  1075.073] (**) Option "xkb_model" "pc105"
    [  1075.073] (**) Option "xkb_layout" "us"
    [  1075.074] (II) config/udev: Adding input device Laptop_Integrated_Webcam_HD (/dev/input/event21)
    [  1075.074] (**) Laptop_Integrated_Webcam_HD: Applying InputClass "evdev keyboard catchall"
    [  1075.074] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_HD'
    [  1075.074] (**) Laptop_Integrated_Webcam_HD: always reports core events
    [  1075.074] (**) evdev: Laptop_Integrated_Webcam_HD: Device: "/dev/input/event21"
    [  1075.074] (--) evdev: Laptop_Integrated_Webcam_HD: Vendor 0xc45 Product 0x64d0
    [  1075.074] (--) evdev: Laptop_Integrated_Webcam_HD: Found keys
    [  1075.074] (II) evdev: Laptop_Integrated_Webcam_HD: Configuring as keyboard
    [  1075.074] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input22/event21"
    [  1075.074] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_HD" (type: KEYBOARD, id 15)
    [  1075.074] (**) Option "xkb_rules" "evdev"
    [  1075.074] (**) Option "xkb_model" "pc105"
    [  1075.074] (**) Option "xkb_layout" "us"
    [  1075.074] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event16)
    [  1075.074] (II) No input driver specified, ignoring this device.
    [  1075.074] (II) This device may have been added with another device file.
    [  1075.074] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event17)
    [  1075.074] (II) No input driver specified, ignoring this device.
    [  1075.074] (II) This device may have been added with another device file.
    [  1075.074] (II) config/udev: Adding input device HDA Intel PCH Dock Line Out (/dev/input/event18)
    [  1075.074] (II) No input driver specified, ignoring this device.
    [  1075.074] (II) This device may have been added with another device file.
    [  1075.074] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event19)
    [  1075.074] (II) No input driver specified, ignoring this device.
    [  1075.074] (II) This device may have been added with another device file.
    [  1075.074] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
    [  1075.074] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [  1075.074] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [  1075.074] (**) AT Translated Set 2 keyboard: always reports core events
    [  1075.074] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
    [  1075.074] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [  1075.074] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [  1075.074] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [  1075.074] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
    [  1075.074] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
    [  1075.074] (**) Option "xkb_rules" "evdev"
    [  1075.074] (**) Option "xkb_model" "pc105"
    [  1075.074] (**) Option "xkb_layout" "us"
    [  1075.075] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event6)
    [  1075.075] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
    [  1075.075] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
    [  1075.075] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Default clickpad buttons"
    [  1075.075] (II) LoadModule: "synaptics"
    [  1075.075] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [  1075.075] (II) Module synaptics: vendor="X.Org Foundation"
    [  1075.075]    compiled for 1.16.0, module version = 1.8.99
    [  1075.075]    Module class: X.Org XInput Driver
    [  1075.075]    ABI class: X.Org XInput driver, version 21.0
    [  1075.075] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
    [  1075.075] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
    [  1075.075] (**) Option "Device" "/dev/input/event6"
    [  1075.092] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: ignoring touch events for semi-multitouch device
    [  1075.092] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 2000 (res 0)
    [  1075.092] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 1400 (res 0)
    [  1075.092] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
    [  1075.092] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
    [  1075.092] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle double triple
    [  1075.092] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
    [  1075.092] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 15
    [  1075.092] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
    [  1075.092] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
    [  1075.104] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
    [  1075.104] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 17)
    [  1075.104] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [  1075.104] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MaxSpeed is now 1.75
    [  1075.104] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) AccelFactor is now 0.082
    [  1075.104] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
    [  1075.104] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
    [  1075.104] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
    [  1075.104] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
    [  1075.104] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
    [  1075.104] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse1)
    [  1075.104] (**) AlpsPS/2 ALPS DualPoint TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [  1075.104] (II) config/udev: Adding input device DualPoint Stick (/dev/input/event5)
    [  1075.104] (**) DualPoint Stick: Applying InputClass "evdev pointer catchall"
    [  1075.104] (**) DualPoint Stick: Applying InputClass "trackpoint catchall"
    [  1075.104] (II) Using input driver 'evdev' for 'DualPoint Stick'
    [  1075.104] (**) DualPoint Stick: always reports core events
    [  1075.104] (**) evdev: DualPoint Stick: Device: "/dev/input/event5"
    [  1075.104] (--) evdev: DualPoint Stick: Vendor 0x2 Product 0x8
    [  1075.104] (--) evdev: DualPoint Stick: Found 3 mouse buttons
    [  1075.104] (--) evdev: DualPoint Stick: Found relative axes
    [  1075.104] (--) evdev: DualPoint Stick: Found x and y relative axes
    [  1075.104] (II) evdev: DualPoint Stick: Configuring as mouse
    [  1075.104] (**) Option "Emulate3Buttons" "true"
    [  1075.104] (**) Option "EmulateWheel" "true"
    [  1075.104] (**) Option "EmulateWheelButton" "2"
    [  1075.104] (**) Option "YAxisMapping" "4 5"
    [  1075.104] (**) evdev: DualPoint Stick: YAxisMapping: buttons 4 and 5
    [  1075.104] (**) Option "XAxisMapping" "6 7"
    [  1075.104] (**) evdev: DualPoint Stick: XAxisMapping: buttons 6 and 7
    [  1075.104] (**) evdev: DualPoint Stick: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [  1075.104] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event5"
    [  1075.104] (II) XINPUT: Adding extended input device "DualPoint Stick" (type: MOUSE, id 18)
    [  1075.104] (II) evdev: DualPoint Stick: initialized for relative axes.
    [  1075.104] (**) DualPoint Stick: (accel) keeping acceleration scheme 1
    [  1075.104] (**) DualPoint Stick: (accel) acceleration profile 0
    [  1075.104] (**) DualPoint Stick: (accel) acceleration factor: 2.000
    [  1075.104] (**) DualPoint Stick: (accel) acceleration threshold: 4
    [  1075.104] (II) config/udev: Adding input device DualPoint Stick (/dev/input/mouse0)
    [  1075.104] (II) No input driver specified, ignoring this device.
    [  1075.104] (II) This device may have been added with another device file.
    [  1075.105] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event20)
    [  1075.105] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [  1075.105] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [  1075.105] (**) Dell WMI hotkeys: always reports core events
    [  1075.105] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event20"
    [  1075.105] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
    [  1075.105] (--) evdev: Dell WMI hotkeys: Found keys
    [  1075.105] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
    [  1075.105] (**) Option "config_info" "udev:/sys/devices/virtual/input/input21/event20"
    [  1075.105] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 19)
    [  1075.105] (**) Option "xkb_rules" "evdev"
    [  1075.105] (**) Option "xkb_model" "pc105"
    [  1075.105] (**) Option "xkb_layout" "us"
    [  1075.901] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1075.901] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1075.901] (**) NVIDIA(0):     been enabled on all display devices.)
    [  1075.942] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1075.942] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1075.942] (**) NVIDIA(0):     been enabled on all display devices.)
    [  1076.133] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1076.133] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1076.133] (**) NVIDIA(0):     been enabled on all display devices.)
    [  1076.568] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1076.568] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1076.568] (**) NVIDIA(0):     been enabled on all display devices.)
    [  1239.848] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1239.848] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1239.848] (**) NVIDIA(0):     been enabled on all display devices.)
    [  1245.080] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1245.080] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1245.080] (**) NVIDIA(0):     been enabled on all display devices.)
    [  1245.769] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1245.769] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1245.769] (**) NVIDIA(0):     been enabled on all display devices.)
    [  1246.192] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1246.192] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1246.192] (**) NVIDIA(0):     been enabled on all display devices.)
    [  1246.680] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1246.680] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1246.680] (**) NVIDIA(0):     been enabled on all display devices.)
    [  1279.715] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1279.715] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1279.715] (**) NVIDIA(0):     been enabled on all display devices.)
    [  1297.177] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1297.177] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1297.177] (**) NVIDIA(0):     been enabled on all display devices.)
    [  1368.961] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  1368.961] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  1368.961] (**) NVIDIA(0):     been enabled on all display devices.)
    [  2073.383] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [  2073.383] (**) NVIDIA(0):     device DELL P2211H (DFP-0) (Using EDID frequencies has
    [  2073.383] (**) NVIDIA(0):     been enabled on all display devices.)

    #2
    I've not worked this out on a dual video-card system, but:
    1) I believe you can't use both the Intel card and the nVidia card at the same time in these types of installations. You can use "bumblebee" to switch back and forth if you need that functionality.
    2) If xrandr reports one only monitor, nothing you can do will turn the second one on.

    I'm surprised to see xrandr reporting six Display ports. I might help if you provide more info: connection types, monitor types, Dell model, etc.

    Please Read Me

    Comment


      #3
      I was using a Dell docking station with a VGA and DVI monitor. I tried going back and forth between proprietary and open-source drivers to see what was the issue. This caused my system to be hosed. So I reinstalled Kubuntu, kept the open-source drivers and got rid of the DVI and docking station. Everything is awesome! I have the VGA as my primary and laptop as secondary. I got rid of the docking station b/c it causing wierd issues. USB ports were not responding well and overall system slowness. When I go rid of it everything was back to normal!. The only thing is I see that Kubuntu is not using the nouveau but the intell driver for rendering. Any way I can change this? See below

      Code:
      Kubuntu-Precision-M4800:~$ LIBGL_DEBUG=verbose glxinfo |grep render
      libGL: screen 0 does not appear to be DRI3 capable
      libGL: pci id for fd 4: 8086:0416, driver i965
      libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/tls/i965_dri.so
      libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
      direct rendering: Yes
          GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
          GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
      OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile 
          GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
          GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil, 
          GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
          GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp,
      Code:
      Kubuntu-Precision-M4800:~$ dmesg |grep -e intel -e nouveau
      [    1.092646] intel_idle: MWAIT substates: 0x42120
      [    1.092646] intel_idle: v0.4 model 0x3C
      [    1.092647] intel_idle: lapic_timer_reliable_states 0xffffffff
      [    1.273073] nouveau 0000:01:00.0: enabling device (0004 -> 0007)
      [    1.273301] nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0e7360a2
      [    1.273303] nouveau  [  DEVICE][0000:01:00.0] Chipset: GK107 (NVE7)
      [    1.273304] nouveau  [  DEVICE][0000:01:00.0] Family : NVE0
      [    1.273329] nouveau  [   VBIOS][0000:01:00.0] checking PRAMIN for image...
      [    1.273337] nouveau  [   VBIOS][0000:01:00.0] ... signature not found
      [    1.273338] nouveau  [   VBIOS][0000:01:00.0] checking PROM for image...
      [    1.362632] nouveau  [   VBIOS][0000:01:00.0] ... appears to be valid
      [    1.362634] nouveau  [   VBIOS][0000:01:00.0] using image from PROM
      [    1.362727] nouveau  [   VBIOS][0000:01:00.0] BIT signature found
      [    1.362729] nouveau  [   VBIOS][0000:01:00.0] version 80.07.cc.00.04
      [    1.363127] nouveau  [ DEVINIT][0000:01:00.0] adaptor not initialised
      [    1.363135] nouveau  [   VBIOS][0000:01:00.0] running init tables
      [    1.665393] nouveau  [     MXM][0000:01:00.0] BIOS version 3.0
      [    1.667790] nouveau  [     MXM][0000:01:00.0] MXMS Version 3.0
      [    1.667818] nouveau 0000:01:00.0: irq 46 for MSI/MSI-X
      [    1.667825] nouveau  [     PMC][0000:01:00.0] MSI interrupts enabled
      [    1.667902] nouveau  [     PFB][0000:01:00.0] RAM type: GDDR5
      [    1.667903] nouveau  [     PFB][0000:01:00.0] RAM size: 2048 MiB
      [    1.667904] nouveau  [     PFB][0000:01:00.0]    ZCOMP: 0 tags
      [    1.669869] nouveau  [    VOLT][0000:01:00.0] GPU voltage: 600000uv
      [    1.702114] nouveau  [  PTHERM][0000:01:00.0] FAN control: none / external
      [    1.702120] nouveau  [  PTHERM][0000:01:00.0] fan management: automatic
      [    1.702130] nouveau  [  PTHERM][0000:01:00.0] internal sensor: yes
      [    1.702159] nouveau  [     CLK][0000:01:00.0] 07: core 405 MHz memory 810 MHz 
      [    1.702182] nouveau  [     CLK][0000:01:00.0] 0a: core 405-705 MHz memory 1600 MHz 
      [    1.702212] nouveau  [     CLK][0000:01:00.0] 0f: core 405-705 MHz memory 2800 MHz 
      [    1.702356] nouveau  [     CLK][0000:01:00.0] --: core 405 MHz memory 810 MHz 
      [    1.733015] nouveau  [     DRM] VRAM: 2048 MiB
      [    1.733016] nouveau  [     DRM] GART: 1048576 MiB
      [    1.733018] nouveau  [     DRM] TMDS table version 2.0
      [    1.733019] nouveau  [     DRM] DCB version 4.0
      [    1.733020] nouveau  [     DRM] DCB outp 03: 08015fd6 0f420020
      [    1.733021] nouveau  [     DRM] DCB outp 04: 08015f92 00020020
      [    1.733021] nouveau  [     DRM] DCB outp 05: 08014fc6 0f420010
      [    1.733022] nouveau  [     DRM] DCB outp 06: 08014f82 00020010
      [    1.733032] nouveau  [     DRM] DCB outp 10: 02027fa6 0f420010
      [    1.733033] nouveau  [     DRM] DCB outp 11: 02027f62 00020010
      [    1.733033] nouveau  [     DRM] DCB conn 00: 00000040
      [    1.733035] nouveau  [     DRM] DCB conn 04: 01000446
      [    1.733035] nouveau  [     DRM] DCB conn 05: 02000546
      [    1.733036] nouveau  [     DRM] DCB conn 07: 00010746
      [    1.733037] nouveau  [     DRM] DCB conn 08: 00020847
      [    1.733037] nouveau  [     DRM] DCB conn 09: 00000900
      [    1.740205] nouveau  [     DRM] MM: using COPY for buffer copies
      [    1.931601] nouveau 0000:01:00.0: No connectors reported connected with modes
      [    1.965358] nouveau  [     DRM] allocated 1024x768 fb: 0x80000, bo ffff880222fd8800
      [    1.965428] nouveau 0000:01:00.0: fb1: nouveaufb frame buffer device
      [    1.965429] nouveau 0000:01:00.0: registered panic notifier
      [    1.971651] [drm] Initialized nouveau 1.1.2 20120801 for 0000:01:00.0 on minor 0
      [    1.971975] fb: switching to inteldrmfb from VESA VGA
      [    2.294025] fbcon: inteldrmfb (fb0) is primary device
      [    2.294071] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
      [   46.490520] snd_hda_intel 0000:00:03.0: irq 49 for MSI/MSI-X
      [   46.510640] intel_rapl: Found RAPL domain package
      [   46.510643] intel_rapl: Found RAPL domain core
      [   46.510646] intel_rapl: Found RAPL domain uncore
      [   46.510648] intel_rapl: Found RAPL domain dram
      [   46.574356] snd_hda_intel 0000:00:1b.0: irq 51 for MSI/MSI-X

      Comment


        #4
        You'll need to figure out bumblebee. I haven't had to mess with it so I can't help. It only works with the nvidia driver I think, but once installed, you can select nvidia or intel video.

        Seems to me the problem was that docking station. Weird because I've used Dells with docks for years and never had a bad dock.

        Please Read Me

        Comment

        Working...
        X