I received a Lenovo X1 Carbon 3rd generation today, the one with the resurrection of the physical Trackpoint buttons. However, there is some broken behavior related to those much loved buttons on this laptop running an up-to-date Fedora 21.
The clickpad buttons seem to work fine, however I would like to achieve a configuration that disables the touchpad and only use the Trackpoint and the physical buttons as I have on all my Thinkpads in the past. There is an option in the BIOS to disable the touchpad, but it seems to be completely ignored under Linux; with it set to off in the BIOS, the touchpad is still fully functional. This is likely related to the fact that the physical buttons generate events on the touchpad's event device (/dev/input/event4 in this case) and not for the Trackpoint's event device (/dev/input/event12), so the device can't really be disabled. So here are the various scenarios regarding the physical buttons and how they are failing at the moment: - Dragging does not work at all with the physical left button with either the evdev or synaptics driver. Dragging with the clickpad's left button is fine. - Middle click does not register at all (from viewing evtest output), which I assume means it's an issue at the kernel layer not registering the event. Neither the physical buttons or the clickpad generate a middle click event using either the evdev or synaptics drivers. - With the synaptics driver, the buttons are picked up as up/down buttons. Setting UpDownScrolling=off changes the behavior as described in the man page (double-click/button 2). Using xinput, I can force the right-button to behave correctly, but the left-button will not change its behavior (it is always a double-click). This makes it unusable with the synaptics driver. Please let me know what relevant logs, command output or tests I can provide to help troubleshoot this issue. I have attached the X11 log using the evdev driver, but I don't see anything useful in there other than the device identification. relevant software packages: kernel-3.17.8-300.fc21.x86_64 xorg-x11-drv-evdev-2.9.0-3.fc21.x86_64 xorg-x11-drv-synaptics-1.8.0-9.fc21.x86_64 xorg-x11-server-Xorg-1.16.2.901-1.fc21.x86_64 - Aron
Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: X.Org X Server 1.16.2.901 (1.16.3 RC 1) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Release Date: 2014-12-09 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: X Protocol Version 11, Revision 0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Build Operating System: 3.17.2-200.fc20.x86_64 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Current Operating System: Linux x1 3.17.8-300.fc21.x86_64 #1 SMP Thu Jan 8 23:32:49 UTC 2015 x86_64 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Kernel command line: BOOT_IMAGE=/vmlinuz-3.17.8-300.fc21.x86_64 root=/dev/mapper/vg00-root ro rd.lvm.lv=vg00/swap rd.lvm.lv=vg00/root quiet LANG=en_US.UTF-8 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Build Date: 10 December 2014 12:37:13AM Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Build ID: xorg-x11-server 1.16.2.901-1.fc21 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Current version of pixman: 0.32.6 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Before reporting problems, check http://wiki.x.org Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: to make sure that you have the latest version. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Markers: (--) probed, (**) from config file, (==) default setting, Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (++) from command line, (!!) notice, (II) informational, Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (++) Log file: "/dev/null", Time: Mon Jan 19 19:13:07 2015 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) Using config directory: "/etc/X11/xorg.conf.d" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) Using system config directory "/usr/share/X11/xorg.conf.d" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) No Layout section. Using the first Screen section. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) No screen section available. Using defaults. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) |-->Screen "Default Screen Section" (0) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) | |-->Monitor "<default monitor>" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) No monitor specified for screen "Default Screen Section". Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Using a default monitor configuration. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) Automatically adding devices Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) Automatically enabling devices Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) Automatically adding GPU devices Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) FontPath set to: Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: catalogue:/etc/X11/fontpath.d, Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: built-ins Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) ModulePath set to "/usr/lib64/xorg/modules" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) The server relies on udev to provide the list of input devices. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: If no devices become available, reconfigure udev or disable AutoAddDevices. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Loader magic: 0x81de40 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Module ABI versions: Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: X.Org ANSI C Emulation: 0.4 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: X.Org Video Driver: 18.0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: X.Org XInput driver : 21.0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: X.Org Server Extension : 8.0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (EE) systemd-logind: failed to get session: PID 23043 does not belong to any known session Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) xfree86: Adding drm device (/dev/dri/card0) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) PCI:*(0:0:2:0) 8086:1616:17aa:2227 rev 9, Mem @ 0xf0000000/16777216, 0xe0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) LoadModule: "glx" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Module glx: vendor="X.Org Foundation" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: compiled for 1.16.2.901, module version = 1.0.0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: ABI class: X.Org Server Extension, version 8.0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) AIGLX enabled Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) Matched intel as autoconfigured driver 0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) Matched intel as autoconfigured driver 1 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) Matched modesetting as autoconfigured driver 2 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) Matched fbdev as autoconfigured driver 3 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) Matched vesa as autoconfigured driver 4 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) Assigned the driver to the xf86ConfigLayout Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) LoadModule: "intel" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Module intel: vendor="X.Org Foundation" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: compiled for 1.16.1, module version = 2.99.916 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Module class: X.Org Video Driver Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: ABI class: X.Org Video Driver, version 18.0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) LoadModule: "modesetting" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Module modesetting: vendor="X.Org Foundation" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: compiled for 1.16.0, module version = 0.9.0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Module class: X.Org Video Driver Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: ABI class: X.Org Video Driver, version 18.0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) LoadModule: "fbdev" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (WW) Warning, couldn't open module fbdev Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) UnloadModule: "fbdev" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Unloading fbdev Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (EE) Failed to load module "fbdev" (module does not exist, 0) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) LoadModule: "vesa" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (WW) Warning, couldn't open module vesa Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) UnloadModule: "vesa" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Unloading vesa Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (EE) Failed to load module "vesa" (module does not exist, 0) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: GM45, 4 Series, G45/G43, Q45/Q43, G41, B43 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel: Driver for Intel(R) HD Graphics: 2000-6000 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (++) using VT number 1 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140725 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (WW) Falling back to old probe method for modesetting Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) intel(0): Integrated Graphics Chipset: Intel(R) HD graphics 5500 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Creating default Display subsection in Screen section Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: "Default Screen Section" for depth/fbbpp 24/32 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) intel(0): Depth 24, (--) framebuffer bpp 32 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) intel(0): RGB weight 888 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) intel(0): Default visual is TrueColor Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Output eDP1 has no monitor section Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Enabled output eDP1 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Output DP1 has no monitor section Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Enabled output DP1 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Output HDMI1 has no monitor section Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Enabled output HDMI1 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Output DP2 has no monitor section Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Enabled output DP2 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Output HDMI2 has no monitor section Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Enabled output HDMI2 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) intel(0): Using a maximum size of 256x256 for hardware cursors Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Output VIRTUAL1 has no monitor section Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Enabled output VIRTUAL1 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) intel(0): Output eDP1 using initial mode 2560x1440 on pipe 0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) intel(0): TearFree disabled Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) intel(0): DPI set to (96, 96) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Loading sub module "dri3" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) LoadModule: "dri3" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Module "dri3" already built-in Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Loading sub module "dri2" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) LoadModule: "dri2" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Module "dri2" already built-in Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Loading sub module "present" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) LoadModule: "present" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Module "present" already built-in Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) UnloadModule: "modesetting" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Unloading modesetting Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) Depth 24 pixmap format is 32 bpp Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): SNA initialized with Broadwell backend Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) intel(0): Backing store enabled Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) intel(0): Silken mouse enabled Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): HW Cursor enabled Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) intel(0): DPMS enabled Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (==) intel(0): display hotplug detection enabled Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): [DRI2] Setup complete Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): [DRI2] DRI driver: i965 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): [DRI2] VDPAU driver: i965 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): direct rendering: DRI2 DRI3 enabled Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): hardware support for Present enabled Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) RandR disabled Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) SELinux: Disabled by boolean Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) AIGLX: enabled GLX_MESA_copy_sub_buffer Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) AIGLX: enabled GLX_ARB_create_context Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) AIGLX: enabled GLX_ARB_create_context_profile Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) AIGLX: enabled GLX_EXT_create_context_es2_profile Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) AIGLX: enabled GLX_INTEL_swap_event Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) AIGLX: enabled GLX_ARB_fbconfig_float Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) AIGLX: enabled GLX_ARB_create_context_robustness Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) AIGLX: Loaded and initialized i965 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) GLX: Initialized DRI2 GL provider for screen 0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) intel(0): Setting screen physical size to 677 x 381 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device Power Button (/dev/input/event2) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Power Button: Applying InputClass "evdev keyboard catchall" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Power Button: Applying InputClass "system-keyboard" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) LoadModule: "evdev" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Module evdev: vendor="X.Org Foundation" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: compiled for 1.16.0, module version = 2.9.0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: Module class: X.Org XInput Driver Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: ABI class: X.Org XInput driver, version 21.0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Using input driver 'evdev' for 'Power Button' Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Power Button: always reports core events Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) evdev: Power Button: Device: "/dev/input/event2" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: Power Button: Vendor 0 Product 0x1 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: Power Button: Found keys Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) evdev: Power Button: Configuring as keyboard Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_rules" "evdev" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_model" "pc104" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_layout" "us" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device Video Bus (/dev/input/event5) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Video Bus: Applying InputClass "evdev keyboard catchall" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Video Bus: Applying InputClass "system-keyboard" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Using input driver 'evdev' for 'Video Bus' Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Video Bus: always reports core events Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) evdev: Video Bus: Device: "/dev/input/event5" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: Video Bus: Vendor 0 Product 0x6 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: Video Bus: Found keys Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) evdev: Video Bus: Configuring as keyboard Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event5" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_rules" "evdev" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_model" "pc104" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_layout" "us" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device Lid Switch (/dev/input/event0) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) No input driver specified, ignoring this device. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) This device may have been added with another device file. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device Sleep Button (/dev/input/event1) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Sleep Button: Applying InputClass "evdev keyboard catchall" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Sleep Button: Applying InputClass "system-keyboard" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Using input driver 'evdev' for 'Sleep Button' Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Sleep Button: always reports core events Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) evdev: Sleep Button: Device: "/dev/input/event1" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: Sleep Button: Vendor 0 Product 0x3 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: Sleep Button: Found keys Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) evdev: Sleep Button: Configuring as keyboard Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_rules" "evdev" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_model" "pc104" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_layout" "us" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event8) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) No input driver specified, ignoring this device. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) This device may have been added with another device file. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event6) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) No input driver specified, ignoring this device. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) This device may have been added with another device file. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event7) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) No input driver specified, ignoring this device. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) This device may have been added with another device file. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device Integrated Camera (/dev/input/event11) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Integrated Camera: Applying InputClass "evdev keyboard catchall" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Integrated Camera: Applying InputClass "system-keyboard" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Using input driver 'evdev' for 'Integrated Camera' Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Integrated Camera: always reports core events Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) evdev: Integrated Camera: Device: "/dev/input/event11" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb45d Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: Integrated Camera: Found keys Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) evdev: Integrated Camera: Configuring as keyboard Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/input/input13/event11" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 9) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_rules" "evdev" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_model" "pc104" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_layout" "us" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) No input driver specified, ignoring this device. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) This device may have been added with another device file. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) No input driver specified, ignoring this device. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) This device may have been added with another device file. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) AT Translated Set 2 keyboard: always reports core events Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: AT Translated Set 2 keyboard: Found keys Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_rules" "evdev" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_model" "pc104" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "xkb_layout" "us" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "fix touchpad buttons" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad' Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) SynPS/2 Synaptics TouchPad: always reports core events Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event4" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) evdev: SynPS/2 Synaptics TouchPad: ButtonMapping '1 3 2' Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) No input driver specified, ignoring this device. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) This device may have been added with another device file. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event12) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint' Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) TPPS/2 IBM TrackPoint: always reports core events Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event12" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input6/event12" Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4 Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1) Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) No input driver specified, ignoring this device. Jan 19 19:13:07 x1 gdm-Xorg-:0[23043]: (II) This device may have been added with another device file. Jan 19 19:13:08 x1 gdm-Xorg-:0[23043]: (II) intel(0): EDID vendor "LGD", prod id 1049 Jan 19 19:13:08 x1 gdm-Xorg-:0[23043]: (II) intel(0): Printing DDC gathered Modelines: Jan 19 19:13:08 x1 gdm-Xorg-:0[23043]: (II) intel(0): Modeline "2560x1440"x0.0 237.80 2560 2608 2640 2720 1440 1442 1445 1457 +hsync -vsync (87.4 kHz eP)
_______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s
