-
Notifications
You must be signed in to change notification settings - Fork 13
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
Any outlook on i915 backlight support #84
Comments
Yes, it's just taken a backseat to stability and image corruption issues. |
Maybe this port can set backlight? |
It does not work on my laptop. Looking at the source, it only works up to Intel Haswell. Update: I have also tried this, without success. Looks like my laptop will be running Arch for a bit longer. |
Here is a quick patch to make intel_backlight work on my skylake system If you are interested give it a try. There should be no dependency on the drm code.
|
I don't know if it will work on Broadwell, but since I posted this I switched to an IvyBridge HP EliteBook 2570p. |
Honestly I dont know either. However if someome is willing to test it I might be able to help in case it fails. The proper way would deffinitely be to handle it in the driver, as there are multiple cases in the code. However the intel-backlight seems to do it most of the time. |
Fantastic: this works on my Skylake system. I didn't know that I'd been
running at something like 30% brightness all this time. Thanks!
Jon
…On 21 January 2017 at 14:07, yanko-yankulov ***@***.***> wrote:
Honestly I dont know either. However if someome is willing to test it I
might be able to help in case it fails. The proper way would deffinitely be
to handle it in the driver, as there are multiple cases in the code.
However the intel-backlight seems to do it most of the time.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#84 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFPSaRV2Vh6jFI6mxhcyfsdRjrVWm7Yks5rUkJcgaJpZM4J4hsR>
.
--
Jonathan Anderson
jonathan.anderson@ieee.org
|
Might #84 (comment) work where KMS is used for Intel graphics? |
Yes. I am using it with kms |
Your patch works perfectly on my Lenovo ThinkPad E460 with Skylake running FreeBSD 11.0. With acpi_ibm kernel module and a call of intel_backlight from /etc/devd.conf, I am even able to use brightness control buttons. Could you please propagate your patch to the graphics/intel-backlight port? Martin Beran |
We need to update the port to use this repo instead https://github.com/FreeBSDDesktop/intel_backlight_fbsd It's fixed for newer systems and added some argument validation checks. |
@johalun please close this if resolved |
Still need to update the port to use our repo. |
@johalun That's a bug that should be filed with the port maintainer. Not us. |
A month ago, you committed 620b889 and 50d21cc to add i915 backlight support, but since then, no progress has been made (from what I know) this.
On TrueOS 2016-08-31 (which uses drm-next-4.7), there is no way to set the amount of backlight on the Dell Inspiron 7352 (which unlike ThinkPad models, handles brightness through the GPU).
So is there any outlook on finishing the i915 backlight support (eg. add the
acpi_video
bits)?The text was updated successfully, but these errors were encountered: