[Bug 76276] Backlight control broken on Dell XPS13 w/ kernel 3.14-rc7

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 10 05:48:37 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=76276

--- Comment #27 from Luca Viggiani <lviggiani at gmail.com> ---
@Jani: sorry again, I've read more carefully your comments and saw that will
most likely flow into 3.15.

For now I've created a custom systemd service as workaround on Arch Linux:

*******
/etc/systemd/system/brightness-fix.service :

[Unit]
Description=Fixes intel backlight control with Kernel 3.14

[Service]
Type=forking
ExecStart=/usr/bin/brightness-fix
TimeoutSec=0
StandardOutput=syslog
#RemainAfterExit=yes
#SysVStartPriority=99

[Install]
WantedBy=multi-user.target


*******
/usr/bin/brightness-fix :

#!/bin/bash

echo 0 > /sys/class/backlight/intel_backlight/brightnes

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140410/f774aaed/attachment.html>


More information about the intel-gfx-bugs mailing list