Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
16
rated 0 times [  16] [ 0]  / answers: 1 / hits: 27616  / 1 Year ago, wed, march 29, 2023, 6:24:10

After I upgraded my notebook to ubuntu 12.04, I found that I can not save my power settings. Every time I set the screen brightness to 70%, it restored to 100% next time. I can't find a save button on the new power setting panel(I am sorry for I can not post a screenshot right now). Can anyone tell me how to save this setting? Thanks.


More From » 12.04

 Answers
5

if you just wana change and save the screen brightness only, you can use xbacklight



     sudo apt-get install xbacklight


after installing, type command to set the screen brightness easily



     xbacklight -set `num`


the num is percentage of your screen brightness.



An easier way to set brightness and contrast



     sudo setpci -s `00:02.0` F4.B=`XX` 


to set brightness, 00:02.0 is your VGA device code.XX is hexadecimal form 00 to FF



use lspci command to find out your VGA device code.



     xgamma -gamma `X`


to set contrast,X from 0 to 1


[#37937] Thursday, March 30, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
njuash

Total Points: 402
Total Questions: 125
Total Answers: 98

Location: Jersey
Member since Sun, Dec 4, 2022
1 Year ago
njuash questions
Wed, Jun 8, 22, 11:53, 2 Years ago
Wed, Nov 30, 22, 11:42, 1 Year ago
Mon, May 30, 22, 04:33, 2 Years ago
Mon, Apr 10, 23, 03:40, 1 Year ago
;