From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David Wilson" Subject: Re: Authentication prompt when changing brightness Date: Tue, 08 Oct 2019 15:52:55 -0700 Message-ID: References: <13132643d82bde48dd478da310fbc2f627b27d77.camel@gmail.com> <24779408-8d9e-4492-bbf3-5fd82c475a4f@www.fastmail.com> <87v9t0um2v.fsf@yucca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57528) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHyMT-0000Rr-BT for help-guix@gnu.org; Tue, 08 Oct 2019 18:53:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iHyMR-0006Mo-VA for help-guix@gnu.org; Tue, 08 Oct 2019 18:53:45 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:41441) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iHyMR-0006MW-PF for help-guix@gnu.org; Tue, 08 Oct 2019 18:53:43 -0400 In-Reply-To: <87v9t0um2v.fsf@yucca> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Vagrant Cascadian , Jesse Gibbons , help-guix@gnu.org On Mon, Oct 7, 2019, at 5:18 PM, Vagrant Cascadian wrote: > > You have to configure the udev rule in your system configuration; using > the rules shipped with the brightnessctl package works: > > (udev-configuration (inherit config) > (rules (cons brightnessctl > (udev-configuration-rules config))))) > Thank you Vagrant, that led me down the correct path! I was able to use your suggestion plus a udev config snippet I found in Pierre Neidhardt's Guix config to get backlight controls to work: https://gitlab.com/ambrevar/dotfiles/blob/master/.config/guix/system/default.scm#L22-30 Regarding xfce4-power-manager's inability to control the backlight, I believe that its polkit policy file has not been picked up by the polkit-service such that it doesn't end up in /etc/polkit-1/actions where it belongs. I'm looking into submitting a patch to correct this behavior so that future Guixers aren't confounded by that issue as I was. Thanks! David