I am working on a Acer Travelmate 5360G with dual boot, Lubuntu 18.04 and Ubuntu Studio 20.04. In 18.04 I could not change brightness with Fn + ArrowLeft
and Fn + ArrowRight
, but I made a little python script which writes the value directly to /sys/class/backlight/intel_backlight/brightness
and bound that to Alt + ArrowRight / ArrowLeft
, which works perfectly fine.
I then tried doing the same on Ubuntu Studio 20.04, but it doesn't work there because /sys/class/backlight
is just empty (gives file or directory not found
) !
The weirdest thing on this is, that the first time I booted into 20.04, my script worked perfectly fine !? But the next time I booted, I got a grey screen forever. The solution for that was to add nomodeset
to the grub options for 20.04. But after that, my brightness script stopped working !
I tried installing the proprietary drivers in software-properties-gtk
, adding acpi_backlight=vendor acpi_osi=Linux
to grub's boot options, I tried changing the brightness with brightness-controller
, brightnessctl
, xrandr
, xbacklight
, none of these did have any effect. If you need anymore details, please simply let me know - honestly, if you don't know a solution now, I'll just give up on Ubuntu Studio :( !