Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Three monitors on a Lenovo W520
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
childc2
n00b
n00b


Joined: 17 Nov 2010
Posts: 33

PostPosted: Fri Oct 26, 2012 2:58 pm    Post subject: Three monitors on a Lenovo W520 Reply with quote

Hello folks,
I've been working on getting three monitors working on my W520. (Two external monitors connected to a dock and the laptop display)
Right now I can get one of the DVI monitors running, but it's just mirroring the laptop display at the wrong resolution.
I know the hardware can support it because it works in Windows. I'm trying to get the Nvidia card to drive the two DVI ports and the Intel card to drive the laptop display.
I'll post my xorg.conf and my xorg logs below. The xorg.conf file has a few things commented out from me trying different suggestions I've found online.
Any support would be appreciated.

xorg.conf:
Code:
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "ScreenIntel0" 0 0
    Screen      1  "ScreenNV1" LeftOf "ScreenNV2"
    Screen      2  "ScreenNV2" LeftOf "ScreenIntel0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "true"
#    Option         "Clone" "off"
EndSection

Section "Files"
EndSection

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

Section "InputDevice"
    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

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

Section "Monitor"
    Identifier     "MonitorIntel0"
    VendorName     "Unknown"
    ModelName      "LEN"
    HorizSync       47.1 - 56.5
    VertRefresh     40.0 - 60.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "MonitorNV1"
    VendorName     "Unknown"
    ModelName      "Samsung SME2420L"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "MonitorNV2"
    VendorName     "Unknown"
    ModelName      "Samsung SME2420L"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Device"
    Identifier     "DeviceIntel0"
    Driver         "intel"
#    Option         "XvMC" "true"
#    Option         "UseEvents" "true"
#    Option         "AccelMethod" "UXA"
    Option         "monitor-VGA1"  "VGA1"
    Option         "monitor-TV"   "TV"
    Option         "monitor-LVCD1" "LVCD1"
    BusID          "PCI:00:02:0"
#    Screen          0
EndSection

Section "Device"
    Identifier     "DeviceNV1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro 1000M"
    BusID          "PCI:1:0:0"
    Option "NoLogo" "true"
    Option         "RegistryDwords" "EnableBrightnessControl=1"
#    Option "ConnectedMonitor" "DFP"
    Screen          1
EndSection

Section "Device"
    Identifier     "DeviceNV2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro 1000M"
    BusID          "PCI:1:0:0"
    Option "NoLogo" "true"
    Option         "RegistryDwords" "EnableBrightnessControl=1"
#    Option "ConnectedMonitor" "DFP"
    Screen          2
EndSection

Section "Monitor"
    Identifier      "VGA1"
EndSection

Section "Monitor"
    Identifier      "LVCD1"
    Option          "DPMS"
EndSection

Section "Monitor"
    Identifier      "TV"
    Option  "Ignore" "false"
EndSection

Section "Screen"
    Identifier     "ScreenIntel0"
    Device         "DeviceIntel0"
    Monitor        "MonitorIntel0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "ScreenNV1"
    Device         "DeviceNV1"
    Monitor        "MonitorNV1"
    DefaultDepth    24
#    Option         "TwinView" "0"
#    Option         "metamodes" "DFP: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "ScreenNV2"
    Device         "DeviceNV2"
    Monitor        "MonitorNV2"
    DefaultDepth    24
#    Option         "TwinView" "0"
#    Option         "metamodes" "DFP: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection


Xorg.0.log:
Code:
[  6754.235]
X.Org X Server 1.12.2
Release Date: 2012-05-29
[  6754.235] X Protocol Version 11, Revision 0
[  6754.235] Build Operating System: Linux 3.4.9-gentoo x86_64 Gentoo
[  6754.235] Current Operating System: Linux cchildre-WS 3.4.9-gentoo #8 SMP Thu Oct 25 13:57:12 EDT 2012 x86_64
[  6754.235] Kernel command line: root=/dev/sda4
[  6754.235] Build Date: 14 September 2012  08:57:26PM
[  6754.235] 
[  6754.235] Current version of pixman: 0.26.0
[  6754.235]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[  6754.235] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  6754.235] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 25 16:21:32 2012
[  6754.236] (==) Using config file: "/etc/X11/xorg.conf"
[  6754.236] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  6754.236] (==) ServerLayout "Layout0"
[  6754.236] (**) |-->Screen "ScreenIntel0" (0)
[  6754.237] (**) |   |-->Monitor "MonitorIntel0"
[  6754.237] (**) |   |-->Device "DeviceIntel0"
[  6754.237] (**) |-->Screen "ScreenNV1" (1)
[  6754.237] (**) |   |-->Monitor "MonitorNV1"
[  6754.237] (**) |   |-->Device "DeviceNV1"
[  6754.237] (**) |-->Screen "ScreenNV2" (2)
[  6754.237] (**) |   |-->Monitor "MonitorNV2"
[  6754.238] (**) |   |-->Device "DeviceNV2"
[  6754.238] (**) |-->Input Device "Keyboard0"
[  6754.238] (**) |-->Input Device "Mouse0"
[  6754.238] (**) Option "Xinerama" "true"
[  6754.238] (==) Automatically adding devices
[  6754.238] (==) Automatically enabling devices
[  6754.238] (**) Xinerama: enabled
[  6754.238] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[  6754.238]    Entry deleted from font path.
[  6754.238] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  6754.238]    Entry deleted from font path.
[  6754.238] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  6754.238]    Entry deleted from font path.
[  6754.238] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  6754.238]    Entry deleted from font path.
[  6754.238]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  6754.238] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  6754.238]    Entry deleted from font path.
[  6754.238]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  6754.238] (==) FontPath set to:
   /usr/share/fonts/misc/
