You are not logged in.

#1 2014-06-22 13:30:20

masterkorp
Member
From: Ponte de Lima, Portugal
Registered: 2010-09-16
Posts: 47
Website

Thinkpad x240 Touchpad Issues

Hello fellow ArchLinux users,

I just got a new thinkpad x240 and I love it, but I have some problems, the most annoying one is the touchpad support, after questions asked to Mr Google[1][2]
Current state: The trackpoint works, and the left click too if I on the touchpad, nothing more works, not right-click, no scroll or even mouse movement.

So I added the following config to /etc/X11/xorg.conf.d:

# vi: set ft=xf86conf :

Section "InputClass"
  Identifier "touchpad catchall"
  Driver "synaptics"
  MatchIsTouchpad "on"
  # disable synaptics driver pointer acceleration
  Option "MinSpeed" "1"
  Option "MaxSpeed" "1"
  # tweak the X-server pointer acceleration
  Option "AccelerationProfile" "2"
  Option "AdaptiveDeceleration" "16"
  Option "ConstantDeceleration" "16"
  Option "VelocityScale" "32"
	Option "TapButton1" "1"     # left click with one finger tap
  Option "TapButton2" "3"     # right click with two finger tap
  # This option is recommend on all Linux systems using evdev, but cannot be
  # enabled by default. See the following link for details:
  # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
  MatchDevicePath "/dev/input/event*"
EndSection

Section "InputClass"
  Identifier "touchpad ignore duplicates"
  MatchIsTouchpad "on"
  MatchOS "Linux"
  MatchDevicePath "/dev/input/mouse*"
  Option "Ignore" "on"
EndSection

# This option enables the bottom right corner to be a right button on
# non-synaptics clickpads.
# This option is only interpreted by clickpads.
Section "InputClass"
  Identifier "Default clickpad buttons"
  MatchDriver "synaptics"
  Option "SoftButtonAreas" "60% 0 0 5% 40% 60% 0 5%"
  # To disable the bottom edge area so the buttons only work as buttons,
  # not for movement, set the AreaBottomEdge
  Option "AreaTopEdge" "4%"
EndSection

# This option disables software buttons on Apple touchpads.
# This option is only interpreted by clickpads.
Section "InputClass"
  Identifier "Disable clickpad buttons on Apple touchpads"
  MatchProduct "Apple|bcm5974"
  MatchDriver "synaptics"
  Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection

Which changed nothing. How can I even start debugging this ?

[1] http://mydevelopedworld.wordpress.com/2 … ntu-13-10/
[2] http://www.reddit.com/r/linux/comments/ … of_driver/

Last edited by masterkorp (2014-06-22 13:37:52)


Regards,
Alfredo Palhares

Offline

#2 2014-06-22 17:13:18

masterkorp
Member
From: Ponte de Lima, Portugal
Registered: 2010-09-16
Posts: 47
Website

Re: Thinkpad x240 Touchpad Issues

Okay here it goes my the full Xorg log for reference.

