[mythtv-users] remote doubles keypresses

Kirk Bocek t004 at kbocek.com
Fri Nov 20 17:35:26 UTC 2015



On 11/20/2015 3:12 AM, Nick Morrott wrote:
> On 16 November 2015 at 18:22, Kirk Bocek <t004 at kbocek.com> wrote:
>>
>> On 11/16/2015 10:15 AM, Kirk Bocek wrote:
>>> Is there any way to do this in a remote ssh session? Looking at the man
>>> page, it doesn't look like this command takes a session identifier as a
>>> parameter similar to:
>>>
>>> $xinput list :0
>>>
>>> So do you need to be on the console to run this command?
>>>
>> Figured it out.
>>
>> $export DISPLAY=:0
>> $xinput list --name-only
>> Virtual core pointer
>> Virtual core XTEST pointer
>> Macintosh mouse button emulation
>> Virtual core keyboard
>> Virtual core XTEST keyboard
>> Power Button
>> Power Button
>>
>> Similar to Gabe, my IR device is not being listed. So maybe my existing
>> exclusion string is working?
>>
>> Section "InputClass"
>>          Identifier "Ignore IR remote as keyboard"
>>          MatchProduct "Media Center Ed. eHome Infrared Remote Transceiver
>> (0471:0815)"
>>          Option "Ignore" "on"
>> EndSection
> Check your relevant Xorg.*.log logfile so see a) whether the remote is
> being detected as an input device, and b) whether your Ignore rule is
> working.
>
> If you're seeing double keypresses, have you completely disabled LIRC
> as Alec suggested?
>
> Nick
>

On one of my frontends I see:

[1039808.777] (II) config/hal: Adding input device Media Center Ed. 
eHome Infrared Remote Transceiver (0471:0815)
[1039808.777] (**) Media Center Ed. eHome Infrared Remote Transceiver 
(0471:0815): Ignoring device from InputClass "Ignore IR remote as keyboard"

So, yes, it is disabled.

Thanks for the pointer.





More information about the mythtv-users mailing list