You are not logged in.

#1 2017-01-15 15:17:17

darkarchon
Member
From: Israel
Registered: 2007-02-28
Posts: 44

libinput mouse speed / acceleration

Since Xorg started using libinput instead of evdev, my mouse pointer is too slow.
I already set mouse acceleration in XFCE to 10 (max).

$ xinput --list-props 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)'
Device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)':
	Device Enabled (143):	1
	Coordinate Transformation Matrix (145):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	libinput Accel Speed (278):	1.000000
	libinput Accel Speed Default (279):	0.000000
	libinput Accel Profiles Available (280):	1, 1
	libinput Accel Profile Enabled (281):	1, 0
	libinput Accel Profile Enabled Default (282):	1, 0
	libinput Natural Scrolling Enabled (283):	0
	libinput Natural Scrolling Enabled Default (284):	0
	libinput Send Events Modes Available (263):	1, 0
	libinput Send Events Mode Enabled (264):	0, 0
	libinput Send Events Mode Enabled Default (265):	0, 0
	libinput Left Handed Enabled (285):	0
	libinput Left Handed Enabled Default (286):	0
	libinput Scroll Methods Available (287):	0, 0, 1
	libinput Scroll Method Enabled (288):	0, 0, 0
	libinput Scroll Method Enabled Default (289):	0, 0, 0
	libinput Button Scrolling Button (290):	2
	libinput Button Scrolling Button Default (291):	2
	libinput Middle Emulation Enabled (292):	0
	libinput Middle Emulation Enabled Default (293):	0
	Device Node (266):	"/dev/input/event0"
	Device Product ID (267):	1118, 64
	libinput Drag Lock Buttons (294):	<no items>
	libinput Horizontal Scroll Enabled (295):	1

I tried the following /etc/X11/xorg.conf.d/50-mouse-acceleration.conf:

Section "InputClass"
	Identifier "MyMouse"
	MatchIsPointer "yes"
        Driver "libinput"
        Option "Device" "/dev/input/event0"
	Option "AccelerationNumerator" "6"
	Option "AccelerationDenominator" "1"
	Option "AccelerationThreshold" "4"
EndSection

It makes the mouse faster, but mouse scroll stops working...

It seems as though the mouse is detected twice:

$ cat /var/log/Xorg.0.log
[  1433.410] 
X.Org X Server 1.19.1
Release Date: 2017-01-11
[  1433.410] X Protocol Version 11, Revision 0
[  1433.410] Build Operating System: Linux 4.8.14-1-ARCH x86_64 
[  1433.410] Current Operating System: Linux faerun 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64
[  1433.410] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8c6e186b-e772-45dc-96bb-77f25cf4ec7b rw quiet
[  1433.410] Build Date: 12 January 2017  07:11:40AM
[  1433.410]  
[  1433.410] Current version of pixman: 0.34.0
[  1433.410] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1433.410] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1433.410] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 15 17:09:51 2017
[  1433.410] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1433.410] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1433.410] (==) No Layout section.  Using the first Screen section.
[  1433.410] (==) No screen section available. Using defaults.
[  1433.410] (**) |-->Screen "Default Screen Section" (0)
[  1433.410] (**) |   |-->Monitor "<default monitor>"
[  1433.411] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1433.411] (==) Automatically adding devices
[  1433.411] (==) Automatically enabling devices
[  1433.411] (==) Automatically adding GPU devices
[  1433.411] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1433.411] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[  1433.411] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1433.411] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1433.411] (II) Loader magic: 0x821d60
[  1433.411] (II) Module ABI versions:
[  1433.411] 	X.Org ANSI C Emulation: 0.4
[  1433.411] 	X.Org Video Driver: 23.0
[  1433.411] 	X.Org XInput driver : 24.1
[  1433.411] 	X.Org Server Extension : 10.0
[  1433.411] (++) using VT number 7

[  1433.411] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1433.411] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1433.412] (--) PCI:*(0:1:0:0) 1002:6779:174b:e206 rev 0, Mem @ 0xe0000000/268435456, 0xf7e20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[  1433.412] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1433.412] (II) LoadModule: "glx"
[  1433.412] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1433.413] (II) Module glx: vendor="X.Org Foundation"
[  1433.413] 	compiled for 1.19.1, module version = 1.0.0
[  1433.413] 	ABI class: X.Org Server Extension, version 10.0
[  1433.413] (==) Matched ati as autoconfigured driver 0
[  1433.413] (==) Matched ati as autoconfigured driver 1
[  1433.413] (==) Matched modesetting as autoconfigured driver 2
[  1433.413] (==) Matched fbdev as autoconfigured driver 3
[  1433.413] (==) Matched vesa as autoconfigured driver 4
[  1433.413] (==) Assigned the driver to the xf86ConfigLayout
[  1433.413] (II) LoadModule: "ati"
[  1433.413] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[  1433.413] (II) Module ati: vendor="X.Org Foundation"
[  1433.413] 	compiled for 1.19.0, module version = 7.8.99
[  1433.413] 	Module class: X.Org Video Driver
[  1433.413] 	ABI class: X.Org Video Driver, version 23.0
[  1433.413] (II) LoadModule: "radeon"
[  1433.413] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[  1433.413] (II) Module radeon: vendor="X.Org Foundation"
[  1433.413] 	compiled for 1.19.0, module version = 7.8.99
[  1433.413] 	Module class: X.Org Video Driver
[  1433.413] 	ABI class: X.Org Video Driver, version 23.0
[  1433.413] (II) LoadModule: "modesetting"
[  1433.413] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1433.413] (II) Module modesetting: vendor="X.Org Foundation"
[  1433.413] 	compiled for 1.19.1, module version = 1.19.1
[  1433.413] 	Module class: X.Org Video Driver
[  1433.413] 	ABI class: X.Org Video Driver, version 23.0
[  1433.413] (II) LoadModule: "fbdev"
[  1433.413] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1433.413] (II) Module fbdev: vendor="X.Org Foundation"
[  1433.413] 	compiled for 1.19.0, module version = 0.4.4
[  1433.413] 	Module class: X.Org Video Driver
[  1433.413] 	ABI class: X.Org Video Driver, version 23.0
[  1433.413] (II) LoadModule: "vesa"
[  1433.414] (WW) Warning, couldn't open module vesa
[  1433.414] (II) UnloadModule: "vesa"
[  1433.414] (II) Unloading vesa
[  1433.414] (EE) Failed to load module "vesa" (module does not exist, 0)
[  1433.414] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[  1433.414] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1433.414] (II) FBDEV: driver for framebuffer: fbdev
[  1433.414] (II) [KMS] Kernel modesetting enabled.
[  1433.414] (WW) Falling back to old probe method for modesetting
[  1433.415] (WW) Falling back to old probe method for fbdev
[  1433.415] (II) Loading sub module "fbdevhw"
[  1433.415] (II) LoadModule: "fbdevhw"
[  1433.415] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1433.415] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1433.415] 	compiled for 1.19.1, module version = 0.0.2
[  1433.415] 	ABI class: X.Org Video Driver, version 23.0
[  1433.415] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1433.415] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[  1433.415] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  1433.415] (==) RADEON(0): Default visual is TrueColor
[  1433.415] (==) RADEON(0): RGB weight 888
[  1433.415] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[  1433.415] (--) RADEON(0): Chipset: "CAICOS" (ChipID = 0x6779)
[  1433.415] (II) Loading sub module "fb"
[  1433.415] (II) LoadModule: "fb"
[  1433.415] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1433.415] (II) Module fb: vendor="X.Org Foundation"
[  1433.415] 	compiled for 1.19.1, module version = 1.0.0
[  1433.415] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1433.415] (II) Loading sub module "dri2"
[  1433.415] (II) LoadModule: "dri2"
[  1433.415] (II) Module "dri2" already built-in
[  1433.415] (II) Loading sub module "glamoregl"
[  1433.415] (II) LoadModule: "glamoregl"
[  1433.415] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1433.417] (II) Module glamoregl: vendor="X.Org Foundation"
[  1433.417] 	compiled for 1.19.1, module version = 1.0.0
[  1433.417] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1433.417] (II) glamor: OpenGL accelerated X.org driver based.
[  1433.445] (II) glamor: EGL version 1.4 (DRI2):
[  1433.446] (II) RADEON(0): glamor detected, initialising EGL layer.
[  1433.446] (II) RADEON(0): KMS Color Tiling: enabled
[  1433.446] (II) RADEON(0): KMS Color Tiling 2D: enabled
[  1433.446] (II) RADEON(0): KMS Pageflipping: enabled
[  1433.446] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[  1433.476] (II) RADEON(0): Output DisplayPort-0 has no monitor section
[  1433.477] (II) RADEON(0): Output HDMI-0 has no monitor section
[  1433.509] (II) RADEON(0): Output DVI-0 has no monitor section
[  1433.539] (II) RADEON(0): EDID for output DisplayPort-0
[  1433.539] (II) RADEON(0): Manufacturer: DEL  Model: a07a  Serial#: 843330131
[  1433.539] (II) RADEON(0): Year: 2014  Week: 41
[  1433.539] (II) RADEON(0): EDID Version: 1.3
[  1433.539] (II) RADEON(0): Digital Display Input
[  1433.539] (II) RADEON(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[  1433.539] (II) RADEON(0): Gamma: 2.20
[  1433.539] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
[  1433.539] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1433.539] (II) RADEON(0): First detailed timing is preferred mode
[  1433.539] (II) RADEON(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[  1433.539] (II) RADEON(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[  1433.539] (II) RADEON(0): Supported established timings:
[  1433.539] (II) RADEON(0): 720x400@70Hz
[  1433.539] (II) RADEON(0): 640x480@60Hz
[  1433.540] (II) RADEON(0): 800x600@60Hz
[  1433.540] (II) RADEON(0): 1024x768@60Hz
[  1433.540] (II) RADEON(0): Manufacturer's mask: 0
[  1433.540] (II) RADEON(0): Supported standard timings:
[  1433.540] (II) RADEON(0): #0: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  1433.540] (II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1433.540] (II) RADEON(0): #2: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[  1433.540] (II) RADEON(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  1433.540] (II) RADEON(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  1433.540] (II) RADEON(0): Supported detailed timing:
[  1433.540] (II) RADEON(0): clock: 154.0 MHz   Image Size:  518 x 324 mm
[  1433.540] (II) RADEON(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[  1433.540] (II) RADEON(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[  1433.540] (II) RADEON(0): Serial No: 0FFXD4A82D2S
[  1433.540] (II) RADEON(0): Monitor name: DELL U2412M
[  1433.540] (II) RADEON(0): Ranges: V min: 50 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[  1433.540] (II) RADEON(0): EDID (in hex):
[  1433.540] (II) RADEON(0): 	00ffffffffffff0010ac7aa053324432
[  1433.540] (II) RADEON(0): 	2918010380342078eaee95a3544c9926
[  1433.540] (II) RADEON(0): 	0f5054a1080081408180a940b300d1c0
[  1433.540] (II) RADEON(0): 	010101010101283c80a070b023403020
[  1433.540] (II) RADEON(0): 	360006442100001a000000ff00304646
[  1433.540] (II) RADEON(0): 	5844344138324432530a000000fc0044
[  1433.540] (II) RADEON(0): 	454c4c2055323431324d0a20000000fd
[  1433.540] (II) RADEON(0): 	00323d1e5311000a202020202020003f
[  1433.540] (II) RADEON(0): Printing probed modes for output DisplayPort-0
[  1433.540] (II) RADEON(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  1433.540] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[  1433.540] (II) RADEON(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  1433.540] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  1433.540] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1433.540] (II) RADEON(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1433.540] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1433.540] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1433.540] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1433.540] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1433.541] (II) RADEON(0): EDID for output HDMI-0
[  1433.573] (II) RADEON(0): EDID for output DVI-0
[  1433.573] (II) RADEON(0): Manufacturer: DEL  Model: a07a  Serial#: 843331667
[  1433.573] (II) RADEON(0): Year: 2014  Week: 41
[  1433.573] (II) RADEON(0): EDID Version: 1.3
[  1433.573] (II) RADEON(0): Digital Display Input
[  1433.573] (II) RADEON(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[  1433.573] (II) RADEON(0): Gamma: 2.20
[  1433.573] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
[  1433.573] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1433.573] (II) RADEON(0): First detailed timing is preferred mode
[  1433.573] (II) RADEON(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[  1433.573] (II) RADEON(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[  1433.573] (II) RADEON(0): Supported established timings:
[  1433.573] (II) RADEON(0): 720x400@70Hz
[  1433.573] (II) RADEON(0): 640x480@60Hz
[  1433.573] (II) RADEON(0): 800x600@60Hz
[  1433.573] (II) RADEON(0): 1024x768@60Hz
[  1433.573] (II) RADEON(0): Manufacturer's mask: 0
[  1433.573] (II) RADEON(0): Supported standard timings:
[  1433.573] (II) RADEON(0): #0: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  1433.573] (II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1433.573] (II) RADEON(0): #2: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[  1433.573] (II) RADEON(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  1433.573] (II) RADEON(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  1433.573] (II) RADEON(0): Supported detailed timing:
[  1433.573] (II) RADEON(0): clock: 154.0 MHz   Image Size:  518 x 324 mm
[  1433.573] (II) RADEON(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[  1433.573] (II) RADEON(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[  1433.573] (II) RADEON(0): Serial No: 0FFXD4A82D8S
[  1433.573] (II) RADEON(0): Monitor name: DELL U2412M
[  1433.573] (II) RADEON(0): Ranges: V min: 50 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[  1433.573] (II) RADEON(0): EDID (in hex):
[  1433.573] (II) RADEON(0): 	00ffffffffffff0010ac7aa053384432
[  1433.573] (II) RADEON(0): 	2918010380342078eaee95a3544c9926
[  1433.573] (II) RADEON(0): 	0f5054a1080081408180a940b300d1c0
[  1433.573] (II) RADEON(0): 	010101010101283c80a070b023403020
[  1433.573] (II) RADEON(0): 	360006442100001a000000ff00304646
[  1433.573] (II) RADEON(0): 	5844344138324438530a000000fc0044
[  1433.573] (II) RADEON(0): 	454c4c2055323431324d0a20000000fd
[  1433.573] (II) RADEON(0): 	00323d1e5311000a2020202020200033
[  1433.573] (II) RADEON(0): Printing probed modes for output DVI-0
[  1433.573] (II) RADEON(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  1433.573] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[  1433.573] (II) RADEON(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  1433.573] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  1433.573] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1433.573] (II) RADEON(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1433.573] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1433.573] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1433.573] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1433.573] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1433.573] (II) RADEON(0): Output DisplayPort-0 connected
[  1433.573] (II) RADEON(0): Output HDMI-0 disconnected
[  1433.573] (II) RADEON(0): Output DVI-0 connected
[  1433.573] (II) RADEON(0): Using spanning desktop for initial modes
[  1433.573] (II) RADEON(0): Output DisplayPort-0 using initial mode 1920x1200 +0+0
[  1433.573] (II) RADEON(0): Output DVI-0 using initial mode 1920x1200 +1920+0
[  1433.573] (II) RADEON(0): mem size init: gart size :3fdde000 vram size: s:40000000 visible:3f3d3000
[  1433.573] (==) RADEON(0): DPI set to (96, 96)
[  1433.573] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[  1433.573] (II) Loading sub module "ramdac"
[  1433.573] (II) LoadModule: "ramdac"
[  1433.573] (II) Module "ramdac" already built-in
[  1433.573] (II) UnloadModule: "modesetting"
[  1433.573] (II) Unloading modesetting
[  1433.573] (II) UnloadModule: "fbdev"
[  1433.573] (II) Unloading fbdev
[  1433.573] (II) UnloadSubModule: "fbdevhw"
[  1433.573] (II) Unloading fbdevhw
[  1433.573] (--) Depth 24 pixmap format is 32 bpp
[  1433.573] (II) RADEON(0): [DRI2] Setup complete
[  1433.573] (II) RADEON(0): [DRI2]   DRI driver: r600
[  1433.573] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[  1433.573] (II) RADEON(0): Front buffer size: 18240K
[  1433.573] (II) RADEON(0): VRAM usage limit set to 916023K
[  1433.573] (II) RADEON(0): SYNC extension fences enabled
[  1433.573] (II) RADEON(0): Present extension enabled
[  1433.573] (==) RADEON(0): DRI3 enabled
[  1433.573] (==) RADEON(0): Backing store enabled
[  1433.573] (II) RADEON(0): Direct rendering enabled
[  1433.598] (II) RADEON(0): Use GLAMOR acceleration.
[  1433.598] (II) RADEON(0): Acceleration enabled
[  1433.598] (==) RADEON(0): DPMS enabled
[  1433.598] (==) RADEON(0): Silken mouse enabled
[  1433.598] (II) RADEON(0): Set up textured video (glamor)
[  1433.598] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[  1433.598] (II) RADEON(0): [XvMC] Extension initialized.
[  1433.598] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1433.599] (--) RandR disabled
[  1433.602] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1433.602] (II) AIGLX: enabled GLX_ARB_create_context
[  1433.602] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  1433.602] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[  1433.602] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1433.602] (II) AIGLX: enabled GLX_SGI_swap_control
[  1433.602] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[  1433.602] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[  1433.602] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[  1433.602] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1433.602] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[  1433.602] (II) AIGLX: Loaded and initialized r600
[  1433.602] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1433.603] (II) RADEON(0): Setting screen physical size to 1016 x 317
[  1433.628] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  1433.628] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1433.628] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1433.628] (II) LoadModule: "libinput"
[  1433.628] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1433.629] (II) Module libinput: vendor="X.Org Foundation"
[  1433.629] 	compiled for 1.19.0, module version = 0.23.0
[  1433.629] 	Module class: X.Org XInput Driver
[  1433.629] 	ABI class: X.Org XInput driver, version 24.1
[  1433.629] (II) Using input driver 'libinput' for 'Power Button'
[  1433.629] (**) Power Button: always reports core events
[  1433.629] (**) Option "Device" "/dev/input/event4"
[  1433.629] (**) Option "_source" "server/udev"
[  1433.629] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[  1433.629] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[  1433.646] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[  1433.646] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1433.646] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[  1433.646] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[  1433.647] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1433.647] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1433.647] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1433.647] (II) Using input driver 'libinput' for 'Power Button'
[  1433.647] (**) Power Button: always reports core events
[  1433.647] (**) Option "Device" "/dev/input/event3"
[  1433.647] (**) Option "_source" "server/udev"
[  1433.647] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[  1433.647] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[  1433.676] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event3"
[  1433.676] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  1433.677] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[  1433.677] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[  1433.677] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event5)
[  1433.677] (II) No input driver specified, ignoring this device.
[  1433.677] (II) This device may have been added with another device file.
[  1433.678] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event1)
[  1433.678] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  1433.678] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  1433.678] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[  1433.678] (**) Logitech USB Keyboard: always reports core events
[  1433.678] (**) Option "Device" "/dev/input/event1"
[  1433.678] (**) Option "_source" "server/udev"
[  1433.678] (II) input device 'Logitech USB Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[  1433.678] (II) input device 'Logitech USB Keyboard', /dev/input/event1 is a keyboard
[  1433.716] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/0003:046D:C31C.0002/input/input3/event1"
[  1433.716] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 8)
[  1433.717] (II) input device 'Logitech USB Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[  1433.717] (II) input device 'Logitech USB Keyboard', /dev/input/event1 is a keyboard
[  1433.717] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event2)
[  1433.717] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  1433.717] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  1433.717] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[  1433.717] (**) Logitech USB Keyboard: always reports core events
[  1433.717] (**) Option "Device" "/dev/input/event2"
[  1433.717] (**) Option "_source" "server/udev"
[  1433.718] (II) input device 'Logitech USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[  1433.718] (II) input device 'Logitech USB Keyboard', /dev/input/event2 is a keyboard
[  1433.756] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/0003:046D:C31C.0003/input/input4/event2"
[  1433.756] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
[  1433.757] (II) input device 'Logitech USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[  1433.757] (II) input device 'Logitech USB Keyboard', /dev/input/event2 is a keyboard
[  1433.758] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/event0)
[  1433.758] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Applying InputClass "evdev pointer catchall"
[  1433.758] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Applying InputClass "libinput pointer catchall"
[  1433.758] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Applying InputClass "MyMouse"
[  1433.758] (II) Using input driver 'libinput' for 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)'
[  1433.758] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): always reports core events
[  1433.758] (**) Option "Device" "/dev/input/event0"
[  1433.758] (**) Option "_source" "server/udev"
[  1433.813] (II) input device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)', /dev/input/event0 is tagged by udev as: Mouse
[  1433.813] (II) input device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)', /dev/input/event0 is a pointer caps
[  1433.850] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:045E:0040.0001/input/input2/event0"
[  1433.850] (II) XINPUT: Adding extended input device "Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)" (type: MOUSE, id 10)
[  1433.850] (**) Option "AccelerationScheme" "none"
[  1433.850] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) selected scheme none/0
[  1433.850] (**) Option "AccelerationNumerator" "6"
[  1433.850] (**) Option "AccelerationDenominator" "1"
[  1433.850] (**) Option "AccelerationThreshold" "4"
[  1433.850] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 6.000
[  1433.850] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
[  1433.907] (II) input device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)', /dev/input/event0 is tagged by udev as: Mouse
[  1433.907] (II) input device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)', /dev/input/event0 is a pointer caps
[  1433.908] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[  1433.908] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Applying InputClass "MyMouse"
[  1433.908] (II) Using input driver 'libinput' for 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)'
[  1433.908] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): always reports core events
[  1433.908] (**) Option "Device" "/dev/input/event0"
[  1433.908] (**) Option "_source" "server/udev"
[  1433.908] (II) input device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)', /dev/input/event0 is tagged by udev as: Mouse
[  1433.908] (II) input device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)', /dev/input/event0 is a pointer caps
[  1433.923] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:045E:0040.0001/input/input2/mouse0"
[  1433.923] (II) XINPUT: Adding extended input device "Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)" (type: MOUSE, id 11)
[  1433.923] (**) Option "AccelerationScheme" "none"
[  1433.923] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) selected scheme none/0
[  1433.923] (**) Option "AccelerationNumerator" "6"
[  1433.923] (**) Option "AccelerationDenominator" "1"
[  1433.923] (**) Option "AccelerationThreshold" "4"
[  1433.923] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 6.000
[  1433.923] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
[  1433.924] (II) input device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)', /dev/input/event0 is tagged by udev as: Mouse
[  1433.924] (II) input device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)', /dev/input/event0 is a pointer caps
[  1433.924] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[  1433.924] (II) No input driver specified, ignoring this device.
[  1433.924] (II) This device may have been added with another device file.
[  1433.925] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[  1433.925] (II) No input driver specified, ignoring this device.
[  1433.925] (II) This device may have been added with another device file.
[  1433.925] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event9)
[  1433.925] (II) No input driver specified, ignoring this device.
[  1433.925] (II) This device may have been added with another device file.
[  1433.926] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[  1433.926] (II) No input driver specified, ignoring this device.
[  1433.926] (II) This device may have been added with another device file.
[  1433.926] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[  1433.926] (II) No input driver specified, ignoring this device.
[  1433.926] (II) This device may have been added with another device file.
[  1433.927] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event11)
[  1433.927] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  1433.927] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1433.927] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  1433.927] (**) Eee PC WMI hotkeys: always reports core events
[  1433.927] (**) Option "Device" "/dev/input/event11"
[  1433.927] (**) Option "_source" "server/udev"
[  1433.927] (II) input device 'Eee PC WMI hotkeys', /dev/input/event11 is tagged by udev as: Keyboard
[  1433.928] (II) input device 'Eee PC WMI hotkeys', /dev/input/event11 is a keyboard
[  1433.943] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input14/event11"
[  1433.943] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
[  1433.944] (II) input device 'Eee PC WMI hotkeys', /dev/input/event11 is tagged by udev as: Keyboard
[  1433.944] (II) input device 'Eee PC WMI hotkeys', /dev/input/event11 is a keyboard
[  1436.043] (II) RADEON(0): EDID vendor "DEL", prod id 41082
[  1436.043] (II) RADEON(0): Using EDID range info for horizontal sync
[  1436.043] (II) RADEON(0): Using EDID range info for vertical refresh
[  1436.043] (II) RADEON(0): Printing DDC gathered Modelines:
[  1436.043] (II) RADEON(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  1436.043] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1436.043] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1436.043] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1436.043] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1436.043] (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1436.043] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1436.043] (II) RADEON(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  1436.043] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  1436.043] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  1436.139] (II) RADEON(0): EDID vendor "DEL", prod id 41082
[  1436.139] (II) RADEON(0): Using hsync ranges from config file
[  1436.139] (II) RADEON(0): Using vrefresh ranges from config file
[  1436.139] (II) RADEON(0): Printing DDC gathered Modelines:
[  1436.139] (II) RADEON(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  1436.139] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1436.139] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1436.139] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1436.139] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1436.139] (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1436.139] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1436.139] (II) RADEON(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  1436.139] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  1436.139] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)

