Intel Corei3を搭載したAspire5740を使用していますが、Fn +矢印キーを押すと明るさ調整機能が呼び出されますが、実際の明るさの変更には影響しません。スライダーは動きますが、明るさは最大のままです。システム設定でもスライダーを動かすことができますが、効果はありません。
バッテリーが切れてしまいます。これを修正するために何をコーディングすればよいか教えてください!
承認された回答:
これは既知のバグです。ここでそれを見ることができます:https://bugs.launchpad.net/ubuntu/+source/linux/+bug/543294誰かがこのようなworkaroudnを投稿しました:
1. Open a terminal (Program - Accessories - Terminal)
2. Type in "sudo gedit /etc/default/grub" (without the "")
3. Find the line that says: GRUB_CMDLINE_LINUX="quiet splash"
4. Edit it so it says: GRUB_CMDLINE_LINUX="quiet splash acpi_backlight=vendor"
5. Save and exit
6. Run the command "sudo update-grub" (again without quotes of course)
7. Reboot and enjoy!
ええ、それは私のために働きました