You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



where is the backlight dimmer?

Author (Read 14737 times)

0 Members and 1 Guest are viewing this topic.

Re: where is the backlight dimmer?
« Reply #37 on: March 12, 2017, 05:29:18 PM »
 

Carney

  • New to Forums
  • *
  • 19
    Posts
  • Reputation: 4
  • Cub Linux user; put LL 3.2 on wife's PC
    • View Profile

  • CPU: Intel Core i3

  • MEMORY: 8Gb

  • VIDEO CARD: NVIDIA GEFORCE
Mike...Would not accept the fn key or any f key. Maybe my function keys are disabled.  I learn something new everyday :) Thank you  Dan

I have this problem too.

I can get change screen brightness fine with a Fn and F5 or Fn and F6 keystroke, but I'm trying to find a way to eliminate the need to hit the Fn key, and just make the F5 and F6 keys act by default as if the Fn key had been held down.
 

Re: where is the backlight dimmer?
« Reply #36 on: June 25, 2016, 12:58:13 AM »
 

aus9

  • Occasional Poster
  • **
  • 54
    Posts
  • Reputation: 7
  • Linux Lite Member
    • View Profile

  • CPU: 4 core i5-4590 CPU @ 3.30GHz

  • MEMORY: 8Gb

  • VIDEO CARD: Intel Corporation Xeon E3-1200
OOPS missed seeing the bit where OP says its solved. Ahh well I will leave it here in case it helps others

Code: [Select]
acpi_listen
An internet search suggests running above command.....and then pressing the Function key and the Function number key to dim......or whatever has been setup to dim the screen, and it should show a result.   My image comes from an old Dell which does not use function keys but Fn + up or down arrows for brightless levels.



« Last Edit: June 25, 2016, 01:15:12 AM by aus9 »
Good Luck
 

Re: where is the backlight dimmer?
« Reply #35 on: May 17, 2016, 05:13:22 PM »
 

dansar

  • New to Forums
  • *
  • 22
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
ok...I was able to install the brightness app on this live usb.  So evidently the LL distro on my HD is bad. how to install ..right click on taskbar..go to ADD NEW ITEMS..click on brightness control plugin...That works fine on this live usb.   Dan
 

Re: where is the backlight dimmer?
« Reply #34 on: May 16, 2016, 05:28:45 PM »
 

Mike

  • Forum Regular
  • ***
  • 212
    Posts
  • Reputation: 26
  • Linux Lite Enthusiast
    • View Profile
No problem, always happy to help (or try)!   :)
 

Re: where is the backlight dimmer?
« Reply #33 on: May 16, 2016, 05:09:19 PM »
 

dansar

  • New to Forums
  • *
  • 22
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
That's fine  :)..I can live with it til the final release.  Thank you for trying to help...much appreciated  :)   Dan
 

Re: where is the backlight dimmer?
« Reply #32 on: May 16, 2016, 05:02:53 PM »
 

Mike

  • Forum Regular
  • ***
  • 212
    Posts
  • Reputation: 26
  • Linux Lite Enthusiast
    • View Profile
Thank you. Welp, I'm not sure what's going on then. Since you're just starting out with LL, may I recommend that you download and try the new 3.0 beta? It uses a newer version of Xfce with several improvements. It may or may not work out better for you. Sure, it's beta but it might get you by without issue until the final release. Sorry I couldn't help you get that working.

If you'd like to try one last thing, add "video.use_native_backlight=1" to your grub config similar to what Wirezfree suggested near the beginning of this thread. Then reboot.
 

Re: where is the backlight dimmer?
« Reply #31 on: May 16, 2016, 04:35:42 PM »
 

dansar

  • New to Forums
  • *
  • 22
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
dan@dan-HP-G60-Notebook-PC:~$ for interface in /sys/class/backlight/*; do echo -e "\n $interface"; cat $interface/{brightness,max_brightness,actual_brightness}; done

 /sys/class/backlight/*
cat: /sys/class/backlight/*/brightness: No such file or directory
cat: /sys/class/backlight/*/max_brightness: No such file or directory
cat: /sys/class/backlight/*/actual_brightness: No such file or directory
 

Re: where is the backlight dimmer?
« Reply #30 on: May 16, 2016, 04:32:37 PM »
 

Mike

  • Forum Regular
  • ***
  • 212
    Posts
  • Reputation: 26
  • Linux Lite Enthusiast
    • View Profile
Whoops, it doesn't look like you pasted the whole command. The easiest thing to do is to click on the Select link above the code to highlight the entire command. Then right-click and paste into the terminal.
 

Re: where is the backlight dimmer?
« Reply #29 on: May 16, 2016, 01:41:36 PM »
 

dansar

  • New to Forums
  • *
  • 22
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
dan@dan-HP-G60-Notebook-PC:~$ for interface in /sys/class/backlight/*; do echo -e "\n $interface"; c
>
 

Re: where is the backlight dimmer?
« Reply #28 on: May 16, 2016, 01:38:27 PM »
 

Mike

  • Forum Regular
  • ***
  • 212
    Posts
  • Reputation: 26
  • Linux Lite Enthusiast
    • View Profile
Interesting. What about the second command?
 

Re: where is the backlight dimmer?
« Reply #27 on: May 16, 2016, 01:36:44 PM »
 

dansar

  • New to Forums
  • *
  • 22
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
I get this.....dan@dan-HP-G60-Notebook-PC:~$ xbacklight -set 50
No outputs have backlight property
dan@dan-HP-G60-Notebook-PC:~$
 

Re: where is the backlight dimmer?
« Reply #26 on: May 16, 2016, 01:31:01 PM »
 

Mike

  • Forum Regular
  • ***
  • 212
    Posts
  • Reputation: 26
  • Linux Lite Enthusiast
    • View Profile
I understand, however I am trying to diagnose if this is X server or hardware related. If you don't mind, please run xbacklight -set 50 to reduce the backlight. If it works, simply run xbacklight -set 100 to set it back to 100%.

Please also post the results of this command:

Code: [Select]
for interface in /sys/class/backlight/*; do echo -e "\n $interface"; cat $interface/{brightness,max_brightness,actual_brightness}; done
 

Re: where is the backlight dimmer?
« Reply #25 on: May 16, 2016, 01:10:07 PM »
 

dansar

  • New to Forums
  • *
  • 22
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
I assigned keys ctrl+1 to xbacklight +10 and ctrl+2 to xbacklight -10.  Neither key combinations worked. As for the %'s I did not do that. I'd rather have a control working properly as it does in Xfce Mint 17.3 on this machine. Dan
 

Re: where is the backlight dimmer?
« Reply #24 on: May 16, 2016, 12:42:31 PM »
 

Mike

  • Forum Regular
  • ***
  • 212
    Posts
  • Reputation: 26
  • Linux Lite Enthusiast
    • View Profile
Did the xbacklight command that I posted yesterday work for you? Just trying to track down the issue.
 

Re: where is the backlight dimmer?
« Reply #23 on: May 16, 2016, 12:06:34 PM »
 

dansar

  • New to Forums
  • *
  • 22
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
I found something...When I right click on the task bar I clicked on "+add new items"...in that menu there is a brightness plugin....I added it to the taskbar but when I hover over the icon I get "no device found"...Dan
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section