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...
The grub file will then open on your screen. Then look for this line in the file:
Then add acpi_osi= to this line as follows:
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.
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:
Code:
sudo update-grub
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
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