You are not logged in.
Pages: 1
I've been playing around with the acpi daemon and setting up some custom events/actions. It took me a while to figure out how to override the power-button, and I finally figured out I had to change a parameter in the logind.conf file. Now I'm on to a few other buttons, specifically fn-F6 which turns the display of my laptop on/off. It works, so that's good, but I realized I have no clue how it works. I can't seem to override it via my own custom event/action scripts.
When I view the journalctl file it says it received a netlink event and that it matched 1 rule, but for the life of me I don't know where this rule is, if it exists, or if I just maybe completely misunderstand how things are working.
Thanks in advance!
journalctl:
-- Logs begin at Fri, 2012-12-07 13:19:33 PST. --
Dec 10 23:39:35 HostName sudo[1822]: james : TTY=pts/0 ; PWD=/etc/acpi/events ; USER=root ; COMMAND=/usr/bin/journalctl -f
Dec 10 23:39:35 HostName sudo[1822]: pam_unix(sudo:session): session opened for user root by james(uid=0)
Dec 10 23:39:37 HostName acpid[1821]: acpid: received netlink event " PNP0C14:00 000000ff 00000000"
Dec 10 23:39:37 HostName acpid[1821]: acpid: rule from 1221[0:0] matched
Dec 10 23:39:37 HostName acpid[1821]: received netlink event " PNP0C14:00 000000ff 00000000"
Dec 10 23:39:37 HostName acpid[1821]: rule from 1221[0:0] matched
Dec 10 23:39:37 HostName acpid[1821]: notifying client 1221[0:0]
Dec 10 23:39:37 HostName acpid[1821]: 1 total rule matched
Dec 10 23:39:37 HostName acpid[1821]: completed netlink event " PNP0C14:00 000000ff 00000000"
Dec 10 23:39:37 HostName acpid[1821]: received input layer event "video/displayoff DOFF 00000089 00000000 K"
Dec 10 23:39:37 HostName acpid[1821]: rule from 1221[0:0] matched
Dec 10 23:39:37 HostName acpid[1821]: notifying client 1221[0:0]
Dec 10 23:39:37 HostName acpid[1821]: 1 total rule matched
Dec 10 23:39:37 HostName acpid[1821]: completed input layer event "video/displayoff DOFF 00000089 00000000 K"
Dec 10 23:39:37 HostName acpid[1821]: acpid: notifying client 1221[0:0]
Dec 10 23:39:37 HostName acpid[1821]: acpid: 1 total rule matched
Dec 10 23:39:37 HostName acpid[1821]: acpid: completed netlink event " PNP0C14:00 000000ff 00000000"
Dec 10 23:39:37 HostName acpid[1821]: acpid: received input layer event "video/displayoff DOFF 00000089 00000000 K"
Dec 10 23:39:37 HostName acpid[1821]: acpid: rule from 1221[0:0] matched
Dec 10 23:39:37 HostName acpid[1821]: acpid: notifying client 1221[0:0]
Dec 10 23:39:37 HostName acpid[1821]: acpid: 1 total rule matched
Dec 10 23:39:37 HostName acpid[1821]: acpid: completed input layer event "video/displayoff DOFF 00000089 00000000 K"
Dec 10 23:39:38 HostName acpid[1821]: acpid: received netlink event " PNP0C14:00 000000ff 00000000"
Dec 10 23:39:38 HostName acpid[1821]: acpid: rule from 1221[0:0] matched
Dec 10 23:39:38 HostName acpid[1821]: received netlink event " PNP0C14:00 000000ff 00000000"
Dec 10 23:39:38 HostName acpid[1821]: rule from 1221[0:0] matched
Dec 10 23:39:38 HostName acpid[1821]: notifying client 1221[0:0]
Dec 10 23:39:38 HostName acpid[1821]: 1 total rule matched
Dec 10 23:39:38 HostName acpid[1821]: completed netlink event " PNP0C14:00 000000ff 00000000"
Dec 10 23:39:38 HostName acpid[1821]: acpid: notifying client 1221[0:0]
Dec 10 23:39:38 HostName acpid[1821]: acpid: 1 total rule matched
Dec 10 23:39:38 HostName acpid[1821]: acpid: completed netlink event " PNP0C14:00 000000ff 00000000"Offline
Pages: 1