Results 1 to 4 of 4

Thread: Laptop hardware buttons don't work as expected.

  1. #1

    Laptop hardware buttons don't work as expected.

    I resuscitated an old Toshiba Satellite P100 or P105 with xubuntu 17.10 32-bit. It mostly works, but the hardware buttons aren't properly configured.
    The FN + Brightness Keys (F6, F7) cause a brightness indicator to appear and change, but the actual screen brightness does not change at all.
    There is a media app key which does nothing. I'd like it to open vlc.
    There is also a web browser key. If I press it, it opens a seemingly unlimited number of firefox instances as quickly as possible, which freezes the machine in less than a minute by consuming all RAM.
    I'd like it to open just one instance.

    How can I fix this?

    Thanks!

  2. #2
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Laptop hardware buttons don't work as expected.

    settings-> keyboard-> shortcuts

  3. #3

    Re: Laptop hardware buttons don't work as expected.

    I looked at that. It doesn't help.
    In XFCE Settings->Keyboard lets me choose from Behavior;Application Shortcuts;Layout tabs. Application shortcuts has a list. I can enter a command triggered by what's identified as XF86MonBrightnessDown, but what should that command be? xbacklight -set 0 has no effect.

  4. #4
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Laptop hardware buttons don't work as expected.

    find your monitor, mine is LVDS1
    Code:
    xrandr --listmonitors
    try command, this is for 50%
    Code:
    xrandr --output LVDS1 --brightness 0.50
    100%
    Code:
    xrandr --output LVDS1 --brightness 1.0
    if those work we can move forward from there.

Tags for this Thread

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
  •