From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alexander E. Patrakov" Date: Fri, 02 Jun 2006 01:53:52 +0000 Subject: Re: Rules are not applied to node Message-Id: <447F9A30.2040908@ums.usu.ru> List-Id: References: <447F1BAC.5080902@gmx.de> In-Reply-To: <447F1BAC.5080902@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Daniel Baulig wrote: > KERNEL="card[0-9]*", NAME="dri/%k", MODE="0666" Please post the "DRI" section of your xorg.conf. It looks like the X server is creating the node itself according to permissions specified there, and races with udev. To kill this race and let the X server manage the permissions, change the rule to: KERNEL="card[0-9]*", NAME="" This tells udev to ignore the DRI devices. -- Alexander E. Patrakov _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel