Kodi Community Forum

Full Version: Set key repeat rate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Can I set a repeat rate for my remote?
I have an ASUS DH which works fine except the fact that I get no repeat when I hold a button down, which is very frustrating when you try to increase or decrease the volume.
Is there a way to tell XBMC to start repeating the command when the button is held down?

I am using LIRC, XMBC 13.2 and Ubuntu 14.04LTS
I tried it and it doesn't do anything. I think these settings are for keys that already get repeated when the button is held down
I don't think this is related to XBMC. start xev and watch what you get when pressing the buttons.
I get results when I move the mouse or press anything on the keyboard, but nothing when I press the keys on the remote controller
so you don't have configure ir_keytable. are you using lirc? Note that devinput is not best choice. try irw and check if you get repeats.
Some remotes simply do not repeat when a button is held down.

As suggested, IRW and Lirc will tell the story.
I made a few tests and finally got my hands on an asus motherboard that I can install the remote with its official windows drivers.
The keys repeat themselves when I hold them down on windows, so I guess that the remote repeats.

As far as IRW is concerned, although it registers every key, it does not repeat it. What can I do to fix this?
What output from ir-keytable are you getting? I think it may be possible to try different IR protocols and you can try changing the repeat-delay and period using the --delay=700 --period=250 --device=/dev/input/xxx options
eg I get
# ir-keytable
Found /sys/class/rc/rc0/ (/dev/input/event3) with:
Driver saa716x, table rc-tbs-nec (this device isn't being used)
Supported protocols: NEC RC-5 RC-6 JVC SONY LIRC other
Enabled protocols:
Name: saa716x IR (TurboSight TBS 6280)
bus: 1, vendor/product: 6280:0011, version: 0x0001
Repeat delay = 500 ms, repeat period = 125 ms
Found /sys/class/rc/rc1/ (/dev/input/event14) with:
Driver mceusb, table rc-rc6-mce (this is used - MS MediaCentre remote)
Supported protocols: NEC RC-5 RC-6 JVC SONY LIRC other
Enabled protocols: NEC RC-5 RC-6 JVC SONY LIRC other
Name: Media Center Ed. eHome Infrared
bus: 3, vendor/product: 0471:0815, version: 0x0000
Repeat delay = 800 ms, repeat period = 200 ms
Sorry for my very delayed response. When I type it I get "Couldn't find any node at /sys/class/rc/rc*."
Hmm, I don't really know in that case.

The system should detect the hardware during boot and create the device filesystem, but it doesn't appear to have done so. Do you know what driver your ASUS DH is supposed to use? lirc forums may have some info too.
I presume you're using a standard Ubuntu package for lirc ?

What lircd commandline is running?
$ ps -ef | grep lircd
Have you looked at the config files in
/etc/lirc/lircd.conf etc?

As root,
# pkill lircd
Then does
$ ir-keytable --test
show events when you press keys on the remote for most keys? (lircd must not be running)
Also, what does
$ dmesg | grep lirc
show?

Also, do you see anything relevant to you IR device in /var/log/Xorg.0.log (can you pastebin ?)
eg
[ 10.422] (II) config/udev: Adding input device saa716x IR (TurboSight TBS 6280) (/dev/input/event3)
...
[ 10.432] (**) MCE IR Keyboard/Mouse (saa716x): Ignoring device from InputClass "Ignore IR remote(s) as keyboard"
There's more info in this guide. I use both lirc and ir-keytable (method 3), but there are other possibilities...
http://forum.kodi.tv/showthread.php?tid=104541
Thank you very much for your reply! I will test what you have proposed and will get back to you
ps -ef | grep lircd
gives
root 1652 1 0 15:26 ? 00:00:00 /usr/sbin/lircd --output=/run/lirc/lircd --driver=asusdh
root 3104 3034 0 15:27 pts/1 00:00:00 grep --color=auto lircd

even if i kill lircd, ir-keytable --test still returns
"Couldn't find any node at /sys/class/rc/rc*."

dmesg | grep lirc doesn't show anything

finally i couldn't find anything relevant in xorg0.log
Code:
[     4.613]
X.Org X Server 1.15.1
Release Date: 2014-04-13
[     4.613] X Protocol Version 11, Revision 0
[     4.613] Build Operating System: Linux 3.2.0-61-generic x86_64 Ubuntu
[     4.613] Current Operating System: Linux thermoserver 3.13.0-40-generic #69-Ubuntu SMP Thu Nov 13 17:53:56 UTC 2014 x86_64
[     4.613] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic.efi.signed root=UUID=9834288b-4820-4696-a842-92344d26ee35 ro quiet splash vt.handoff=7
[     4.613] Build Date: 30 July 2014  12:21:54AM
[     4.613] xorg-server 2:1.15.1-0ubuntu2.1 (For technical support please see http://www.ubuntu.com/support)
[     4.613] Current version of pixman: 0.30.2
[     4.613]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     4.613] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.613] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 27 15:26:15 2014
[     4.613] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.613] (==) No Layout section.  Using the first Screen section.
[     4.613] (==) No screen section available. Using defaults.
[     4.613] (**) |-->Screen "Default Screen Section" (0)
[     4.613] (**) |   |-->Monitor "<default monitor>"
[     4.613] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[     4.613] (==) Automatically adding devices
[     4.613] (==) Automatically enabling devices
[     4.613] (==) Automatically adding GPU devices
[     4.613] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     4.613]     Entry deleted from font path.
[     4.613] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     4.613]     Entry deleted from font path.
[     4.613] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     4.613]     Entry deleted from font path.
[     4.613] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     4.613]     Entry deleted from font path.
[     4.613] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     4.613]     Entry deleted from font path.
[     4.613] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
[     4.613] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[     4.613] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.613] (II) Loader magic: 0x7f22423b9d40
[     4.613] (II) Module ABI versions:
[     4.613]     X.Org ANSI C Emulation: 0.4
[     4.613]     X.Org Video Driver: 15.0
[     4.613]     X.Org XInput driver : 20.0
[     4.614]     X.Org Server Extension : 8.0
[     4.614] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.615] (--) PCI:*(0:0:2:0) 8086:0152:1849:0152 rev 9, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64
[     4.615] (--) PCI: (0:3:2:0) 109e:036e:1822:0001 rev 17, Mem @ 0xf0001000/4096
[     4.615] Initializing built-in extension Generic Event Extension
[     4.615] Initializing built-in extension SHAPE
[     4.615] Initializing built-in extension MIT-SHM
[     4.615] Initializing built-in extension XInputExtension
[     4.615] Initializing built-in extension XTEST
[     4.615] Initializing built-in extension BIG-REQUESTS
[     4.615] Initializing built-in extension SYNC
[     4.615] Initializing built-in extension XKEYBOARD
[     4.615] Initializing built-in extension XC-MISC
[     4.615] Initializing built-in extension SECURITY
[     4.615] Initializing built-in extension XINERAMA
[     4.615] Initializing built-in extension XFIXES
[     4.615] Initializing built-in extension RENDER
[     4.615] Initializing built-in extension RANDR
[     4.615] Initializing built-in extension COMPOSITE
[     4.615] Initializing built-in extension DAMAGE
[     4.615] Initializing built-in extension MIT-SCREEN-SAVER
[     4.615] Initializing built-in extension DOUBLE-BUFFER
[     4.615] Initializing built-in extension RECORD
[     4.615] Initializing built-in extension DPMS
[     4.615] Initializing built-in extension Present
[     4.615] Initializing built-in extension DRI3
[     4.615] Initializing built-in extension X-Resource
[     4.615] Initializing built-in extension XVideo
[     4.615] Initializing built-in extension XVideo-MotionCompensation
[     4.615] Initializing built-in extension SELinux
[     4.615] Initializing built-in extension XFree86-VidModeExtension
[     4.615] Initializing built-in extension XFree86-DGA
[     4.615] Initializing built-in extension XFree86-DRI
[     4.615] Initializing built-in extension DRI2
[     4.615] (II) LoadModule: "glx"
[     4.615] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.623] (II) Module glx: vendor="X.Org Foundation"
[     4.623]     compiled for 1.15.1, module version = 1.0.0
[     4.623]     ABI class: X.Org Server Extension, version 8.0
[     4.623] (==) AIGLX enabled
[     4.623] Loading extension GLX
[     4.623] (==) Matched intel as autoconfigured driver 0
[     4.623] (==) Matched intel as autoconfigured driver 1
[     4.623] (==) Matched modesetting as autoconfigured driver 2
[     4.623] (==) Matched fbdev as autoconfigured driver 3
[     4.623] (==) Matched vesa as autoconfigured driver 4
[     4.623] (==) Assigned the driver to the xf86ConfigLayout
[     4.623] (II) LoadModule: "intel"
[     4.623] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     4.624] (II) Module intel: vendor="X.Org Foundation"
[     4.624]     compiled for 1.15.1, module version = 2.99.910
[     4.624]     Module class: X.Org Video Driver
[     4.624]     ABI class: X.Org Video Driver, version 15.0
[     4.624] (II) LoadModule: "modesetting"
[     4.624] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.624] (II) Module modesetting: vendor="X.Org Foundation"
[     4.624]     compiled for 1.15.0, module version = 0.8.1
[     4.624]     Module class: X.Org Video Driver
[     4.624]     ABI class: X.Org Video Driver, version 15.0
[     4.624] (II) LoadModule: "fbdev"
[     4.625] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     4.625] (II) Module fbdev: vendor="X.Org Foundation"
[     4.625]     compiled for 1.15.0, module version = 0.4.4
[     4.625]     Module class: X.Org Video Driver
[     4.625]     ABI class: X.Org Video Driver, version 15.0
[     4.625] (II) LoadModule: "vesa"
[     4.625] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     4.625] (II) Module vesa: vendor="X.Org Foundation"
[     4.625]     compiled for 1.15.0, module version = 2.3.3
[     4.625]     Module class: X.Org Video Driver
[     4.625]     ABI class: X.Org Video Driver, version 15.0
[     4.625] (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
[     4.625] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[     4.625] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[     4.625] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[     4.625] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.625] (II) FBDEV: driver for framebuffer: fbdev
[     4.625] (II) VESA: driver for VESA chipsets: vesa
[     4.625] (++) using VT number 7