Any ideas?

Offline

#2 2017-01-15 18:26:38

Blµb
Member
Registered: 2008-02-10
Posts: 224

Re: libinput mouse speed / acceleration

Same boat. My mouse has 3 speed settings, the 2nd used to be perfect, now the 2nd is too slow and the 3rd is too fast.
I need to set the speed and not the acceleration. It's annoying.
I now use:

#/etc/X11/xorg.conf.d/99-pointer-speed.conf
Section "InputClass"
  Identifier "pointer stuff"
  MatchIsPointer "on"
  Option "TransformationMatrix" "1 0 0 0 1 0 0 0 0.5"
EndSection

(The movement is basically divided by the last value, so 0.5 doubles it)

There's also 'libinput Accel Speed' which goes from -1 to 1 only for some reason.


You know you're paranoid when you start thinking random letters while typing a password.
A good post about vim
Python has no multithreading.

Offline

#3 2017-01-15 18:50:14

digitalone
Member
Registered: 2011-08-19
Posts: 328

Re: libinput mouse speed / acceleration

libinput lacks of many features and it's not very stable (see here). If you have problems don't use it until you can.

Offline

#4 2017-01-16 08:59:53

darkarchon
Member
From: Israel
Registered: 2007-02-28
Posts: 44

Re: libinput mouse speed / acceleration

Yes, I switched back to evdev for now.
It also seems that libinput doesn't support accel threshold.
I really like accel 6 with threshold 4 (xset m 6 4). It makes the mouse pointer very precise and easy to use across 2 monitors.

Offline

#5 2017-01-16 09:12:46

digitalone
Member
Registered: 2011-08-19
Posts: 328

Re: libinput mouse speed / acceleration

I hope libinput stay away from managing my pointing devices on my system for years, unless it will become like other complete and rich feature libraries.

Offline

#6 2017-01-16 09:53:01

darkarchon
Member
From: Israel
Registered: 2007-02-28
Posts: 44

Re: libinput mouse speed / acceleration

So the issue was that udev didn't set the correct MOUSE_DPI (400) for my mouse, so libinput used the default DPI (1000). My mouse has the correct entry in /usr/lib/udev/hwdb.d/70-mouse.hwdb:

mouse:usb:v045ep0040:name:Microsoft Microsoft 3-Button Mouse with IntelliEye(TM):
 MOUSE_DPI=400@125

But it's not applied for some reason.
I created the following /etc/udev/hwdb.d/71-mouse-local.hwdb:

mouse:usb:v045ep0040:name:*:
 MOUSE_DPI=400@125
$ sudo udevadm hwdb --update
$ sudo udevadm trigger /dev/input/event0
$ udevadm info /dev/input/event0 | grep DPI
E: MOUSE_DPI=400@125

Now the mouse pointer speed is fine.

Last edited by darkarchon (2017-01-16 09:54:48)

Offline

Board footer

Powered by FluxBB