[ 21200.631] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[ 21200.634] X Protocol Version 11, Revision 0
[ 21200.634] Build Operating System: Linux 3.14.0-4-ARCH x86_64 
[ 21200.635] Current Operating System: Linux vegeta.masterkorp.vpn 3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64
[ 21200.635] Kernel command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=/dev/sda2:root root=/dev/mapper/root-lvroot rw initrd=../initramfs-linux.img
[ 21200.637] Build Date: 14 April 2014  08:39:09AM
[ 21200.638]  
[ 21200.638] Current version of pixman: 0.32.4
[ 21200.640] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 21200.640] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 21200.643] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 22 19:06:33 2014
[ 21200.643] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 21200.644] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 21200.644] (==) No Layout section.  Using the first Screen section.
[ 21200.644] (==) No screen section available. Using defaults.
[ 21200.644] (**) |-->Screen "Default Screen Section" (0)
[ 21200.644] (**) |   |-->Monitor "<default monitor>"
[ 21200.644] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 21200.644] (==) Automatically adding devices
[ 21200.644] (==) Automatically enabling devices
[ 21200.644] (==) Automatically adding GPU devices
[ 21200.644] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 21200.644] 	Entry deleted from font path.
[ 21200.644] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 21200.644] 	Entry deleted from font path.
[ 21200.644] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 21200.644] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 21200.644] 	Entry deleted from font path.
[ 21200.644] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 21200.644] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[ 21200.644] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 21200.644] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 21200.644] (II) Loader magic: 0x804c80
[ 21200.644] (II) Module ABI versions:
[ 21200.644] 	X.Org ANSI C Emulation: 0.4
[ 21200.644] 	X.Org Video Driver: 15.0
[ 21200.644] 	X.Org XInput driver : 20.0
[ 21200.644] 	X.Org Server Extension : 8.0
[ 21200.644] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 21200.645] (--) PCI:*(0:0:2:0) 8086:0a16:17aa:2214 rev 11, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64
[ 21200.645] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 21200.646] Initializing built-in extension Generic Event Extension
[ 21200.647] Initializing built-in extension SHAPE
[ 21200.647] Initializing built-in extension MIT-SHM
[ 21200.648] Initializing built-in extension XInputExtension
[ 21200.649] Initializing built-in extension XTEST
[ 21200.649] Initializing built-in extension BIG-REQUESTS
[ 21200.650] Initializing built-in extension SYNC
[ 21200.651] Initializing built-in extension XKEYBOARD
[ 21200.651] Initializing built-in extension XC-MISC
[ 21200.652] Initializing built-in extension SECURITY
[ 21200.652] Initializing built-in extension XINERAMA
[ 21200.653] Initializing built-in extension XFIXES
[ 21200.653] Initializing built-in extension RENDER
[ 21200.654] Initializing built-in extension RANDR
[ 21200.654] Initializing built-in extension COMPOSITE
[ 21200.655] Initializing built-in extension DAMAGE
[ 21200.655] Initializing built-in extension MIT-SCREEN-SAVER
[ 21200.655] Initializing built-in extension DOUBLE-BUFFER
[ 21200.656] Initializing built-in extension RECORD
[ 21200.656] Initializing built-in extension DPMS
[ 21200.657] Initializing built-in extension Present
[ 21200.657] Initializing built-in extension DRI3
[ 21200.657] Initializing built-in extension X-Resource
[ 21200.658] Initializing built-in extension XVideo
[ 21200.658] Initializing built-in extension XVideo-MotionCompensation
[ 21200.658] Initializing built-in extension XFree86-VidModeExtension
[ 21200.659] Initializing built-in extension XFree86-DGA
[ 21200.659] Initializing built-in extension XFree86-DRI
[ 21200.660] Initializing built-in extension DRI2
[ 21200.660] (II) "glx" will be loaded by default.
[ 21200.660] (II) LoadModule: "dri2"
[ 21200.660] (II) Module "dri2" already built-in
[ 21200.660] (II) LoadModule: "glamoregl"
[ 21200.660] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 21200.660] (II) Module glamoregl: vendor="X.Org Foundation"
[ 21200.660] 	compiled for 1.15.0, module version = 0.6.0
[ 21200.660] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 21200.660] (II) LoadModule: "glx"
[ 21200.660] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 21200.661] (II) Module glx: vendor="X.Org Foundation"
[ 21200.661] 	compiled for 1.15.1, module version = 1.0.0
[ 21200.661] 	ABI class: X.Org Server Extension, version 8.0
[ 21200.661] (==) AIGLX enabled
[ 21200.661] Loading extension GLX
[ 21200.661] (==) Matched intel as autoconfigured driver 0
[ 21200.661] (==) Matched intel as autoconfigured driver 1
[ 21200.661] (==) Matched modesetting as autoconfigured driver 2
[ 21200.661] (==) Matched fbdev as autoconfigured driver 3
[ 21200.661] (==) Matched vesa as autoconfigured driver 4
[ 21200.661] (==) Assigned the driver to the xf86ConfigLayout
[ 21200.661] (II) LoadModule: "intel"
[ 21200.661] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 21200.661] (II) Module intel: vendor="X.Org Foundation"
[ 21200.661] 	compiled for 1.15.1, module version = 2.99.912
[ 21200.661] 	Module class: X.Org Video Driver
[ 21200.661] 	ABI class: X.Org Video Driver, version 15.0
[ 21200.661] (II) LoadModule: "modesetting"
[ 21200.661] (WW) Warning, couldn't open module modesetting
[ 21200.661] (II) UnloadModule: "modesetting"
[ 21200.661] (II) Unloading modesetting
[ 21200.661] (EE) Failed to load module "modesetting" (module does not exist, 0)
[ 21200.661] (II) LoadModule: "fbdev"
[ 21200.661] (WW) Warning, couldn't open module fbdev
[ 21200.661] (II) UnloadModule: "fbdev"
[ 21200.661] (II) Unloading fbdev
[ 21200.661] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 21200.661] (II) LoadModule: "vesa"
[ 21200.661] (WW) Warning, couldn't open module vesa
[ 21200.661] (II) UnloadModule: "vesa"
[ 21200.661] (II) Unloading vesa
[ 21200.661] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 21200.661] (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
[ 21200.662] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
[ 21200.662] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
[ 21200.662] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
[ 21200.662] (--) using VT number 2

[ 21200.664] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
[ 21200.664] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4400
[ 21200.664] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
[ 21200.664] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 21200.664] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 21200.664] (==) intel(0): RGB weight 888
[ 21200.664] (==) intel(0): Default visual is TrueColor
[ 21200.664] (**) intel(0): Framebuffer tiled
[ 21200.664] (**) intel(0): Pixmaps tiled
[ 21200.664] (**) intel(0): Forcing per-crtc-pixmaps? no
[ 21200.664] (II) intel(0): Output eDP1 has no monitor section
[ 21200.664] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output eDP1
[ 21200.664] (II) intel(0): Output DP1 has no monitor section
[ 21200.664] (II) intel(0): Output HDMI1 has no monitor section
[ 21200.664] (II) intel(0): Output DP2 has no monitor section
[ 21200.664] (II) intel(0): Output HDMI2 has no monitor section
[ 21200.664] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 21200.664] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 21200.664] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[ 21200.664] (**) intel(0): TearFree disabled
[ 21200.664] (==) intel(0): DPI set to (96, 96)
[ 21200.664] (II) Loading sub module "dri3"
[ 21200.664] (II) LoadModule: "dri3"
[ 21200.664] (WW) Warning, couldn't open module dri3
[ 21200.664] (II) UnloadModule: "dri3"
[ 21200.664] (II) Unloading dri3
[ 21200.664] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
[ 21200.664] (II) Loading sub module "dri2"
[ 21200.664] (II) LoadModule: "dri2"
[ 21200.664] (II) Module "dri2" already built-in
[ 21200.664] (II) Loading sub module "present"
[ 21200.664] (II) LoadModule: "present"
[ 21200.664] (WW) Warning, couldn't open module present
[ 21200.664] (II) UnloadModule: "present"
[ 21200.664] (II) Unloading present
[ 21200.664] (EE) intel: Failed to load module "present" (module does not exist, 0)
[ 21200.664] (==) Depth 24 pixmap format is 32 bpp
[ 21200.665] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[ 21200.665] (==) intel(0): Backing store enabled
[ 21200.665] (==) intel(0): Silken mouse enabled
[ 21200.665] (II) intel(0): HW Cursor enabled
[ 21200.665] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 21200.665] (==) intel(0): DPMS enabled
[ 21200.665] (II) intel(0): [DRI2] Setup complete
[ 21200.665] (II) intel(0): [DRI2]   DRI driver: i965
[ 21200.665] (II) intel(0): [DRI2]   VDPAU driver: i965
[ 21200.665] (II) intel(0): direct rendering: DRI2 enabled
[ 21200.665] (==) intel(0): hotplug detection: "enabled"
[ 21200.665] (--) RandR disabled
[ 21200.677] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 21200.677] (II) AIGLX: enabled GLX_ARB_create_context
[ 21200.677] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 21200.677] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 21200.677] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 21200.677] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 21200.677] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 21200.677] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 21200.677] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 21200.677] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 21200.677] (II) AIGLX: Loaded and initialized i965
[ 21200.677] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 21200.678] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 21200.691] (II) intel(0): Setting screen physical size to 361 x 203
[ 21200.707] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 21200.707] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 21200.707] (II) LoadModule: "evdev"
[ 21200.707] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 21200.708] (II) Module evdev: vendor="X.Org Foundation"
[ 21200.708] 	compiled for 1.15.1, module version = 2.9.0
[ 21200.708] 	Module class: X.Org XInput Driver
[ 21200.708] 	ABI class: X.Org XInput driver, version 20.0
[ 21200.708] (II) Using input driver 'evdev' for 'Power Button'
[ 21200.708] (**) Power Button: always reports core events
[ 21200.708] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 21200.708] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 21200.708] (--) evdev: Power Button: Found keys
[ 21200.708] (II) evdev: Power Button: Configuring as keyboard
[ 21200.708] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[ 21200.708] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 21200.708] (**) Option "xkb_rules" "evdev"
[ 21200.708] (**) Option "xkb_model" "pc104"
[ 21200.708] (**) Option "xkb_layout" "us"
[ 21200.719] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[ 21200.719] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 21200.719] (II) Using input driver 'evdev' for 'Video Bus'
[ 21200.719] (**) Video Bus: always reports core events
[ 21200.719] (**) evdev: Video Bus: Device: "/dev/input/event11"
[ 21200.719] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 21200.719] (--) evdev: Video Bus: Found keys
[ 21200.719] (II) evdev: Video Bus: Configuring as keyboard
[ 21200.720] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
[ 21200.720] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 21200.720] (**) Option "xkb_rules" "evdev"
[ 21200.720] (**) Option "xkb_model" "pc104"
[ 21200.720] (**) Option "xkb_layout" "us"
[ 21200.720] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 21200.720] (II) No input driver specified, ignoring this device.
[ 21200.720] (II) This device may have been added with another device file.
[ 21200.720] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 21200.720] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 21200.720] (II) Using input driver 'evdev' for 'Sleep Button'
[ 21200.720] (**) Sleep Button: always reports core events
[ 21200.720] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[ 21200.720] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 21200.720] (--) evdev: Sleep Button: Found keys
[ 21200.720] (II) evdev: Sleep Button: Configuring as keyboard
[ 21200.720] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2"
[ 21200.720] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 21200.720] (**) Option "xkb_rules" "evdev"
[ 21200.720] (**) Option "xkb_model" "pc104"
[ 21200.720] (**) Option "xkb_layout" "us"
[ 21200.720] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 21200.720] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[ 21200.720] (II) No input driver specified, ignoring this device.
[ 21200.720] (II) This device may have been added with another device file.
[ 21200.720] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[ 21200.720] (II) No input driver specified, ignoring this device.
[ 21200.720] (II) This device may have been added with another device file.
[ 21200.720] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[ 21200.720] (II) No input driver specified, ignoring this device.
[ 21200.720] (II) This device may have been added with another device file.
[ 21200.721] (II) config/udev: Adding input device USB Multi-Smart Mouse (/dev/input/event16)
[ 21200.721] (**) USB Multi-Smart Mouse: Applying InputClass "evdev keyboard catchall"
[ 21200.721] (II) Using input driver 'evdev' for 'USB Multi-Smart Mouse'
[ 21200.721] (**) USB Multi-Smart Mouse: always reports core events
[ 21200.721] (**) evdev: USB Multi-Smart Mouse: Device: "/dev/input/event16"
[ 21200.721] (--) evdev: USB Multi-Smart Mouse: Vendor 0x1bcf Product 0x8d8
[ 21200.721] (--) evdev: USB Multi-Smart Mouse: Found keys
[ 21200.721] (II) evdev: USB Multi-Smart Mouse: Configuring as keyboard
[ 21200.721] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:1BCF:08D8.0003/input/input19/event16"
[ 21200.721] (II) XINPUT: Adding extended input device "USB Multi-Smart Mouse" (type: KEYBOARD, id 9)
[ 21200.721] (**) Option "xkb_rules" "evdev"
[ 21200.721] (**) Option "xkb_model" "pc104"
[ 21200.721] (**) Option "xkb_layout" "us"
[ 21200.721] (II) config/udev: Adding input device USB Multi-Smart Mouse (/dev/input/event17)
[ 21200.721] (**) USB Multi-Smart Mouse: Applying InputClass "evdev pointer catchall"
[ 21200.721] (**) USB Multi-Smart Mouse: Applying InputClass "evdev keyboard catchall"
[ 21200.721] (II) Using input driver 'evdev' for 'USB Multi-Smart Mouse'
[ 21200.721] (**) USB Multi-Smart Mouse: always reports core events
[ 21200.721] (**) evdev: USB Multi-Smart Mouse: Device: "/dev/input/event17"
[ 21200.721] (--) evdev: USB Multi-Smart Mouse: Vendor 0x1bcf Product 0x8d8
[ 21200.721] (--) evdev: USB Multi-Smart Mouse: Found 9 mouse buttons
[ 21200.721] (--) evdev: USB Multi-Smart Mouse: Found scroll wheel(s)
[ 21200.721] (--) evdev: USB Multi-Smart Mouse: Found relative axes
[ 21200.721] (--) evdev: USB Multi-Smart Mouse: Found x and y relative axes
[ 21200.721] (--) evdev: USB Multi-Smart Mouse: Found absolute axes
[ 21200.721] (II) evdev: USB Multi-Smart Mouse: Forcing absolute x/y axes to exist.
[ 21200.721] (--) evdev: USB Multi-Smart Mouse: Found keys
[ 21200.721] (II) evdev: USB Multi-Smart Mouse: Configuring as mouse
[ 21200.721] (II) evdev: USB Multi-Smart Mouse: Configuring as keyboard
[ 21200.721] (II) evdev: USB Multi-Smart Mouse: Adding scrollwheel support
[ 21200.721] (**) evdev: USB Multi-Smart Mouse: YAxisMapping: buttons 4 and 5
[ 21200.721] (**) evdev: USB Multi-Smart Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 21200.721] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:1BCF:08D8.0004/input/input20/event17"
[ 21200.721] (II) XINPUT: Adding extended input device "USB Multi-Smart Mouse" (type: KEYBOARD, id 10)
[ 21200.721] (**) Option "xkb_rules" "evdev"
[ 21200.721] (**) Option "xkb_model" "pc104"
[ 21200.721] (**) Option "xkb_layout" "us"
[ 21200.721] (II) evdev: USB Multi-Smart Mouse: initialized for relative axes.
[ 21200.721] (WW) evdev: USB Multi-Smart Mouse: ignoring absolute axes.
[ 21200.721] (**) USB Multi-Smart Mouse: (accel) keeping acceleration scheme 1
[ 21200.721] (**) USB Multi-Smart Mouse: (accel) acceleration profile 0
[ 21200.721] (**) USB Multi-Smart Mouse: (accel) acceleration factor: 2.000
[ 21200.721] (**) USB Multi-Smart Mouse: (accel) acceleration threshold: 4
[ 21200.721] (II) config/udev: Adding input device USB Multi-Smart Mouse (/dev/input/mouse2)
[ 21200.721] (II) No input driver specified, ignoring this device.
[ 21200.721] (II) This device may have been added with another device file.
[ 21200.722] (II) config/udev: Adding input device Integrated Camera (/dev/input/event6)
[ 21200.722] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[ 21200.722] (II) Using input driver 'evdev' for 'Integrated Camera'
[ 21200.722] (**) Integrated Camera: always reports core events
[ 21200.722] (**) evdev: Integrated Camera: Device: "/dev/input/event6"
[ 21200.722] (--) evdev: Integrated Camera: Vendor 0x5986 Product 0x268
[ 21200.722] (--) evdev: Integrated Camera: Found keys
[ 21200.722] (II) evdev: Integrated Camera: Configuring as keyboard
[ 21200.722] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input8/event6"
[ 21200.722] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 11)
[ 21200.722] (**) Option "xkb_rules" "evdev"
[ 21200.722] (**) Option "xkb_model" "pc104"
[ 21200.722] (**) Option "xkb_layout" "us"
[ 21200.722] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[ 21200.722] (II) No input driver specified, ignoring this device.
[ 21200.722] (II) This device may have been added with another device file.
[ 21200.722] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[ 21200.722] (II) No input driver specified, ignoring this device.
[ 21200.722] (II) This device may have been added with another device file.
[ 21200.722] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[ 21200.722] (II) No input driver specified, ignoring this device.
[ 21200.722] (II) This device may have been added with another device file.
[ 21200.722] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 21200.722] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 21200.722] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 21200.722] (**) AT Translated Set 2 keyboard: always reports core events
[ 21200.722] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 21200.722] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 21200.722] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 21200.722] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 21200.722] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 21200.722] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 21200.722] (**) Option "xkb_rules" "evdev"
[ 21200.722] (**) Option "xkb_model" "pc104"
[ 21200.722] (**) Option "xkb_layout" "us"
[ 21200.723] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[ 21200.723] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 21200.723] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
[ 21200.723] (II) LoadModule: "synaptics"
[ 21200.723] (WW) Warning, couldn't open module synaptics
[ 21200.723] (II) UnloadModule: "synaptics"
[ 21200.723] (II) Unloading synaptics
[ 21200.723] (EE) Failed to load module "synaptics" (module does not exist, 0)
[ 21200.723] (EE) No input driver matching `synaptics'
[ 21200.723] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 21200.723] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
[ 21200.723] (II) LoadModule: "synaptics"
[ 21200.723] (WW) Warning, couldn't open module synaptics
[ 21200.723] (II) UnloadModule: "synaptics"
[ 21200.723] (II) Unloading synaptics
[ 21200.723] (EE) Failed to load module "synaptics" (module does not exist, 0)
[ 21200.723] (EE) No input driver matching `synaptics'
[ 21200.723] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event15)
[ 21200.723] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 21200.723] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 21200.723] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 21200.723] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event15"
[ 21200.723] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[ 21200.723] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 21200.723] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[ 21200.723] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 21200.723] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[ 21200.723] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 21200.723] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 21200.723] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input12/event15"
[ 21200.723] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[ 21200.723] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 21200.723] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 21200.723] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 21200.723] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 21200.723] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 21200.723] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[ 21200.723] (II) No input driver specified, ignoring this device.
[ 21200.723] (II) This device may have been added with another device file.
[ 21200.723] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 21200.723] (II) No input driver specified, ignoring this device.
[ 21200.723] (II) This device may have been added with another device file.
[ 21200.724] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[ 21200.724] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 21200.724] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[ 21200.724] (**) ThinkPad Extra Buttons: always reports core events
[ 21200.724] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event4"
[ 21200.724] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[ 21200.724] (--) evdev: ThinkPad Extra Buttons: Found keys
[ 21200.724] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[ 21200.724] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[ 21200.724] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[ 21200.724] (**) Option "xkb_rules" "evdev"
[ 21200.724] (**) Option "xkb_model" "pc104"
[ 21200.724] (**) Option "xkb_layout" "us"
[ 21200.736] (II) intel(0): EDID vendor "LGD", prod id 1005
[ 21200.736] (II) intel(0): Printing DDC gathered Modelines:
[ 21200.736] (II) intel(0): Modeline "1366x768"x0.0   74.80  1366 1414 1446 1578  768 770 775 790 -hsync -vsync (47.4 kHz eP)

Regards,
Alfredo Palhares

Offline

Board footer

Powered by FluxBB