[  6754.238] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  6754.238] (**) Extension "Composite" is disabled
[  6754.238] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  6754.239] (WW) Disabling Keyboard0
[  6754.239] (WW) Disabling Mouse0
[  6754.239] (II) Loader magic: 0x7d6ae0
[  6754.239] (II) Module ABI versions:
[  6754.239]    X.Org ANSI C Emulation: 0.4
[  6754.239]    X.Org Video Driver: 12.0
[  6754.239]    X.Org XInput driver : 16.0
[  6754.239]    X.Org Server Extension : 6.0
[  6754.241] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21d1 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64
[  6754.241] (--) PCI: (0:1:0:0) 10de:0dfa:17aa:21d1 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[  6754.241] (II) Open ACPI successful (/var/run/acpid.socket)
[  6754.241] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[  6754.241] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[  6754.241] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  6754.241] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[  6754.241] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[  6754.241] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[  6754.241] (II) LoadModule: "record"
[  6754.242] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[  6754.242] (II) Module record: vendor="X.Org Foundation"
[  6754.242]    compiled for 1.12.2, module version = 1.13.0
[  6754.242]    Module class: X.Org Server Extension
[  6754.242]    ABI class: X.Org Server Extension, version 6.0
[  6754.242] (II) Loading extension RECORD
[  6754.242] (II) LoadModule: "extmod"
[  6754.242] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[  6754.243] (II) Module extmod: vendor="X.Org Foundation"
[  6754.243]    compiled for 1.12.2, module version = 1.0.0
[  6754.243]    Module class: X.Org Server Extension
[  6754.243]    ABI class: X.Org Server Extension, version 6.0
[  6754.243] (II) Loading extension MIT-SCREEN-SAVER
[  6754.243] (II) Loading extension XFree86-VidModeExtension
[  6754.243] (II) Loading extension XFree86-DGA
[  6754.243] (II) Loading extension DPMS
[  6754.243] (II) Loading extension XVideo
[  6754.243] (II) Loading extension XVideo-MotionCompensation
[  6754.243] (II) Loading extension X-Resource
[  6754.243] (II) LoadModule: "dbe"
[  6754.243] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[  6754.243] (II) Module dbe: vendor="X.Org Foundation"
[  6754.243]    compiled for 1.12.2, module version = 1.0.0
[  6754.243]    Module class: X.Org Server Extension
[  6754.243]    ABI class: X.Org Server Extension, version 6.0
[  6754.243] (II) Loading extension DOUBLE-BUFFER
[  6754.243] (II) LoadModule: "glx"
[  6754.243] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  6754.251] (II) Module glx: vendor="NVIDIA Corporation"
[  6754.251]    compiled for 4.0.2, module version = 1.0.0
[  6754.251]    Module class: X.Org Server Extension
[  6754.251] (II) NVIDIA GLX Module  295.75  Fri Aug 24 13:06:16 PDT 2012
[  6754.251] (II) Loading extension GLX
[  6754.251] (II) LoadModule: "dri2"
[  6754.251] (WW) Warning, couldn't open module dri2
[  6754.251] (II) UnloadModule: "dri2"
[  6754.251] (II) Unloading dri2
[  6754.251] (EE) Failed to load module "dri2" (module does not exist, 0)
[  6754.251] (II) LoadModule: "dri"
[  6754.251] (WW) Warning, couldn't open module dri
[  6754.251] (II) UnloadModule: "dri"
[  6754.251] (II) Unloading dri
[  6754.251] (EE) Failed to load module "dri" (module does not exist, 0)
[  6754.251] (II) LoadModule: "intel"
[  6754.251] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[  6754.251] (II) Module intel: vendor="X.Org Foundation"
[  6754.251]    compiled for 1.12.2, module version = 2.19.0
[  6754.251]    Module class: X.Org Video Driver
[  6754.251]    ABI class: X.Org Video Driver, version 12.0
[  6754.251] (II) LoadModule: "nvidia"
[  6754.251] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[  6754.251] (II) Module nvidia: vendor="NVIDIA Corporation"
[  6754.251]    compiled for 4.0.2, module version = 1.0.0
[  6754.251]    Module class: X.Org Video Driver
[  6754.251] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
   Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
   Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
   Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
   Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
   Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
   Ivybridge Server (GT2)
[  6754.252] (II) NVIDIA dlloader X Driver  295.75  Fri Aug 24 12:47:39 PDT 2012
[  6754.252] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  6754.252] (++) using VT number 8

