Everytime when I select Kubuntu on GRUB, my brightness come back to 0%.
I tried with lightdm, mdm and kdm, and anyone works.
To fix it I need edit a line of /etc/default/grub
from
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_osi=linux acpi_backlight=vendor splash"
and run update-grub
however if I do this when I turn off my computer, 2 error repport appear. (akonadi, and another process)
this error is not serious, but can prevent a scheduled shutdown and is so ugly pop up error messages
How can I fix it?
Thank you for all help and sorry for my english.
I tried with lightdm, mdm and kdm, and anyone works.
To fix it I need edit a line of /etc/default/grub
from
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_osi=linux acpi_backlight=vendor splash"
and run update-grub
however if I do this when I turn off my computer, 2 error repport appear. (akonadi, and another process)
this error is not serious, but can prevent a scheduled shutdown and is so ugly pop up error messages
How can I fix it?
Thank you for all help and sorry for my english.
Comment