[     4.625] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3 (Timo Aaltonen <[email protected]>)
[     4.625] (WW) Falling back to old probe method for modesetting
[     4.625] (WW) Falling back to old probe method for fbdev
[     4.625] (II) Loading sub module "fbdevhw"
[     4.625] (II) LoadModule: "fbdevhw"
[     4.625] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     4.625] (II) Module fbdevhw: vendor="X.Org Foundation"
[     4.625]     compiled for 1.15.1, module version = 0.0.2
[     4.625]     ABI class: X.Org Video Driver, version 15.0
[     4.625] (WW) Falling back to old probe method for vesa
[     4.626] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 2500
[     4.626] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2
[     4.626] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[     4.626] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     4.626] (==) intel(0): RGB weight 888
[     4.626] (==) intel(0): Default visual is TrueColor
[     4.626] (**) intel(0): Framebuffer tiled
[     4.626] (**) intel(0): Pixmaps tiled
[     4.626] (**) intel(0): "Tear free" disabled
[     4.626] (**) intel(0): Forcing per-crtc-pixmaps? no
[     4.626] (II) intel(0): Output VGA1 has no monitor section
[     4.626] (II) intel(0): Output HDMI1 has no monitor section
[     4.626] (II) intel(0): Output DP1 has no monitor section
[     4.626] (II) intel(0): Output VIRTUAL1 has no monitor section
[     4.626] (--) intel(0): Output HDMI1 using initial mode 1920x1080 on pipe 0
[     4.626] (==) intel(0): DPI set to (96, 96)
[     4.626] (II) Loading sub module "dri2"
[     4.626] (II) LoadModule: "dri2"
[     4.626] (II) Module "dri2" already built-in
[     4.626] (II) UnloadModule: "modesetting"
[     4.626] (II) Unloading modesetting
[     4.626] (II) UnloadModule: "fbdev"
[     4.626] (II) Unloading fbdev
[     4.626] (II) UnloadSubModule: "fbdevhw"
[     4.626] (II) Unloading fbdevhw
[     4.626] (II) UnloadModule: "vesa"
[     4.626] (II) Unloading vesa
[     4.626] (==) Depth 24 pixmap format is 32 bpp
[     4.626] (II) intel(0): SNA initialized with Ivybridge (gen7, gt1) backend
[     4.626] (==) intel(0): Backing store enabled
[     4.626] (==) intel(0): Silken mouse enabled
[     4.626] (II) intel(0): HW Cursor enabled
[     4.626] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     4.627] (==) intel(0): DPMS enabled
[     4.627] (II) intel(0): [DRI2] Setup complete
[     4.627] (II) intel(0): [DRI2]   DRI driver: i965
[     4.627] (II) intel(0): [DRI2]   VDPAU driver: i965
[     4.627] (II) intel(0): direct rendering: DRI2 Enabled
[     4.627] (==) intel(0): hotplug detection: "enabled"
[     4.627] (--) RandR disabled
[     4.631] (II) SELinux: Disabled on system
[     4.634] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     4.634] (II) AIGLX: enabled GLX_ARB_create_context
[     4.634] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     4.634] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[     4.634] (II) AIGLX: enabled GLX_INTEL_swap_event
[     4.634] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     4.634] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     4.634] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     4.634] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     4.634] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     4.634] (II) AIGLX: Loaded and initialized i965
[     4.634] (II) GLX: Initialized DRI2 GL provider for screen 0
[     4.636] (II) intel(0): switch to mode [email protected] on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[     4.656] (II) intel(0): Setting screen physical size to 508 x 285
[     4.661] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[     4.664] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     4.664] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     4.664] (II) LoadModule: "evdev"
[     4.664] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     4.664] (II) Module evdev: vendor="X.Org Foundation"
[     4.664]     compiled for 1.15.0, module version = 2.8.2
[     4.664]     Module class: X.Org XInput Driver
[     4.664]     ABI class: X.Org XInput driver, version 20.0
[     4.664] (II) Using input driver 'evdev' for 'Power Button'
[     4.664] (**) Power Button: always reports core events
[     4.664] (**) evdev: Power Button: Device: "/dev/input/event1"
[     4.665] (--) evdev: Power Button: Vendor 0 Product 0x1
[     4.665] (--) evdev: Power Button: Found keys
[     4.665] (II) evdev: Power Button: Configuring as keyboard
[     4.665] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     4.665] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.665] (**) Option "xkb_rules" "evdev"
[     4.665] (**) Option "xkb_model" "pc105"
[     4.665] (**) Option "xkb_layout" "us,gr"
[     4.665] (**) Option "xkb_variant" ","
[     4.665] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[     4.667] (II) XKB: reuse xkmfile /var/lib/xkb/server-9078D1F245FADE3CB4AD835262E1036C04792E56.xkm
[     4.667] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     4.667] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     4.667] (II) Using input driver 'evdev' for 'Video Bus'
[     4.667] (**) Video Bus: always reports core events
[     4.667] (**) evdev: Video Bus: Device: "/dev/input/event6"
[     4.667] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     4.667] (--) evdev: Video Bus: Found keys
[     4.667] (II) evdev: Video Bus: Configuring as keyboard
[     4.667] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input9/event6"
[     4.667] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     4.667] (**) Option "xkb_rules" "evdev"
[     4.667] (**) Option "xkb_model" "pc105"
[     4.667] (**) Option "xkb_layout" "us,gr"
[     4.667] (**) Option "xkb_variant" ","
[     4.667] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[     4.668] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     4.668] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     4.668] (II) Using input driver 'evdev' for 'Power Button'
[     4.668] (**) Power Button: always reports core events
[     4.668] (**) evdev: Power Button: Device: "/dev/input/event0"
[     4.668] (--) evdev: Power Button: Vendor 0 Product 0x1
[     4.668] (--) evdev: Power Button: Found keys
[     4.668] (II) evdev: Power Button: Configuring as keyboard
[     4.668] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[     4.668] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     4.668] (**) Option "xkb_rules" "evdev"
[     4.668] (**) Option "xkb_model" "pc105"
[     4.668] (**) Option "xkb_layout" "us,gr"
[     4.668] (**) Option "xkb_variant" ","
[     4.668] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[     4.668] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     4.668] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[     4.668] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event12)
[     4.668] (II) No input driver specified, ignoring this device.
[     4.668] (II) This device may have been added with another device file.
[     4.668] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[     4.668] (II) No input driver specified, ignoring this device.
[     4.668] (II) This device may have been added with another device file.
[     4.668] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event10)
[     4.668] (II) No input driver specified, ignoring this device.
[     4.668] (II) This device may have been added with another device file.
[     4.669] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event9)
[     4.669] (II) No input driver specified, ignoring this device.
[     4.669] (II) This device may have been added with another device file.
[     4.669] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event8)
[     4.669] (II) No input driver specified, ignoring this device.
[     4.669] (II) This device may have been added with another device file.
[     4.669] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event7)
[     4.669] (II) No input driver specified, ignoring this device.
[     4.669] (II) This device may have been added with another device file.
[     4.669] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event4)
[     4.669] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[     4.669] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     4.669] (**) Logitech USB Receiver: always reports core events
[     4.669] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event4"
[     4.669] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc518
[     4.669] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[     4.669] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     4.669] (--) evdev: Logitech USB Receiver: Found relative axes
[     4.669] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[     4.669] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     4.669] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     4.669] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     4.669] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     4.669] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5.3/2-1.5.3:1.0/input/input7/event4"
[     4.669] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 9)
[     4.669] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     4.669] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     4.669] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     4.669] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     4.670] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     4.670] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[     4.670] (II) No input driver specified, ignoring this device.
[     4.670] (II) This device may have been added with another device file.
[     4.670] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5)
[     4.670] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     4.670] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     4.670] (**) Logitech USB Receiver: always reports core events
[     4.670] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event5"
[     4.670] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc518
[     4.670] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[     4.670] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     4.670] (--) evdev: Logitech USB Receiver: Found relative axes
[     4.670] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[     4.670] (--) evdev: Logitech USB Receiver: Found absolute axes
[     4.670] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[     4.670] (--) evdev: Logitech USB Receiver: Found keys
[     4.670] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     4.670] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     4.670] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     4.670] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     4.670] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     4.670] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5.3/2-1.5.3:1.1/input/input8/event5"
[     4.670] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10)
[     4.670] (**) Option "xkb_rules" "evdev"
[     4.670] (**) Option "xkb_model" "pc105"
[     4.670] (**) Option "xkb_layout" "us,gr"
[     4.670] (**) Option "xkb_variant" ","
[     4.670] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[     4.671] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     4.671] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[     4.671] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     4.671] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     4.671] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     4.671] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     4.671] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event2)
[     4.671] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
[     4.671] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
[     4.671] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
[     4.671] (**) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event2"
[     4.671] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Vendor 0x45e Product 0xf9
[     4.671] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
[     4.671] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
[     4.671] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input5/event2"
[     4.671] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD, id 11)
[     4.671] (**) Option "xkb_rules" "evdev"
[     4.671] (**) Option "xkb_model" "pc105"
[     4.671] (**) Option "xkb_layout" "us,gr"
[     4.671] (**) Option "xkb_variant" ","
[     4.671] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[     4.672] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event3)
[     4.672] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev pointer catchall"
[     4.672] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
[     4.672] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
[     4.672] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
[     4.672] (**) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event3"
[     4.672] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Vendor 0x45e Product 0xf9
[     4.672] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found 9 mouse buttons
[     4.672] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found scroll wheel(s)
[     4.672] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found relative axes
[     4.672] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found x and y relative axes
[     4.672] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found absolute axes
[     4.672] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Forcing absolute x/y axes to exist.
[     4.672] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
[     4.672] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as mouse
[     4.672] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
[     4.672] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Adding scrollwheel support
[     4.672] (**) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: YAxisMapping: buttons 4 and 5
[     4.672] (**) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     4.672] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/input/input6/event3"
[     4.672] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD, id 12)
[     4.672] (**) Option "xkb_rules" "evdev"
[     4.672] (**) Option "xkb_model" "pc105"
[     4.672] (**) Option "xkb_layout" "us,gr"
[     4.672] (**) Option "xkb_variant" ","
[     4.672] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[     4.672] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: initialized for relative axes.
[     4.672] (WW) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: ignoring absolute axes.
[     4.672] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) keeping acceleration scheme 1
[     4.672] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration profile 0
[     4.672] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration factor: 2.000
[     4.672] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration threshold: 4
[     4.672] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/mouse0)
[     4.672] (II) No input driver specified, ignoring this device.
[     4.672] (II) This device may have been added with another device file.
[     5.208] (II) intel(0): EDID vendor "GSM", prod id 22982
[     5.208] (II) intel(0): Using EDID range info for horizontal sync
[     5.208] (II) intel(0): Using EDID range info for vertical refresh
[     5.208] (II) intel(0): Printing DDC gathered Modelines:
[     5.208] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
[     5.208] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[     5.208] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1336 1472 1650  720 721 726 750 +hsync +vsync (45.0 kHz e)
[     5.208] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[     5.208] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[     5.208] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 1936 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     5.208] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[     5.208] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     5.208] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     5.208] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     5.208] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     5.208] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     5.208] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     5.208] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     5.208] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     5.208] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     5.208] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     5.208] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     5.208] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[     5.208] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     5.208] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     5.208] (II) intel(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     5.208] (II) intel(0): Modeline "1400x1050"x0.0  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[     5.208] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[     5.208] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     5.208] (II) intel(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[     5.208] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     5.208] (II) intel(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     5.208] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[     5.208] (II) intel(0): Modeline "2880x480"x0.0  108.00  2880 2944 3192 3432  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     5.208] (II) intel(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[     5.208] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[     5.208] (II) intel(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[     5.208] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[     5.208] (II) intel(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz e)
[     5.208] (II) intel(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz e)
[     6.025] (II) XKB: reuse xkmfile /var/lib/xkb/server-1328ABE805A6D77008CD1387D8EC9551271A94F3.xkm
[     6.681] (II) XKB: reuse xkmfile /var/lib/xkb/server-4B5222C67A3D884FA83F353450B21CF9DCE9E004.xkm
[     6.700] (II) XKB: reuse xkmfile /var/lib/xkb/server-4B5222C67A3D884FA83F353450B21CF9DCE9E004.xkm
[     8.529] (II) XKB: reuse xkmfile /var/lib/xkb/server-753F746202AD8DF7FF95176AE892AC68629E82E1.xkm
Pages: 1 2