[  6754.256] (II) Loading sub module "fb"
[  6754.256] (II) LoadModule: "fb"
[  6754.256] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  6754.256] (II) Module fb: vendor="X.Org Foundation"
[  6754.256]    compiled for 1.12.2, module version = 1.0.0
[  6754.256]    ABI class: X.Org ANSI C Emulation, version 0.4
[  6754.256] (II) Loading sub module "wfb"
[  6754.256] (II) LoadModule: "wfb"
[  6754.257] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[  6754.257] (II) Module wfb: vendor="X.Org Foundation"
[  6754.257]    compiled for 1.12.2, module version = 1.0.0
[  6754.257]    ABI class: X.Org ANSI C Emulation, version 0.4
[  6754.257] (II) Loading sub module "ramdac"
[  6754.257] (II) LoadModule: "ramdac"
[  6754.257] (II) Module "ramdac" already built-in
[  6754.257] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[  6754.257] (WW) NVIDIA:     X server.
[  6754.257] (EE) Screen 1 deleted because of no matching config section.
[  6754.257] (II) UnloadModule: "nvidia"
[  6754.257] (II) UnloadSubModule: "wfb"
[  6754.257] (II) UnloadSubModule: "fb"
[  6754.257] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[  6754.257] (==) intel(0): RGB weight 888
[  6754.257] (==) intel(0): Default visual is TrueColor
[  6754.257] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2+)
[  6754.257] (--) intel(0): Chipset: "Sandybridge Mobile (GT2+)"
[  6754.257] (**) intel(0): Relaxed fencing enabled
[  6754.257] (**) intel(0): Wait on SwapBuffers? enabled
[  6754.257] (**) intel(0): Triple buffering? enabled
[  6754.257] (**) intel(0): Framebuffer tiled
[  6754.257] (**) intel(0): Pixmaps tiled
[  6754.257] (**) intel(0): 3D buffers tiled
[  6754.257] (**) intel(0): SwapBuffers wait enabled
[  6754.257] (==) intel(0): video overlay key set to 0x101fe
[  6754.257] (II) intel(0): Output LVDS1 using monitor section MonitorIntel0
[  6754.257] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[  6754.257] (II) intel(0): Output VGA1 using monitor section VGA1
[  6754.257] (II) intel(0): EDID for output LVDS1
[  6754.257] (II) intel(0): Manufacturer: LEN  Model: 40b1  Serial#: 0
[  6754.257] (II) intel(0): Year: 2009  Week: 0
[  6754.257] (II) intel(0): EDID Version: 1.3
[  6754.257] (II) intel(0): Digital Display Input
[  6754.257] (II) intel(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[  6754.257] (II) intel(0): Gamma: 2.20
[  6754.257] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[  6754.257] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[  6754.257] (II) intel(0): First detailed timing is preferred mode
[  6754.257] (II) intel(0): redX: 0.610 redY: 0.348   greenX: 0.316 greenY: 0.589
[  6754.257] (II) intel(0): blueX: 0.151 blueY: 0.066   whiteX: 0.313 whiteY: 0.329
[  6754.257] (II) intel(0): Manufacturer's mask: 0
[  6754.257] (II) intel(0): Supported detailed timing:
[  6754.257] (II) intel(0): clock: 108.5 MHz   Image Size:  345 x 194 mm
[  6754.257] (II) intel(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 1920 h_border: 0
[  6754.257] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 908 v_blanking: 942 v_border: 0
[  6754.257] (II) intel(0): Supported detailed timing:
[  6754.257] (II) intel(0): clock: 90.4 MHz   Image Size:  345 x 194 mm
[  6754.257] (II) intel(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 1920 h_border: 0
[  6754.257] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 908 v_blanking: 942 v_border: 0
[  6754.257] (II) intel(0): Unknown vendor-specific block f
[  6754.257] (II) intel(0):  LP156WD1-TLB2
[  6754.257] (II) intel(0): EDID (in hex):
[  6754.257] (II) intel(0):    00ffffffffffff0030aeb14000000000
[  6754.257] (II) intel(0):    0013010380231378ea43c59c59519626
[  6754.257] (II) intel(0):    11505400000001010101010101010101
[  6754.257] (II) intel(0):    010101010101622a404061842a303020
[  6754.257] (II) intel(0):    350059c2100000195323404061842a30
[  6754.257] (II) intel(0):    3020350059c2100000190000000f00a9
[  6754.257] (II) intel(0):    0932a9092816090030e40002000000fe
[  6754.257] (II) intel(0):    004c503135365744312d544c423200e2
[  6754.257] (II) intel(0): EDID vendor "LEN", prod id 16561
[  6754.257] (II) intel(0): Printing DDC gathered Modelines:
[  6754.257] (II) intel(0): Modeline "1600x900"x0.0  108.50  1600 1648 1680 1920  900 903 908 942 -hsync -vsync (56.5 kHz eP)
[  6754.257] (II) intel(0): Modeline "1600x900"x0.0   90.43  1600 1648 1680 1920  900 903 908 942 -hsync -vsync (47.1 kHz e)
[  6754.258] (II) intel(0): Not using default mode "640x480" (hsync out of range)
[  6754.258] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[  6754.258] (II) intel(0): Not using default mode "800x600" (hsync out of range)
[  6754.258] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  6754.258] (II) intel(0): Not using default mode "800x600" (hsync out of range)
[  6754.258] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  6754.258] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[  6754.258] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[  6754.258] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[  6754.258] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[  6754.258] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[  6754.258] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[  6754.258] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[  6754.258] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[  6754.258] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[  6754.258] (II) intel(0): Printing probed modes for output LVDS1
[  6754.258] (II) intel(0): Modeline "1600x900"x60.0  108.50  1600 1648 1680 1920  900 903 908 942 -hsync -vsync (56.5 kHz eP)
[  6754.258] (II) intel(0): Modeline "1600x900"x50.0   90.43  1600 1648 1680 1920  900 903 908 942 -hsync -vsync (47.1 kHz e)
[  6754.258] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  6754.258] (II) intel(0): EDID for output VGA1
[  6754.258] (II) intel(0): Output LVDS1 connected
[  6754.258] (II) intel(0): Output VGA1 disconnected
[  6754.258] (II) intel(0): Using exact sizes for initial modes
[  6754.258] (II) intel(0): Output LVDS1 using initial mode 1600x900
[  6754.258] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  6754.258] (II) intel(0): Kernel page flipping support detected, enabling
[  6754.258] (**) intel(0): Display dimensions: (350, 190) mm
[  6754.258] (**) intel(0): DPI set to (116, 120)
[  6754.258] (II) Loading sub module "fb"
[  6754.258] (II) LoadModule: "fb"
[  6754.258] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  6754.258] (II) Module fb: vendor="X.Org Foundation"
[  6754.258]    compiled for 1.12.2, module version = 1.0.0
[  6754.258]    ABI class: X.Org ANSI C Emulation, version 0.4
[  6754.258] (II) Loading sub module "dri2"
[  6754.258] (II) LoadModule: "dri2"
[  6754.258] (WW) Warning, couldn't open module dri2
[  6754.258] (II) UnloadModule: "dri2"
[  6754.258] (II) Unloading dri2
[  6754.258] (EE) intel: Failed to load module "dri2" (module does not exist, 0)
[  6754.258] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[  6754.258] (==) NVIDIA(1): RGB weight 888
[  6754.258] (==) NVIDIA(1): Default visual is TrueColor
[  6754.258] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[  6754.258] (**) NVIDIA(1): Option "NoLogo" "true"
[  6754.258] (**) NVIDIA(1): Option "RegistryDwords" "EnableBrightnessControl=1"
[  6754.258] (**) NVIDIA(1): Enabling 2D acceleration
[  6755.001] (II) NVIDIA(GPU-0): Display (Samsung SME2420L (DFP-2)) does not support NVIDIA 3D
[  6755.001] (II) NVIDIA(GPU-0):     Vision stereo.
[  6755.062] (II) NVIDIA(GPU-0): Display (Samsung SME2420L (DFP-3)) does not support NVIDIA 3D
[  6755.062] (II) NVIDIA(GPU-0):     Vision stereo.
[  6755.063] (II) NVIDIA(1): NVIDIA GPU Quadro 1000M (GF108GL) at PCI:1:0:0 (GPU-0)
[  6755.063] (--) NVIDIA(1): Memory: 2097152 kBytes
[  6755.063] (--) NVIDIA(1): VideoBIOS: 70.08.55.00.0c
[  6755.063] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[  6755.063] (--) NVIDIA(1): Interlaced video modes are supported on this GPU
[  6755.068] (--) NVIDIA(1): Connected display device(s) on Quadro 1000M at PCI:1:0:0
[  6755.068] (--) NVIDIA(1):     Samsung SME2420L (DFP-2)
[  6755.068] (--) NVIDIA(1):     Samsung SME2420L (DFP-3)
[  6755.068] (--) NVIDIA(1): Samsung SME2420L (DFP-2): 165.0 MHz maximum pixel clock
[  6755.068] (--) NVIDIA(1): Samsung SME2420L (DFP-2): Internal Single Link TMDS
[  6755.068] (--) NVIDIA(1): Samsung SME2420L (DFP-3): 165.0 MHz maximum pixel clock
[  6755.068] (--) NVIDIA(1): Samsung SME2420L (DFP-3): Internal Single Link TMDS
[  6755.198] (**) NVIDIA(1): Using HorizSync/VertRefresh ranges from the EDID for display
[  6755.198] (**) NVIDIA(1):     device Samsung SME2420L (DFP-2) (Using EDID frequencies
[  6755.198] (**) NVIDIA(1):     has been enabled on all display devices.)
[  6755.199] (WW) NVIDIA(1): The EDID for Samsung SME2420L (DFP-2) contradicts itself: mode
[  6755.199] (WW) NVIDIA(1):     "1920x1080" is specified in the EDID; however, the EDID's
[  6755.199] (WW) NVIDIA(1):     valid VertRefresh range (56.000-75.000 Hz) would exclude
[  6755.199] (WW) NVIDIA(1):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
[  6755.199] (WW) NVIDIA(1):     check for mode "1920x1080".
[  6755.199] (WW) NVIDIA(1): The EDID for Samsung SME2420L (DFP-2) contradicts itself: mode
[  6755.199] (WW) NVIDIA(1):     "1280x720" is specified in the EDID; however, the EDID's
[  6755.199] (WW) NVIDIA(1):     valid VertRefresh range (56.000-75.000 Hz) would exclude
[  6755.199] (WW) NVIDIA(1):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
[  6755.199] (WW) NVIDIA(1):     check for mode "1280x720".
[  6755.199] (WW) NVIDIA(1): The EDID for Samsung SME2420L (DFP-2) contradicts itself: mode
[  6755.199] (WW) NVIDIA(1):     "720x576" is specified in the EDID; however, the EDID's
[  6755.199] (WW) NVIDIA(1):     valid VertRefresh range (56.000-75.000 Hz) would exclude
[  6755.199] (WW) NVIDIA(1):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
[  6755.199] (WW) NVIDIA(1):     check for mode "720x576".
[  6755.199] (WW) NVIDIA(1): The EDID for Samsung SME2420L (DFP-2) contradicts itself: mode
[  6755.199] (WW) NVIDIA(1):     "1920x1080" is specified in the EDID; however, the EDID's
[  6755.199] (WW) NVIDIA(1):     valid VertRefresh range (56.000-75.000 Hz) would exclude
[  6755.199] (WW) NVIDIA(1):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
[  6755.199] (WW) NVIDIA(1):     check for mode "1920x1080".
[  6755.200] (WW) NVIDIA(1): The EDID for Samsung SME2420L (DFP-2) contradicts itself: mode
[  6755.201] (WW) NVIDIA(1):     "1280x720" is specified in the EDID; however, the EDID's
[  6755.201] (WW) NVIDIA(1):     valid VertRefresh range (56.000-75.000 Hz) would exclude
[  6755.201] (WW) NVIDIA(1):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
[  6755.201] (WW) NVIDIA(1):     check for mode "1280x720".
[  6755.201] (WW) NVIDIA(1): The EDID for Samsung SME2420L (DFP-2) contradicts itself: mode
[  6755.201] (WW) NVIDIA(1):     "720x576" is specified in the EDID; however, the EDID's
[  6755.201] (WW) NVIDIA(1):     valid VertRefresh range (56.000-75.000 Hz) would exclude
[  6755.201] (WW) NVIDIA(1):     this mode's VertRefresh (50.0 Hz); ignoring VertRefresh
[  6755.201] (WW) NVIDIA(1):     check for mode "720x576".
[  6755.229] (II) NVIDIA(1): Assigned Display Device: DFP-2
[  6755.229] (==) NVIDIA(1):
[  6755.229] (==) NVIDIA(1): No modes were requested; the default mode "nvidia-auto-select"
[  6755.229] (==) NVIDIA(1):     will be used as the requested mode.
[  6755.229] (==) NVIDIA(1):
[  6755.229] (II) NVIDIA(1): Validated modes:
[  6755.229] (II) NVIDIA(1):     "nvidia-auto-select"
[  6755.229] (II) NVIDIA(1): Virtual screen size determined to be 1920 x 1080
[  6755.233] (--) NVIDIA(1): DPI set to (93, 94); computed from "UseEdidDpi" X config
[  6755.233] (--) NVIDIA(1):     option
[  6755.233] (--) Depth 24 pixmap format is 32 bpp
[  6755.233] (WW) intel(0): DRI2 requires DRI2 module version 1.1.0 or later
[  6755.233] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
[  6755.233] (II) UXA(0): Driver registered support for the following operations:
[  6755.233] (II)         solid
[  6755.233] (II)         copy
[  6755.233] (II)         composite (RENDER acceleration)
[  6755.233] (II)         put_image
[  6755.233] (II)         get_image
[  6755.233] (==) intel(0): Backing store disabled
[  6755.233] (==) intel(0): Silken mouse enabled
[  6755.233] (II) intel(0): Initializing HW Cursor
[  6755.233] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  6755.233] (**) intel(0): DPMS enabled
[  6755.233] (==) intel(0): Intel XvMC decoder enabled
[  6755.233] (II) intel(0): Set up textured video
[  6755.233] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[  6755.233] (II) intel(0): direct rendering: Failed
[  6755.233] (WW) intel(0): Option "monitor-TV" is not used
[  6755.234] (WW) intel(0): Option "monitor-LVCD1" is not used
[  6755.234] (==) intel(0): hotplug detection: "enabled"
[  6755.290] (--) RandR disabled
[  6755.290] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[  6755.290] (II) NVIDIA:     access.
[  6755.308] (II) NVIDIA(1): Setting mode "nvidia-auto-select"
[  6755.330] (WW) NVIDIA(1): The GPU driving screen 1 is incompatible with the rest of the
[  6755.330] (WW) NVIDIA(1):     GPUs composing the desktop.  OpenGL rendering will be
[  6755.330] (WW) NVIDIA(1):     disabled on screen 1.
[  6755.385] (==) NVIDIA(1): Disabling shared memory pixmaps
[  6755.385] (==) NVIDIA(1): Backing store disabled
[  6755.385] (==) NVIDIA(1): Silken mouse enabled
[  6755.385] (==) NVIDIA(1): DPMS enabled
[  6755.385] (II) Loading extension NV-CONTROL
[  6755.385] (II) Loading sub module "dri2"
[  6755.385] (II) LoadModule: "dri2"
[  6755.385] (WW) Warning, couldn't open module dri2
[  6755.385] (II) UnloadModule: "dri2"
[  6755.385] (II) Unloading dri2
[  6755.385] (EE) NVIDIA: Failed to load module "dri2" (module does not exist, 0)
[  6755.385] (II) NVIDIA(1): The X server will not be able to send the VDPAU driver name to
[  6755.385] (II) NVIDIA(1):     libvdpau.
[  6755.385] (--) RandR disabled
[  6755.385] (WW) Not including screen "ScreenNV1" in origins calculation.
[  6755.385] (II) Initializing built-in extension Generic Event Extension
[  6755.385] (II) Initializing built-in extension SHAPE
[  6755.385] (II) Initializing built-in extension MIT-SHM
[  6755.385] (II) Initializing built-in extension XInputExtension
[  6755.385] (II) Initializing built-in extension XTEST
[  6755.385] (II) Initializing built-in extension BIG-REQUESTS
[  6755.385] (II) Initializing built-in extension SYNC
[  6755.385] (II) Initializing built-in extension XKEYBOARD
[  6755.385] (II) Initializing built-in extension XC-MISC
[  6755.385] (II) Initializing built-in extension XINERAMA
[  6755.385] (II) Initializing built-in extension XFIXES
[  6755.385] (II) Initializing built-in extension RENDER
[  6755.385] (II) Initializing built-in extension RANDR
[  6755.385] (II) Initializing built-in extension COMPOSITE
[  6755.385] (II) Initializing built-in extension DAMAGE
[  6755.386] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[  6755.416] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  6755.416] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  6755.416] (II) LoadModule: "evdev"
[  6755.416] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  6755.417] (II) Module evdev: vendor="X.Org Foundation"
[  6755.417]    compiled for 1.12.2, module version = 2.7.0
[  6755.417]    Module class: X.Org XInput Driver
[  6755.417]    ABI class: X.Org XInput driver, version 16.0
[  6755.417] (II) Using input driver 'evdev' for 'Power Button'
[  6755.417] (**) Power Button: always reports core events
[  6755.417] (**) evdev: Power Button: Device: "/dev/input/event2"
[  6755.417] (--) evdev: Power Button: Vendor 0 Product 0x1
[  6755.417] (--) evdev: Power Button: Found keys
[  6755.417] (II) evdev: Power Button: Configuring as keyboard
[  6755.417] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  6755.417] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  6755.417] (**) Option "xkb_rules" "evdev"
[  6755.417] (**) Option "xkb_model" "evdev"
[  6755.417] (**) Option "xkb_layout" "us"
[  6755.450] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[  6755.450] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  6755.450] (II) Using input driver 'evdev' for 'Video Bus'
[  6755.450] (**) Video Bus: always reports core events
[  6755.450] (**) evdev: Video Bus: Device: "/dev/input/event3"
[  6755.450] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  6755.450] (--) evdev: Video Bus: Found keys
[  6755.450] (II) evdev: Video Bus: Configuring as keyboard
[  6755.450] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[  6755.451] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  6755.451] (**) Option "xkb_rules" "evdev"
[  6755.451] (**) Option "xkb_model" "evdev"
[  6755.451] (**) Option "xkb_layout" "us"
[  6755.452] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[  6755.452] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  6755.452] (II) Using input driver 'evdev' for 'Video Bus'
[  6755.452] (**) Video Bus: always reports core events
[  6755.452] (**) evdev: Video Bus: Device: "/dev/input/event4"
[  6755.452] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  6755.452] (--) evdev: Video Bus: Found keys
[  6755.452] (II) evdev: Video Bus: Configuring as keyboard
[  6755.452] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input4/event4"
[  6755.452] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  6755.452] (**) Option "xkb_rules" "evdev"
[  6755.452] (**) Option "xkb_model" "evdev"
[  6755.452] (**) Option "xkb_layout" "us"
[  6755.453] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  6755.453] (II) No input driver specified, ignoring this device.
[  6755.453] (II) This device may have been added with another device file.
[  6755.453] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  6755.453] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  6755.453] (II) Using input driver 'evdev' for 'Sleep Button'
[  6755.453] (**) Sleep Button: always reports core events
[  6755.453] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[  6755.454] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  6755.454] (--) evdev: Sleep Button: Found keys
[  6755.454] (II) evdev: Sleep Button: Configuring as keyboard
[  6755.454] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[  6755.454] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  6755.454] (**) Option "xkb_rules" "evdev"
[  6755.454] (**) Option "xkb_model" "evdev"
[  6755.454] (**) Option "xkb_layout" "us"
[  6755.454] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event8)
[  6755.454] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[  6755.454] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
[  6755.454] (**) Logitech USB Optical Mouse: always reports core events
[  6755.454] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event8"
[  6755.454] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc05a
[  6755.454] (--) evdev: Logitech USB Optical Mouse: Found 3 mouse buttons
[  6755.454] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
[  6755.454] (--) evdev: Logitech USB Optical Mouse: Found relative axes
[  6755.454] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
[  6755.454] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
[  6755.454] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
[  6755.454] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[  6755.454] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  6755.454] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.5/1-1.5.5:1.0/input/input8/event8"
[  6755.454] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 10)
[  6755.454] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
[  6755.454] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[  6755.454] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
[  6755.454] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[  6755.454] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[  6755.454] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse1)
[  6755.454] (II) No input driver specified, ignoring this device.
[  6755.454] (II) This device may have been added with another device file.
[  6755.454] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event9)
[  6755.454] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  6755.454] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[  6755.455] (**) Logitech USB Keyboard: always reports core events
[  6755.455] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event9"
[  6755.455] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31d
[  6755.455] (--) evdev: Logitech USB Keyboard: Found keys
[  6755.455] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
[  6755.455] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.6/1-1.5.6:1.0/input/input9/event9"
[  6755.455] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 11)
[  6755.455] (**) Option "xkb_rules" "evdev"
[  6755.455] (**) Option "xkb_model" "evdev"
[  6755.455] (**) Option "xkb_layout" "us"
[  6755.455] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event10)
[  6755.455] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  6755.455] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[  6755.455] (**) Logitech USB Keyboard: always reports core events
[  6755.455] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event10"
[  6755.455] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31d
[  6755.455] (--) evdev: Logitech USB Keyboard: Found absolute axes
[  6755.455] (II) evdev: Logitech USB Keyboard: Forcing absolute x/y axes to exist.
[  6755.455] (--) evdev: Logitech USB Keyboard: Found keys
[  6755.455] (II) evdev: Logitech USB Keyboard: Configuring as mouse
[  6755.455] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
[  6755.455] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.6/1-1.5.6:1.1/input/input10/event10"
[  6755.455] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 12)
[  6755.455] (**) Option "xkb_rules" "evdev"
[  6755.455] (**) Option "xkb_model" "evdev"
[  6755.455] (**) Option "xkb_layout" "us"
[  6755.455] (II) evdev: Logitech USB Keyboard: initialized for absolute axes.
[  6755.455] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
[  6755.455] (**) Logitech USB Keyboard: (accel) acceleration profile 0
[  6755.455] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
[  6755.455] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
[  6755.455] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[  6755.455] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  6755.455] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  6755.455] (**) AT Translated Set 2 keyboard: always reports core events
[  6755.455] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5"
[  6755.455] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  6755.455] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  6755.455] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  6755.455] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[  6755.455] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[  6755.455] (**) Option "xkb_rules" "evdev"
[  6755.455] (**) Option "xkb_model" "evdev"
[  6755.455] (**) Option "xkb_layout" "us"
[  6755.456] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[  6755.456] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[  6755.456] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  6755.456] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[  6755.456] (II) LoadModule: "synaptics"
[  6755.456] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[  6755.456] (II) Module synaptics: vendor="X.Org Foundation"
[  6755.456]    compiled for 1.12.2, module version = 1.6.2
[  6755.456]    Module class: X.Org XInput Driver
[  6755.456]    ABI class: X.Org XInput driver, version 16.0
[  6755.456] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  6755.456] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  6755.456] (**) Option "Device" "/dev/input/event7"
[  6755.487] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[  6755.487] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5470
[  6755.487] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4498
[  6755.487] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  6755.487] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  6755.487] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[  6755.487] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[  6755.487] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  6755.487] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  6755.503] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[  6755.503] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[  6755.503] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  6755.503] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[  6755.503] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[  6755.503] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  6755.503] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  6755.503] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  6755.503] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  6755.503] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  6755.504] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  6755.504] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[  6755.504] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event11)
[  6755.504] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[  6755.504] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[  6755.505] (**) TPPS/2 IBM TrackPoint: always reports core events
[  6755.505] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event11"
[  6755.505] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[  6755.505] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[  6755.505] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[  6755.505] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[  6755.505] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[  6755.505] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[  6755.505] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  6755.505] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input11/event11"
[  6755.505] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 15)
[  6755.505] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[  6755.505] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[  6755.505] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[  6755.505] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[  6755.505] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[  6755.506] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[  6755.506] (II) No input driver specified, ignoring this device.
[  6755.506] (II) This device may have been added with another device file.
[  6755.507] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[  6755.507] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[  6755.507] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[  6755.507] (**) ThinkPad Extra Buttons: always reports core events
[  6755.507] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event6"
[  6755.507] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[  6755.507] (--) evdev: ThinkPad Extra Buttons: Found keys
[  6755.507] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[  6755.507] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event6"
[  6755.507] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 16)
[  6755.507] (**) Option "xkb_rules" "evdev"
[  6755.507] (**) Option "xkb_model" "evdev"
[  6755.507] (**) Option "xkb_layout" "us"
Back to top
View user's profile Send private message
kimmie
Guru
Guru


Joined: 08 Sep 2004
Posts: 531
Location: Australia

PostPosted: Sat Oct 27, 2012 9:15 am    Post subject: Reply with quote

You should be able to do this within the nvidia-settings gui; first set the display configuration to Twinview, then enable the displays.

If it doesn't work, try a more recent nvidia-drivers; 295 series is quite old. 304.60 works well for me on a W510 using the dock (although with two monitors, not three).

If it still doesn't work, try generating yourself a new xorg.conf using nvidia-xconfig, then use nvidia-settings to customise and save it, then add your manual tweaks.
Back to top
View user's profile Send private message
childc2
n00b
n00b


Joined: 17 Nov 2010
Posts: 33

PostPosted: Mon Oct 29, 2012 1:38 pm    Post subject: Reply with quote

The nvidia-settings utility doesn't work properly when I'm using the Intel card and the Nvidia card at the same time.
I've tried using it already, but gave up on it when I read that it isn't helpful past two monitors.

I'll give the 304.60 version of nvidia-drivers a try though.
Back to top
View user's profile Send private message
childc2
n00b
n00b


Joined: 17 Nov 2010
Posts: 33

PostPosted: Mon Oct 29, 2012 2:34 pm    Post subject: Reply with quote

Okay, 304.60 changes things. All three screen have something on them now, which I think is progress.
The two screens that the Nvidia card is running are mirroring the laptop screen though, rather than xinerama extending the screen.
the nvidia-settings utility isn't working though, it doesn't think the driver is even running.
Any suggestions?
Back to top
View user's profile Send private message
kimmie
Guru
Guru


