Difference between revisions of "Reactivating the Backlight/fa"
Views
Actions
Namespaces
Variants
Tools
K2latmanesh (talk | contribs) |
K2latmanesh (talk | contribs) (Created page with "== بازفعالسازی روشنایی صفحهنمایش==") 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 11:05, 15 February 2022
نگاه کلّی
برخی کاربران - مخصوصاً آنهایی که از لپتاپ استفاده میکنند - دچار مشکل تاریک شدن صفحه، در هنگام جایگزینی ویندوز مایکروسافت با یک توزیع لینوکسی به عنوان سیستمعامل اصلی خود میشوند. علت این است که برخی تولیدکنندگان نامرد سختافزار، BIOS را طوری کدنویسی میکنند که اگر تشخیص داد ویندوز بر روی سامانه در حال اجرا نیست، به طور خودکار روشنایی پسزمینه را غیرفعال کند. خوشبختانه میتوان این مشکل را تنها با وارد کردن یک دستور در پایانه، رفع کرد.
بازفعالسازی روشنایی صفحهنمایش
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.