Re: lirc on fedora?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 25 Aug 2016 15:07:47 -0600
Greg Woods wrote:

> In case anyone else finds this thread later: I had to go back to the F23
> version of lirc on my F24 systems, because I was getting key bounces
> (pressing one key and having it act like multiple key presses).

Nah, that's a feature! The problem is X grabbing the remote
and calling it a keyboard as well as lirc listening to the
same thing.

After much googling, I created the file /etc/X11/xorg.conf.d/10-quirks.conf
with this content (specific to my IR receiver model, by the way):

Section "InputClass"
        Identifier "Ignore IR remote as keyboard"
        MatchProduct "Media Center Ed. eHome Infrared Remote Transceiver"
        Option "Ignore" "on"
EndSection

That way, X ignores it, and only lirc listens. (I got the
MatchProduct string from the xorg log from before I
ignored it).

My full lirc experience can be found at the end of my
Harmony Elite review:

http://tomhorsley.com/hardware/elite/elite.html
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux