Results 1 to 4 of 4

Thread: Fn keys doesn't work immediatelly

  1. #1
    Join Date
    Dec 2010
    Beans
    107
    Distro
    Ubuntu

    Fn keys doesn't work immediatelly

    There is an interval between key pressing and acpi_listen showing/actually working, that takes
    > 3sec, could be even more. What could it be? In which queue those keys are standed?

  2. #2
    Join Date
    Dec 2010
    Beans
    107
    Distro
    Ubuntu

    Re: Fn keys doesn't work immediatelly

    Which actually runlevel started after i press acpi button? Or it isn't runlevel question at all?
    Cannot understant services events/dependencies . Is init in kubuntu event-based or dependency-based?
    man init(8) says that it's an event-based...
    Simply found that in
    Code:
    case "$1" in
        start)
            start-stop-daemon --start --background --exec /etc/init.d/ondemand -- background
            ;;
        background)
        sleep 60 # probably enough time for desktop login
    ondemand doesn't seem to work only on login event. So 60 sec wait possible after.

    For now light up/down both have ~16sec latency. Screen off/on takes 12/28 sec respectivetly.
    Last edited by icegood; July 31st, 2012 at 10:04 AM.

  3. #3
    Join Date
    Dec 2010
    Beans
    107
    Distro
    Ubuntu

    Re: Fn keys doesn't work immediatelly

    damn still noone? Noone has same issue?

  4. #4
    Join Date
    Dec 2010
    Beans
    107
    Distro
    Ubuntu

    Re: Fn keys doesn't work immediatelly

    Found that after suspending my laptop via pm-suspend in command line and resuming with any key everything works great.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •