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 0630FDC07A6 for ; Wed, 13 Apr 2016 09:58:37 +0000 (UTC) Received: from mail-vk0-f41.google.com (mail-vk0-f41.google.com [209.85.213.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id BDE18DC0240 for ; Wed, 13 Apr 2016 09:58:36 +0000 (UTC) Received: by mail-vk0-f41.google.com with SMTP id c4so62152270vkb.3 for ; Wed, 13 Apr 2016 02:58:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-transfer-encoding; bh=fKXXRNDduXpz+pDqECx102yLNO/+QhsYxOwz2vCx0H0=; b=qf/ZK9JLKLxleTAGama0Nwrx6JQmSHrEb6AGkEM8GdqB6IFZM5pKZZEr1EfwzHcgUr XIFJmQ10kJbTpg4JrNO63JTHWWHiCA2PCScoxq+M3MfFqHtHWtS1XomQNnv6b3ZORwcF STw6lWOJnxcuo+S7PjmAE+QMLqysdLha1sIUT6obGBM2RmKDwjhhZyl4u6HtDg8Oqkuj c81bNm7VAJ/PwNIXL74uE0j6gip9xYQeGcsSTlOkydtS4re4X9TkkPK9QrYoowlKd3de PMv0OPcbmB0RiTogV22zXAV+sd8PxV5eXYe7qSUY8KoIwxiBkoiI2g3RVGcdeUO7l8V2 /Ulg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=fKXXRNDduXpz+pDqECx102yLNO/+QhsYxOwz2vCx0H0=; b=insp6NO+Wp2glqy2ShqD+3ZF2GMscN9gNeqJ9XQKevNEqWW3KQYKQCNJMi8TzoTwSv Qaf/yTRWeivBSjIoQhtpPt9HfHejImULfrrEcMzYJNtF50fH2gxpNtI/o9cx0xZ9f5jL ZIhYzNbBT1rWLdTy5ylNUj8D4bTX/lAkdbW+jBxDTLgQw+sGO9jdPP/TPg5kSHvYwJfY 1n9lk2Rg39BbD0fD29bnCOqvpdYt59Qiz9buIl11t/+veXBM9fowhXa3pTneW6CSaLsu 3ZhN0eNB2U5iN8KheACYXH2cT9q9hCMatcOz7l66WZjq4/BWBNyYNfJcbhZ7QfH2SyoN pk5w== X-Gm-Message-State: AOPr4FVUJPHJIVGLUaPq6vu1gIVgiUZ0oiGZfUjNHrfeW9m/V1jXRtse/GgYmHhAWtTfW2enTCwbnvUXv5BuKw== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.31.1.67 with SMTP id 64mr3632914vkb.130.1460539865850; Wed, 13 Apr 2016 02:31:05 -0700 (PDT) Received: by 10.103.99.2 with HTTP; Wed, 13 Apr 2016 02:31:05 -0700 (PDT) In-Reply-To: <20160211072344.GA2546@newbook> References: <20160121032336.GA2997@newbook> <20160211072344.GA2546@newbook> Date: Wed, 13 Apr 2016 06:31:05 -0300 Message-ID: Subject: Re: [alpine-devel] mpv is broken From: Alba Pompeo To: Isaac Dunham Cc: Shiz , alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP It has passed 3 months and it's still not fixed. I don't have root access in all my systems and it bothers me to be unable to use mpv in those cases. Can we please have this fixed? Thanks. On Thu, Feb 11, 2016 at 5:23 AM, Isaac Dunham wrote: > On Wed, Feb 10, 2016 at 04:55:21PM +0100, Shiz wrote: >> >> > On 10 Feb 2016, at 15:36, Alba Pompeo wrote: >> > >> > Chromium also have the same error. >> > And I am sure I'm on the video group. >> > libGL error: failed to open drm device: Permission denied >> >> I=E2=80=99ve been having the same issue with mdev, it somehow failing to= set the >> /dev/dri/* permissions properly despite configuration to the opposite. >> >> Regardless, su -c 'chown -R root:video /dev/dri' fixes the issue, until = you reboot. > > On my system (uses mdev), this line in mdev.conf solved it: > dri/.* root:video 0660 > > If you have current busybox-initscripts from edge, this line is in > /etc/mdev.conf as packaged -- or /etc/mdev.conf.apk-new if you've edited > the config file. > > > If you are using eudev, THIS CANNOT HELP. > > eudev uses its own rules, which apparently might have a similar issue > (ie, matching the regex dri/.* should be used instead of moving to dri/). > I am not an expert in (e)udev. > > I do not recommend trying mdev-with-X on non-experimental systems. > If you want to try using mdev with X: > - disable X autostarting > - enable mdev, disable eudev > - apk add mdev-like-a-boss-xorg (and xf86-input-synaptics for laptops) > - reboot (so that you use the mdev-prepared /dev, rather than thinking > it's working because of a stale udev-prepared dir). > - start X > - check that mouse and keyboard work > > > Thanks, > Isaac Dunham > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---