Difference between revisions of "Reactivating the Backlight"
Views
Actions
Namespaces
Variants
Tools
(Marked this version for translation) |
K2latmanesh (talk | contribs) (Removing translation marks for UserCmd parts (test)) |
||
Line 6: | Line 6: | ||
<!--T:2--> | <!--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. | ||
</translate> | |||
<translate> | |||
== Reactivating the Screen Backlight == <!--T:3--> | == Reactivating the Screen Backlight == <!--T:3--> | ||
<!--T:4--> | <!--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: | ||
</translate> | |||
<!--T:5--> | <!--T:5--> | ||
sudo sed "s/\(GRUB_CMDLINE_LINUX=\)\"\"/\1\"acpi_osi=Linux acpi_backlight=vendor\"/" /etc/default/grub -i | {{UserCmd|command= sudo sed "s/\(GRUB_CMDLINE_LINUX=\)\"\"/\1\"acpi_osi=Linux acpi_backlight=vendor\"/" /etc/default/grub -i}} | ||
<translate> | |||
<!--T:6--> | <!--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: | ||
</translate> | |||
<!--T:7--> | <!--T:7--> | ||
sudo update-grub | {{UserCmd|command= sudo update-grub}} | ||
<translate> | |||
<!--T:8--> | <!--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. |
Latest revision as of 11:49, 21 March 2022
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:
You will also have to enter your password to continue. Now enter the second and final command:
Once complete, close the terminal and re-boot your system for the changes to take permanent effect.