You are not logged in.

#1 2014-06-23 11:26:02

JLucien
Member
Registered: 2011-06-26
Posts: 30

Two External Monitors & Intel Drivers

I am trying to setup my Lenovo T540p on an UltraDock docking station to work with two external monitors.

One is connected via DVI (and is currently detected by xrandr) and one is connected via VGA, which is not detected by xrandr, but comes on at a good resolution and mirrors the DVI monitor.  My laptop screen comes on and is the primary screen I would guess, as that is where my XFCE main panel shows.

What I am looking for is the laptop screen and the DVI monitor to work as one screen, and the VGA to be independent.

Output of xrandr -q:

$ xrandr -q
Screen 0: minimum 8 x 8, current 2880 x 1620, maximum 32767 x 32767
eDP1 connected 2880x1620+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   2880x1620     59.96*+  50.00  
   2048x1536     60.00  
   1920x1440     60.00  
   1856x1392     60.01  
   1792x1344     60.01  
   1600x1200     60.00  
   1400x1050     59.98  
   1280x1024     60.02  
   1280x960      60.00  
   1024x768      60.00  
   800x600       60.32    56.25  
   640x480       59.94  
VGA1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP2 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 255mm x 255mm
   1680x1050     60.00* 
   1024x768      60.00  
   800x600       60.32    56.25  
   848x480       60.00  
   640x480       59.94  
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

I have two questions here - why is the virtual size so large (maximum 32767 x 32767) and how can I make the VGA connection show up?

Here is my xorg.conf:

Section "Files"
    ModulePath     "/usr/lib/xorg/modules"
    ModulePath     "/usr/lib/xorg/modules/drivers"
EndSection

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

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

Section "Monitor"
    Identifier     "LenovoMonitor"
    VendorName     "Lenovo"
    ModelName      "T2323p"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
    Option         "Enable" "true"
    Option         "Primary" "true"
    Option         "LeftOf" "LenovoLaptopScreen"
EndSection

Section "Monitor"
    Identifier     "LenovoLaptopScreen"
    VendorName     "Lenovo"
    Option         "PreferredMode" "2880x1620"
EndSection

Section "Monitor"
    Identifier     "IlyamaMonitor"
    VendorName     "Ilyama"
    Option         "RightOf" "LenovoLaptopScreen"
EndSection


Section "Device"
    Identifier     "nvidiadevice"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"
    Identifier     "inteldevice"
    Driver         "intel"
    BusID          "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier     "LenovoLaptopScreen"
    Device         "inteldevice"
    Monitor        "LenovoLaptopMonitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes       "2880x1620"
    EndSubSection
EndSection

Section "Screen"
   Identifier     "Lenovo"
   Device         "inteldevice"
   Monitor        "LenovoMonitor"
EndSection

Section "Screen"
   Identifier     "IlyamaScreen"
   Device         "inteldevice"
   Monitor        "IlyamaMonitor"
EndSection

Section "ServerLayout"
    Identifier     "Layout0"
    Screen 0       "LenovoLaptopScreen"
    Screen 1       "Lenovo"
    Screen 2       "IlyamaScreen"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

The xorg.conf is loading according to /var/log/Xorg.0.log:

X.Org X Server 1.15.1
Release Date: 2014-04-13
[    22.514] X Protocol Version 11, Revision 0
[    22.514] Build Operating System: Linux 3.14.0-4-ARCH x86_64 
[    22.514] Current Operating System: Linux xena 3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64
[    22.514] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2d15cb72-db9e-4fd7-a30b-3e4ef53ce0dd rw cryptdevice=/dev/sda2:MyStorage root=/dev/mapper/MyStorage-rootvol resume=/dev/mapper/MyStorage-swapvol ipv6.disable=1
[    22.514] Build Date: 14 April 2014  08:39:09AM
[    22.514]  
[    22.514] Current version of pixman: 0.32.4
[    22.514] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    22.514] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    22.514] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 23 11:22:07 2014
[    22.558] (==) Using config file: "/etc/X11/xorg.conf"
[    22.558] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    22.558] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    22.602] (==) ServerLayout "X.org Configured"
[    22.602] (**) |-->Screen "Screen0" (0)
[    22.602] (**) |   |-->Monitor "Monitor0"
[    22.602] (**) |   |-->Device "Card0"
[    22.602] (**) |-->Input Device "Keyboard0"
[    22.602] (==) Automatically adding devices
[    22.602] (==) Automatically enabling devices
[    22.602] (==) Automatically adding GPU devices
[    22.640] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    22.640] 	Entry deleted from font path.
[    22.648] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    22.648] (**) ModulePath set to "/usr/lib/xorg/modules,/usr/lib/xorg/modules/drivers"
[    22.648] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    22.648] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    22.648] (WW) Disabling Keyboard0
[    22.648] (II) Loader magic: 0x804c80
[    22.648] (II) Module ABI versions:
[    22.648] 	X.Org ANSI C Emulation: 0.4
[    22.648] 	X.Org Video Driver: 15.0
[    22.648] 	X.Org XInput driver : 20.0
[    22.648] 	X.Org Server Extension : 8.0
[    22.648] (II) xfree86: Adding drm device (/dev/dri/card0)
[    22.649] (--) PCI:*(0:0:2:0) 8086:0416:17aa:221e rev 6, Mem @ 0xf1000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
[    22.649] (--) PCI: (0:1:0:0) 10de:1290:17aa:221e rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128
[    22.649] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    22.656] Initializing built-in extension Generic Event Extension
[    22.656] Initializing built-in extension SHAPE
[    22.656] Initializing built-in extension MIT-SHM
[    22.656] Initializing built-in extension XInputExtension
[    22.656] Initializing built-in extension XTEST
[    22.656] Initializing built-in extension BIG-REQUESTS
[    22.656] Initializing built-in extension SYNC
[    22.656] Initializing built-in extension XKEYBOARD
[    22.656] Initializing built-in extension XC-MISC
[    22.656] Initializing built-in extension SECURITY
[    22.656] Initializing built-in extension XINERAMA
[    22.656] Initializing built-in extension XFIXES
[    22.656] Initializing built-in extension RENDER
[    22.656] Initializing built-in extension RANDR
[    22.656] Initializing built-in extension COMPOSITE
[    22.656] Initializing built-in extension DAMAGE
[    22.656] Initializing built-in extension MIT-SCREEN-SAVER
[    22.656] Initializing built-in extension DOUBLE-BUFFER
[    22.656] Initializing built-in extension RECORD
[    22.656] Initializing built-in extension DPMS
[    22.656] Initializing built-in extension Present
[    22.656] Initializing built-in extension DRI3
[    22.656] Initializing built-in extension X-Resource
[    22.656] Initializing built-in extension XVideo
[    22.656] Initializing built-in extension XVideo-MotionCompensation
[    22.656] Initializing built-in extension XFree86-VidModeExtension
[    22.656] Initializing built-in extension XFree86-DGA
[    22.656] Initializing built-in extension XFree86-DRI
[    22.656] Initializing built-in extension DRI2
[    22.656] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    22.656] (II) LoadModule: "glx"
[    22.693] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    22.815] (II) Module glx: vendor="X.Org Foundation"
[    22.815] 	compiled for 1.15.1, module version = 1.0.0
[    22.815] 	ABI class: X.Org Server Extension, version 8.0
[    22.815] (==) AIGLX enabled
[    22.815] Loading extension GLX
[    22.815] (II) LoadModule: "intel"
[    22.815] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    22.856] (II) Module intel: vendor="X.Org Foundation"
[    22.856] 	compiled for 1.15.1, module version = 2.99.912
[    22.856] 	Module class: X.Org Video Driver
[    22.856] 	ABI class: X.Org Video Driver, version 15.0
[    22.856] (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
[    22.857] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
[    22.857] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
[    22.857] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
[    22.857] (++) using VT number 7

[    22.861] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
[    22.874] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[    22.874] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
[    22.874] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    22.874] (==) intel(0): RGB weight 888
[    22.874] (==) intel(0): Default visual is TrueColor
[    22.874] (**) intel(0): Framebuffer tiled
[    22.874] (**) intel(0): Pixmaps tiled
[    22.874] (**) intel(0): Forcing per-crtc-pixmaps? no
[    22.874] (II) intel(0): Output eDP1 using monitor section Monitor0
[    22.874] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output eDP1
[    22.874] (II) intel(0): Output VGA1 has no monitor section
[    22.874] (II) intel(0): Output DP1 has no monitor section
[    22.874] (II) intel(0): Output HDMI1 has no monitor section
[    22.874] (II) intel(0): Output DP2 has no monitor section
[    22.874] (II) intel(0): Output HDMI2 has no monitor section
[    22.874] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    22.875] (II) intel(0): Output VIRTUAL1 has no monitor section
[    22.875] (--) intel(0): Output eDP1 using initial mode 2880x1620 on pipe 0
[    22.875] (--) intel(0): Output DP2 using initial mode 1680x1050 on pipe 1
[    22.875] (**) intel(0): TearFree disabled
[    22.875] (**) intel(0): Display dimensions: (345, 194) mm
[    22.875] (**) intel(0): DPI set to (212, 212)
[    22.875] (II) Loading sub module "dri3"
[    22.875] (II) LoadModule: "dri3"
[    22.900] (WW) Warning, couldn't open module dri3
[    22.900] (II) UnloadModule: "dri3"
[    22.900] (II) Unloading dri3
[    22.900] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
[    22.900] (II) Loading sub module "dri2"
[    22.900] (II) LoadModule: "dri2"
[    22.900] (II) Module "dri2" already built-in
[    22.900] (II) Loading sub module "present"
[    22.900] (II) LoadModule: "present"
[    22.900] (WW) Warning, couldn't open module present
[    22.900] (II) UnloadModule: "present"
[    22.900] (II) Unloading present
[    22.900] (EE) intel: Failed to load module "present" (module does not exist, 0)
[    22.900] (==) Depth 24 pixmap format is 32 bpp
[    22.910] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[    22.910] (==) intel(0): Backing store enabled
[    22.910] (==) intel(0): Silken mouse enabled
[    22.911] (II) intel(0): HW Cursor enabled
[    22.911] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    22.911] (==) intel(0): DPMS enabled
[    22.911] (II) intel(0): [DRI2] Setup complete
[    22.911] (II) intel(0): [DRI2]   DRI driver: i965
[    22.911] (II) intel(0): [DRI2]   VDPAU driver: i965
[    22.911] (II) intel(0): direct rendering: DRI2 enabled
[    22.911] (==) intel(0): hotplug detection: "enabled"
[    22.911] (--) RandR disabled
[    23.068] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    23.069] (II) AIGLX: enabled GLX_ARB_create_context
[    23.069] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    23.069] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    23.069] (II) AIGLX: enabled GLX_INTEL_swap_event
[    23.069] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    23.069] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    23.069] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    23.069] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    23.069] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    23.069] (II) AIGLX: Loaded and initialized i965
[    23.069] (II) GLX: Initialized DRI2 GL provider for screen 0
[    23.095] (II) intel(0): switch to mode 2880x1620@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    23.116] (II) intel(0): switch to mode 1680x1050@60.0 on DP2 using pipe 1, position (0, 0), rotation normal, reflection none
[    23.130] (II) intel(0): Setting screen physical size to 762 x 428
[    23.367] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    23.367] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    23.367] (II) LoadModule: "evdev"
[    23.367] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    23.405] (II) Module evdev: vendor="X.Org Foundation"
[    23.405] 	compiled for 1.15.1, module version = 2.9.0
[    23.405] 	Module class: X.Org XInput Driver
[    23.405] 	ABI class: X.Org XInput driver, version 20.0
[    23.405] (II) Using input driver 'evdev' for 'Power Button'
[    23.405] (**) Power Button: always reports core events
[    23.405] (**) evdev: Power Button: Device: "/dev/input/event6"
[    23.405] (--) evdev: Power Button: Vendor 0 Product 0x1
[    23.405] (--) evdev: Power Button: Found keys
[    23.405] (II) evdev: Power Button: Configuring as keyboard
[    23.405] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event6"
[    23.405] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    23.405] (**) Option "xkb_rules" "evdev"
[    23.405] (**) Option "xkb_model" "pc104"
[    23.405] (**) Option "xkb_layout" "us"
[    23.417] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    23.417] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    23.417] (II) Using input driver 'evdev' for 'Video Bus'
[    23.417] (**) Video Bus: always reports core events
[    23.417] (**) evdev: Video Bus: Device: "/dev/input/event10"
[    23.417] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    23.417] (--) evdev: Video Bus: Found keys
[    23.417] (II) evdev: Video Bus: Configuring as keyboard
[    23.417] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12/event10"
[    23.417] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    23.417] (**) Option "xkb_rules" "evdev"
[    23.417] (**) Option "xkb_model" "pc104"
[    23.417] (**) Option "xkb_layout" "us"
[    23.418] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    23.418] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    23.418] (II) Using input driver 'evdev' for 'Video Bus'
[    23.418] (**) Video Bus: always reports core events
[    23.418] (**) evdev: Video Bus: Device: "/dev/input/event11"
[    23.418] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    23.418] (--) evdev: Video Bus: Found keys
[    23.418] (II) evdev: Video Bus: Configuring as keyboard
[    23.418] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input13/event11"
[    23.418] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    23.418] (**) Option "xkb_rules" "evdev"
[    23.418] (**) Option "xkb_model" "pc104"
[    23.418] (**) Option "xkb_layout" "us"
[    23.418] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[    23.418] (II) No input driver specified, ignoring this device.
[    23.418] (II) This device may have been added with another device file.
[    23.418] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[    23.418] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    23.418] (II) Using input driver 'evdev' for 'Sleep Button'
[    23.418] (**) Sleep Button: always reports core events
[    23.418] (**) evdev: Sleep Button: Device: "/dev/input/event5"
[    23.418] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    23.418] (--) evdev: Sleep Button: Found keys
[    23.418] (II) evdev: Sleep Button: Configuring as keyboard
[    23.418] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event5"
[    23.418] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    23.418] (**) Option "xkb_rules" "evdev"
[    23.418] (**) Option "xkb_model" "pc104"
[    23.418] (**) Option "xkb_layout" "us"
[    23.418] (II) config/udev: Adding drm device (/dev/dri/card0)
[    23.418] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[    23.418] (II) No input driver specified, ignoring this device.
[    23.418] (II) This device may have been added with another device file.
[    23.418] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[    23.418] (II) No input driver specified, ignoring this device.
[    23.418] (II) This device may have been added with another device file.
[    23.419] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[    23.419] (II) No input driver specified, ignoring this device.
[    23.419] (II) This device may have been added with another device file.
[    23.419] (II) config/udev: Adding input device Integrated Camera (/dev/input/event9)
[    23.419] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[    23.419] (II) Using input driver 'evdev' for 'Integrated Camera'
[    23.419] (**) Integrated Camera: always reports core events
[    23.419] (**) evdev: Integrated Camera: Device: "/dev/input/event9"
[    23.419] (--) evdev: Integrated Camera: Vendor 0x5986 Product 0x26a
[    23.419] (--) evdev: Integrated Camera: Found keys
[    23.419] (II) evdev: Integrated Camera: Configuring as keyboard
[    23.419] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input11/event9"
[    23.419] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
[    23.419] (**) Option "xkb_rules" "evdev"
[    23.419] (**) Option "xkb_model" "pc104"
[    23.419] (**) Option "xkb_layout" "us"
[    23.419] (II) config/udev: Adding input device Genius Optical Mouse (/dev/input/event1)
[    23.419] (**) Genius Optical Mouse: Applying InputClass "evdev pointer catchall"
[    23.419] (II) Using input driver 'evdev' for 'Genius Optical Mouse'
[    23.419] (**) Genius Optical Mouse: always reports core events
[    23.419] (**) evdev: Genius Optical Mouse: Device: "/dev/input/event1"
[    23.419] (--) evdev: Genius Optical Mouse: Vendor 0x458 Product 0x7
[    23.419] (--) evdev: Genius Optical Mouse: Found 3 mouse buttons
[    23.419] (--) evdev: Genius Optical Mouse: Found scroll wheel(s)
[    23.419] (--) evdev: Genius Optical Mouse: Found relative axes
[    23.419] (--) evdev: Genius Optical Mouse: Found x and y relative axes
[    23.419] (II) evdev: Genius Optical Mouse: Configuring as mouse
[    23.419] (II) evdev: Genius Optical Mouse: Adding scrollwheel support
[    23.419] (**) evdev: Genius Optical Mouse: YAxisMapping: buttons 4 and 5
[    23.419] (**) evdev: Genius Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    23.419] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.1/3-9.1:1.0/0003:0458:0007.0001/input/input2/event1"
[    23.419] (II) XINPUT: Adding extended input device "Genius Optical Mouse" (type: MOUSE, id 11)
[    23.419] (II) evdev: Genius Optical Mouse: initialized for relative axes.
[    23.419] (**) Genius Optical Mouse: (accel) keeping acceleration scheme 1
[    23.419] (**) Genius Optical Mouse: (accel) acceleration profile 0
[    23.419] (**) Genius Optical Mouse: (accel) acceleration factor: 2.000
[    23.419] (**) Genius Optical Mouse: (accel) acceleration threshold: 4
[    23.420] (II) config/udev: Adding input device Genius Optical Mouse (/dev/input/mouse0)
[    23.420] (II) No input driver specified, ignoring this device.
[    23.420] (II) This device may have been added with another device file.
[    23.420] (II) config/udev: Adding input device CHICONY USB NetVista Full Width Keyboard (/dev/input/event2)
[    23.420] (**) CHICONY USB NetVista Full Width Keyboard: Applying InputClass "evdev keyboard catchall"
[    23.420] (II) Using input driver 'evdev' for 'CHICONY USB NetVista Full Width Keyboard'
[    23.420] (**) CHICONY USB NetVista Full Width Keyboard: always reports core events
[    23.420] (**) evdev: CHICONY USB NetVista Full Width Keyboard: Device: "/dev/input/event2"
[    23.420] (--) evdev: CHICONY USB NetVista Full Width Keyboard: Vendor 0x4b3 Product 0x3025
[    23.420] (--) evdev: CHICONY USB NetVista Full Width Keyboard: Found keys
[    23.420] (II) evdev: CHICONY USB NetVista Full Width Keyboard: Configuring as keyboard
[    23.420] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.2/3-9.2:1.0/0003:04B3:3025.0002/input/input3/event2"
[    23.420] (II) XINPUT: Adding extended input device "CHICONY USB NetVista Full Width Keyboard" (type: KEYBOARD, id 12)
[    23.420] (**) Option "xkb_rules" "evdev"
[    23.420] (**) Option "xkb_model" "pc104"
[    23.420] (**) Option "xkb_layout" "us"
[    23.420] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event15)
[    23.420] (II) No input driver specified, ignoring this device.
[    23.420] (II) This device may have been added with another device file.
[    23.420] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event16)
[    23.420] (II) No input driver specified, ignoring this device.
[    23.420] (II) This device may have been added with another device file.
[    23.420] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event17)
[    23.420] (II) No input driver specified, ignoring this device.
[    23.420] (II) This device may have been added with another device file.
[    23.420] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    23.420] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    23.420] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    23.420] (**) AT Translated Set 2 keyboard: always reports core events
[    23.420] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    23.420] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    23.420] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    23.420] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    23.420] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    23.420] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    23.420] (**) Option "xkb_rules" "evdev"
[    23.420] (**) Option "xkb_model" "pc104"
[    23.420] (**) Option "xkb_layout" "us"
[    23.421] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[    23.421] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    23.421] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
[    23.421] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    23.421] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event8"
[    23.421] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    23.421] (--) evdev: SynPS/2 Synaptics TouchPad: Found 1 mouse buttons
[    23.421] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
[    23.421] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
[    23.421] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
[    23.421] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
[    23.421] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
[    23.421] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
[    23.421] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    23.421] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
[    23.421] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[    23.421] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
[    23.421] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    23.421] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[    23.421] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    23.421] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    23.421] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    23.421] (II) No input driver specified, ignoring this device.
[    23.421] (II) This device may have been added with another device file.
[    23.421] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event18)
[    23.421] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[    23.421] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[    23.421] (**) TPPS/2 IBM TrackPoint: always reports core events
[    23.421] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event18"
[    23.421] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[    23.421] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[    23.421] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[    23.421] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[    23.421] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[    23.421] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[    23.421] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    23.421] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input10/event18"
[    23.421] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 15)
[    23.421] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[    23.421] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[    23.421] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[    23.421] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    23.421] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    23.421] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[    23.421] (II) No input driver specified, ignoring this device.
[    23.421] (II) This device may have been added with another device file.
[    23.421] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    23.421] (II) No input driver specified, ignoring this device.
[    23.421] (II) This device may have been added with another device file.
[    23.422] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
[    23.422] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[    23.422] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[    23.422] (**) ThinkPad Extra Buttons: always reports core events
[    23.422] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event7"
[    23.422] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[    23.422] (--) evdev: ThinkPad Extra Buttons: Found keys
[    23.422] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[    23.422] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event7"
[    23.422] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 16)
[    23.422] (**) Option "xkb_rules" "evdev"
[    23.422] (**) Option "xkb_model" "pc104"
[    23.422] (**) Option "xkb_layout" "us"
[    37.183] (II) intel(0): EDID vendor "IVM", prod id 22019
[    37.183] (II) intel(0): Printing DDC gathered Modelines:
[    37.183] (II) intel(0): Modeline "1680x1050"x0.0  146.36  1680 1784 1960 2240  1050 1053 1059 1089 +hsync +vsync (65.3 kHz eP)
[    37.183] (II) intel(0): Modeline "3360x1050"x0.0  256.13  3360 3464 3640 3920  1050 1053 1059 1089 +hsync +vsync (65.3 kHz e)
[    37.183] (II) intel(0): Modeline "2560x1024"x0.0  189.83  2560 2608 2720 2968  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    37.183] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    37.183] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    37.183] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    37.183] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    37.183] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    37.183] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    37.183] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    37.183] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    37.183] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    37.183] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    37.183] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    37.183] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    37.183] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    37.183] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    37.183] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    37.183] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    37.183] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    37.183] (II) intel(0): Modeline "1280x960"x75.0  129.86  1280 1368 1504 1728  960 961 964 1002 -hsync +vsync (75.1 kHz e)
[    37.183] (II) intel(0): Modeline "1280x800"x0.0  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
[    37.183] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    37.183] (II) intel(0): Modeline "1400x1050"x0.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    37.183] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  1824.978] (II) intel(0): switch to mode 2880x1620@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  1825.221] (II) intel(0): switch to mode 1680x1050@60.0 on DP2 using pipe 1, position (0, 0), rotation normal, reflection none

Seeing as the VGA monitor is not detected by xrandr I don't know how to make it work.

Offline

#2 2014-06-28 09:13:57

progandy
Member
Registered: 2012-05-17
Posts: 5,203

Re: Two External Monitors & Intel Drivers

My answer comes a bit late, but you'll still have to wait for a while while since linux does not support the necessary protocols yet
http://www.phoronix.com/scan.php?px=MTY … =news_item


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

Board footer

Powered by FluxBB