Hi guys, I hope you are all doing well!!
I have a question about how to adjust the brightness on my laptop screen through fn keys? I did a little research around the Internet but I didn't managed to make it work.
So any user managed to make it work?
Best regards,
penglezos
Posts: 3,237
Threads: 125
Joined: Jul 2014
Reputation:
0
Hello penglezos,
what is the laptop brand and model ?
(09-08-2017, 04:58 PM)bitsnpcs link Wrote: Hello penglezos,
what is the laptop brand and model ?
Thanks for your reply bitsnpcs, my laptop brand is an Asus F50 series.
Posts: 3,237
Threads: 125
Joined: Jul 2014
Reputation:
0
09-08-2017, 05:59 PM
(This post was last modified: 09-08-2017, 06:03 PM by bitsnpcs.)
Does this solution work ? - https://askubuntu.com/questions/798203/c...y-notebook
Where the tutorial arrives at editing the shortcuts, on LL do -
Menu>All>Keyboard>Application Shortcuts
Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
09-08-2017, 06:55 PM
(This post was last modified: 09-15-2017, 03:50 AM by m654321.)
For screen brightness control, the Fn-key combinations can be:
Fn+F5 - decrease brightness
Fn+F6 - increase brightness
You should see a 'brightness icon' stuck on the relevant keys on your keyboard for the control of screen brightness.
To get the Fn-keys to work, you will need to edit a line in the /etc/default/grub file. To do this open your terminal and type...
Code: gksudo leafpad /etc/default/grub
The grub file will then open on your screen. Then look for this line in the file:
Code: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Then add acpi_osi= to this line as follows:
Code: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
Then save the grub file:
On reboot, the Fn+F5 and Fn+F6 brightness keys should function ...
The link bitsnpcs gave you in post #3, describes using the terminal to fix the level of brightness. While this may work, it is more practical and immediate to use the Fn-keys as you can continuously vary the brightness to whatever level you wish, at a the touch of these keys.
Keyboards on modern gaming computers can have a backlight, which can also be controlled by Fn-key combinations. If yours is one of these, let me know and I'll try and help.
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
(09-08-2017, 05:59 PM)bitsnpcs link Wrote: Does this solution work ? - https://askubuntu.com/questions/798203/c...y-notebook
Where the tutorial arrives at editing the shortcuts, on LL do -
Menu>All>Keyboard>Application Shortcuts
bitsnpcs I tried this before, no success!
(09-08-2017, 06:55 PM)m654321 link Wrote: For screen brightness control, the Fn-key combinations can be:
Fn+F5 - decrease brightness
Fn+F6 - increase brightness
You should see a 'brightness icon' stuck on the relevant keys on your keyboard for the control of screen brightness.
To get the Fn-keys to work, you will need to edit a line in the /etc/default/grub file. To do this open your terminal and type...
Code: gksudo leafpad /etc/default/grub
The grub file will then open on your screen. Then look for this line in the file:
Code: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Then add acpi_osi= to this line as follows:
Code: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
Then save the grub file:
On reboot, the Fn+F5 and Fn+F6 brightness keys should function ...
The link bitsnpcs gave you in post #3, describes using the terminal to fix the level of brightness. While I'm sure this will work, it is more practical and immediate to use the Fn-keys as you can continuously vary the brightness to whatever level you wish, at a the touch of your keyboard.
Keyboards on modern gaming computers can have a backlight, which can also be controlled by Fn-key combinations. If yours is one of these, let me know and I'll try and help.
Dear m654321, thanks for your reply!! I applied the lines to the grub file and after the reboot it didn't work!!
Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
09-08-2017, 08:49 PM
(This post was last modified: 09-09-2017, 04:21 PM by m654321.)
Might need more than one reboot.
Also, when you use the F-keys, the Fn key should be pressed down continuously while you repeatedly & gently tap the F5 or F6 key until you get the brightness level you want.
Failing the above, add "Linux" to the GRUB_CMDLINE I mentioned in post#4, so that it reads:
Code: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
Might be a longshot, but it worked in Manjaro.
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
(09-08-2017, 08:49 PM)m654321 link Wrote: Might need more than one reboot.
Also, when you use the F-keys, the Fn key should be pressed down continuously while you repeatedly & gently tap the F5 or F6 key until you get the brightness level you want.
Failing the above, add "Linux" to the GRUB_CMDLINE I mentioned in post#4, so that it reads:
Code: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
Might be a longshot, but it worked in Manjaro.
Dear m654321, thanks for your great input but unfortunately none of your methods worked for me!
Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
09-10-2017, 04:49 AM
(This post was last modified: 09-15-2017, 03:54 AM by m654321.)
[member=6520]penglezos[/member]
Did the brightness keys, for the Asus F50, work when you had Windows OS installed on it?
Also, which model of Asus F50 do you have: Gx, Q, Sf, SI Sv, or Z?
I have checked the keyboard of the Sv model - the F5 and F6 keys are marked as brightness control keys, and assume this is the same for all F50 models.
Just a couple of things penglezos:
1. After installing Linux Lite you should have adjusted the keyboard settings for an Asus laptop. If you haven't already done this then go to Menu Settings Keyboard Layout. Untick Use system defaults, click the drop-down box for Keyboard model and scroll up to select Asus Laptop. Close the window when done and reboot.
2. After installing Linux Lite, update your system first before editing the grub file (Menu Install Updates).
3. Did you remember to run sudo update-grub, after editing of the grub file, outlined in post #4?
I'm sure you probably did, but just thought I'd mention it ...
I have two Asus laptops (see signature below) - the brightness keys work without any problems for both of them - maybe the F50 is a bit of an awkward case ..!
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
|