Ich habe ein Problem mit der Helligkeitsregelung meines Laptops, der Intel HD-Grafik und Ubuntu 10.10 64-Bit hat. Also , wenn ich für eine Korrektur gesucht fand ich , dass ein gemeinsamer Vorschlag ist die GRUB - Datei Zeile zu bearbeiten, GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
zu
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor"
Die Dokumentation für den Boot-Parameter acpi_osi
sagt:
acpi_osi= [HW,ACPI] Modify list of supported OS interface strings acpi_osi="string1" # add string1 -- only one string acpi_osi="!string2" # remove built-in string2 acpi_osi= # disable all strings
Ich finde keinen Grund, warum dies ein Laptop-Problem beheben sollte .
Kann mir jemand sagen, was die Kernel-Boot-Option acpi_osi=Linux
macht?