Hi Team,
I am having Dell Vostro 2520 laptop. Recently, the brightness control shortcuts using Fn keys is not working. Although the volume control shortcuts are working perfectly fine. I assume this is due to some updates which I did available from the Software and Updates tool . As these brightness controls were working perfectly fine since the day I installed this distro 2 years back. I tried some of the solutions found on net like changing /etc/default/grub file with
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor". Earlier, it was "quiet splash nouveau.modeset=0" but it set the screen to full brightness which is not acceptable.
Note that, I do not have a Nvidia driver in my laptop.
Kindly advise me on this fix.
Hmmm ... strange ...
Did you done sudo update-grub after editing /etc/default/grub file with GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor" ?
and send the brightness commands from the keyboard. My side i'm not receiving the commands inside xinput. The HW is understanding it and changing the backlight. Let's see your side
one more thing you can do is to try installing some drivers. go to Control Center and locate Additional drivers :
Hi @olek, I will try these tomorrow. Have couple of queries:
Do I need to install xinput tool ?
What do you mean by send brightness command from the keyboard ?
The Additional drivers tab does not show any drivers.
Will also look into Dell website for display drivers
@olek, I tried the above 2 suggestions: xinput and changing the bios. Unfortunately both the things didn't work. Infact, after changing Fn to multimedia, I was not even able to changing the volumes. Only mut volume was working. So reverted it back.
Hi probably not the answer but on my Precision Dell Laptop 20.04.1 I have to hold down the Fn key and press the corresponding F key with blue icons. Not sure how it is on your laptop. But may not as on my laptop I cannot change volume without holding the Fn key. Just a guess.
Hi @olek, updating the necessary files from Updates tool did not have any effect.
However, I was able to set the brightness to some value 978 using the below command
echo 978 > /sys/class/backlight/intel_backlight/brightness. I can change the brightness by modifying the number.
But, this is a fixed value, so the brightness controls are still not working.