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

Bump drm #4

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c2b3b23
Do not fail if config is not present in /etc
WhatAmISupposedToPutHere Dec 11, 2023
59ccc41
Added adaptive brightness functionality
isoamyl50 Dec 11, 2023
750b2f0
Configurable adaptive brightness
WhatAmISupposedToPutHere Dec 12, 2023
bb4e648
use epoll
WhatAmISupposedToPutHere Dec 14, 2023
d74a370
More detailed errors
WhatAmISupposedToPutHere Dec 16, 2023
b938de2
Add flake.nix for building with Nix.
DeclanBaggins Dec 25, 2023
abe1408
Fix crashing on sleep
WhatAmISupposedToPutHere Dec 26, 2023
9a4dc60
Do not crash on missing fonts
WhatAmISupposedToPutHere Dec 26, 2023
276b1b0
Configurable brightness
WhatAmISupposedToPutHere Dec 26, 2023
b738c62
Bump drm to 0.11.1
davide125 Jan 18, 2024
b5b7954
Update librsvg
WhatAmISupposedToPutHere Feb 2, 2024
6f957fd
Do a release
WhatAmISupposedToPutHere Jun 22, 2024
f6d86c6
Create an empty override for systemd-backlight instead of setting
kekrby Oct 21, 2023
08a556e
Make the systemd service bind to the backlight and display devices
kekrby Oct 21, 2023
448689b
Don't hardcode the touchbar width and height
kekrby Jul 13, 2023
03a8e1b
Display an escape key on Macs without a physical one
sharpenedblade Mar 26, 2024
06b8c8e
Respect the maximum brightness level
kekrby Jun 24, 2023
5d62221
Recognize the backlight on x86 Macs
kekrby Aug 27, 2023
0eadd9a
Add udev rules/backlight service override for x86 Macs
kekrby Jun 24, 2023
c93cfb4
Update flake to build for x86_64
LawsOfScience Mar 27, 2024
a066ded
Look in `acpi_video0` for display backlight
sharpenedblade Mar 28, 2024
1ffc883
udev: add retina display backlight rules
soopyc Jul 18, 2024
5008640
systemd: add required backlight devices to After and BindsTo
soopyc Jul 18, 2024
a022fed
Bump version
WhatAmISupposedToPutHere Jul 27, 2024
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/result
Loading