Many thanks misko_2083 for the detailed post you made on May 16. What I wanted was to use the same key combinations to change the brightness of the backlight controller in LL (in a variable rather than fixed fashion), as used for win8.1 on the laptop mentioned, i.e...
In order to get the Fn keys working, "acpi_osi=" needs to be inserted into the file /etc/default/grub. This will enable support of the Fn keys and, apparently, works for the newer Asus laptops. For LL, you may need to first install gedit from the synaptic package manager (install/remove software choice in menu) as this does not appear to be installed in thedownloaded iso file by default. When gedit is installed, open the terminal and type the following code...
The etc/default/grub file will then open on your screen. Then look for this line in the file and make the change:
to...
then save and run...
On reboot the Fn+F5 and Fn+F6 brightness keys will function.
Regards, Mike
- Fn+F5 - decrease brightness
- Fn+F6 - increase brightness
In order to get the Fn keys working, "acpi_osi=" needs to be inserted into the file /etc/default/grub. This will enable support of the Fn keys and, apparently, works for the newer Asus laptops. For LL, you may need to first install gedit from the synaptic package manager (install/remove software choice in menu) as this does not appear to be installed in thedownloaded iso file by default. When gedit is installed, open the terminal and type the following code...
Code:
gksudo gedit /etc/default/grub
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to...
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
then save and run...
Code:
sudo update-grub
On reboot the Fn+F5 and Fn+F6 brightness keys will function.
Regards, Mike
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