Everytime I reboot my pc, my brightness is at the lowest value, making the screen really dark at startup. How can I prevent this from happening? I would like to have higher brightness at startup.
this is the laptop that I have: lenovo Yoga Slim 7 14ARE05
cpu: AMD® Ryzen 7 4800u with radeon graphics × 16
gpu: AMD® Renoir
memory: 16 GB LPDDR4X
Edit: Desktopenviroment is GNOME 3.36.5 and my ubuntu version is Ubuntu 20.04.2 LTS
Thanks for helping!
I've managed to restore the file in /etc/default/grub, then I tried the second method and modified
– Luke An Jun 12 '21 at 21:21GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
toGRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor"
. But that also didn't work for me @ToDo. I got this warning message when trying out both methods: "GVfs metadata is not supported. Fallback to TeplMetadataManager. Either GVfs is not correctly installed or GVfs metadata are not supported on this platform. In the latter case, you should configure Tepl with --disable-gvfs-metadata."