Joined: 08 Sep 2004
Posts: 531
Location: Australia

PostPosted: Tue Oct 30, 2012 1:59 pm    Post subject: Reply with quote

Sorry, wasn't paying enough attention... you've got hybrid graphics on the W520, right?

From a quick google, you will probably be able to load the nvidia driver by setting the BIOS to "discrete graphics"; after that nvidia settings should work. Of course, that will draw more power, so the setting might lose you some battery life when not docked. You can save a fair bit of power using 50Hz modes and making sure you use an adaptive power setting in nvidia-settings, though.

The other option appears to be bumblebee http://en.gentoo-wiki.com/wiki/X.Org/nVidia_Optimus
Back to top
View user's profile Send private message
kimmie
Guru
Guru


Joined: 08 Sep 2004
Posts: 531
Location: Australia

PostPosted: Tue Oct 30, 2012 2:06 pm    Post subject: Reply with quote

Or... maybe nvidia-settings isn't working because of your opengl settings... your log shows the nvidia driver is loaded but is complaining about that.

Try using eselect opengl:
Code:
# eselect opengl list
Available OpenGL implementations:
  [1]   nvidia *
  [2]   xorg-x11
# eselect open gl set 1
Back to top
View user's profile Send private message
childc2
n00b
n00b


Joined: 17 Nov 2010
Posts: 33

