Difference between revisions of "Reactivating the Backlight/zh-cn"
Views
Actions
Namespaces
Variants
Tools
(Created page with "== 简介 ==") Tags: Mobile web edit Mobile edit |
Tags: Mobile web edit Mobile edit |
||
Line 6: | Line 6: | ||
== | == 重新激活屏幕背光 == | ||
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: |
Revision as of 00:54, 14 March 2022
简介
某些用户 - 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.
重新激活屏幕背光
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.