<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - Backlight control broken on Dell XPS13 w/ kernel 3.14-rc7"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76276#c27">Comment # 27</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - Backlight control broken on Dell XPS13 w/ kernel 3.14-rc7"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76276">bug 76276</a>
              from <span class="vcard"><a class="email" href="mailto:lviggiani@gmail.com" title="Luca Viggiani <lviggiani@gmail.com>"> <span class="fn">Luca Viggiani</span></a>
</span></b>
        <pre>@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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>