Monday, August 6, 2012

Workaround: Linux Deepin 12.06 Screen Brightness Issue


Linux Deepin
One of the same problem I have recently with Linux Distros on netbook/laptop is zero brightness screen display at every start of the system. The default screen brightness will still reset to 0% even I have increased brightness level in system settings. The same issue happens in Linux Ubuntu, Ubuntu based Linux Mint and Linux Deepin.

Since the system don't store the last saved screen brightness level, this fix will set your desire value as default value for screen brightness in every system startup. It works on my HP mini 210 with Ubuntu 12.04 and Mint Debian 201204 but not on Linux Deepin 12.06.

Thanks to cmcanulty for providing another workaround which works on Linux Deepin by setting screen brightness to max, instead for Ubuntu fix.

Here's how:
  1. Open Terminal.
  2. Copy, Paste and Execute the following codes in Terminal.

  3. sudo sed "s/\(GRUB_CMDLINE_LINUX=\)\"\"/\1\"acpi_osi=Linux acpi_backlight=vendor\"/" /etc/default/grub -i

    sudo update-grub

    sudo reboot


  4. Done.

There are different kinds of netbook/laptop around, so no guarantee is made that this workaround should work. Try at your own risk.

No comments:

Post a Comment