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



Screen Brightness

Author (Read 4035 times)

0 Members and 1 Guest are viewing this topic.

Re: Screen Brightness
« Reply #4 on: January 22, 2016, 11:07:46 PM »
 

somewhereman

  • New to Forums
  • *
  • 10
    Posts
  • Reputation: 1
    • View Profile

  • CPU: laptop

  • MEMORY: 256mb

  • VIDEO CARD: laptop
thanks for the suggestion
 yes, i did try it and tried it again now
and it still does not work for me

(xbacklight has a little help file that offers different strings, and none of them worked either)
 

Re: Screen Brightness
« Reply #3 on: January 22, 2016, 07:07:37 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8778
    Posts
  • Reputation: 802
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
xbacklight will be in 2.8 :)
 

Re: Screen Brightness
« Reply #2 on: January 22, 2016, 05:43:58 PM »
 

UltraCookie

  • Forum Regular
  • ***
  • 159
    Posts
  • Reputation: 24
  • Linux Flavoured Chocolate Cookie
    • View Profile

  • CPU: Intel i5-4210M Dual Core 2,60 GHz

  • MEMORY: 4Gb

  • VIDEO CARD: Intel HD 4600

  • Kernel: 5.x
Did you ever try xbacklight? Could also work.

Code: [Select]
sudo apt-get install xbacklight
Code: [Select]
xbacklight -set 60
« Last Edit: January 22, 2016, 05:47:02 PM by UltraCookie »
Linux Lite 5.0 on Lenovo Edge 540 <3
 

Screen Brightness
« Reply #1 on: January 22, 2016, 04:39:34 PM »
 

somewhereman

  • New to Forums
  • *
  • 10
    Posts
  • Reputation: 1
    • View Profile

  • CPU: laptop

  • MEMORY: 256mb

  • VIDEO CARD: laptop
this is one issue that was hard to find a suitable answer for
my screen was stuck at maximum brightness (not so bad during the day, but at night was blinding)

i tried everything i could find on the interwebs,
and there was quite a few suggestions as this is a common issue, all to no avail

finally i found this solution:
open the terminal and input
xrandr | sed -n 's/ connected.*//p' | xargs -n1 -tri xrandr --output {} --brightness 0.6

where 0.6 at the end of the string = 60% of max brightness,
this can be changed to whatever you wish between 0-1 ie 0.8 = 80% of max, 0.4 = 40% of max, etc.

so i simply saved this line in libre office and input it in the evening once and am done,
next morning it boots to max for the day

i hope this helps someone out (it seems to be a catch-all and may ork for any set-up),
as it is a common struggle and can be frustrating
« Last Edit: May 27, 2016, 10:30:33 PM by Jerry »
 

 

-->
X Close Ad

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