[Bug 278477] x11-servers/xorg-server regression (?) - hardware brightness adjustment blocked in X (T400)

[email protected]
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278477

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from [email protected] ---
Sorry, but I can only guess at the meaning of "Fn + key  do not five separate
xev outputs so they are intercepted (?), similarly to LED light combination"

Also, does backlight(1) work on the system? It should work with any interface
that works with i915kms. That will not solve your problem, but says that
brightness does work.

On m T16, I use the following in /etc/devd/thinkpad.conf to get brightness +-
to work, but I am not sure that the values 0x10 and 0x11 are universal on
ThinkPads. acpi_ibm.ko must be loaded.

notify 100 {
         match "system"                  "ACPI";
         match "subsystem"               "IBM";
         match "notify"                  "0x10";
         action "/usr/bin/backlight +";
};

notify 100 {
         match "system"                  "ACPI";
         match "subsystem"               "IBM";
         match "notify"                  "0x11";
         action "/usr/bin/backlight -";
};

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.