Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some tips for a Lenovo X1 notebook #5

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions grml_tips
Original file line number Diff line number Diff line change
Expand Up @@ -3258,3 +3258,29 @@ especially arp spoofing. Do not use in hostile networks.

Tags: aoe, blockdevice, export, client
--
Check notebook's battery status:

% acpi -b

or

% cat /sys/class/power_supply/BAT0/capacity

Tags: client, notebook
--
Change notebook's screen brightness:

jkirk marked this conversation as resolved.
Show resolved Hide resolved
% echo $brightness > /sys/class/backlight/intel_backlight/brightness

The max brightness can be shown with:

% cat /sys/class/backlight/intel_backlight/max_brightness

The current brightness can be shown with:

% cat /sys/class/backlight/intel_backlight/brightness

Note: change "intel_backlight" according to your device.

Tags: client, notebook
--