X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id A99A1DC69F7 for ; Tue, 28 Jul 2015 00:55:00 +0000 (UTC) Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 66933DC01CF for ; Tue, 28 Jul 2015 00:55:00 +0000 (UTC) Received: by pdjr16 with SMTP id r16so61630757pdj.3 for ; Mon, 27 Jul 2015 17:54:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=R/UAPTiAerWjap6Vbjts0h0bXPmWfiKpVErUHUNKWf0=; b=Kzs5WdVDRm0HAVJtx6VWeHVh1XNqWhw/LvCpFLPdIx4QB41254UCw7bp3ilDdVquf2 4z+vAG7NU1iMls/EF7v+dYfN4rdLgfMp9Dy7PhPyqfvqFZn1vsvNzUOg1FKs44zpcwkM CGK+kF2oTA7tSFN4NHHLFFCqzw8XCxXBRyaXebDDpWiWcT3YBPV4L4adf53hCShfxnxc ir4WT3lxNSoG1LzJUdIjS9wDXnoYzuIEhi57a5GQjrjb6fRvrvSog+5FrIfhdQWXmnVB V/oZppd0xT5iUWcEJiDU9x1OdH7cLU3ggWE0SIS/nAdqC5yeQJbLLikKIJXMZsI8+yxE Rb0A== X-Received: by 10.70.134.226 with SMTP id pn2mr44016841pdb.53.1438044899134; Mon, 27 Jul 2015 17:54:59 -0700 (PDT) Received: from newbook ([50.0.227.100]) by smtp.gmail.com with ESMTPSA id fl6sm31804233pab.12.2015.07.27.17.54.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jul 2015 17:54:58 -0700 (PDT) Date: Mon, 27 Jul 2015 17:55:20 -0700 From: Isaac Dunham To: Natanael Copa Cc: Alan Pillay , alpine-devel@lists.alpinelinux.org, judecn@gmail.com, sin@2f30.org, hiltjo@codemadness.org, rob@landley.net, frank@tuxrocks.com, dev@frign.de Subject: Re: [alpine-devel] udev replacement on Alpine Linux Message-ID: <20150728005519.GB1923@newbook> References: <20150727103737.4f95e523@ncopa-desktop.alpinelinux.org> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150727103737.4f95e523@ncopa-desktop.alpinelinux.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Scanned: ClamAV using ClamSMTP On Mon, Jul 27, 2015 at 10:37:37AM +0200, Natanael Copa wrote: > I would like to get rid of eudev/udev, but at the same time, I want > support for hotplugging in Xorg. I want plug in a moue and keyboard and > I want it to just work, without needing changing xorg.xonf and restart > xorg. Today you need (e)udev for that. Quibbling: If you drop some config files in xorg.conf.d (from "mdev-like-a-boss"), you do not need to edit anything...although it will still be necessary to restart X: https://github.com/slashbeast/mdev-like-a-boss/tree/master/xorg.conf.d Unfortunately, the author of that package has not specified a license in that repository, although elsewhere he describes it as BSD. HTH, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---