Ich bin neu in dieser Welt. Die Funktionstasten F5/ funktionieren also F6grundsätzlich nicht. Ich habe ein paar Online-Lösungen zum Ändern von Grub ausprobiert, ohne Erfolg. Ich habe herausgefunden, dass sich in keine Datei befindet /sys/class/backlight/
, nicht intel_backlight
per se.
jing@jing-ThinkPad-E14-Gen-2:~$ sudo find /sys/ -type f -iname '*brightness*'
/sys/devices/platform/thinkpad_acpi/leds/platform::mute/brightness
/sys/devices/platform/thinkpad_acpi/leds/platform::mute/max_brightness
/sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/brightness
/sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/max_brightness
/sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/brightness
/sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/max_brightness
/sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/brightness
/sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/max_brightness
/sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinkvantage/brightness
/sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinkvantage/max_brightness
/sys/devices/platform/thinkpad_acpi/leds/tpacpi::kbd_backlight/brightness
/sys/devices/platform/thinkpad_acpi/leds/tpacpi::kbd_backlight/brightness_hw_changed
/sys/devices/platform/thinkpad_acpi/leds/tpacpi::kbd_backlight/max_brightness
/sys/devices/platform/thinkpad_acpi/leds/platform::micmute/brightness
/sys/devices/platform/thinkpad_acpi/leds/platform::micmute/max_brightness
/sys/devices/platform/i8042/serio0/input/input3/input3::numlock/brightness
/sys/devices/platform/i8042/serio0/input/input3/input3::numlock/max_brightness
/sys/devices/platform/i8042/serio0/input/input3/input3::capslock/brightness
/sys/devices/platform/i8042/serio0/input/input3/input3::capslock/max_brightness
/sys/devices/platform/i8042/serio0/input/input3/input3::scrolllock/brightness
/sys/devices/platform/i8042/serio0/input/input3/input3::scrolllock/max_brightness
/sys/devices/pci0000:00/0000:00:14.3/leds/phy0-led/brightness
/sys/devices/pci0000:00/0000:00:14.3/leds/phy0-led/max_brightness
/sys/module/video/parameters/hw_changes_brightness
/sys/module/video/parameters/brightness_switch_enabled
/sys/module/thinkpad_acpi/parameters/brightness_enable
/sys/module/thinkpad_acpi/parameters/brightness_mode
/sys/module/i915/parameters/invert_brightness
Antwort1
Bis Sie die richtige Hintergrundbeleuchtungsoption gefunden haben, können Sie die Gammawerte über anpassen xrandr
. Verwenden Sie xrandr --query
, um den Namen des Displays aus dem ersten Eintrag in der zweiten Zeile zu erhalten, z. B. eDP
, und stellen Sie dann die Helligkeit über ein
xrandr --output eDP --bightness 0.5
Die Werte reichen von 0 („schwarzer Bildschirm“) über 1 („normal“) bis, glaube ich, 255 („warum sollte man das tun?“).
Antwort2
Es stellt sich heraus, dass ich den Kernel aktualisieren muss (auf 5.8), damit der Grafiktreiber erkannt wird. Das löst das Problem. Danke Jungs für die Vorschläge.