PostPosted: Tue Oct 30, 2012 2:15 pm    Post subject: Reply with quote

Yeah, the W520 does have hybrid graphics. The problem is that the Nvidia card is only capable of driving two displays. I have to use the intel card to drive the laptop display and the nvidia card to drive the two DVI ports on the dock.
I'm not too worried about the battery life for this either, since the laptop is docked and running on wall power.

I've tried swapping the opengl settings too.
Back to top
View user's profile Send private message
childc2
n00b
n00b


Joined: 17 Nov 2010
Posts: 33

PostPosted: Fri Nov 02, 2012 5:50 pm    Post subject: Reply with quote

Okay, I think I've fixed a lot of the issues with the actual graphics cards. I think my problem now is how to get xinerama working properly.

If I enable the xinerama option in xorg.conf then the two external monitors will try to clone the laptop display.
If I disable xinerama then the two external monitors act as one X screen (without graceful handling of the monitor edges), and the laptop display acts as a separate X screen.
My login screen and mouse always start on the laptop screen, however I can move the mouse over to the external monitors. Once the mouse is on the external monitors I can't move it back to the laptop display.

Does anyone know how to get xinerama running correctly?
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3921
Location: Hamburg

PostPosted: Fri Nov 02, 2012 6:12 pm    Post subject: Reply with quote

