Manjaro Difference between revisions of "Reactivating the Backlight/fr"

Difference between revisions of "Reactivating the Backlight/fr"

From Manjaro
(Created page with "==Aperçu==")
(Created page with "Certains utilisateurs - en particulier ceux qui utilisent des ordinateurs portables - rencontrent un problème où la luminosité de l'écran est trop faible lorsqu'ils rempla...")
Tags: Mobile web edit Mobile edit
Line 3: Line 3:
==Aperçu==
==Aperçu==


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.
Certains utilisateurs - en particulier ceux qui utilisent des ordinateurs portables - rencontrent un problème où la luminosité de l'écran est trop faible lorsqu'ils remplacent Microsoft Windows par une distribution Linux comme système d'exploitation principal. Cela est dû au fait que certains fabricants de matériel peu scrupuleux ont codé le BIOS pour désactiver automatiquement le rétroéclairage de l'écran si Windows n'est pas détecté en cours d'exécution sur le système. Heureusement, il est possible de résoudre ce problème en entrant une seule commande dans le terminal.





Revision as of 23:47, 4 February 2022

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

Aperçu

Certains utilisateurs - en particulier ceux qui utilisent des ordinateurs portables - rencontrent un problème où la luminosité de l'écran est trop faible lorsqu'ils remplacent Microsoft Windows par une distribution Linux comme système d'exploitation principal. Cela est dû au fait que certains fabricants de matériel peu scrupuleux ont codé le BIOS pour désactiver automatiquement le rétroéclairage de l'écran si Windows n'est pas détecté en cours d'exécution sur le système. Heureusement, il est possible de résoudre ce problème en entrant une seule commande dans le 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.