Manjaro Difference between revisions of "Reactivating the Backlight"

Difference between revisions of "Reactivating the Backlight"

From Manjaro
m (added languages and translate tags)
(Marked this version for translation)
Line 2: Line 2:
__TOC__
__TOC__
<translate>
<translate>
== Overview ==
== Overview == <!--T:1-->


<!--T:2-->
Some users  - particularly those using laptops - are encountering a problem where the screen brightness is too dim upon replacing Microsoft Windows with a Linux distribution as their main operating system. This is because some unscrupulous hardware manufacturers have coded the BIOS to automatically disable the screen backlight if Windows is not detected running on the system. Fortunately, it is possible to fix this problem by entering a single command in the terminal.
Some users  - particularly those using laptops - are encountering a problem where the screen brightness is too dim upon replacing Microsoft Windows with a Linux distribution as their main operating system. This is because some unscrupulous hardware manufacturers have coded the BIOS to automatically disable the screen backlight if Windows is not detected running on the system. Fortunately, it is possible to fix this problem by entering a single command in the terminal.




== Reactivating the Screen Backlight ==
== Reactivating the Screen Backlight == <!--T:3-->


<!--T:4-->
This problem can be easily fixed by ensuring that the GRUB bootloader re-activates the backlight. To do this, first open up your terminal, and enter the following command:
This problem can be easily fixed by ensuring that the GRUB bootloader re-activates the backlight. To do this, first open up your terminal, and enter the following command:


  sudo sed "s/\(GRUB_CMDLINE_LINUX=\)\"\"/\1\"acpi_osi=Linux acpi_backlight=vendor\"/" /etc/default/grub -i
  <!--T:5-->
sudo sed "s/\(GRUB_CMDLINE_LINUX=\)\"\"/\1\"acpi_osi=Linux acpi_backlight=vendor\"/" /etc/default/grub -i


<!--T:6-->
You will also have to enter your password to continue. Now enter the second and final command:
You will also have to enter your password to continue. Now enter the second and final command:


  sudo update-grub
  <!--T:7-->
sudo update-grub


<!--T:8-->
Once complete, close the terminal and re-boot your system for the changes to take permanent effect.
Once complete, close the terminal and re-boot your system for the changes to take permanent effect.
</translate>
</translate>


[[Category:Contents Page{{#translation:}}]]
[[Category:Contents Page{{#translation:}}]]

Revision as of 18:33, 7 September 2021

Other languages:
English • ‎Türkçe • ‎français • ‎русский • ‎فارسی • ‎中文(中国大陆)‎

Overview

Some users - particularly those using laptops - are encountering a problem where the screen brightness is too dim upon replacing Microsoft Windows with a Linux distribution as their main operating system. This is because some unscrupulous hardware manufacturers have coded the BIOS to automatically disable the screen backlight if Windows is not detected running on the system. Fortunately, it is possible to fix this problem by entering a single command in the terminal.


Reactivating the Screen Backlight

This problem can be easily fixed by ensuring that the GRUB bootloader re-activates the backlight. To do this, first open up your terminal, and enter the following command:

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

You will also have to enter your password to continue. Now enter the second and final command:

sudo update-grub

Once complete, close the terminal and re-boot your system for the changes to take permanent effect.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.