/me just wondering what would happen if you would delete xorg.conf and just use xrandr after starting the X-server to configure all 3 displays.
Back to top
View user's profile Send private message
childc2
n00b
n00b


Joined: 17 Nov 2010
Posts: 33

PostPosted: Fri Nov 02, 2012 6:14 pm    Post subject: Reply with quote

That's worth a shot. I'm not terribly familiar with xrandr though. What command would I use to have the two external displays appear to the left of the laptop display?
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3921
Location: Hamburg

PostPosted: Fri Nov 02, 2012 7:34 pm    Post subject: Reply with quote

start with something like
Code:
xrandr --output LVDS1 --auto --primary --output HDMI1 --left-of LVDS1 --auto
Back to top
View user's profile Send private message
childc2
n00b
n00b


Joined: 17 Nov 2010
Posts: 33

PostPosted: Fri Nov 02, 2012 7:48 pm    Post subject: Reply with quote

Okay, I'll give it a test on Monday.
It's 4pm on a Friday so this can wait a weekend.
Back to top
View user's profile Send private message
childc2
n00b
n00b


Joined: 17 Nov 2010
Posts: 33

PostPosted: Tue Nov 06, 2012 2:19 pm    Post subject: Reply with quote

Okay, I tried that xrandr command.
It gave an error about HDMI1 not existing so I tried replacing it with LVDS2. That didn't work either though.
Nothing is displayed on the two external monitors.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum