I have both Windows 10 & Ubuntu 18.04.04 LTS installed on my Lenovo Legion Y740-15IRHg, with a dual boot setup. I also have Nvidia 440 driver installed.
Currently I'm having issue with controlling my brightness on Ubuntu. Here are a few approaches I tried and none of them worked out.
- Modifying
/sys/class/backlight/intel_backlight/brightness
directly - Updating
acpi_backlight
argument in Grub's configGRUB_CMDLINE_LINUX_DEFAULT
tovendor
,video
&native
- Using
xbacklight
Anyone has any idea how to get this resolved? Thanks in advance.
gdbus call --session --dest org.gnome.SettingsDaemon.Power --object-path /org/gnome/SettingsDaemon/Power --method org.gnome.SettingsDaemon.Power.Screen.StepDown
– pierrely Feb 24 '20 at 04:50Error: GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Type of message, '(ss)', does not match expected type '()' (According to introspection data, you need to pass no arguments)```
– Jeff Happily Feb 25 '20 at 09:11